summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2014-12-10Btrfs: remove non-sense btrfs_error_discard_extent() functionFilipe Manana
2014-12-10Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana
2014-12-10Btrfs: always clear a block group node when removing it from the treeFilipe Manana
2014-12-02Btrfs: make get_caching_control unconditionally return the ctlJosef Bacik
2014-12-02Btrfs: fix unprotected deletion from pending_chunks listFilipe Manana
2014-12-02Btrfs: fix fs mapping extent map leakFilipe Manana
2014-12-02Btrfs: make btrfs_abort_transaction consider existence of new block groupsFilipe Manana
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana
2014-12-02Btrfs: fix freeing used extents after removing empty block groupFilipe Manana
2014-12-02Btrfs: fix crash caused by block group removalFilipe Manana
2014-12-02Btrfs: fix invalid block group rbtree access after bg is removedFilipe Manana
2014-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana
2014-11-25Btrfs: fix freeing used extent after removing empty block groupFilipe Manana
2014-11-20Btrfs: move read only block groups onto their own list V2Josef Bacik
2014-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-10-28Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent itemsFilipe Manana
2014-10-27Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba
2014-10-02btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba
2014-10-02btrfs: remove unused parameter blocksize from btrfs_find_tree_blockDavid Sterba
2014-10-02btrfs: remove parameter blocksize from read_tree_blockDavid Sterba
2014-10-02btrfs: return void from readahead_tree_blockDavid Sterba
2014-10-02btrfs: remove unused parameter from readahead_tree_blockDavid Sterba
2014-10-02btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo
2014-09-22Btrfs: don't do async reclaim during log replayJosef Bacik
2014-09-22Btrfs: remove empty block groups automaticallyJosef Bacik
2014-09-17Btrfs: Fix misuse of chunk mutexMiao Xie
2014-09-17Btrfs: fix loop writing of async reclaimLiu Bo
2014-09-17btrfs: clean away stripe_align helperDavid Sterba
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo
2014-08-19Btrfs: don't consider the missing device when allocating new chunksMiao Xie
2014-08-15btrfs: qgroup: account shared subtrees during snapshot deleteMark Fasheh
2014-08-15Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik
2014-07-03Btrfs: fix race of using total_bytes_pinnedLiu Bo
2014-06-19Btrfs: fix broken free space cache after the system crashedMiao Xie
2014-06-09btrfs: allocate raid type kobjects dynamicallyJeff Mahoney
2014-06-09Btrfs: async delayed refsChris Mason
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik
2014-06-09Btrfs: rework qgroup accountingJosef Bacik
2014-06-09Btrfs: fix joining same transaction handle more than twiceWang Shilong