aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-10Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie1-0/+2
2014-03-10Btrfs: split the global ordered extents mutexMiao Xie1-0/+2
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie1-1/+2
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie1-0/+10
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-22/+22
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo1-1/+0
2014-03-10btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.Qu Wenruo1-3/+3
2014-03-10btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.Qu Wenruo1-2/+2
2014-03-10btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue.Qu Wenruo1-2/+2
2014-03-10btrfs: Replace fs_info->rmw_workers workqueue with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo1-6/+6
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo1-2/+2
2014-03-10btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo1-1/+1