aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-68/+197
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-2/+2
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-12/+8
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-9/+7
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana1-1/+3
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba1-9/+7
2014-10-02btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba1-2/+3
2014-10-02btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba1-1/+1
2014-10-02btrfs: remove parameter blocksize from read_tree_blockDavid Sterba1-5/+3
2014-10-02btrfs: return void from readahead_tree_blockDavid Sterba1-3/+1
2014-10-02btrfs: remove unused parameter from readahead_tree_blockDavid Sterba1-2/+1
2014-10-02btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba1-2/+2
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18Tejun Heo1-30/+278
2014-09-22Btrfs: don't do async reclaim during log replayJosef Bacik1-1/+7
2014-09-22Btrfs: remove empty block groups automaticallyJosef Bacik1-7/+134
2014-09-17Btrfs: Fix misuse of chunk mutexMiao Xie1-2/+0
2014-09-17Btrfs: fix loop writing of async reclaimLiu Bo1-3/+14
2014-09-17btrfs: clean away stripe_align helperDavid Sterba1-10/+1
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-18/+18
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-3/+3
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-1/+1
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo1-3/+4
2014-08-19Btrfs: don't consider the missing device when allocating new chunksMiao Xie1-14/+2
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-19Btrfs: fix broken free space cache after the system crashedMiao Xie1-31/+112
2014-06-09btrfs: allocate raid type kobjects dynamicallyJeff Mahoney1-13/+26
2014-06-09Btrfs: async delayed refsChris Mason1-0/+79
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba1-1/+1
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+17
2014-06-09Btrfs: rework qgroup accountingJosef Bacik1-76/+130
2014-06-09Btrfs: fix joining same transaction handle more than twiceWang Shilong1-2/+9
2014-06-09Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie1-3/+2
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btrfs_rootMiao Xie1-3/+3
2014-06-09Btrfs: reclaim the reserved metadata space at backgroundMiao Xie1-1/+104
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