summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
...
| * btrfs: Remove custom crc32c init codeNikolay Borisov2018-03-261-5/+5
| * btrfs: Refactor __get_raid_index() to btrfs_bg_flags_to_raid_index()Qu Wenruo2018-03-261-31/+10
| * btrfs: Streamline btrfs_delalloc_reserve_metadata initial operationsNikolay Borisov2018-03-261-6/+6
| * btrfs: Add enospc_debug printing in metadata_reserve_bytesNikolay Borisov2018-03-261-1/+6
| * btrfs: Document consistency of transaction->io_bgs listNikolay Borisov2018-03-261-2/+7
| * btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nrNikolay Borisov2018-03-261-1/+1
| * btrfs: Don't pass fs_info arg to btrfs_start_dirty_block_groupsNikolay Borisov2018-03-261-2/+2
| * btrfs: Remove fs_info argument from btrfs_create_pending_block_groupsNikolay Borisov2018-03-261-5/+5
| * btrfs: Make btrfs_trans_release_metadata private to transaction.cNikolay Borisov2018-03-261-18/+0
* | sched/wait, fs/btrfs: Convert wait_on_atomic_t() usage to the new wait_var_ev...Peter Zijlstra2018-03-201-8/+6
|/
* Btrfs: fix null pointer dereference when replacing missing deviceFilipe Manana2018-02-021-0/+4
* btrfs: Make btrfs_inode_rsv_release staticNikolay Borisov2018-01-221-1/+1
* btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain2018-01-221-1/+1
* btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLEAnand Jain2018-01-221-1/+1
* btrfs: drop btrfs_device::can_discard to query directlyAnand Jain2018-01-221-1/+4
* btrfs: extent-tree: Make btrfs_inode_rsv_refill function staticQu Wenruo2018-01-221-2/+2
* btrfs: use narrower type for btrfs_transaction::num_dirty_bgsDavid Sterba2018-01-221-1/+1
* btrfs: Reduce scope of delayed_rsv->lock in may_commit_transNikolay Borisov2018-01-221-2/+2
* Merge tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-12-101-0/+1
|\
| * btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney2017-12-071-0/+1
* | Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-291-7/+7
|\|
| * btrfs: clear space cache inode generation alwaysJosef Bacik2017-11-201-7/+7
* | Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-24/+3
|\ \ | |/ |/|
| * Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-24/+3
* | btrfs: track refs in a rb_tree instead of a listJosef Bacik2017-11-011-7/+14
* | btrfs: make the delalloc block rsv per inodeJosef Bacik2017-11-011-211/+109
* | Btrfs: rework outstanding_extentsJosef Bacik2017-11-011-47/+92
* | btrfs: add assertions for releasing trans handle reservationsJosef Bacik2017-10-301-1/+4
* | btrfs: remove delayed_ref_node from ref_headJosef Bacik2017-10-301-55/+35
* | btrfs: move all ref head cleanup to the helper functionJosef Bacik2017-10-301-81/+64
* | btrfs: move ref_mod modification into the if (ref) logicJosef Bacik2017-10-301-4/+2
* | btrfs: breakout empty head cleanup to a helperJosef Bacik2017-10-301-34/+45
* | btrfs: move extent_op cleanup to a helperJosef Bacik2017-10-301-37/+40
* | btrfs: add a helper to return a head refJosef Bacik2017-10-301-15/+14
* | Btrfs: add a extent ref verify toolJosef Bacik2017-10-301-0/+22
* | btrfs: pass root to various extent ref mod functionsJosef Bacik2017-10-301-11/+13
* | btrfs: Fix bool initialization/comparisonThomas Meyer2017-10-301-2/+2
* | btrfs: change how we decide to commit transactions during flushingJosef Bacik2017-10-301-14/+28
* | btrfs: convert all mount option checking code to use btrfs_test_optSatoru Takeuchi2017-10-301-1/+1
* | btrfs: Remove redundant argument of __link_block_groupNikolay Borisov2017-10-301-4/+4
* | btrfs: Remove redundant forward declarationsNikolay Borisov2017-10-301-12/+0
|/
* btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney2017-08-211-1/+1
* Btrfs: add one more sanity check for shared ref typeLiu Bo2017-08-211-4/+25
* Btrfs: convert to use btrfs_get_extent_inline_ref_typeLiu Bo2017-08-211-6/+30
* Btrfs: add a helper to retrive extent inline ref typeLiu Bo2017-08-211-0/+37
* btrfs: Remove chunk_objectid argument from btrfs_make_block_groupNikolay Borisov2017-08-211-3/+3
* btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg2017-08-211-5/+6
* btrfs: Remove never-reached WARN_ONNikolay Borisov2017-08-181-1/+1
* btrfs: Simplify math in should_alloc chunkNikolay Borisov2017-08-161-5/+4
* btrfs: account for pinned bytes in should_alloc_chunkJeff Mahoney2017-08-161-1/+1