summaryrefslogtreecommitdiffstats
path: root/fs/iomap
Commit message (Expand)AuthorAgeFilesLines
* iomap: Simplify is_partially_uptodate a littleMatthew Wilcox (Oracle)2022-04-011-5/+4
* Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-261-1/+1
|\
| * fs/iomap: Fix buffered write page prefaultingAndreas Gruenbacher2022-03-251-1/+1
* | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-262-3/+0
|\ \
| * | block: remove the per-bio/request write hintChristoph Hellwig2022-03-072-3/+0
| * | Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe2022-03-072-20/+14
| |\ \
* | \ \ Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-222-29/+19
|\ \ \ \
| * | | | iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)2022-03-152-9/+2
| * | | | fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)2022-03-141-20/+16
| * | | | iomap: Fix iomap_invalidatepage tracepointMatthew Wilcox (Oracle)2022-03-141-1/+2
| |/ / /
* | | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \ \ \
| * | | | fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2022-03-211-0/+1
| |/ / /
* | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2022-03-221-0/+6
|\ \ \ \
| * | | | iomap: support direct I/O with fscrypt using blk-cryptoEric Biggers2022-02-081-0/+6
| |/ / /
* | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-212-20/+14
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-3/+1
| * | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-022-14/+10
| * | block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-3/+3
* | | xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner2022-01-261-4/+48
|/ /
* | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-122-12/+2
|\ \
| * | iomap: Fix error handling in iomap_zero_iter()Matthew Wilcox (Oracle)2021-12-231-2/+2
| * | iomap: turn the byte variable in iomap_zero_iter into a ssize_tChristoph Hellwig2021-12-081-1/+1
| * | iomap: build the block based code conditionallyChristoph Hellwig2021-12-041-2/+2
| * | fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig2021-12-041-23/+12
| |/
* | Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds2022-01-121-268/+283
|\ \
| * | iomap: Inline __iomap_zero_iter into its callerMatthew Wilcox (Oracle)2021-12-211-28/+27
| * | iomap: Support large folios in invalidatepageMatthew Wilcox (Oracle)2021-12-181-2/+7
| * | iomap: Convert iomap_migrate_page() to use foliosMatthew Wilcox (Oracle)2021-12-181-5/+7
| * | iomap: Convert iomap_add_to_ioend() to take a folioMatthew Wilcox (Oracle)2021-12-181-36/+34
| * | iomap: Simplify iomap_do_writepage()Matthew Wilcox (Oracle)2021-12-181-13/+10
| * | iomap: Simplify iomap_writepage_map()Matthew Wilcox (Oracle)2021-12-181-11/+10
| * | iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)2021-12-181-2/+2
| * | iomap: Convert iomap_write_end_inline to take a folioMatthew Wilcox (Oracle)2021-12-181-5/+5
| * | iomap: Convert iomap_write_begin() and iomap_write_end() to foliosMatthew Wilcox (Oracle)2021-12-181-38/+33
| * | iomap: Convert __iomap_zero_iter to use a folioMatthew Wilcox (Oracle)2021-12-181-5/+9
| * | iomap: Allow iomap_write_begin() to be called with the full lengthMatthew Wilcox (Oracle)2021-12-181-1/+8
| * | iomap: Convert iomap_page_mkwrite to use a folioMatthew Wilcox (Oracle)2021-12-161-13/+12
| * | iomap: Convert readahead and readpage to use a folioMatthew Wilcox (Oracle)2021-12-161-27/+26
| * | iomap: Convert iomap_read_inline_data to take a folioMatthew Wilcox (Oracle)2021-12-161-8/+9
| * | iomap: Use folio offsets instead of page offsetsMatthew Wilcox (Oracle)2021-12-161-38/+40
| * | iomap: Convert bio completions to use foliosMatthew Wilcox (Oracle)2021-12-161-29/+21
| * | iomap: Pass the iomap_page into iomap_set_range_uptodateMatthew Wilcox (Oracle)2021-12-161-14/+18
| * | iomap: Add iomap_invalidate_folioMatthew Wilcox (Oracle)2021-12-161-8/+12
| * | iomap: Convert iomap_releasepage to use a folioMatthew Wilcox (Oracle)2021-12-161-3/+3
| * | iomap: Convert iomap_page_release to take a folioMatthew Wilcox (Oracle)2021-12-161-7/+11
| * | iomap: Convert iomap_page_create to take a folioMatthew Wilcox (Oracle)2021-12-161-9/+12
| * | iomap: Convert to_iomap_page to take a folioMatthew Wilcox (Oracle)2021-12-161-17/+15
| * | fs/buffer: Convert __block_write_begin_int() to take a folioMatthew Wilcox (Oracle)2021-12-161-2/+5
* | | mm: move filemap_range_needs_writeback() into headerJens Axboe2021-12-031-0/+1
|/ /
* | iomap: iomap_read_inline_data cleanupAndreas Gruenbacher2021-11-241-16/+15