summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-26Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-15/+29
2022-04-19btrfs: fix direct I/O read repair for split biosChristoph Hellwig1-0/+1
2022-04-19btrfs: fix and document the zoned device choice in alloc_new_bioChristoph Hellwig1-15/+28
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-17/+18
2022-03-22Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-19/+26
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2022-03-15btrfs: Convert extent_range_redirty_for_io() to use foliosMatthew Wilcox (Oracle)1-7/+7
2022-03-15btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-8/+8
2022-03-15btrfs: Use folio_invalidate()Matthew Wilcox (Oracle)1-2/+3
2022-03-14btrfs: zoned: put block group after final usageNikolay Borisov1-3/+4
2022-03-14btrfs: do not clean up repair bio if submit failsJosef Bacik1-8/+7
2022-03-14btrfs: do not try to repair bio that has no mirror setJosef Bacik1-0/+9
2022-03-14btrfs: remove no longer used counter when reading data pageFilipe Manana1-4/+1
2022-03-14btrfs: fix lost error return value when reading a data pageFilipe Manana1-0/+1
2022-03-14btrfs: stop checking for NULL return from btrfs_get_extent()Filipe Manana1-3/+3
2022-03-14btrfs: stop checking for NULL return from btrfs_get_extent_fiemap()Johannes Thumshirn1-1/+1
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig1-1/+0
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe1-3/+3
2022-03-06Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+13
2022-03-02btrfs: do not WARN_ON() if we have PageError setJosef Bacik1-3/+13
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-2/+2
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-1/+1
2022-01-22mm: remove cleancacheChristoph Hellwig1-10/+0
2022-01-07btrfs: fix argument list that the kdoc format and script verifiedYang Li1-3/+2
2022-01-07btrfs: remove reada infrastructureQu Wenruo1-3/+0
2022-01-07btrfs: zoned: drop redundant check for REQ_OP_ZONE_APPEND and btrfs_is_zonedJohannes Thumshirn1-3/+2
2022-01-07btrfs: zoned: sink zone check into btrfs_repair_one_zoneJohannes Thumshirn1-2/+2
2022-01-07btrfs: zoned: encapsulate inode locking for zoned relocationJohannes Thumshirn1-6/+2
2022-01-03btrfs: remove unnecessary @nr_written parametersQu Wenruo1-16/+11
2021-12-15btrfs: check WRITE_ERR when trying to read an extent bufferJosef Bacik1-0/+8
2021-12-08btrfs: call mapping_set_error() on btree inode with a write errorJosef Bacik1-0/+8
2021-12-08btrfs: clear extent buffer uptodate when we fail to write itJosef Bacik1-0/+6
2021-10-26btrfs: remove btrfs_bio::logical memberQu Wenruo1-1/+0
2021-10-26btrfs: add a BTRFS_FS_ERROR helperJosef Bacik1-1/+1
2021-10-26btrfs: subpage: avoid potential deadlock with compression and delallocQu Wenruo1-9/+27
2021-10-26btrfs: rework page locking in __extent_writepage()Qu Wenruo1-1/+14
2021-10-26btrfs: subpage: make extent_write_locked_range() compatibleQu Wenruo1-4/+11
2021-10-26btrfs: cleanup for extent_write_locked_range()Qu Wenruo1-16/+29
2021-10-26btrfs: subpage: make add_ra_bio_pages() compatibleQu Wenruo1-0/+1
2021-10-26btrfs: remove unnecessary parameter delalloc_start for writepage_delalloc()Qu Wenruo1-7/+7
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo1-32/+32
2021-10-26btrfs: remove btrfs_bio_alloc() helperQu Wenruo1-18/+9
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo1-9/+9
2021-10-26btrfs: zoned: only allow one process to add pages to a relocation inodeJohannes Thumshirn1-0/+11
2021-10-26btrfs: unexport repair_io_failure()Qu Wenruo1-3/+3
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain1-1/+1
2021-10-26btrfs: zoned: finish fully written block groupNaohiro Aota1-1/+9
2021-10-26btrfs: subpage: pack all subpage bitmaps into a larger bitmapQu Wenruo1-24/+37
2021-10-25btrfs: subpage: make btrfs_alloc_subpage() return btrfs_subpage directlyQu Wenruo1-3/+3