aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-io-tree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig1-1/+0
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-10/+18
2022-09-26btrfs: get rid of extent_io_tree::dirty_bytesJosef Bacik1-1/+0
2022-09-26btrfs: remove extent_io_tree::track_uptodateJosef Bacik1-1/+0
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik1-16/+6
2022-09-26btrfs: drop extent_changeset from set_extent_bitJosef Bacik1-10/+8
2022-09-26btrfs: remove failed_start argument from set_extent_bitJosef Bacik1-13/+9
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-20/+14
2022-09-26btrfs: drop exclusive_bits from set_extent_bitJosef Bacik1-10/+10
2022-09-26btrfs: move extent io tree unrelated prototypes to their appropriate headerJosef Bacik1-8/+0
2022-09-26btrfs: unexport all the temporary exports for extent-io-tree.cJosef Bacik1-47/+0
2022-09-26btrfs: unexport btrfs_debug_check_extent_io_rangeJosef Bacik1-10/+0
2022-09-26btrfs: temporarily export and then move extent state helpersJosef Bacik1-0/+26
2022-09-26btrfs: temporarily export and move core extent_io_tree tree functionsJosef Bacik1-0/+13
2022-09-26btrfs: move btrfs_debug_check_extent_io_range into extent-io-tree.cJosef Bacik1-0/+10
2022-09-26btrfs: export wait_extent_bitJosef Bacik1-0/+1
2022-09-26btrfs: move simple extent bit helpers out of extent_io.cJosef Bacik1-5/+15
2022-09-26btrfs: move extent state init and alloc functions to their own fileJosef Bacik1-0/+5
2022-09-26btrfs: temporarily export alloc_extent_state helpersJosef Bacik1-0/+3
2022-09-26btrfs: separate out the extent state and extent buffer init codeJosef Bacik1-2/+2
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik1-3/+0
2022-09-26btrfs: unexport internal failrec functionsJosef Bacik1-6/+0
2022-09-26btrfs: rename clean_io_failure and remove extraneous argsJosef Bacik1-4/+2
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig1-3/+0
2022-09-26btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O pathEthan Lien1-2/+2
2022-03-15btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-2/+2
2020-12-08btrfs: use fixed width int type for extent_state::stateQu Wenruo1-17/+16
2020-12-08btrfs: merge __set_extent_bit and set_extent_bitNikolay Borisov1-8/+13
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana1-1/+15
2020-12-08btrfs: sink the failed_start parameter to set_extent_bitQu Wenruo1-10/+7
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov1-1/+0
2020-10-07btrfs: use own btree inode io_tree owner idQu Wenruo1-0/+1
2020-10-07btrfs: add owner and fs_info to alloc_state io_treeQu Wenruo1-0/+1
2020-08-12btrfs: trim: fix underflow in trim length to prevent access beyond device boundaryQu Wenruo1-0/+2
2020-07-27btrfs: streamline btrfs_get_io_failure_record logicNikolay Borisov1-2/+0
2020-07-27btrfs: make get_state_failrec return failrec directlyNikolay Borisov1-2/+1
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana1-0/+1
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov1-2/+2
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik1-0/+3
2019-11-18btrfs: move the failrec tree stuff into extent-io-tree.hJosef Bacik1-0/+18
2019-11-18btrfs: export find_delalloc_rangeJosef Bacik1-0/+3
2019-11-18btrfs: move extent_io_tree defs to their own headerJosef Bacik1-0/+227