summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-25btrfs: do not strictly require dirty metadata threshold for metadata writepagesQu Wenruo1-2/+1
2025-10-19btrfs: fix the incorrect max_bytes value for find_lock_delalloc_range()Qu Wenruo1-3/+11
2025-09-09btrfs: adjust subpage bit start based on sectorsizeJosef Bacik1-1/+1
2025-06-04btrfs: avoid linker error in btrfs_find_create_tree_block()Mark Harmstone1-2/+5
2024-08-29btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba1-2/+2
2024-05-17btrfs: do not wait for short bulk allocationQu Wenruo1-12/+7
2023-12-20btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov1-1/+2
2023-10-06btrfs: reset destination buffer when read_extent_buffer() gets invalid rangeQu Wenruo1-1/+7
2023-08-16btrfs: don't stop integrity writeback too earlyChristoph Hellwig1-3/+4
2023-02-22btrfs: lock the inode in shared mode before starting fiemapFilipe Manana1-0/+2
2023-01-12btrfs: handle case when repair happens with dev-replaceQu Wenruo1-1/+10
2022-10-11Merge 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
2022-09-26btrfs: use find_first_extent_bit in btrfs_clean_io_failureJosef Bacik1-9/+6
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik1-111/+52
2022-09-26btrfs: unexport internal failrec functionsJosef Bacik1-6/+7
2022-09-26btrfs: rename clean_io_failure and remove extraneous argsJosef Bacik1-10/+7
2022-09-26btrfs: make fiemap more efficient and accurate reporting extent sharednessFilipe Manana1-227/+490
2022-09-26btrfs: skip unnecessary extent buffer sharedness checks during fiemapFilipe Manana1-2/+16
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana1-5/+6
2022-09-26btrfs: rename btrfs_check_shared() to a more descriptive nameFilipe Manana1-2/+3
2022-09-26btrfs: allow fiemap to be interruptibleFilipe Manana1-0/+5
2022-09-26btrfs: remove zero length check when entering fiemapFilipe Manana1-3/+0
2022-09-26btrfs: remove check for impossible block start for an extent map at fiemapFilipe Manana1-4/+1
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig1-18/+17
2022-09-26btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig1-4/+2
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig1-68/+6
2022-09-26btrfs: don't create integrity bioset for btrfs_biosetChristoph Hellwig1-6/+0
2022-09-26btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O pathEthan Lien1-17/+1
2022-09-26btrfs: use atomic_try_cmpxchg in free_extent_bufferUros Bizjak1-4/+2