| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-22 | btrfs: fix delayed_node ref_tracker use after free | Leo Martins | 1 | -1/+1 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to transaction abort | David Sterba | 1 | -3/+3 |
| 2025-09-23 | btrfs: use kmalloc_array() for open-coded arithmetic in kmalloc() | Miquel Sabaté Solà | 1 | -2/+2 |
| 2025-09-22 | btrfs: print leaked references in kill_all_delayed_nodes() | Leo Martins | 1 | -0/+1 |
| 2025-09-22 | btrfs: implement ref_tracker for delayed_nodes | Leo Martins | 1 | -55/+120 |
| 2025-09-15 | btrfs: initialize inode::file_extent_tree after i_mode has been set | austinchang | 1 | -3/+0 |
| 2025-07-21 | btrfs: make btrfs_readdir_delayed_dir_index() return a bool instead | Filipe Manana | 1 | -7/+7 |
| 2025-07-21 | btrfs: make btrfs_should_delete_dir_index() return a bool instead | Filipe Manana | 1 | -4/+3 |
| 2025-07-21 | btrfs: add details to error messages at btrfs_delete_delayed_dir_index() | Filipe Manana | 1 | -4/+4 |
| 2025-07-21 | btrfs: make btrfs_delete_delayed_insertion_item() return a boolean | Filipe Manana | 1 | -6/+7 |
| 2025-07-21 | btrfs: use rb_find() in __btrfs_lookup_delayed_item() | Yangtao Li | 1 | -21/+18 |
| 2025-07-21 | btrfs: unfold transaction abort at __btrfs_update_delayed_inode() | Filipe Manana | 1 | -11/+14 |
| 2025-06-19 | btrfs: fix delayed ref refcount leak in debug assertion | Leo Martins | 1 | -1/+4 |
| 2025-05-15 | btrfs: simplify extracting delayed node at btrfs_first_prepared_delayed_node() | Filipe Manana | 1 | -10/+7 |
| 2025-05-15 | btrfs: simplify extracting delayed node at btrfs_first_delayed_node() | Filipe Manana | 1 | -9/+5 |
| 2025-05-15 | btrfs: trivial conversion to return bool instead of int | David Sterba | 1 | -4/+4 |
| 2025-05-15 | btrfs: update and correct description of btrfs_get_or_create_delayed_node() | Charles Han | 1 | -1/+6 |
| 2025-05-15 | btrfs: use rb_entry_safe() where possible to simplify code | David Sterba | 1 | -21/+6 |
| 2025-03-18 | btrfs: do trivial BTRFS_PATH_AUTO_FREE conversions | David Sterba | 1 | -2/+1 |
| 2025-03-18 | btrfs: pass struct btrfs_inode to btrfs_fill_inode() | David Sterba | 1 | -26/+26 |
| 2025-03-18 | btrfs: pass struct btrfs_inode to fill_stack_inode_item() | David Sterba | 1 | -24/+22 |
| 2025-01-13 | btrfs: drop unused parameter fs_info to btrfs_delete_delayed_insertion_item() | David Sterba | 1 | -3/+2 |
| 2025-01-13 | btrfs: delayed-inode: remove unnecessary call to btrfs_mark_buffer_dirty() | Filipe Manana | 1 | -1/+0 |
| 2025-01-13 | btrfs: update __btrfs_add_delayed_item() to use rb helper | Roger L. Beckermeyer III | 1 | -24/+19 |
| 2024-07-11 | btrfs: pass a btrfs_inode to btrfs_readdir_get_delayed_items() | David Sterba | 1 | -4/+4 |
| 2024-07-11 | btrfs: pass a btrfs_inode to btrfs_readdir_put_delayed_items() | David Sterba | 1 | -2/+2 |
| 2024-07-11 | btrfs: constify pointer parameters where applicable | David Sterba | 1 | -3/+3 |
| 2024-07-11 | btrfs: unify index_cnt and csum_bytes from struct btrfs_inode | Filipe Manana | 1 | -1/+2 |
| 2024-07-11 | btrfs: remove inode_lock from struct btrfs_root and use xarray locks | Filipe Manana | 1 | -14/+12 |
| 2024-05-07 | btrfs: change root->root_key.objectid to btrfs_root_id() | Josef Bacik | 1 | -1/+1 |
| 2024-04-02 | btrfs: record delayed inode root in transaction | Boris Burkov | 1 | -0/+3 |
| 2024-03-05 | btrfs: remove SLAB_MEM_SPREAD flag use | Chengming Zhou | 1 | -1/+1 |
| 2024-03-04 | btrfs: use KMEM_CACHE() to create btrfs_delayed_node cache | Kunwu Chan | 1 | -5/+1 |
| 2024-03-04 | btrfs: uninline btrfs_init_delayed_root() | David Sterba | 1 | -0/+11 |
| 2024-03-04 | btrfs: change BUG_ON to assertion when checking for delayed_node root | David Sterba | 1 | -1/+1 |
| 2024-03-04 | btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item() | David Sterba | 1 | -2/+0 |
| 2023-12-15 | btrfs: switch btrfs_root::delayed_nodes_tree to xarray from radix-tree | David Sterba | 1 | -29/+35 |
| 2023-12-15 | btrfs: do not utilize goto to implement delayed inode ref deletion | Qu Wenruo | 1 | -21/+24 |
| 2023-10-30 | Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -16/+11 |
| 2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -10/+10 |
| 2023-10-18 | btrfs: convert to new timestamp accessors | Jeff Layton | 1 | -10/+10 |
| 2023-10-12 | btrfs: open code timespec64 in struct btrfs_inode | David Sterba | 1 | -8/+4 |
| 2023-10-12 | btrfs: remove redundant root argument from btrfs_delayed_update_inode() | Filipe Manana | 1 | -1/+1 |
| 2023-10-12 | btrfs: merge ordered work callbacks in btrfs_work into one | David Sterba | 1 | -2/+1 |
| 2023-10-12 | btrfs: abort transaction on generation mismatch when marking eb as dirty | Filipe Manana | 1 | -1/+1 |
| 2023-10-12 | btrfs: reformat remaining kdoc style comments | David Sterba | 1 | -3/+3 |
| 2023-10-12 | btrfs: update comment for reservation of metadata space for delayed items | Filipe Manana | 1 | -1/+1 |
| 2023-10-11 | Merge tag 'for-6.6-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2023-10-11 | btrfs: add __counted_by for struct btrfs_delayed_item and use struct_size() | Gustavo A. R. Silva | 1 | -1/+1 |
| 2023-09-12 | Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -33/+71 |
| 2023-09-08 | btrfs: assert delayed node locked when removing delayed item | Filipe Manana | 1 | -4/+8 |
| 2023-09-08 | btrfs: remove BUG() after failure to insert delayed dir index item | Filipe Manana | 1 | -27/+47 |
| 2023-09-08 | btrfs: improve error message after failure to add delayed dir index item | Filipe Manana | 1 | -3/+4 |
| 2023-09-08 | btrfs: fix lockdep splat and potential deadlock after failure running delayed... | Filipe Manana | 1 | -3/+16 |
| 2023-08-28 | Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -3/+0 |
| 2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -4/+4 |
| 2023-08-21 | btrfs: remove pointless empty list check when reading delayed dir indexes | Filipe Manana | 1 | -3/+0 |
| 2023-08-14 | btrfs: fix infinite directory reads | Filipe Manana | 1 | -2/+3 |
| 2023-07-13 | btrfs: convert to ctime accessor functions | Jeff Layton | 1 | -4/+4 |
| 2023-03-06 | btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inode | void0red | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_inode_unlock | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_inode_lock | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: move file-item prototypes into their own header | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: extend btrfs_dir_item type to store encryption status | Omar Sandoval | 1 | -3/+3 |
| 2022-12-05 | btrfs: move accessor helpers into accessors.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h | Josef Bacik | 1 | -1/+2 |
| 2022-12-05 | btrfs: move the printk helpers out of ctree.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move flush related definitions to space-info.h | Josef Bacik | 1 | -0/+1 |
| 2022-09-26 | btrfs: use delayed items when logging a directory | Filipe Manana | 1 | -0/+112 |
| 2022-09-26 | btrfs: shrink the size of struct btrfs_delayed_item | Filipe Manana | 1 | -19/+18 |
| 2022-09-26 | btrfs: remove unused logic when looking up delayed items | Filipe Manana | 1 | -42/+3 |
| 2022-09-26 | btrfs: store index number instead of key in struct btrfs_delayed_item | Filipe Manana | 1 | -52/+54 |
| 2022-09-26 | btrfs: remove root argument from btrfs_delayed_item_reserve_metadata() | Filipe Manana | 1 | -5/+3 |
| 2022-07-25 | btrfs: batch up release of reserved metadata for delayed items used for deletion | Nikolay Borisov | 1 | -1/+16 |
| 2022-07-25 | btrfs: do not batch insert non-consecutive dir indexes during log replay | Josef Bacik | 1 | -2/+33 |
| 2022-07-25 | btrfs: reduce amount of reserved metadata for delayed item insertion | Filipe Manana | 1 | -14/+143 |
| 2022-07-25 | btrfs: set delayed item type when initializing it | Filipe Manana | 1 | -22/+8 |
| 2022-07-25 | btrfs: do not BUG_ON() on failure to reserve metadata for delayed item | Filipe Manana | 1 | -3/+6 |
| 2022-07-25 | btrfs: improve batch insertion of delayed dir index items | Filipe Manana | 1 | -15/+9 |
| 2022-07-25 | btrfs: assert that delayed item is a dir index item when adding it | Filipe Manana | 1 | -3/+5 |
| 2022-07-25 | btrfs: improve batch deletion of delayed dir index items | Filipe Manana | 1 | -35/+25 |
| 2022-07-25 | btrfs: refactor the delayed item deletion entry point | Filipe Manana | 1 | -32/+39 |
| 2022-07-25 | btrfs: deal with deletion errors when deleting delayed items | Filipe Manana | 1 | -1/+3 |
| 2022-07-25 | btrfs: add assertions when deleting batches of delayed items | Filipe Manana | 1 | -8/+16 |
| 2022-07-15 | Revert "btrfs: turn delayed_nodes_tree into an XArray" | David Sterba | 1 | -39/+45 |
| 2022-05-16 | btrfs: turn delayed_nodes_tree into an XArray | Gabriel Niebler | 1 | -45/+39 |
| 2022-01-07 | btrfs: add an inode-item.h | Josef Bacik | 1 | -0/+1 |
| 2022-01-03 | btrfs: change root to fs_info for btrfs_reserve_metadata_bytes | Josef Bacik | 1 | -1/+1 |
| 2021-10-26 | btrfs: loop only once over data sizes array when inserting an item batch | Filipe Manana | 1 | -19/+22 |
| 2021-08-23 | btrfs: add ro compat flags to inodes | Boris Burkov | 1 | -2/+7 |
| 2021-08-23 | btrfs: stop doing GFP_KERNEL memory allocations in the ref verify tool | Filipe Manana | 1 | -12/+0 |
| 2021-08-23 | btrfs: improve the batch insertion of delayed items | Filipe Manana | 1 | -133/+79 |
| 2021-06-21 | btrfs: remove total_data_size variable in btrfs_batch_insert_items() | Nathan Chancellor | 1 | -2/+1 |
| 2021-06-21 | btrfs: abort transaction if we fail to update the delayed inode | Josef Bacik | 1 | -0/+8 |
| 2021-06-21 | btrfs: fix error handling in __btrfs_update_delayed_inode | Josef Bacik | 1 | -6/+4 |
| 2021-06-21 | btrfs: make btrfs_release_delayed_iref handle the !iref case | Josef Bacik | 1 | -10/+10 |
| 2021-04-19 | btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpers | Josef Bacik | 1 | -2/+2 |
| 2021-04-19 | btrfs: simplify code flow in btrfs_delayed_inode_reserve_metadata | Nikolay Borisov | 1 | -20/+5 |
| 2021-04-19 | btrfs: remove btrfs_inode parameter from btrfs_delayed_inode_reserve_metadata | Nikolay Borisov | 1 | -5/+3 |
| 2021-03-02 | btrfs: don't flush from btrfs_delayed_inode_reserve_metadata | Nikolay Borisov | 1 | -1/+2 |
| 2021-03-02 | btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata | Nikolay Borisov | 1 | -1/+1 |
| 2021-02-08 | btrfs: simplify condition in __btrfs_run_delayed_items | Abaci Team | 1 | -1/+1 |
| 2020-12-08 | btrfs: make btrfs_delayed_update_inode take btrfs_inode | Nikolay Borisov | 1 | -5/+7 |
| 2020-12-08 | btrfs: locking: rip out path->leave_spinning | Josef Bacik | 1 | -4/+0 |
| 2020-12-08 | btrfs: locking: remove all the blocking helpers | Josef Bacik | 1 | -7/+0 |
| 2020-10-07 | btrfs: sink total_data parameter in setup_items_for_insert | Nikolay Borisov | 1 | -2/+1 |
| 2020-10-07 | btrfs: eliminate total_size parameter from setup_items_for_insert | Nikolay Borisov | 1 | -2/+2 |
| 2020-10-07 | btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inode | Qu Wenruo | 1 | -2/+1 |
| 2020-03-25 | btrfs: use nofs allocations for running delayed items | Josef Bacik | 1 | -0/+13 |
| 2020-03-23 | btrfs: Remove __ prefix from btrfs_block_rsv_release | Nikolay Borisov | 1 | -4/+2 |
| 2020-03-23 | btrfs: add wrapper for transaction abort predicate | David Sterba | 1 | -1/+1 |
| 2020-03-23 | btrfs: use the file extent tree infrastructure | Josef Bacik | 1 | -0/+3 |
| 2019-11-18 | btrfs: use refcount_inc_not_zero in kill_all_nodes | Josef Bacik | 1 | -3/+10 |
| 2019-11-18 | btrfs: move btrfs_unlock_up_safe to other locking functions | David Sterba | 1 | -0/+1 |
| 2019-11-18 | btrfs: get rid of unique workqueue helper functions | Omar Sandoval | 1 | -2/+2 |
| 2019-09-09 | btrfs: move cond_wake_up functions out of ctree | David Sterba | 1 | -0/+1 |
| 2019-09-09 | btrfs: only reserve metadata_size for inodes | Josef Bacik | 1 | -1/+1 |
| 2019-09-09 | btrfs: rename the btrfs_calc_*_metadata_size helpers | Josef Bacik | 1 | -2/+2 |
| 2019-09-09 | btrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete_delayed_dir_index() | Qu Wenruo | 1 | -2/+11 |
| 2019-04-29 | btrfs: get fs_info from eb in btrfs_leaf_free_space | David Sterba | 1 | -2/+1 |
| 2019-04-29 | btrfs: use common file type conversion | Phillip Potter | 1 | -1/+1 |
| 2018-10-15 | Btrfs: kill btrfs_clear_path_blocking | Liu Bo | 1 | -3/+0 |
| 2018-10-15 | Btrfs: delayed-inode: use rb_first_cached for ins_root and del_root | Liu Bo | 1 | -13/+16 |
| 2018-10-15 | btrfs: Remove 'objectid' member from struct btrfs_root | Misono Tomohiro | 1 | -2/+3 |
| 2018-10-15 | btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad... | Lu Fengqi | 1 | -2/+2 |
| 2018-08-06 | btrfs: Remove fs_info from btrfs_delete_delayed_dir_index | Lu Fengqi | 1 | -3/+3 |
| 2018-08-06 | btrfs: Remove fs_info from btrfs_insert_delayed_dir_index | Lu Fengqi | 1 | -3/+1 |
| 2018-08-06 | btrfs: simplify pointer chasing of local fs_info variables | David Sterba | 1 | -2/+2 |
| 2018-05-28 | btrfs: replace waitqueue_actvie with cond_wake_up | David Sterba | 1 | -6/+3 |
| 2018-04-18 | btrfs: delayed-inode: Remove wrong qgroup meta reservation calls | Qu Wenruo | 1 | -4/+16 |
| 2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba | 1 | -14/+1 |
| 2018-03-31 | btrfs: delayed-inode: Use new qgroup meta rsv for delayed inode and item | Qu Wenruo | 1 | -16/+30 |
| 2018-03-26 | btrfs: add more __cold annotations | David Sterba | 1 | -1/+1 |
| 2018-03-26 | btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nr | Nikolay Borisov | 1 | -4/+2 |
| 2018-03-26 | btrfs: Don't pass fs_info to __btrfs_run_delayed_items | Nikolay Borisov | 1 | -4/+4 |
| 2018-01-29 | Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -30/+29 |
| 2018-01-29 | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+5 |
| 2018-01-29 | btrfs: convert to new i_version API | Jeff Layton | 1 | -2/+5 |
| 2018-01-24 | Btrfs: fix stale entries in readdir | Josef Bacik | 1 | -18/+8 |
| 2018-01-22 | btrfs: Move checks from btrfs_wq_run_delayed_node to btrfs_balance_delayed_items | Nikolay Borisov | 1 | -5/+2 |
| 2018-01-22 | btrfs: Make btrfs_async_run_delayed_root use a loop rather than multiple labels | Nikolay Borisov | 1 | -25/+27 |
| 2018-01-02 | btrfs: fix refcount_t usage when deleting btrfs_delayed_nodes | Chris Mason | 1 | -11/+34 |
| 2017-11-01 | btrfs: make the delalloc block rsv per inode | Josef Bacik | 1 | -45/+1 |
| 2017-08-18 | btrfs: increase ctx->pos for delayed dir index | Josef Bacik | 1 | -0/+1 |
| 2017-04-18 | btrfs: convert btrfs_delayed_item.refs from atomic_t to refcount_t | Elena Reshetova | 1 | -9/+9 |
| 2017-04-18 | btrfs: convert btrfs_delayed_node.refs from atomic_t to refcount_t | Elena Reshetova | 1 | -14/+14 |
| 2017-02-28 | btrfs: Make btrfs_i_size_write take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
| 2017-02-14 | btrfs: fix over-80 lines introduced by previous cleanups | David Sterba | 1 | -2/+3 |
| 2017-02-14 | btrfs: Make btrfs_inode_delayed_dir_index_count take btrfs_inode | Nikolay Borisov | 1 | -3/+3 |
| 2017-02-14 | btrfs: Make btrfs_commit_inode_delayed_items take btrfs_inode | Nikolay Borisov | 1 | -2/+2 |
| 2017-02-14 | btrfs: Make btrfs_commit_inode_delayed_inode take btrfs_inode | Nikolay Borisov | 1 | -3/+3 |
| 2017-02-14 | btrfs: Make btrfs_remove_delayed_node take btrfs_inode | Nikolay Borisov | 1 | -3/+3 |
| 2017-02-14 | btrfs: Make btrfs_kill_delayed_inode_items take btrfs_inode | Nikolay Borisov | 1 | -2/+2 |
| 2017-02-14 | btrfs: Make btrfs_delayed_delete_inode_ref take btrfs_inode | Nikolay Borisov | 1 | -3/+3 |
| 2017-02-14 | btrfs: Make btrfs_delete_delayed_dir_index take btrfs_inode | Nikolay Borisov | 1 | -3/+3 |
| 2017-02-14 | btrfs: Make btrfs_insert_delayed_dir_index take btrfs_inode | Nikolay Borisov | 1 | -3/+3 |
| 2017-02-14 | btrfs: Make btrfs_delayed_inode_reserve_metadata take btrfs_inode | Nikolay Borisov | 1 | -8/+8 |
| 2017-02-14 | btrfs: Make btrfs_get_or_create_delayed_node take btrfs_inode | Nikolay Borisov | 1 | -6/+5 |
| 2017-02-14 | btrfs: Make btrfs_get_delayed_node take btrfs_inode | Nikolay Borisov | 1 | -9/+8 |
| 2017-02-14 | btrfs: Make btrfs_ino take a struct btrfs_inode | Nikolay Borisov | 1 | -7/+7 |
| 2017-02-14 | Btrfs: ACCESS_ONCE cleanup | Seraphime Kirkovski | 1 | -2/+2 |
| 2016-12-13 | btrfs: limit async_work allocation and worker func duration | Maxim Patlasov | 1 | -2/+4 |
| 2016-12-06 | btrfs: remove root parameter from transaction commit/end routines | Jeff Mahoney | 1 | -2/+2 |
| 2016-12-06 | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney | 1 | -42/+42 |
| 2016-12-06 | btrfs: root->fs_info cleanup, access fs_info->delayed_root directly | Jeff Mahoney | 1 | -17/+6 |
| 2016-12-06 | btrfs: root->fs_info cleanup, add fs_info convenience variables | Jeff Mahoney | 1 | -16/+21 |
| 2016-12-06 | btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size | Jeff Mahoney | 1 | -2/+2 |
| 2016-11-30 | btrfs: increment ctx->pos for every emitted or skipped dirent in readdir | Jeff Mahoney | 1 | -2/+1 |
| 2016-09-26 | btrfs: unsplit printed strings | Jeff Mahoney | 1 | -10/+7 |
| 2016-09-26 | btrfs: squash lines for simple wrapper functions | Masahiro Yamada | 1 | -4/+1 |
| 2016-09-26 | Btrfs: add a flags field to btrfs_fs_info | Josef Bacik | 1 | -1/+2 |
| 2016-07-26 | btrfs: btrfs_abort_transaction, drop root parameter | Jeff Mahoney | 1 | -1/+1 |
| 2016-07-26 | btrfs: Fix slab accounting flags | Nikolay Borisov | 1 | -1/+1 |
| 2016-07-07 | Btrfs: change delayed reservation fallback behavior | Josef Bacik | 1 | -41/+23 |
| 2016-07-07 | Btrfs: fix callers of btrfs_block_rsv_migrate | Josef Bacik | 1 | -4/+4 |
| 2016-06-25 | Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodes | Omar Sandoval | 1 | -5/+22 |
| 2016-05-10 | btrfs: GFP_NOFS does not GFP_HIGHMEM | David Sterba | 1 | -1/+1 |
| 2016-03-14 | btrfs: Print Warning only if ENOSPC_DEBUG is enabled | Ashish Samant | 1 | -1/+6 |
| 2016-02-26 | Merge branch 'cleanups-4.6' into for-chris-4.6 | David Sterba | 1 | -2/+1 |
| 2016-02-18 | btrfs: drop null testing before destroy functions | Kinglong Mee | 1 | -2/+1 |
| 2016-02-11 | btrfs: properly set the termination value of ctx->pos in readdir | David Sterba | 1 | -1/+2 |
| 2016-01-07 | btrfs: zero out delayed node upon allocation | Alexandru Moise | 1 | -6/+1 |
| 2015-10-10 | btrfs: comment the rest of implicit barriers before waitqueue_active | David Sterba | 1 | -0/+4 |
| 2015-04-26 | Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode. | Yang Dongsheng | 1 | -0/+2 |
| 2015-02-16 | Btrfs: delayed-inode: replace root args iff only fs_info used | Daniel Dressler | 1 | -4/+5 |
| 2015-02-02 | Btrfs: Add code to support file creation time | chandan r | 1 | -0/+10 |
| 2015-02-02 | btrfs: kill btrfs_inode_*time helpers | David Sterba | 1 | -16/+12 |
| 2015-01-02 | Btrfs: don't delay inode ref updates during log replay | Chris Mason | 1 | -0/+8 |
| 2014-09-17 | btrfs: kill the key type accessor helpers | David Sterba | 1 | -4/+4 |
| 2014-08-24 | Btrfs: fix task hang under heavy compressed write | Liu Bo | 1 | -2/+2 |
| 2014-06-09 | btrfs: free delayed node outside of root->inode_lock | Jeff Mahoney | 1 | -2/+5 |
| 2014-03-10 | btrfs: Cleanup the "_struct" suffix in btrfs_workequeue | Qu Wenruo | 1 | -2/+2 |
| 2014-03-10 | btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue. | Qu Wenruo | 1 | -5/+5 |
| 2014-01-28 | Btrfs: introduce the delayed inode ref deletion for the single link inode | Miao Xie | 1 | -4/+99 |
| 2014-01-28 | Btrfs: use flags instead of the bool variants in delayed node | Miao Xie | 1 | -16/+17 |
| 2014-01-28 | Btrfs: remove btrfs_end_transaction_dmeta() | Miao Xie | 1 | -1/+1 |
| 2014-01-28 | Btrfs: cleanup code of btrfs_balance_delayed_items() | Miao Xie | 1 | -23/+11 |
| 2014-01-28 | Btrfs: don't run delayed nodes again after all nodes flush | Miao Xie | 1 | -0/+1 |
| 2014-01-28 | Btrfs: remove residual code in delayed inode async helper | Miao Xie | 1 | -27/+0 |
| 2014-01-28 | Btrfs: convert printk to btrfs_ and fix BTRFS prefix | Frank Holton | 1 | -4/+4 |