summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delayed-inode.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: add ro compat flags to inodesBoris Burkov2021-08-231-2/+7
* btrfs: stop doing GFP_KERNEL memory allocations in the ref verify toolFilipe Manana2021-08-231-12/+0
* btrfs: improve the batch insertion of delayed itemsFilipe Manana2021-08-231-133/+79
* btrfs: remove total_data_size variable in btrfs_batch_insert_items()Nathan Chancellor2021-06-211-2/+1
* btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik2021-06-211-0/+8
* btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik2021-06-211-6/+4
* btrfs: make btrfs_release_delayed_iref handle the !iref caseJosef Bacik2021-06-211-10/+10
* btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik2021-04-191-2/+2
* btrfs: simplify code flow in btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-04-191-20/+5
* btrfs: remove btrfs_inode parameter from btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-04-191-5/+3
* btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-021-1/+2
* btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-021-1/+1
* btrfs: simplify condition in __btrfs_run_delayed_itemsAbaci Team2021-02-081-1/+1
* btrfs: make btrfs_delayed_update_inode take btrfs_inodeNikolay Borisov2020-12-081-5/+7
* btrfs: locking: rip out path->leave_spinningJosef Bacik2020-12-081-4/+0
* btrfs: locking: remove all the blocking helpersJosef Bacik2020-12-081-7/+0
* btrfs: sink total_data parameter in setup_items_for_insertNikolay Borisov2020-10-071-2/+1
* btrfs: eliminate total_size parameter from setup_items_for_insertNikolay Borisov2020-10-071-2/+2
* btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inodeQu Wenruo2020-10-071-2/+1
* btrfs: use nofs allocations for running delayed itemsJosef Bacik2020-03-251-0/+13
* btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov2020-03-231-4/+2
* btrfs: add wrapper for transaction abort predicateDavid Sterba2020-03-231-1/+1
* btrfs: use the file extent tree infrastructureJosef Bacik2020-03-231-0/+3
* btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik2019-11-181-3/+10
* btrfs: move btrfs_unlock_up_safe to other locking functionsDavid Sterba2019-11-181-0/+1
* btrfs: get rid of unique workqueue helper functionsOmar Sandoval2019-11-181-2/+2
* btrfs: move cond_wake_up functions out of ctreeDavid Sterba2019-09-091-0/+1
* btrfs: only reserve metadata_size for inodesJosef Bacik2019-09-091-1/+1
* btrfs: rename the btrfs_calc_*_metadata_size helpersJosef Bacik2019-09-091-2/+2
* btrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete_delayed_dir_index()Qu Wenruo2019-09-091-2/+11
* btrfs: get fs_info from eb in btrfs_leaf_free_spaceDavid Sterba2019-04-291-2/+1
* btrfs: use common file type conversionPhillip Potter2019-04-291-1/+1
* Btrfs: kill btrfs_clear_path_blockingLiu Bo2018-10-151-3/+0
* Btrfs: delayed-inode: use rb_first_cached for ins_root and del_rootLiu Bo2018-10-151-13/+16
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-2/+3
* btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi2018-10-151-2/+2
* btrfs: Remove fs_info from btrfs_delete_delayed_dir_indexLu Fengqi2018-08-061-3/+3
* btrfs: Remove fs_info from btrfs_insert_delayed_dir_indexLu Fengqi2018-08-061-3/+1
* btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba2018-08-061-2/+2
* btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba2018-05-281-6/+3
* btrfs: delayed-inode: Remove wrong qgroup meta reservation callsQu Wenruo2018-04-181-4/+16
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: delayed-inode: Use new qgroup meta rsv for delayed inode and itemQu Wenruo2018-03-311-16/+30
* btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nrNikolay Borisov2018-03-261-4/+2
* btrfs: Don't pass fs_info to __btrfs_run_delayed_itemsNikolay Borisov2018-03-261-4/+4
* Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-01-291-30/+29
|\
| * btrfs: Move checks from btrfs_wq_run_delayed_node to btrfs_balance_delayed_itemsNikolay Borisov2018-01-221-5/+2
| * btrfs: Make btrfs_async_run_delayed_root use a loop rather than multiple labelsNikolay Borisov2018-01-221-25/+27
* | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-291-2/+5
|\ \