summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-15btrfs: qgroup: account shared subtrees during snapshot deleteMark Fasheh1-0/+261
2014-08-15Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik1-13/+11
2014-07-03Btrfs: fix race of using total_bytes_pinnedLiu Bo1-4/+1
2014-06-20Btrfs: fix broken free space cache after the system crashedMiao Xie1-31/+112
2014-06-10btrfs: allocate raid type kobjects dynamicallyJeff Mahoney1-13/+26
2014-06-10Btrfs: async delayed refsChris Mason1-0/+79
2014-06-10btrfs: remove stale newlines from log messagesDavid Sterba1-1/+1
2014-06-10Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+17
2014-06-10Btrfs: rework qgroup accountingJosef Bacik1-76/+130
2014-06-10Btrfs: fix joining same transaction handle more than twiceWang Shilong1-2/+9
2014-06-10Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie1-3/+2
2014-06-10Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie1-3/+3
2014-06-10Btrfs: reclaim the reserved metadata space at backgroundMiao Xie1-1/+104
2014-04-25Btrfs: correctly set profile flags on seqlock retryFilipe Manana1-1/+3
2014-04-25Btrfs: 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-07Btrfs: remove transaction from sendJosef Bacik1-10/+10
2014-04-07Btrfs: 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-09Btrfs: 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-29Btrfs: fix wrong block group in trace during the free space allocationMiao Xie1-1/+2
2014-01-29Btrfs: cleanup the code of used_block_group in find_free_extent()Miao Xie1-20/+13
2014-01-29Btrfs: cleanup the redundant code for the block group allocation and initMiao Xie1-50/+44
2014-01-29Btrfs: fix btrfs boot when compiled as built-inFilipe David Borba Manana1-3/+3
2014-01-29Btrfs: throttle delayed refs betterJosef Bacik1-1/+40
2014-01-29Btrfs: attach delayed ref updates to delayed ref headsJosef Bacik1-215/+102
2014-01-29Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong1-1/+1
2014-01-29Btrfs: return free space to global_rsv as much as possibleLiu Bo1-1/+1
2014-01-29Btrfs: stop caching thread if extent_commit_sem is contendedJosef Bacik1-1/+2
2014-01-29Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-6/+8
2014-01-29Btrfs: fix double initialization of the raid kobjectMiao Xie1-4/+5
2014-01-29btrfs: fix static checker warningsJeff Mahoney1-2/+2
2014-01-29btrfs: remove unused variable from find_free_extentValentina Giusti1-2/+0
2014-01-29btrfs: publish allocation data in sysfsJeff Mahoney1-5/+77
2014-01-29Btrfs: 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-12Btrfs: rename btrfs_start_all_delalloc_inodesMiao Xie1-1/+1
2013-11-12Btrfs: don't wait for the completion of all the ordered extentsMiao Xie1-5/+6
2013-11-12Btrfs: don't wait for all the async delalloc when shrinking delallocMiao Xie1-2/+12
2013-11-12Btrfs: fix the confusion between delalloc bytes and metadata bytesMiao Xie1-0/+6
2013-11-12Btrfs: pick up the code for the item number calculation in flush_space()Miao Xie1-9/+16
2013-11-12Btrfs: wait for the ordered extent only when we wantMiao Xie1-1/+2
2013-11-12Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()Miao Xie1-4/+3