summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-16btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bioChristoph Hellwig1-2/+1
2022-05-16btrfs: move btrfs_readpage to extent_io.cChristoph Hellwig1-2/+33
2022-05-16btrfs: return correct error number for __extent_writepage_io()Qu Wenruo1-1/+12
2022-05-16btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()Qu Wenruo1-2/+6
2022-05-16btrfs: avoid double clean up when submit_one_bio() failedQu Wenruo1-78/+37
2022-05-16btrfs: simplify parameters of submit_read_repair() and renameQu Wenruo1-12/+16
2022-05-16btrfs: pass a block_device to btrfs_bio_cloneChristoph Hellwig1-2/+2
2022-05-16btrfs: use on-stack bio in repair_io_failureChristoph Hellwig1-28/+24
2022-05-16btrfs: check-integrity: split submit_bio from btrfsic checkingChristoph Hellwig1-1/+2
2022-05-16btrfs: wait between incomplete batch memory allocationsSweet Tea Dorminy1-0/+6
2022-05-16btrfs: allocate page arrays using bulk page allocatorSweet Tea Dorminy1-8/+11
2022-05-16btrfs: factor out allocating an array of pagesSweet Tea Dorminy1-16/+50
2022-05-16btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routineQu Wenruo1-35/+67
2022-05-16btrfs: warn when extent buffer leak test failsQu Wenruo1-0/+1
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-23Merge 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-22Merge 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