summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-17btrfs: switch BTRFS_FS_STATE_* to enumsDavid Sterba1-6/+19
2018-12-17btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov1-3/+2
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov1-4/+0
2018-12-17btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov1-4/+12
2018-12-17btrfs: introduce EXPORT_FOR_TESTS macroJohannes Thumshirn1-0/+10
2018-12-17btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien1-1/+1
2018-12-17btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_...Nikolay Borisov1-2/+2
2018-12-17Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval1-0/+29
2018-12-17btrfs: Remove extent_io_ops::split_extent_hook callbackNikolay Borisov1-0/+2
2018-12-17btrfs: Remove extent_io_ops::merge_extent_hook callbackNikolay Borisov1-0/+2
2018-12-17btrfs: Remove extent_io_ops::clear_bit_hook callbackNikolay Borisov1-0/+2
2018-12-17btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov1-0/+2
2018-12-17btrfs: Remove extent_io_ops::writepage_end_io_hookNikolay Borisov1-0/+2
2018-12-17btrfs: Remove extent_io_ops::writepage_start_hookNikolay Borisov1-0/+1
2018-12-17btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov1-0/+3
2018-11-12Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2018-11-06Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana1-0/+3
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-5/+3
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-3/+3
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong1-5/+3
2018-10-15btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi1-2/+1
2018-10-15btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi1-2/+1
2018-10-15Btrfs: kill btrfs_clear_path_blockingLiu Bo1-2/+0
2018-10-15btrfs: dev-replace: move replace members out of fs_infoDavid Sterba1-3/+3
2018-10-15btrfs: remove btrfs_dev_replace::read_locksDavid Sterba1-1/+0
2018-10-15btrfs: tests: polish ifdefs around testing helperDavid Sterba1-6/+6
2018-10-15btrfs: tests: group declarations of self-test helpersDavid Sterba1-3/+1
2018-10-15btrfs: tests: move testing members of struct btrfs_root to the endDavid Sterba1-5/+4
2018-10-15btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba1-6/+0
2018-10-15Btrfs: fix alignment in declaration and prototype of btrfs_get_extentLiu Bo1-2/+2
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro1-1/+0
2018-10-15btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi1-2/+1
2018-10-15btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi1-1/+1
2018-09-06Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+10
2018-08-24btrfs: Fix suspicious RCU usage warning in btrfs_debug_in_rcuMisono Tomohiro1-2/+9
2018-08-22Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+3
2018-08-17Btrfs: fix unexpected failure of nocow buffered writes after snapshotting whe...Robbie Ko1-0/+1
2018-08-06btrfs: extent-tree: Remove unused __btrfs_free_block_rsvMisono Tomohiro1-1/+0
2018-08-06btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi1-4/+3
2018-08-06btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi1-4/+3
2018-08-06btrfs: Remove fs_info from btrfs_del_rootLu Fengqi1-1/+1
2018-08-06btrfs: constify strings passed to assertion helperDavid Sterba1-1/+1
2018-08-06btrfs: dev-replace: remove unused members of btrfs_dev_replaceDavid Sterba1-2/+0
2018-08-06btrfs: remove unused member btrfs_root::nameDavid Sterba1-1/+0
2018-08-06btrfs: drop extent_io_ops::set_range_writeback callbackDavid Sterba1-1/+1
2018-08-06btrfs: Use btrfs_mark_bg_unused to replace open codeQu Wenruo1-0/+1
2018-08-06btrfs: use customized batch size for total_bytes_pinnedEthan Lien1-0/+8
2018-08-06btrfs: Add graceful handling of V0 extentsNikolay Borisov1-0/+7
2018-08-06btrfs: Remove V0 extent supportNikolay Borisov1-2/+0
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo1-26/+0