summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-24Btrfs: correctly set profile flags on seqlock retryFilipe Manana1-1/+3
2014-04-24Btrfs: use correct key when repeating search for extent itemFilipe Manana1-0/+2
2014-04-07Btrfs: abort the transaction when we don't find our extent refJosef Bacik1-0/+2
2014-04-07btrfs: fix lockdep warning with reclaim lock inversionJeff Mahoney1-3/+7
2014-04-06Btrfs: remove transaction from sendJosef Bacik1-10/+10
2014-04-06Btrfs: check for an extent_op on the locked refJosef Bacik1-1/+2
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie1-4/+4
2014-03-10Btrfs: reclaim delalloc metadata more aggressivelyMiao Xie1-1/+1
2014-03-10Btrfs: remove unnecessary lock in may_commit_transaction()Miao Xie1-8/+1
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie1-0/+35
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue.Qu Wenruo1-3/+3
2014-02-08Btrfs: don't loop forever if we can't run because of the tree mod logJosef Bacik1-0/+1
2014-01-29Btrfs: fix spin_unlock in check_ref_cleanupChris Mason1-1/+3
2014-01-28Btrfs: fix wrong block group in trace during the free space allocationMiao Xie1-1/+2
2014-01-28Btrfs: cleanup the code of used_block_group in find_free_extent()Miao Xie1-20/+13
2014-01-28Btrfs: cleanup the redundant code for the block group allocation and initMiao Xie1-50/+44
2014-01-28Btrfs: fix btrfs boot when compiled as built-inFilipe David Borba Manana1-3/+3
2014-01-28Btrfs: throttle delayed refs betterJosef Bacik1-1/+40
2014-01-28Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik1-215/+102
2014-01-28Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong1-1/+1
2014-01-28Btrfs: return free space to global_rsv as much as possibleLiu Bo1-1/+1
2014-01-28Btrfs: stop caching thread if extent_commit_sem is contendedJosef Bacik1-1/+2
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-6/+8
2014-01-28Btrfs: fix double initialization of the raid kobjectMiao Xie1-4/+5
2014-01-28btrfs: fix static checker warningsJeff Mahoney1-2/+2
2014-01-28btrfs: remove unused variable from find_free_extentValentina Giusti1-2/+0
2014-01-28btrfs: publish allocation data in sysfsJeff Mahoney1-5/+77
2014-01-28Btrfs: introduce a head ref rbtreeLiu Bo1-7/+14
2013-12-12Btrfs: don't miss skinny extent items on delayed ref head contentionFilipe David Borba Manana1-12/+10
2013-11-11Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie1-1/+1
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie1-5/+6
2013-11-11Btrfs: don't wait for all the async delalloc when shrinking delallocMiao Xie1-2/+12
2013-11-11Btrfs: fix the confusion between delalloc bytes and metadata bytesMiao Xie1-0/+6
2013-11-11Btrfs: pick up the code for the item number calculation in flush_space()Miao Xie1-9/+16
2013-11-11Btrfs: wait for the ordered extent only when we wantMiao Xie1-1/+2
2013-11-11Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()Miao Xie1-4/+3
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana1-3/+3
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-7/+4
2013-11-11Btrfs: fix the free space write out failure when there is no data spaceMiao Xie1-3/+12
2013-11-11Btrfs: optimize extent item search in run_delayed_extent_opFilipe David Borba Manana1-7/+20
2013-11-11btrfs: add tracing for failed reservationsJeff Mahoney1-0/+7
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown1-1/+0
2013-11-11Btrfs: fixup error path in __btrfs_inc_extent_refLiu Bo1-8/+2
2013-11-11Btrfs: free reserved space on error in a few placesJosef Bacik1-2/+19
2013-11-11Btrfs: fixup reserved trace pointsJosef Bacik1-2/+6
2013-11-11Btrfs: don't leak block group on errorFilipe David Borba Manana1-2/+1
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana1-2/+1
2013-09-21Btrfs: remove space_info->reservation_progressJosef Bacik1-3/+0
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik1-3/+3