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