aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-19Btrfs: 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-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs into for-linusChris Mason1-1/+6
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana1-1/+11
2014-12-02Btrfs: fix crash caused by block group removalFilipe Manana1-0/+1
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedure on raid56Miao 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/kernel/git/kdave/linux into for-linusChris Mason1-1/+49
2014-11-21Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana1-0/+1
2014-11-20Btrfs: make xattr replace operations atomicFilipe Manana1-0/+5
2014-11-20Btrfs: move read only block groups onto their own list V2Josef Bacik1-0/+4
2014-11-20Btrfs: 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-07Btrfs: 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 security label.Qu Wenruo1-0/+5
2014-10-04Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-3/+3
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-8/+18
2014-10-03Btrfs: 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-22Btrfs: remove empty block groups automaticallyJosef Bacik1-2/+7
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie1-0/+1
2014-09-17Btrfs: load checksum data once when submitting a direct read ioMiao Xie1-2/+1
2014-09-17btrfs: remove stale define after removing ordered operationsDavid Sterba1-7/+0
2014-09-17Btrfs: fix wrong max inline data size limitWang Shilong1-1/+1
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba1-17/+4
2014-09-17btrfs: 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-19Btrfs: fix broken free space cache after the system crashedMiao Xie1-2/+11
2014-06-09Btrfs: make fsync work after cloning into a fileFilipe Manana1-0/+6
2014-06-09btrfs: allocate raid type kobjects dynamicallyJeff Mahoney1-1/+7
2014-06-09Btrfs: async delayed refsChris Mason1-0/+5
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+6
2014-06-09Btrfs: rework qgroup accountingJosef Bacik1-52/+7
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btrfs_rootMiao Xie1-18/+21
2014-06-09Btrfs: reclaim the reserved metadata space at backgroundMiao Xie1-0/+6
2014-06-09btrfs: protect snapshots from deleting during sendDavid Sterba1-0/+11
2014-06-09btrfs: balance filter: add limit of processed chunksDavid Sterba1-1/+6
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+14
2014-04-24Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong1-0/+14
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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-06Btrfs: remove transaction from sendJosef Bacik1-2/+1
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-23/+50