summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-20Btrfs: fix race deleting block group from space_info->ro_bgs listFilipe Manana1-0/+1
2014-12-10Btrfs: remove non-sense btrfs_error_discard_extent() functionFilipe Manana1-2/+2
2014-12-03Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason1-1/+6
2014-12-03Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana1-1/+11
2014-12-03Btrfs: fix crash caused by block group removalFilipe Manana1-0/+1
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedu...Miao Xie1-1/+6
2014-11-25Btrfs: fix snapshot inconsistency after a file write followed by truncateFilipe Manana1-2/+2
2014-11-25Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern...Chris Mason1-1/+49
2014-11-21Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana1-0/+1
2014-11-21Btrfs: make xattr replace operations atomicFilipe Manana1-0/+5
2014-11-21Btrfs: move read only block groups onto their own list V2Josef Bacik1-0/+4
2014-11-21Btrfs: add helper btrfs_fdatawrite_rangeFilipe Manana1-0/+1
2014-11-12btrfs: introduce pending action: commitDavid Sterba1-0/+1
2014-11-12btrfs: switch inode_cache option handling to pending changesDavid Sterba1-1/+3
2014-11-12btrfs: add support for processing pending changesDavid Sterba1-0/+45
2014-10-27Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()Filipe Manana1-1/+1
2014-10-08Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason1-2/+1
2014-10-06btrfs: Make btrfs handle security mount options internally to avoid losing se...Qu Wenruo1-0/+5
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason1-3/+3
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason1-8/+18
2014-10-04Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.Fabian Frederick1-2/+0
2014-10-02btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba1-0/+9
2014-10-02btrfs: new define for the inline extent data startDavid Sterba1-8/+8
2014-10-02Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana1-0/+1
2014-10-02btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba1-3/+3
2014-09-23Btrfs: remove empty block groups automaticallyJosef Bacik1-2/+7
2014-09-18Btrfs: implement repair function when direct read failsMiao Xie1-0/+1
2014-09-18Btrfs: load checksum data once when submitting a direct read ioMiao Xie1-2/+1
2014-09-18btrfs: remove stale define after removing ordered operationsDavid Sterba1-7/+0
2014-09-18Btrfs: fix wrong max inline data size limitWang Shilong1-1/+1
2014-09-18btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-17/+4
2014-09-18btrfs: cleanup ino cache members of btrfs_rootDavid Sterba1-5/+5
2014-08-15Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik1-2/+2
2014-06-20Btrfs: fix broken free space cache after the system crashedMiao Xie1-2/+11
2014-06-10Btrfs: make fsync work after cloning into a fileFilipe Manana1-0/+6
2014-06-10btrfs: allocate raid type kobjects dynamicallyJeff Mahoney1-1/+7
2014-06-10Btrfs: async delayed refsChris Mason1-0/+5
2014-06-10Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+6
2014-06-10Btrfs: rework qgroup accountingJosef Bacik1-52/+7
2014-06-10Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie1-18/+21
2014-06-10Btrfs: reclaim the reserved metadata space at backgroundMiao Xie1-0/+6
2014-06-10btrfs: protect snapshots from deleting during sendDavid Sterba1-0/+11
2014-06-10btrfs: balance filter: add limit of processed chunksDavid Sterba1-1/+6
2014-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+14
2014-04-25Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong1-0/+14
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+10
2014-04-07btrfs: export global block reserve size as space_infoDavid Sterba1-1/+8
2014-04-07Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik1-0/+1
2014-04-07Btrfs: remove transaction from sendJosef Bacik1-2/+1
2014-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-23/+50