summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-4/+0
|\
| * btrfs: sanitize security_mnt_opts useAl Viro2018-12-211-4/+0
* | btrfs: catch cow on deleting snapshotsJosef Bacik2018-12-171-0/+1
* | btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik2018-12-171-1/+1
* | btrfs: add new flushing states for the delayed refs rsvJosef Bacik2018-12-171-4/+6
* | btrfs: introduce delayed_refs_rsvJosef Bacik2018-12-171-0/+10
* | btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba2018-12-171-2/+0
* | btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba2018-12-171-1/+1
* | btrfs: drop extra enum initialization where using defaultsDavid Sterba2018-12-171-14/+14
* | btrfs: switch BTRFS_ROOT_* to enumsDavid Sterba2018-12-171-16/+17
* | btrfs: switch BTRFS_FS_* to enumsDavid Sterba2018-12-171-32/+31
* | btrfs: switch BTRFS_BLOCK_RSV_* to enumsDavid Sterba2018-12-171-7/+12
* | btrfs: switch BTRFS_FS_STATE_* to enumsDavid Sterba2018-12-171-6/+19
* | btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov2018-12-171-3/+2
* | btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-4/+0
* | btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov2018-12-171-4/+12
* | btrfs: introduce EXPORT_FOR_TESTS macroJohannes Thumshirn2018-12-171-0/+10
* | btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien2018-12-171-1/+1
* | btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_...Nikolay Borisov2018-12-171-2/+2
* | Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval2018-12-171-0/+29
* | btrfs: Remove extent_io_ops::split_extent_hook callbackNikolay Borisov2018-12-171-0/+2
* | btrfs: Remove extent_io_ops::merge_extent_hook callbackNikolay Borisov2018-12-171-0/+2
* | btrfs: Remove extent_io_ops::clear_bit_hook callbackNikolay Borisov2018-12-171-0/+2
* | btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov2018-12-171-0/+2
* | btrfs: Remove extent_io_ops::writepage_end_io_hookNikolay Borisov2018-12-171-0/+2
* | btrfs: Remove extent_io_ops::writepage_start_hookNikolay Borisov2018-12-171-0/+1
* | btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov2018-12-171-0/+3
* | Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-111-0/+3
|\ \ | |/ |/|
| * Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana2018-11-061-0/+3
* | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-5/+3
|\ \ | |/ |/|
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-3/+3
| * vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-301-5/+3
* | btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi2018-10-151-2/+1
* | btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi2018-10-151-2/+1
* | Btrfs: kill btrfs_clear_path_blockingLiu Bo2018-10-151-2/+0
* | btrfs: dev-replace: move replace members out of fs_infoDavid Sterba2018-10-151-3/+3
* | btrfs: remove btrfs_dev_replace::read_locksDavid Sterba2018-10-151-1/+0
* | btrfs: tests: polish ifdefs around testing helperDavid Sterba2018-10-151-6/+6
* | btrfs: tests: group declarations of self-test helpersDavid Sterba2018-10-151-3/+1
* | btrfs: tests: move testing members of struct btrfs_root to the endDavid Sterba2018-10-151-5/+4
* | btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba2018-10-151-6/+0
* | Btrfs: fix alignment in declaration and prototype of btrfs_get_extentLiu Bo2018-10-151-2/+2
* | btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-1/+0
* | btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi2018-10-151-2/+1
* | btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi2018-10-151-1/+1
|/
* Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-09-061-2/+10
|\
| * btrfs: Fix suspicious RCU usage warning in btrfs_debug_in_rcuMisono Tomohiro2018-08-241-2/+9
| * Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko2018-08-171-0/+1
* | Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-211-2/+3
|\ \ | |/ |/|
| * vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-2/+3