summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-26btrfs: Don't remove block group that still has pinned down bytesQu Wenruo1-1/+1
2018-09-05btrfs: don't leak ret from do_chunk_allocJosef Bacik1-1/+1
2018-05-30btrfs: Fix possible softlock on single core machinesNikolay Borisov1-0/+1
2017-12-05btrfs: clear space cache inode generation alwaysJosef Bacik1-7/+7
2017-06-14btrfs: fix memory leak in update_space_info failure pathJeff Mahoney1-0/+1
2016-07-12btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney1-1/+1
2016-07-12Btrfs: make btrfs_abort_transaction consider existence of new block groupsFilipe Manana1-2/+3
2015-05-18Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana1-3/+2
2015-01-08Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana1-4/+6
2014-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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/mas...Linus Torvalds1-68/+197
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason1-2/+2
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason1-12/+8
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason1-9/+7
2014-10-04Btrfs: 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/axb...Tejun Heo1-30/+278
2014-09-23Btrfs: don't do async reclaim during log replayJosef Bacik1-1/+7
2014-09-23Btrfs: remove empty block groups automaticallyJosef Bacik1-7/+134
2014-09-18Btrfs: Fix misuse of chunk mutexMiao Xie1-2/+0
2014-09-18Btrfs: fix loop writing of async reclaimLiu Bo1-3/+14
2014-09-18btrfs: clean away stripe_align helperDavid Sterba1-10/+1
2014-09-18btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-18/+18
2014-09-18btrfs: 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-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