summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2022-09-26btrfs: move simple extent bit helpers out of extent_io.cJosef Bacik
2022-09-26btrfs: convert BUG_ON(EXTENT_BIT_LOCKED) checks to ASSERT'sJosef Bacik
2022-09-26btrfs: move extent state init and alloc functions to their own fileJosef Bacik
2022-09-26btrfs: temporarily export alloc_extent_state helpersJosef Bacik
2022-09-26btrfs: separate out the eb and extent state leak helpersJosef Bacik
2022-09-26btrfs: separate out the extent state and extent buffer init codeJosef Bacik
2022-09-26btrfs: use find_first_extent_bit in btrfs_clean_io_failureJosef Bacik
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik
2022-09-26btrfs: unexport internal failrec functionsJosef Bacik
2022-09-26btrfs: rename clean_io_failure and remove extraneous argsJosef Bacik
2022-09-26btrfs: add KCSAN annotations for unlocked access to block_rsv->fullDavid Sterba
2022-09-26btrfs: remove useless used space increment during space reservationFilipe Manana
2022-09-26btrfs: zoned: refactor device checks in btrfs_check_zoned_modeChristoph Hellwig
2022-09-26btrfs: qgroup: fix a typo in a commentChristophe JAILLET
2022-09-26btrfs: remove btrfs_bit_radix_cachep declarationGaosheng Cui
2022-09-26btrfs: skip subtree scan if it's too high to avoid low stall in btrfs_commit_...Qu Wenruo
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_NO_ACCOUNTING to skip qgroup accou...Qu Wenruo
2022-09-26btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCANQu Wenruo
2022-09-26btrfs: introduce BTRFS_QGROUP_STATUS_FLAGS_MASK for later expansionQu Wenruo
2022-09-26btrfs: sysfs: introduce global qgroup attribute groupQu Wenruo
2022-09-26btrfs: make fiemap more efficient and accurate reporting extent sharednessFilipe Manana
2022-09-26btrfs: skip unnecessary extent buffer sharedness checks during fiemapFilipe Manana
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana
2022-09-26btrfs: rename btrfs_check_shared() to a more descriptive nameFilipe Manana
2022-09-26btrfs: allow fiemap to be interruptibleFilipe Manana
2022-09-26btrfs: properly flush delalloc when entering fiemapFilipe Manana
2022-09-26btrfs: remove zero length check when entering fiemapFilipe Manana