summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix compiles when CONFIG_BTRFS_FS_RUN_SANITY_TESTS is offChris Mason2014-10-071-2/+1
* btrfs: Make btrfs handle security mount options internally to avoid losing se...Qu Wenruo2014-10-061-0/+5
* Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...Chris Mason2014-10-041-3/+3
|\
| * btrfs: remove blocksize from btrfs_alloc_free_block and renameDavid Sterba2014-10-021-3/+3
* | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2014-10-041-8/+18
|\ \
| * | btrfs: move checks for DUMMY_ROOT into a helperDavid Sterba2014-10-021-0/+9
| * | btrfs: new define for the inline extent data startDavid Sterba2014-10-021-8/+8
| * | Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana2014-10-021-0/+1
| |/
* | Btrfs: remove redundant btrfs_verify_qgroup_counts declaration.Fabian Frederick2014-10-031-2/+0
|/
* Btrfs: remove empty block groups automaticallyJosef Bacik2014-09-221-2/+7
* Btrfs: implement repair function when direct read failsMiao Xie2014-09-171-0/+1
* Btrfs: load checksum data once when submitting a direct read ioMiao Xie2014-09-171-2/+1
* btrfs: remove stale define after removing ordered operationsDavid Sterba2014-09-171-7/+0
* Btrfs: fix wrong max inline data size limitWang Shilong2014-09-171-1/+1
* btrfs: use nodesize everywhere, kill leafsizeDavid Sterba2014-09-171-17/+4
* btrfs: cleanup ino cache members of btrfs_rootDavid Sterba2014-09-171-5/+5
* Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik2014-08-151-2/+2
* Btrfs: fix broken free space cache after the system crashedMiao Xie2014-06-191-2/+11
* Btrfs: make fsync work after cloning into a fileFilipe Manana2014-06-091-0/+6
* btrfs: allocate raid type kobjects dynamicallyJeff Mahoney2014-06-091-1/+7
* Btrfs: async delayed refsChris Mason2014-06-091-0/+5
* Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik2014-06-091-0/+6
* Btrfs: rework qgroup accountingJosef Bacik2014-06-091-52/+7
* Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie2014-06-091-18/+21
* Btrfs: reclaim the reserved metadata space at backgroundMiao Xie2014-06-091-0/+6
* btrfs: protect snapshots from deleting during sendDavid Sterba2014-06-091-0/+11
* btrfs: balance filter: add limit of processed chunksDavid Sterba2014-06-091-1/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-271-0/+14
|\
| * Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong2014-04-241-0/+14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-111-3/+10
|\ \ | |/
| * btrfs: export global block reserve size as space_infoDavid Sterba2014-04-071-1/+8
| * Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik2014-04-071-0/+1
| * Btrfs: remove transaction from sendJosef Bacik2014-04-061-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-041-23/+50
|\ \ | |/
| * Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie2014-03-101-0/+2
| * Btrfs: split the global ordered extents mutexMiao Xie2014-03-101-0/+2
| * Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie2014-03-101-1/+2
| * Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie2014-03-101-0/+10
| * btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo2014-03-101-22/+22
| * btrfs: Cleanup the old btrfs_worker.Qu Wenruo2014-03-101-1/+0
| * btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-3/+3
| * btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-2/+2
| * btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-1/+1
| * btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-1/+1
| * btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-1/+1
| * btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-2/+2
| * btrfs: Replace fs_info->rmw_workers workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-1/+1
| * btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-6/+6
| * btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo2014-03-101-2/+2
| * btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo2014-03-101-1/+1