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