summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-06-21btrfs: zoned: fix critical section of relocation inode writebackNaohiro Aota
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-16btrfs: zoned: properly finish block group on metadata writeNaohiro Aota
2022-05-16btrfs: rename bio_ctrl::bio_flags to compress_typeDavid Sterba
2022-05-16btrfs: rename bio_flags in parameters and switch typeDavid Sterba
2022-05-16btrfs: rename io_failure_record::bio_flags to compress_typeDavid Sterba
2022-05-16btrfs: open code extent_set_compress_type helpersDavid Sterba
2022-05-16btrfs: simplify handling of bio_ctrl::bio_flagsDavid Sterba
2022-05-16btrfs: remove trivial helper update_nr_writtenDavid Sterba
2022-05-16btrfs: turn fs_info member buffer_radix into XArrayGabriel Niebler
2022-05-16btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bioChristoph Hellwig
2022-05-16btrfs: move btrfs_readpage to extent_io.cChristoph Hellwig
2022-05-16btrfs: return correct error number for __extent_writepage_io()Qu Wenruo
2022-05-16btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()Qu Wenruo
2022-05-16btrfs: avoid double clean up when submit_one_bio() failedQu Wenruo
2022-05-16btrfs: simplify parameters of submit_read_repair() and renameQu Wenruo
2022-05-16btrfs: pass a block_device to btrfs_bio_cloneChristoph Hellwig
2022-05-16btrfs: use on-stack bio in repair_io_failureChristoph Hellwig
2022-05-16btrfs: check-integrity: split submit_bio from btrfsic checkingChristoph Hellwig
2022-05-16btrfs: wait between incomplete batch memory allocationsSweet Tea Dorminy
2022-05-16btrfs: allocate page arrays using bulk page allocatorSweet Tea Dorminy
2022-05-16btrfs: factor out allocating an array of pagesSweet Tea Dorminy
2022-05-16btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routineQu Wenruo
2022-05-16btrfs: warn when extent buffer leak test failsQu Wenruo
2022-05-09btrfs: Convert to release_folioMatthew Wilcox (Oracle)
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