aboutsummaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-7/+8
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+10
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-28/+0
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+6
2022-08-02mm/migrate: Add filemap_migrate_folio()Gravatar Matthew Wilcox (Oracle) 1-25/+0
2022-07-24iomap: Return -EAGAIN from iomap_write_iter()Gravatar Stefan Roesch 1-0/+4
2022-07-24iomap: Add async buffered write supportGravatar Stefan Roesch 1-5/+28
2022-07-24iomap: Add flags parameter to iomap_page_create()Gravatar Stefan Roesch 1-10/+20
2022-07-14fs/iomap: Use the new blk_opf_t typeGravatar Bart Van Assche 1-4/+4
2022-06-30iomap: set did_zero to true when zeroing successfullyGravatar Kaixu Xia 1-2/+2
2022-06-30iomap: skip pages past eof in iomap_do_writepage()Gravatar Chris Mason 1-5/+6
2022-06-29iomap: Remove test for folio errorGravatar Matthew Wilcox (Oracle) 1-3/+0
2022-06-27iomap: add support for dma aligned direct-ioGravatar Keith Busch 1-2/+2
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCGravatar Al Viro 1-2/+1
2022-06-10teach iomap_dio_rw() to suppress dsyncGravatar Al Viro 1-9/+11
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 2-22/+18
2022-05-24Merge tag 'iomap-5.19-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-3/+3
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-7/+18
2022-05-16iomap: don't invalidate folios after writeback errorsGravatar Darrick J. Wong 1-1/+0
2022-05-16iomap: add per-iomap_iter private dataGravatar Christoph Hellwig 1-3/+5
2022-05-16iomap: allow the file system to provide a bio_set for direct I/OGravatar Christoph Hellwig 1-4/+13
2022-05-09iomap: Convert to release_folioGravatar Matthew Wilcox (Oracle) 2-13/+11
2022-05-09fs: Convert mpage_readpage to mpage_read_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-09fs: Convert iomap_readpage to iomap_read_folioGravatar Matthew Wilcox (Oracle) 1-7/+5
2022-05-08iomap: iomap_write_end cleanupGravatar Andreas Gruenbacher 1-1/+1
2022-05-08iomap: iomap_write_failed fixGravatar Andreas Gruenbacher 1-1/+2
2022-05-02block: ignore RWF_HIPRI hint for sync dioGravatar Ming Lei 1-4/+3
2022-04-17block: add a bdev_fua helperGravatar Christoph Hellwig 1-2/+1
2022-04-01iomap: Simplify is_partially_uptodate a littleGravatar Matthew Wilcox (Oracle) 1-5/+4
2022-03-26Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-3/+0
2022-03-25fs/iomap: Fix buffered write page prefaultingGravatar Andreas Gruenbacher 1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 2-29/+19
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-0/+1
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 1-0/+6
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-20/+14
2022-03-21fs: Move many prototypes to pagemap.hGravatar Matthew Wilcox (Oracle) 1-0/+1
2022-03-15iomap: Remove iomap_invalidatepage()Gravatar Matthew Wilcox (Oracle) 2-9/+2
2022-03-14fs: Convert is_partially_uptodate to foliosGravatar Matthew Wilcox (Oracle) 1-20/+16
2022-03-14iomap: Fix iomap_invalidatepage tracepointGravatar Matthew Wilcox (Oracle) 1-1/+2
2022-03-07block: remove the per-bio/request write hintGravatar Christoph Hellwig 2-3/+0
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsGravatar Jens Axboe 2-20/+14
2022-02-08iomap: support direct I/O with fscrypt using blk-cryptoGravatar Eric Biggers 1-0/+6
2022-02-02block: pass a block_device and opf to bio_initGravatar Christoph Hellwig 1-3/+1
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 2-14/+10
2022-02-02block: pass a block_device and opf to bio_alloc_biosetGravatar Christoph Hellwig 1-3/+3
2022-01-26xfs, iomap: limit individual ioend chain lengths in writebackGravatar Dave Chinner 1-4/+48
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-12/+2
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxGravatar Linus Torvalds 1-268/+283