summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2019-05-22Btrfs: fix race between send and deduplication that lead to failures and crashesFilipe Manana
2019-01-21Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-01-18btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik
2019-01-18btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-12-21btrfs: sanitize security_mnt_opts useAl Viro
2018-12-17btrfs: catch cow on deleting snapshotsJosef Bacik
2018-12-17btrfs: rework btrfs_check_space_for_delayed_refsJosef Bacik
2018-12-17btrfs: add new flushing states for the delayed refs rsvJosef Bacik
2018-12-17btrfs: introduce delayed_refs_rsvJosef Bacik
2018-12-17btrfs: dev-replace: remove custom read/write blocking schemeDavid Sterba
2018-12-17btrfs: dev-replace: swich locking to rw semaphoreDavid Sterba
2018-12-17btrfs: drop extra enum initialization where using defaultsDavid Sterba
2018-12-17btrfs: switch BTRFS_ROOT_* to enumsDavid Sterba
2018-12-17btrfs: switch BTRFS_FS_* to enumsDavid Sterba
2018-12-17btrfs: switch BTRFS_BLOCK_RSV_* to enumsDavid Sterba
2018-12-17btrfs: switch BTRFS_FS_STATE_* to enumsDavid Sterba
2018-12-17btrfs: Refactor btrfs_merge_bio_hookNikolay Borisov
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov
2018-12-17btrfs: Introduce support for FSID change without metadata rewriteNikolay Borisov
2018-12-17btrfs: introduce EXPORT_FOR_TESTS macroJohannes Thumshirn
2018-12-17btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien
2018-12-17btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_...Nikolay Borisov
2018-12-17Btrfs: prevent ioctls from interfering with a swap fileOmar Sandoval
2018-12-17btrfs: Remove extent_io_ops::split_extent_hook callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::merge_extent_hook callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::clear_bit_hook callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::writepage_end_io_hookNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::writepage_start_hookNikolay Borisov
2018-12-17btrfs: Remove extent_io_ops::fill_delallocNikolay Borisov
2018-11-11Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-11-06Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong
2018-10-15btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi
2018-10-15btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi
2018-10-15Btrfs: kill btrfs_clear_path_blockingLiu Bo
2018-10-15btrfs: dev-replace: move replace members out of fs_infoDavid Sterba
2018-10-15btrfs: remove btrfs_dev_replace::read_locksDavid Sterba
2018-10-15btrfs: tests: polish ifdefs around testing helperDavid Sterba
2018-10-15btrfs: tests: group declarations of self-test helpersDavid Sterba
2018-10-15btrfs: tests: move testing members of struct btrfs_root to the endDavid Sterba
2018-10-15btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba
2018-10-15Btrfs: fix alignment in declaration and prototype of btrfs_get_extentLiu Bo
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro
2018-10-15btrfs: Remove root parameter from btrfs_insert_dir_itemLu Fengqi
2018-10-15btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...Lu Fengqi
2018-09-06Merge tag 'for-4.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds