| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-11 | iomap: skip unnecessary ifs_block_is_uptodate check | Gou Hao | 1 | -1/+1 |
| 2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2025-03-24 | Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 10 | -420/+589 |
| 2025-03-20 | iomap: rework IOMAP atomic flags | John Garry | 2 | -6/+4 |
| 2025-03-20 | iomap: comment on atomic write checks in iomap_dio_bio_iter() | John Garry | 1 | -1/+6 |
| 2025-03-20 | iomap: inline iomap_dio_bio_opflags() | John Garry | 1 | -63/+49 |
| 2025-03-19 | iomap: fix inline data on buffered read | Gao Xiang | 1 | -2/+7 |
| 2025-03-16 | fs: convert block_commit_write() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-03-06 | iomap: Lift blocksize restriction on atomic writes | Ritesh Harjani (IBM) | 1 | -1/+1 |
| 2025-03-06 | iomap: Support SW-based atomic writes | John Garry | 1 | -1/+3 |
| 2025-03-06 | iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW | John Garry | 2 | -10/+10 |
| 2025-03-06 | Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker... | Christian Brauner | 1 | -0/+4 |
| 2025-02-27 | iomap: make buffered writes work with RWF_DONTCACHE | Jens Axboe | 1 | -0/+4 |
| 2025-02-26 | iomap: introduce a full map advance helper | Brian Foster | 3 | -7/+3 |
| 2025-02-26 | iomap: rename iomap_iter processed field to status | Brian Foster | 7 | -41/+41 |
| 2025-02-26 | iomap: remove unnecessary advance from iomap_iter() | Brian Foster | 1 | -24/+15 |
| 2025-02-26 | iomap: convert misc simple ops to incremental advance | Brian Foster | 4 | -18/+21 |
| 2025-02-26 | iomap: advance the iter on direct I/O | Brian Foster | 1 | -13/+9 |
| 2025-02-26 | iomap: advance the iter directly on buffered read | Brian Foster | 1 | -24/+19 |
| 2025-02-25 | iomap: Minor code simplification in iomap_dio_bio_iter() | John Garry | 1 | -5/+3 |
| 2025-02-10 | iomap: advance the iter directly on zero range | Brian Foster | 1 | -11/+13 |
| 2025-02-10 | iomap: advance the iter directly on unshare range | Brian Foster | 1 | -12/+11 |
| 2025-02-10 | iomap: advance the iter directly on buffered writes | Brian Foster | 1 | -13/+7 |
| 2025-02-10 | iomap: support incremental iomap_iter advances | Brian Foster | 1 | -7/+25 |
| 2025-02-10 | iomap: export iomap_iter_advance() and return remaining length | Brian Foster | 1 | -14/+8 |
| 2025-02-10 | iomap: lift iter termination logic from iomap_iter_advance() | Brian Foster | 1 | -8/+13 |
| 2025-02-10 | iomap: lift error code check out of iomap_iter_advance() | Brian Foster | 1 | -3/+8 |
| 2025-02-10 | iomap: refactor iomap_iter() length check and tracepoint | Brian Foster | 1 | -8/+11 |
| 2025-02-10 | iomap: split out iomap check and reset logic from iter advance | Brian Foster | 1 | -23/+26 |
| 2025-02-06 | iomap: pass private data to iomap_truncate_page | Christoph Hellwig | 1 | -2/+2 |
| 2025-02-06 | iomap: pass private data to iomap_zero_range | Christoph Hellwig | 1 | -2/+4 |
| 2025-02-06 | iomap: pass private data to iomap_page_mkwrite | Christoph Hellwig | 1 | -1/+3 |
| 2025-02-06 | iomap: add a io_private field to struct iomap_ioend | Christoph Hellwig | 1 | -0/+1 |
| 2025-02-06 | iomap: optionally use ioends for direct I/O | Christoph Hellwig | 3 | -2/+49 |
| 2025-02-06 | iomap: factor out a iomap_dio_done helper | Christoph Hellwig | 1 | -38/+38 |
| 2025-02-06 | iomap: move common ioend code to ioend.c | Christoph Hellwig | 3 | -133/+138 |
| 2025-02-06 | iomap: split bios to zone append limits in the submission handlers | Christoph Hellwig | 3 | -20/+116 |
| 2025-02-06 | iomap: add a IOMAP_F_ANON_WRITE flag | Christoph Hellwig | 2 | -6/+13 |
| 2025-02-06 | iomap: simplify io_flags and io_type in struct iomap_ioend | Christoph Hellwig | 1 | -17/+22 |
| 2025-02-06 | iomap: allow the file system to submit the writeback bios | Christoph Hellwig | 1 | -5/+5 |
| 2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+0 |
| 2025-01-25 | mm, swap: clean up device availability check | Kairui Song | 1 | -1/+0 |
| 2025-01-09 | iomap: avoid avoid truncating 64-bit offset to 32 bits | Marco Nelissen | 1 | -1/+1 |
| 2024-12-11 | iomap: fix zero padding data issue in concurrent append writes | Long Li | 1 | -0/+45 |
| 2024-12-11 | iomap: pass byte granular end position to iomap_add_to_ioend | Long Li | 1 | -9/+12 |
| 2024-11-26 | Merge branch 'ovl.fixes' | Christian Brauner | 1 | -0/+6 |
| 2024-11-21 | Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -0/+6 |
| 2024-11-21 | iomap: elide flush from partial eof zero range | Brian Foster | 1 | -4/+24 |
| 2024-11-21 | iomap: lift zeroed mapping handling into iomap_zero_range() | Brian Foster | 1 | -42/+24 |
| 2024-11-21 | iomap: reset per-iter state on non-error iter advances | Brian Foster | 1 | -6/+5 |
| 2024-11-21 | iomap: warn on zero range of a post-eof folio | Brian Foster | 1 | -0/+2 |
| 2024-11-18 | Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -10/+36 |
| 2024-11-18 | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -1/+1 |
| 2024-11-11 | iomap: drop an obsolete comment in iomap_dio_bio_iter | Christoph Hellwig | 1 | -5/+0 |
| 2024-11-05 | iomap: add a merge boundary flag | Christoph Hellwig | 1 | -0/+6 |
| 2024-11-04 | fs: iomap: Atomic write support | John Garry | 2 | -5/+36 |
| 2024-11-01 | Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -16/+1 |
| 2024-10-28 | fs/writeback: convert wbc_account_cgroup_owner to take a folio | Pankaj Raghav | 1 | -1/+1 |
| 2024-10-21 | iomap: turn iomap_want_unshare_iter into an inline function | Christoph Hellwig | 1 | -17/+0 |
| 2024-10-15 | iomap: move locking out of iomap_write_delalloc_release | Christoph Hellwig | 1 | -9/+8 |
| 2024-10-15 | iomap: remove iomap_file_buffered_write_punch_delalloc | Christoph Hellwig | 1 | -57/+28 |
| 2024-10-15 | iomap: factor out a iomap_last_written_block helper | Christoph Hellwig | 1 | -11/+2 |
| 2024-10-07 | iomap: share iomap_unshare_iter predicate code with fsdax | Darrick J. Wong | 1 | -14/+16 |
| 2024-10-03 | iomap: constrain the file range passed to iomap_file_unshare | Darrick J. Wong | 1 | -1/+5 |
| 2024-10-03 | iomap: don't bother unsharing delalloc extents | Darrick J. Wong | 1 | -1/+2 |
| 2024-09-20 | Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -82/+159 |
| 2024-09-10 | iomap: remove the iomap_file_buffered_write_punch_delalloc return value | Christoph Hellwig | 1 | -54/+28 |
| 2024-09-10 | iomap: pass the iomap to the punch callback | Christoph Hellwig | 1 | -12/+13 |
| 2024-09-10 | iomap: pass flags to iomap_file_buffered_write_punch_delalloc | Christoph Hellwig | 1 | -6/+5 |
| 2024-09-10 | iomap: improve shared block detection in iomap_unshare_iter | Christoph Hellwig | 1 | -4/+13 |
| 2024-09-10 | iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release | Christoph Hellwig | 1 | -1/+9 |
| 2024-09-03 | iomap: make zero range flush conditional on unwritten mappings | Brian Foster | 1 | -9/+54 |
| 2024-09-03 | iomap: fix handling of dirty folios over unwritten extents | Brian Foster | 1 | -0/+10 |
| 2024-09-03 | iomap: add a private argument for iomap_file_buffered_write | Josef Bacik | 1 | -1/+2 |
| 2024-09-03 | iomap: remove set_memor_ro() on zero page | Luis Chamberlain | 1 | -3/+0 |
| 2024-09-02 | iomap: fix iomap_dio_zero() for fs bs > system page size | Pankaj Raghav | 2 | -8/+41 |
| 2024-08-07 | buffer: Convert block_write_end() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-07-15 | Merge tag 'vfs-6.11.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -25/+48 |
| 2024-07-15 | Merge tag 'vfs-6.11.pg_error' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -8/+0 |
| 2024-06-19 | iomap: don't increase i_size in iomap_write_end() | Zhang Yi | 1 | -24/+29 |
| 2024-06-19 | iomap: Optimize iomap_read_folio | Ritesh Harjani (IBM) | 1 | -1/+19 |
| 2024-06-05 | iomap: Fix iomap_adjust_read_range for plen calculation | Ritesh Harjani (IBM) | 1 | -1/+2 |
| 2024-06-05 | iomap: keep on increasing i_size in iomap_write_end() | Zhang Yi | 1 | -29/+24 |
| 2024-05-31 | iomap: Remove calls to set and clear folio error flag | Matthew Wilcox (Oracle) | 1 | -8/+0 |
| 2024-05-24 | iomap: fault in smaller chunks for non-large folio mappings | Xu Yang | 1 | -1/+1 |
| 2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
| 2024-05-10 | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 1 | -1/+1 |
| 2024-04-25 | iomap: do some small logical cleanup in buffered write | Zhang Yi | 1 | -5/+3 |
| 2024-04-25 | iomap: make iomap_write_end() return a boolean | Zhang Yi | 1 | -17/+31 |
| 2024-04-25 | iomap: use a new variable to handle the written bytes in iomap_write_iter() | Zhang Yi | 1 | -16/+17 |
| 2024-04-25 | iomap: don't increase i_size if it's not a write operation | Zhang Yi | 1 | -25/+25 |
| 2024-04-25 | iomap: drop the write failure handles when unsharing and zeroing | Zhang Yi | 1 | -4/+6 |
| 2024-04-15 | iomap: convert iomap_writepages to writeack_iter | Christoph Hellwig | 1 | -9/+5 |
| 2024-03-04 | Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v... | Christian Brauner | 2 | -0/+2 |
| 2024-02-21 | iomap: Add processed for iomap_iter | Kassey Li | 1 | -1/+4 |
| 2024-02-21 | iomap: add pos and dirty_len into trace_iomap_writepage_map | Zhang Yi | 2 | -2/+43 |
| 2024-02-06 | block, fs: Restore the per-bio/request data lifetime fields | Bart Van Assche | 2 | -0/+2 |
| 2024-02-01 | iomap: pass the length of the dirty region to ->map_blocks | Christoph Hellwig | 1 | -1/+1 |
| 2024-02-01 | iomap: map multiple blocks at a time | Christoph Hellwig | 1 | -34/+80 |
| 2024-02-01 | iomap: submit ioends immediately | Christoph Hellwig | 1 | -86/+76 |
| 2024-02-01 | iomap: factor out a iomap_writepage_map_block helper | Christoph Hellwig | 1 | -27/+43 |
| 2024-02-01 | iomap: only call mapping_set_error once for each failed bio | Christoph Hellwig | 1 | -13/+14 |
| 2024-02-01 | iomap: don't chain bios | Christoph Hellwig | 1 | -67/+23 |
| 2024-02-01 | iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend | Christoph Hellwig | 1 | -14/+11 |
| 2024-02-01 | iomap: clean up the iomap_alloc_ioend calling convention | Christoph Hellwig | 1 | -6/+5 |
| 2024-02-01 | iomap: move all remaining per-folio logic into iomap_writepage_map | Christoph Hellwig | 1 | -23/+11 |
| 2024-02-01 | iomap: factor out a iomap_writepage_handle_eof helper | Christoph Hellwig | 1 | -66/+62 |
| 2024-02-01 | iomap: move the PF_MEMALLOC check to iomap_writepages | Christoph Hellwig | 1 | -16/+8 |
| 2024-02-01 | iomap: move the io_folios field out of struct iomap_ioend | Christoph Hellwig | 1 | -3/+4 |
| 2024-02-01 | iomap: treat inline data in iomap_writepage_map as an I/O error | Christoph Hellwig | 1 | -2/+4 |
| 2024-02-01 | iomap: clear the per-folio dirty bits on all writeback failures | Christoph Hellwig | 1 | -7/+11 |
| 2023-12-10 | mm: add folio_fill_tail() and use it in iomap | Matthew Wilcox (Oracle) | 1 | -12/+2 |
| 2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -22/+35 |
| 2023-10-19 | iomap: fix short copy in iomap_write_iter() | Jan Stancek | 1 | -3/+7 |
| 2023-10-18 | iomap: use folio_end_read() | Matthew Wilcox (Oracle) | 1 | -3/+1 |
| 2023-10-18 | iomap: protect read_bytes_pending with the state_lock | Matthew Wilcox (Oracle) | 1 | -12/+25 |
| 2023-10-18 | iomap: hold state_lock over call to ifs_set_range_uptodate() | Matthew Wilcox (Oracle) | 1 | -9/+11 |
| 2023-09-28 | iomap: Spelling s/preceeding/preceding/g | Geert Uytterhoeven | 1 | -1/+1 |
| 2023-09-19 | iomap: convert iomap_unshare_iter to use large folios | Darrick J. Wong | 1 | -10/+14 |
| 2023-09-18 | iomap: don't skip reading in !uptodate folios when unsharing a range | Darrick J. Wong | 1 | -2/+4 |
| 2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
| 2023-08-02 | fs: rename and move block_page_mkwrite_return | Christoph Hellwig | 1 | -1/+1 |
| 2023-08-01 | Merge tag 'xfs-async-dio.6-2023-08-01' of git://git.kernel.dk/linux into ioma... | Darrick J. Wong | 1 | -39/+122 |
| 2023-08-01 | iomap: support IOCB_DIO_CALLER_COMP | Jens Axboe | 1 | -2/+60 |
| 2023-08-01 | iomap: add IOMAP_DIO_INLINE_COMP | Jens Axboe | 1 | -2/+8 |
| 2023-08-01 | iomap: only set iocb->private for polled bio | Jens Axboe | 1 | -8/+5 |
| 2023-08-01 | iomap: treat a write through cache the same as FUA | Jens Axboe | 1 | -14/+20 |
| 2023-08-01 | iomap: use an unsigned type for IOMAP_DIO_* defines | Jens Axboe | 1 | -4/+4 |
| 2023-08-01 | iomap: cleanup up iomap_dio_bio_end_io() | Jens Axboe | 1 | -14/+30 |
| 2023-07-25 | iomap: Add per-block dirty state tracking to improve performance | Ritesh Harjani (IBM) | 1 | -11/+150 |
| 2023-07-25 | iomap: Allocate ifs in ->write_begin() early | Ritesh Harjani (IBM) | 1 | -2/+11 |
| 2023-07-25 | iomap: Refactor iomap_write_delalloc_punch() function out | Ritesh Harjani (IBM) | 1 | -20/+34 |
| 2023-07-25 | iomap: Use iomap_punch_t typedef | Ritesh Harjani (IBM) | 1 | -5/+4 |
| 2023-07-25 | iomap: Fix possible overflow condition in iomap_write_delalloc_scan | Ritesh Harjani (IBM) | 1 | -1/+1 |
| 2023-07-25 | iomap: Add some uptodate state handling helpers for ifs state bitmap | Ritesh Harjani (IBM) | 1 | -8/+20 |
| 2023-07-25 | iomap: Drop ifs argument from iomap_set_range_uptodate() | Ritesh Harjani (IBM) | 1 | -34/+33 |
| 2023-07-25 | iomap: Rename iomap_page to iomap_folio_state and others | Ritesh Harjani (IBM) | 1 | -77/+70 |
| 2023-07-24 | iomap: Copy larger chunks from userspace | Matthew Wilcox (Oracle) | 1 | -15/+17 |
| 2023-07-24 | iomap: Create large folios in the buffered write path | Matthew Wilcox (Oracle) | 1 | -2/+4 |
| 2023-07-24 | filemap: Add fgf_t typedef | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-07-24 | iomap: Remove unnecessary test from iomap_release_folio() | Matthew Wilcox (Oracle) | 1 | -5/+4 |
| 2023-07-24 | iomap: Remove large folio handling in iomap_invalidate_folio() | Matthew Wilcox (Oracle) | 1 | -5/+0 |
| 2023-07-17 | iomap: micro optimize the ki_pos assignment in iomap_file_buffered_write | Christoph Hellwig | 1 | -1/+1 |
| 2023-07-17 | iomap: fix a regression for partial write errors | Christoph Hellwig | 1 | -1/+1 |
| 2023-07-02 | Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
| 2023-06-29 | fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap... | Lu Hongfei | 1 | -1/+1 |
| 2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -58/+39 |
| 2023-06-09 | iomap: use kiocb_write_and_wait and kiocb_invalidate_pages | Christoph Hellwig | 1 | -35/+20 |
| 2023-06-09 | iomap: update ki_pos in iomap_file_buffered_write | Christoph Hellwig | 1 | -3/+6 |
| 2023-06-09 | filemap: add a kiocb_invalidate_post_direct_write helper | Christoph Hellwig | 1 | -10/+2 |
| 2023-06-09 | iomap: update ki_pos a little later in iomap_dio_complete | Christoph Hellwig | 1 | -10/+11 |
| 2023-06-01 | fs: iomap: use bio_add_folio_nofail where possible | Johannes Thumshirn | 1 | -3/+3 |
| 2023-05-24 | block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic | Christoph Hellwig | 1 | -1/+0 |
| 2023-05-24 | iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing | David Howells | 1 | -1/+1 |
| 2023-04-29 | Merge tag 'iomap-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 3 | -2/+86 |
| 2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -9/+2 |
| 2023-04-21 | iomap: Add DIO tracepoints | Ritesh Harjani (IBM) | 3 | -1/+85 |
| 2023-04-21 | iomap: Remove IOMAP_DIO_NOSYNC unused dio flag | Ritesh Harjani (IBM) | 1 | -1/+1 |
| 2023-04-06 | fs: Add FGP_WRITEBEGIN | Matthew Wilcox | 1 | -1/+1 |
| 2023-04-05 | mm: return an ERR_PTR from __filemap_get_folio | Christoph Hellwig | 1 | -9/+2 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+2 |
| 2023-02-22 | Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -31/+60 |
| 2023-02-15 | iomap: remove IOMAP_F_ZONE_APPEND | Christoph Hellwig | 1 | -8/+2 |
| 2023-02-02 | fs: convert writepage_t callback to pass a folio | Matthew Wilcox (Oracle) | 1 | -3/+2 |
| 2023-01-18 | iomap: Rename page_ops to folio_ops | Andreas Gruenbacher | 1 | -10/+10 |
| 2023-01-18 | iomap: Rename page_prepare handler to get_folio | Andreas Gruenbacher | 1 | -2/+2 |
| 2023-01-18 | iomap: Add __iomap_get_folio helper | Andreas Gruenbacher | 1 | -4/+12 |
| 2023-01-18 | iomap/gfs2: Get page in page_prepare handler | Andreas Gruenbacher | 1 | -11/+6 |
| 2023-01-18 | iomap: Add iomap_get_folio helper | Andreas Gruenbacher | 1 | -9/+30 |
| 2023-01-18 | iomap: Rename page_done handler to put_folio | Andreas Gruenbacher | 1 | -2/+2 |
| 2023-01-18 | iomap/gfs2: Unlock and put folio in page_done handler | Andreas Gruenbacher | 1 | -4/+4 |
| 2023-01-18 | iomap: Add __iomap_put_folio helper | Andreas Gruenbacher | 1 | -12/+17 |
| 2022-12-14 | Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2 | -2/+271 |
| 2022-11-29 | iomap: write iomap validity checks | Dave Chinner | 2 | -2/+46 |
| 2022-11-29 | iomap: buffered write failure should not truncate the page cache | Dave Chinner | 1 | -15/+180 |
| 2022-11-23 | xfs,iomap: move delalloc punching to iomap | Dave Chinner | 1 | -0/+60 |
| 2022-11-14 | iomap: directly use logical block size | Keith Busch | 1 | -2/+1 |
| 2022-10-02 | iomap: add a tracepoint for mappings returned by map_blocks | Darrick J. Wong | 2 | -0/+2 |
| 2022-10-02 | iomap: iomap: fix memory corruption when recording errors during writeback | Darrick J. Wong | 1 | -1/+1 |
| 2022-08-11 | Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -15/+0 |
| 2022-08-08 | new iov_iter flavour - ITER_UBUF | Al Viro | 1 | -1/+1 |
| 2022-08-03 | Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -7/+8 |
| 2022-08-03 | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -9/+10 |
| 2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -28/+0 |
| 2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -6/+6 |
| 2022-08-02 | mm/migrate: Add filemap_migrate_folio() | Matthew Wilcox (Oracle) | 1 | -25/+0 |
| 2022-07-24 | iomap: Return -EAGAIN from iomap_write_iter() | Stefan Roesch | 1 | -0/+4 |
| 2022-07-24 | iomap: Add async buffered write support | Stefan Roesch | 1 | -5/+28 |
| 2022-07-24 | iomap: Add flags parameter to iomap_page_create() | Stefan Roesch | 1 | -10/+20 |
| 2022-07-22 | iomap: remove iomap_writepage | Christoph Hellwig | 1 | -15/+0 |
| 2022-07-14 | fs/iomap: Use the new blk_opf_t type | Bart Van Assche | 1 | -4/+4 |
| 2022-06-30 | iomap: set did_zero to true when zeroing successfully | Kaixu Xia | 1 | -2/+2 |
| 2022-06-30 | iomap: skip pages past eof in iomap_do_writepage() | Chris Mason | 1 | -5/+6 |
| 2022-06-29 | iomap: Remove test for folio error | Matthew Wilcox (Oracle) | 1 | -3/+0 |
| 2022-06-27 | iomap: add support for dma aligned direct-io | Keith Busch | 1 | -2/+2 |
| 2022-06-10 | iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC | Al Viro | 1 | -2/+1 |
| 2022-06-10 | teach iomap_dio_rw() to suppress dsync | Al Viro | 1 | -9/+11 |
| 2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2 | -22/+18 |
| 2022-05-24 | Merge tag 'iomap-5.19-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -3/+3 |
| 2022-05-24 | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -7/+18 |