summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-09-29btrfs: make prepare_pages nowait compatibleStefan Roesch
2022-09-29btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik
2022-09-29btrfs: add btrfs_try_lock_ordered_rangeJosef Bacik
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik
2022-09-26btrfs: implement a nowait option for tree searchesJosef Bacik
2022-09-26btrfs: relax block-group-tree feature dependency checksQu Wenruo
2022-09-26btrfs: move end_io_func argument to btrfs_bio_ctrl structureQu Wenruo
2022-09-26btrfs: switch page and disk_bytenr argument position for submit_extent_page()Qu Wenruo
2022-09-26btrfs: update the comment for submit_extent_page()Qu Wenruo
2022-09-26btrfs: add struct declarations in dev-replace.hJosef Bacik
2022-09-26btrfs: use a runtime flag to indicate an inode is a free space inodeJosef Bacik
2022-09-26btrfs: open code and remove btrfs_insert_inode_hash helperJosef Bacik
2022-09-26btrfs: open code and remove btrfs_inode_sectorsize helperJosef Bacik
2022-09-26btrfs: move btrfs_ordered_sum_size into file-item.cJosef Bacik
2022-09-26btrfs: move the fs_info related helpers closer to fs_info in ctree.hJosef Bacik
2022-09-26btrfs: move btrfs_csum_ptr to inode.cJosef Bacik
2022-09-26btrfs: move fs_info forward declarations to the top of ctree.hJosef Bacik
2022-09-26btrfs: move btrfs_swapfile_pin into volumes.hJosef Bacik
2022-09-26btrfs: move btrfs_pinned_by_swapfile prototype into volumes.hJosef Bacik
2022-09-26btrfs: move btrfs_init_async_reclaim_work prototype to space-info.hJosef Bacik
2022-09-26btrfs: move btrfs_full_stripe_locks_tree into block-group.hJosef Bacik
2022-09-26btrfs: move btrfs_caching_type to block-group.hJosef Bacik
2022-09-26btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig
2022-09-26btrfs: remove is_data_inode() checks in extent-io-tree.cJosef Bacik
2022-09-26btrfs: don't init io tree with private data for non-inodesJosef Bacik
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik
2022-09-26btrfs: don't clear CTL bits when trying to release extent stateJosef Bacik
2022-09-26btrfs: get rid of extent_io_tree::dirty_bytesJosef Bacik
2022-09-26btrfs: remove extent_io_tree::track_uptodateJosef Bacik
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik
2022-09-26btrfs: drop extent_changeset from set_extent_bitJosef Bacik
2022-09-26btrfs: remove failed_start argument from set_extent_bitJosef Bacik
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik
2022-09-26btrfs: drop exclusive_bits from set_extent_bitJosef Bacik
2022-09-26btrfs: move extent io tree unrelated prototypes to their appropriate headerJosef Bacik
2022-09-26btrfs: use next_state/prev_state in merge_stateJosef Bacik
2022-09-26btrfs: make tree_search_prev_next return extent_state'sJosef Bacik
2022-09-26btrfs: make tree_search_for_insert return extent_stateJosef Bacik
2022-09-26btrfs: make tree_search return struct extent_stateJosef Bacik
2022-09-26btrfs: use next_state instead of rb_next where we canJosef Bacik
2022-09-26btrfs: remove struct tree_entry in extent-io-tree.cJosef Bacik
2022-09-26btrfs: unexport all the temporary exports for extent-io-tree.cJosef Bacik
2022-09-26btrfs: unexport btrfs_debug_check_extent_io_rangeJosef Bacik
2022-09-26btrfs: move core extent_io_tree functions to extent-io-tree.cJosef Bacik
2022-09-26btrfs: move a few exported extent_io_tree helpers to extent-io-tree.cJosef Bacik
2022-09-26btrfs: temporarily export and then move extent state helpersJosef Bacik
2022-09-26btrfs: temporarily export and move core extent_io_tree tree functionsJosef Bacik
2022-09-26btrfs: move btrfs_debug_check_extent_io_range into extent-io-tree.cJosef Bacik
2022-09-26btrfs: export wait_extent_bitJosef Bacik