summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-04Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-144/+173
2018-03-31btrfs: use lockdep_assert_held for mutexesDavid Sterba1-1/+1
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo1-1/+5
2018-03-31btrfs: qgroup: Use separate meta reservation type for delallocQu Wenruo1-20/+24
2018-03-31btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertransQu Wenruo1-4/+4
2018-03-31btrfs: defer adding raid type kobject until after chunk relocationJeff Mahoney1-18/+42
2018-03-31btrfs: remove dead create_space_info callsJeff Mahoney1-14/+2
2018-03-31btrfs: Drop fs_info parameter from __btrfs_run_delayed_refsNikolay Borisov1-2/+2
2018-03-31btrfs: Drop fs_info parameter from btrfs_finish_extent_commitNikolay Borisov1-2/+2
2018-03-31btrfs: drop fs_info parameter from btrfs_run_delayed_refsNikolay Borisov1-4/+5
2018-03-31btrfs: Remove unused flush var in shrink_delallocNikolay Borisov1-5/+0
2018-03-31btrfs: Remove unused extent_root var from caching_threadNikolay Borisov1-2/+0
2018-03-31btrfs: Document parameters of btrfs_reserve_extentNikolay Borisov1-0/+45
2018-03-31btrfs: Remove btrfs_fs_info::open_ioctl_transNikolay Borisov1-2/+1
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov1-5/+5
2018-03-26btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()Qu Wenruo1-31/+10
2018-03-26btrfs: Streamline btrfs_delalloc_reserve_metadata initial operationsNikolay Borisov1-6/+6
2018-03-26btrfs: Add enospc_debug printing in metadata_reserve_bytesNikolay Borisov1-1/+6
2018-03-26btrfs: Document consistency of transaction->io_bgs listNikolay Borisov1-2/+7
2018-03-26btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nrNikolay Borisov1-1/+1
2018-03-26btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groupsNikolay Borisov1-2/+2
2018-03-26btrfs: Remove fs_info argument from btrfs_create_pending_block_groupsNikolay Borisov1-5/+5
2018-03-26btrfs: Make btrfs_trans_release_metadata private to transaction.cNikolay Borisov1-18/+0
2018-03-20sched/wait, fs/btrfs: Convert wait_on_atomic_t() usage to the new wait_var_ev...Peter Zijlstra1-8/+6
2018-02-02Btrfs: fix null pointer dereference when replacing missing deviceFilipe Manana1-0/+4
2018-01-22btrfs: Make btrfs_inode_rsv_release staticNikolay Borisov1-1/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain1-1/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain1-1/+1
2018-01-22btrfs: drop btrfs_device::can_discard to query directlyAnand Jain1-1/+4
2018-01-22btrfs: extent-tree: Make btrfs_inode_rsv_refill function staticQu Wenruo1-2/+2
2018-01-22btrfs: use narrower type for btrfs_transaction::num_dirty_bgsDavid Sterba1-1/+1
2018-01-22btrfs: Reduce scope of delayed_rsv->lock in may_commit_transNikolay Borisov1-2/+2
2017-12-10Merge tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2017-12-07btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney1-0/+1
2017-11-29Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+7
2017-11-20btrfs: clear space cache inode generation alwaysJosef Bacik1-7/+7
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-24/+3
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells1-24/+3
2017-11-01btrfs: track refs in a rb_tree instead of a listJosef Bacik1-7/+14
2017-11-01btrfs: make the delalloc block rsv per inodeJosef Bacik1-211/+109
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik1-47/+92
2017-10-30btrfs: add assertions for releasing trans handle reservationsJosef Bacik1-1/+4
2017-10-30btrfs: remove delayed_ref_node from ref_headJosef Bacik1-55/+35
2017-10-30btrfs: move all ref head cleanup to the helper functionJosef Bacik1-81/+64
2017-10-30btrfs: move ref_mod modification into the if (ref) logicJosef Bacik1-4/+2
2017-10-30btrfs: breakout empty head cleanup to a helperJosef Bacik1-34/+45
2017-10-30btrfs: move extent_op cleanup to a helperJosef Bacik1-37/+40
2017-10-30btrfs: add a helper to return a head refJosef Bacik1-15/+14
2017-10-30Btrfs: add a extent ref verify toolJosef Bacik1-0/+22
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik1-11/+13