| Commit message (Expand) | Author | Age | Files | Lines |
* | iomap: Simplify is_partially_uptodate a little | Matthew Wilcox (Oracle) | 2022-04-01 | 1 | -5/+4 |
* | Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-03-26 | 1 | -1/+1 |
|\ |
|
| * | fs/iomap: Fix buffered write page prefaulting | Andreas Gruenbacher | 2022-03-25 | 1 | -1/+1 |
* | | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-03-26 | 2 | -3/+0 |
|\ \ |
|
| * | | block: remove the per-bio/request write hint | Christoph Hellwig | 2022-03-07 | 2 | -3/+0 |
| * | | Merge branch 'for-5.18/block' into for-5.18/write-streams | Jens Axboe | 2022-03-07 | 2 | -20/+14 |
| |\ \ |
|
* | \ \ | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-23 | 2 | -29/+19 |
|\ \ \ \ |
|
| * | | | | iomap: Remove iomap_invalidatepage() | Matthew Wilcox (Oracle) | 2022-03-15 | 2 | -9/+2 |
| * | | | | fs: Convert is_partially_uptodate to folios | Matthew Wilcox (Oracle) | 2022-03-14 | 1 | -20/+16 |
| * | | | | iomap: Fix iomap_invalidatepage tracepoint | Matthew Wilcox (Oracle) | 2022-03-14 | 1 | -1/+2 |
| |/ / / |
|
* | | | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-23 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | fs: Move many prototypes to pagemap.h | Matthew Wilcox (Oracle) | 2022-03-21 | 1 | -0/+1 |
| |/ / / |
|
* | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 2022-03-22 | 1 | -0/+6 |
|\ \ \ \ |
|
| * | | | | iomap: support direct I/O with fscrypt using blk-crypto | Eric Biggers | 2022-02-08 | 1 | -0/+6 |
| |/ / / |
|
* | | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-03-22 | 2 | -20/+14 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | block: pass a block_device and opf to bio_init | Christoph Hellwig | 2022-02-02 | 1 | -3/+1 |
| * | | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 2022-02-02 | 2 | -14/+10 |
| * | | block: pass a block_device and opf to bio_alloc_bioset | Christoph Hellwig | 2022-02-02 | 1 | -3/+3 |
* | | | xfs, iomap: limit individual ioend chain lengths in writeback | Dave Chinner | 2022-01-26 | 1 | -4/+48 |
|/ / |
|
* | | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-01-13 | 2 | -12/+2 |
|\ \ |
|
| * | | iomap: Fix error handling in iomap_zero_iter() | Matthew Wilcox (Oracle) | 2021-12-23 | 1 | -2/+2 |
| * | | iomap: turn the byte variable in iomap_zero_iter into a ssize_t | Christoph Hellwig | 2021-12-08 | 1 | -1/+1 |
| * | | iomap: build the block based code conditionally | Christoph Hellwig | 2021-12-04 | 1 | -2/+2 |
| * | | fsdax: decouple zeroing from the iomap buffered I/O code | Christoph Hellwig | 2021-12-04 | 1 | -23/+12 |
| |/ |
|
* | | Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux | Linus Torvalds | 2022-01-12 | 1 | -268/+283 |
|\ \ |
|
| * | | iomap: Inline __iomap_zero_iter into its caller | Matthew Wilcox (Oracle) | 2021-12-21 | 1 | -28/+27 |
| * | | iomap: Support large folios in invalidatepage | Matthew Wilcox (Oracle) | 2021-12-18 | 1 | -2/+7 |
| * | | iomap: Convert iomap_migrate_page() to use folios | Matthew Wilcox (Oracle) | 2021-12-18 | 1 | -5/+7 |
| * | | iomap: Convert iomap_add_to_ioend() to take a folio | Matthew Wilcox (Oracle) | 2021-12-18 | 1 | -36/+34 |
| * | | iomap: Simplify iomap_do_writepage() | Matthew Wilcox (Oracle) | 2021-12-18 | 1 | -13/+10 |
| * | | iomap: Simplify iomap_writepage_map() | Matthew Wilcox (Oracle) | 2021-12-18 | 1 | -11/+10 |
| * | | iomap,xfs: Convert ->discard_page to ->discard_folio | Matthew Wilcox (Oracle) | 2021-12-18 | 1 | -2/+2 |
| * | | iomap: Convert iomap_write_end_inline to take a folio | Matthew Wilcox (Oracle) | 2021-12-18 | 1 | -5/+5 |
| * | | iomap: Convert iomap_write_begin() and iomap_write_end() to folios | Matthew Wilcox (Oracle) | 2021-12-18 | 1 | -38/+33 |
| * | | iomap: Convert __iomap_zero_iter to use a folio | Matthew Wilcox (Oracle) | 2021-12-18 | 1 | -5/+9 |
| * | | iomap: Allow iomap_write_begin() to be called with the full length | Matthew Wilcox (Oracle) | 2021-12-18 | 1 | -1/+8 |
| * | | iomap: Convert iomap_page_mkwrite to use a folio | Matthew Wilcox (Oracle) | 2021-12-16 | 1 | -13/+12 |
| * | | iomap: Convert readahead and readpage to use a folio | Matthew Wilcox (Oracle) | 2021-12-16 | 1 | -27/+26 |
| * | | iomap: Convert iomap_read_inline_data to take a folio | Matthew Wilcox (Oracle) | 2021-12-16 | 1 | -8/+9 |
| * | | iomap: Use folio offsets instead of page offsets | Matthew Wilcox (Oracle) | 2021-12-16 | 1 | -38/+40 |
| * | | iomap: Convert bio completions to use folios | Matthew Wilcox (Oracle) | 2021-12-16 | 1 | -29/+21 |
| * | | iomap: Pass the iomap_page into iomap_set_range_uptodate | Matthew Wilcox (Oracle) | 2021-12-16 | 1 | -14/+18 |
| * | | iomap: Add iomap_invalidate_folio | Matthew Wilcox (Oracle) | 2021-12-16 | 1 | -8/+12 |
| * | | iomap: Convert iomap_releasepage to use a folio | Matthew Wilcox (Oracle) | 2021-12-16 | 1 | -3/+3 |
| * | | iomap: Convert iomap_page_release to take a folio | Matthew Wilcox (Oracle) | 2021-12-16 | 1 | -7/+11 |
| * | | iomap: Convert iomap_page_create to take a folio | Matthew Wilcox (Oracle) | 2021-12-16 | 1 | -9/+12 |
| * | | iomap: Convert to_iomap_page to take a folio | Matthew Wilcox (Oracle) | 2021-12-16 | 1 | -17/+15 |
| * | | fs/buffer: Convert __block_write_begin_int() to take a folio | Matthew Wilcox (Oracle) | 2021-12-16 | 1 | -2/+5 |
* | | | mm: move filemap_range_needs_writeback() into header | Jens Axboe | 2021-12-03 | 1 | -0/+1 |
|/ / |
|
* | | iomap: iomap_read_inline_data cleanup | Andreas Gruenbacher | 2021-11-24 | 1 | -16/+15 |