summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_repair_one_sectorDavid Sterba1-9/+8
2022-12-05btrfs: pass btrfs_inode to submit_one_bioDavid Sterba1-6/+6
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bioDavid Sterba1-1/+2
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_read_bioDavid Sterba1-2/+3
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_write_bioDavid Sterba1-1/+1
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_metadata_bioDavid Sterba1-1/+1
2022-12-05btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bioDavid Sterba1-1/+1
2022-12-05btrfs: change how repair action is passed to btrfs_repair_one_sectorDavid Sterba1-5/+9
2022-12-05btrfs: merge struct extent_page_data to btrfs_bio_ctrlDavid Sterba1-60/+55
2022-12-05btrfs: switch extent_page_data bit fields to boolsDavid Sterba1-2/+2
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik1-0/+1
2022-12-05btrfs: move dev-replace prototypes into dev-replace.hJosef Bacik1-0/+1
2022-12-05btrfs: move file prototypes to file.hJosef Bacik1-0/+1
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik1-0/+1
2022-12-05btrfs: update function commentsDavid Sterba1-28/+31
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.hJosef Bacik1-0/+1
2022-12-05btrfs: do not use GFP_ATOMIC in the read endioJosef Bacik1-4/+4
2022-12-05btrfs: avoid duplicated resolution of indirect backrefs during fiemapFilipe Manana1-0/+2
2022-12-05btrfs: move ulists to data extent sharedness check contextFilipe Manana1-24/+10
2022-12-05btrfs: turn the backref sharedness check cache into a context objectFilipe Manana1-12/+12
2022-12-05btrfs: directly pass the inode to btrfs_is_data_extent_shared()Filipe Manana1-9/+7
2022-12-05btrfs: drop redundant bflags initialization when allocating extent bufferFilipe Manana1-1/+0
2022-12-05btrfs: drop pointless memset when cloning extent bufferFilipe Manana1-1/+0
2022-12-05btrfs: add cached_state to read_extent_buffer_subpageJosef Bacik1-5/+10
2022-12-05btrfs: cache the failed state when locking extentsJosef Bacik1-1/+2
2022-12-05btrfs: add a cached_state to try_lock_extentJosef Bacik1-1/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-18/+15
2022-09-26btrfs: move end_io_func argument to btrfs_bio_ctrl structureQu Wenruo1-17/+23
2022-09-26btrfs: switch page and disk_bytenr argument position for submit_extent_page()Qu Wenruo1-9/+9
2022-09-26btrfs: update the comment for submit_extent_page()Qu Wenruo1-3/+5
2022-09-26btrfs: open code and remove btrfs_inode_sectorsize helperJosef Bacik1-2/+2
2022-09-26btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig1-15/+2
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-2/+2
2022-09-26btrfs: don't clear CTL bits when trying to release extent stateJosef Bacik1-3/+5
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik1-21/+18
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-2/+2
2022-09-26btrfs: move core extent_io_tree functions to extent-io-tree.cJosef Bacik1-996/+0
2022-09-26btrfs: move a few exported extent_io_tree helpers to extent-io-tree.cJosef Bacik1-141/+0
2022-09-26btrfs: temporarily export and then move extent state helpersJosef Bacik1-258/+0
2022-09-26btrfs: temporarily export and move core extent_io_tree tree functionsJosef Bacik1-115/+0
2022-09-26btrfs: move btrfs_debug_check_extent_io_range into extent-io-tree.cJosef Bacik1-20/+0
2022-09-26btrfs: export wait_extent_bitJosef Bacik1-2/+1
2022-09-26btrfs: move simple extent bit helpers out of extent_io.cJosef Bacik1-60/+0
2022-09-26btrfs: convert BUG_ON(EXTENT_BIT_LOCKED) checks to ASSERT'sJosef Bacik1-2/+2
2022-09-26btrfs: move extent state init and alloc functions to their own fileJosef Bacik1-155/+0
2022-09-26btrfs: temporarily export alloc_extent_state helpersJosef Bacik1-3/+2
2022-09-26btrfs: separate out the eb and extent state leak helpersJosef Bacik1-20/+38
2022-09-26btrfs: separate out the extent state and extent buffer init codeJosef Bacik1-7/+14