aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-02Btrfs: make get_caching_control unconditionally return the ctlJosef Bacik1-6/+4
2014-12-02Btrfs: fix unprotected deletion from pending_chunks listFilipe Manana1-1/+7
2014-12-02Btrfs: fix fs mapping extent map leakFilipe Manana1-0/+4
2014-12-02Btrfs: make btrfs_abort_transaction consider existence of new block groupsFilipe Manana1-2/+3
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana1-1/+59
2014-12-02Btrfs: fix freeing used extents after removing empty block groupFilipe Manana1-11/+10
2014-12-02Btrfs: fix crash caused by block group removalFilipe Manana1-0/+27
2014-12-02Btrfs: fix invalid block group rbtree access after bg is removedFilipe Manana1-0/+13
2014-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana1-7/+9
2014-11-25Btrfs: fix freeing used extent after removing empty block groupFilipe Manana1-2/+11
2014-11-20Btrfs: move read only block groups onto their own list V2Josef Bacik1-23/+13
2014-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-16/+2
2014-10-28Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent itemsFilipe Manana1-8/+0
2014-10-27Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana1-8/+2
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