summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
...
* | btrfs: switch BTRFS_FS_STATE_* to enumsDavid Sterba2018-12-171-6/+19
* | btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov2018-12-171-3/+2Star
* | btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-4/+0Star
* | 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/+3Star
|\ \ | |/ |/|
| * 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/+3Star
* | btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi2018-10-151-2/+1Star
* | btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi2018-10-151-2/+1Star
* | Btrfs: kill btrfs_clear_path_blockingLiu Bo2018-10-151-2/+0Star
* | 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/+0Star
* | btrfs: tests: polish ifdefs around testing helperDavid Sterba2018-10-151-6/+6
* | btrfs: tests: group declarations of self-test helpersDavid Sterba2018-10-151-3/+1Star
* | btrfs: tests: move testing members of struct btrfs_root to the endDavid Sterba2018-10-151-5/+4Star
* | btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba2018-10-151-6/+0Star
* | 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/+0Star
* | btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi2018-10-151-2/+1Star
* | 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-221-2/+3
|\ \ | |/ |/|
| * vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-2/+3
| * vfs: dedupe: return intMiklos Szeredi2018-07-061-2/+2
* | btrfs: extent-tree: Remove unused __btrfs_free_block_rsvMisono Tomohiro2018-08-061-1/+0Star
* | btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi2018-08-061-4/+3Star
* | btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi2018-08-061-4/+3Star
* | btrfs: Remove fs_info from btrfs_del_rootLu Fengqi2018-08-061-1/+1
* | btrfs: constify strings passed to assertion helperDavid Sterba2018-08-061-1/+1
* | btrfs: dev-replace: remove unused members of btrfs_dev_replaceDavid Sterba2018-08-061-2/+0Star
* | btrfs: remove unused member btrfs_root::nameDavid Sterba2018-08-061-1/+0Star
* | btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba2018-08-061-1/+1
* | btrfs: Use btrfs_mark_bg_unused to replace open codeQu Wenruo2018-08-061-0/+1
* | btrfs: use customized batch size for total_bytes_pinnedEthan Lien2018-08-061-0/+8
* | btrfs: Add graceful handling of V0 extentsNikolay Borisov2018-08-061-0/+7