Age | Commit message (Expand) | Author |
2023-12-10 | mm: add folio_fill_tail() and use it in iomap | Matthew Wilcox (Oracle) |
2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-10-19 | iomap: fix short copy in iomap_write_iter() | Jan Stancek |
2023-10-18 | iomap: use folio_end_read() | Matthew Wilcox (Oracle) |
2023-10-18 | iomap: protect read_bytes_pending with the state_lock | Matthew Wilcox (Oracle) |
2023-10-18 | iomap: hold state_lock over call to ifs_set_range_uptodate() | Matthew Wilcox (Oracle) |
2023-09-28 | iomap: Spelling s/preceeding/preceding/g | Geert Uytterhoeven |
2023-09-19 | iomap: convert iomap_unshare_iter to use large folios | Darrick J. Wong |
2023-09-18 | iomap: don't skip reading in !uptodate folios when unsharing a range | Darrick J. Wong |
2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds |
2023-08-02 | fs: rename and move block_page_mkwrite_return | Christoph Hellwig |
2023-08-01 | Merge tag 'xfs-async-dio.6-2023-08-01' of git://git.kernel.dk/linux into ioma... | Darrick J. Wong |
2023-08-01 | iomap: support IOCB_DIO_CALLER_COMP | Jens Axboe |
2023-08-01 | iomap: add IOMAP_DIO_INLINE_COMP | Jens Axboe |
2023-08-01 | iomap: only set iocb->private for polled bio | Jens Axboe |
2023-08-01 | iomap: treat a write through cache the same as FUA | Jens Axboe |
2023-08-01 | iomap: use an unsigned type for IOMAP_DIO_* defines | Jens Axboe |
2023-08-01 | iomap: cleanup up iomap_dio_bio_end_io() | Jens Axboe |
2023-07-25 | iomap: Add per-block dirty state tracking to improve performance | Ritesh Harjani (IBM) |
2023-07-25 | iomap: Allocate ifs in ->write_begin() early | Ritesh Harjani (IBM) |
2023-07-25 | iomap: Refactor iomap_write_delalloc_punch() function out | Ritesh Harjani (IBM) |
2023-07-25 | iomap: Use iomap_punch_t typedef | Ritesh Harjani (IBM) |
2023-07-25 | iomap: Fix possible overflow condition in iomap_write_delalloc_scan | Ritesh Harjani (IBM) |
2023-07-25 | iomap: Add some uptodate state handling helpers for ifs state bitmap | Ritesh Harjani (IBM) |
2023-07-25 | iomap: Drop ifs argument from iomap_set_range_uptodate() | Ritesh Harjani (IBM) |
2023-07-25 | iomap: Rename iomap_page to iomap_folio_state and others | Ritesh Harjani (IBM) |
2023-07-24 | iomap: Copy larger chunks from userspace | Matthew Wilcox (Oracle) |
2023-07-24 | iomap: Create large folios in the buffered write path | Matthew Wilcox (Oracle) |
2023-07-24 | filemap: Add fgf_t typedef | Matthew Wilcox (Oracle) |
2023-07-24 | iomap: Remove unnecessary test from iomap_release_folio() | Matthew Wilcox (Oracle) |
2023-07-24 | iomap: Remove large folio handling in iomap_invalidate_folio() | Matthew Wilcox (Oracle) |
2023-07-17 | iomap: micro optimize the ki_pos assignment in iomap_file_buffered_write | Christoph Hellwig |
2023-07-17 | iomap: fix a regression for partial write errors | Christoph Hellwig |
2023-07-02 | Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2023-06-29 | fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap... | Lu Hongfei |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-06-09 | iomap: use kiocb_write_and_wait and kiocb_invalidate_pages | Christoph Hellwig |
2023-06-09 | iomap: update ki_pos in iomap_file_buffered_write | Christoph Hellwig |
2023-06-09 | filemap: add a kiocb_invalidate_post_direct_write helper | Christoph Hellwig |
2023-06-09 | iomap: update ki_pos a little later in iomap_dio_complete | Christoph Hellwig |
2023-06-01 | fs: iomap: use bio_add_folio_nofail where possible | Johannes Thumshirn |
2023-05-24 | block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic | Christoph Hellwig |
2023-05-24 | iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing | David Howells |
2023-04-29 | Merge tag 'iomap-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-04-21 | iomap: Add DIO tracepoints | Ritesh Harjani (IBM) |
2023-04-21 | iomap: Remove IOMAP_DIO_NOSYNC unused dio flag | Ritesh Harjani (IBM) |
2023-04-06 | fs: Add FGP_WRITEBEGIN | Matthew Wilcox |
2023-04-05 | mm: return an ERR_PTR from __filemap_get_folio | Christoph Hellwig |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |