- ebb7fb1 xfs, iomap: limit individual ioend chain lengths in writeback by Dave Chinner · 3 years ago
- 3acbdbf Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years ago
- 9e05e95 iomap: Fix error handling in iomap_zero_iter() by Matthew Wilcox (Oracle) · 3 years ago
- 4d7bd0e iomap: Inline __iomap_zero_iter into its caller by Matthew Wilcox (Oracle) · 3 years ago
- 60d8231 iomap: Support large folios in invalidatepage by Matthew Wilcox (Oracle) · 4 years ago
- 589110e iomap: Convert iomap_migrate_page() to use folios by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- e735c00 iomap: Convert iomap_add_to_ioend() to take a folio by Matthew Wilcox (Oracle) · 3 years, 2 months ago
- 81d4782 iomap: Simplify iomap_do_writepage() by Matthew Wilcox (Oracle) · 3 years, 2 months ago
- 9265503 iomap: Simplify iomap_writepage_map() by Matthew Wilcox (Oracle) · 3 years, 2 months ago
- 6e47852 iomap,xfs: Convert ->discard_page to ->discard_folio by Matthew Wilcox (Oracle) · 3 years, 5 months ago
- 9c4ce08d iomap: Convert iomap_write_end_inline to take a folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- bc6123a iomap: Convert iomap_write_begin() and iomap_write_end() to folios by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- a25def1 iomap: Convert __iomap_zero_iter to use a folio by Matthew Wilcox (Oracle) · 3 years, 2 months ago
- d454ab8 iomap: Allow iomap_write_begin() to be called with the full length by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- ea0f843 iomap: Convert iomap_page_mkwrite to use a folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 3aa9c65 iomap: Convert readahead and readpage to use a folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 874628a iomap: Convert iomap_read_inline_data to take a folio by Matthew Wilcox (Oracle) · 3 years, 5 months ago
- 431c056 iomap: Use folio offsets instead of page offsets by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 8ffd74e iomap: Convert bio completions to use folios by Matthew Wilcox (Oracle) · 4 years ago
- cd1e5af iomap: Pass the iomap_page into iomap_set_range_uptodate by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 8306a5f iomap: Add iomap_invalidate_folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 39f16c8 iomap: Convert iomap_releasepage to use a folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- c46e832 iomap: Convert iomap_page_release to take a folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 435d44b iomap: Convert iomap_page_create to take a folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 95c4cd0 iomap: Convert to_iomap_page to take a folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- d1bd0b4 fs/buffer: Convert __block_write_begin_int() to take a folio by Matthew Wilcox (Oracle) · 3 years, 2 months ago
- de291b5 iomap: turn the byte variable in iomap_zero_iter into a ssize_t by Christoph Hellwig · 3 years, 1 month ago
- c6f4046 fsdax: decouple zeroing from the iomap buffered I/O code by Christoph Hellwig · 3 years, 1 month ago
- 5ad448c iomap: iomap_read_inline_data cleanup by Andreas Gruenbacher · 3 years, 1 month ago
- d8af404 iomap: Fix inline extent handling in iomap_readpage by Andreas Gruenbacher · 3 years, 1 month ago
- a629459 iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable by Andreas Gruenbacher · 3 years, 5 months ago
- fad0a1a iomap: constify iomap_iter_srcmap by Christoph Hellwig · 3 years, 5 months ago
- b74b129 iomap: rework unshare flag by Christoph Hellwig · 3 years, 5 months ago
- 1b5c1e3 iomap: pass an iomap_iter to various buffered I/O helpers by Christoph Hellwig · 3 years, 5 months ago
- 253564b iomap: switch iomap_page_mkwrite to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
- 2aa3048 iomap: switch iomap_zero_range to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
- 8fc274d iomap: switch iomap_file_unshare to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
- ce83a02 iomap: switch iomap_file_buffered_write to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
- f6d48000 iomap: switch readahead and readpage to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
- 740499c iomap: fix the iomap_readpage_actor return value for inline data by Christoph Hellwig · 3 years, 5 months ago
- 1acd9e9 iomap: mark the iomap argument to iomap_read_page_sync const by Christoph Hellwig · 3 years, 5 months ago
- 78c64b0 iomap: mark the iomap argument to iomap_read_inline_data const by Christoph Hellwig · 3 years, 5 months ago
- 1d25d0a iomap: remove the iomap arguments to ->page_{prepare,done} by Christoph Hellwig · 3 years, 5 months ago
- b69eea8 iomap: pass writeback errors to the mapping by Darrick J. Wong · 3 years, 5 months ago
- ae44f9c iomap: Add another assertion to inline data handling by Matthew Wilcox (Oracle) · 3 years, 5 months ago
- ab069d5 iomap: Use kmap_local_page instead of kmap_atomic by Matthew Wilcox (Oracle) · 3 years, 5 months ago
- f1f264b iomap: Fix some typos and bad grammar by Andreas Gruenbacher · 3 years, 5 months ago
- b405435 iomap: Support inline data with block size < page size by Matthew Wilcox (Oracle) · 3 years, 5 months ago
- 69f4a26 iomap: support reading inline data from non-zero pos by Gao Xiang · 3 years, 5 months ago
- c1b79f1 iomap: simplify iomap_add_to_ioend by Christoph Hellwig · 3 years, 5 months ago
- d0364f9 iomap: simplify iomap_readpage_actor by Christoph Hellwig · 3 years, 5 months ago
- 229adf3 iomap: Don't create iomap_page objects in iomap_page_mkwrite_actor by Andreas Gruenbacher · 3 years, 6 months ago
- 637d337 iomap: Don't create iomap_page objects for inline files by Andreas Gruenbacher · 3 years, 6 months ago
- 8e1bcef iomap: Permit pages without an iop to enter writeback by Andreas Gruenbacher · 3 years, 6 months ago
- d3acb15 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
- fd7353f iomap: use __set_page_dirty_nobuffers by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- f0b65f3 iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing variant by Al Viro · 3 years, 8 months ago
- bc1bb41 generic_perform_write()/iomap_write_actor(): saner logics for short copy by Al Viro · 3 years, 7 months ago
- 076171a mm/filemap: fix readahead return types by Matthew Wilcox (Oracle) · 3 years, 8 months ago
- 6e55249 iomap: remove unused private field from ioend by Brian Foster · 3 years, 8 months ago
- 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 9 months ago
- a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
- 03dc748 Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 10 months ago
- 5f7136d block: Add bio_max_segs by Matthew Wilcox (Oracle) · 4 years ago
- 756b1c3 xfs: use current->journal_info for detecting transaction recursion by Dave Chinner · 3 years, 10 months ago
- bcfe06b mm: memcontrol: Use helpers to read page's memcg data by Roman Gushchin · 4 years, 1 month ago
- 50e7d6c iomap: clean up writeback state logic on writepage error by Brian Foster · 4 years, 2 months ago
- 763e4cd iomap: support partial page discard on writeback block mapping failure by Brian Foster · 4 years, 2 months ago
- 4595a29 iomap: Set all uptodate bits for an Uptodate page by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- 81ee8e5 iomap: Change calling convention for zeroing by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- e25ba8c iomap: Convert iomap_write_end types by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- 0fb2d72 iomap: Convert write_count to write_bytes_pending by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- 7d63667 iomap: Convert read_count to read_bytes_pending by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- 0a195b9 iomap: Support arbitrarily many blocks per page by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- b21866f iomap: Use bitmap ops to set uptodate bits by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- a6901d4 iomap: Use kzalloc to allocate iomap_page by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- 24addd8 fs: Introduce i_blocks_per_page by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- 7ed3cd1 iomap: Fix misplaced page flushing by Matthew Wilcox (Oracle) · 4 years, 3 months ago
- 6cc19c5 iomap: Use round_down/round_up macros in __iomap_write_begin by Nikolay Borisov · 4 years, 4 months ago
- 14284fe iomap: Mark read blocks uptodate in write_begin by Matthew Wilcox (Oracle) · 4 years, 4 months ago
- e6e7ca9 iomap: Clear page error before beginning a write by Matthew Wilcox (Oracle) · 4 years, 4 months ago
- 593bd5e Merge tag 'iomap-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
- d4ff3b2 iomap: Fix unsharing of an extent >2GB on a 32-bit machine by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 58aeb73 iomap: use attach/detach_page_private by Guoqing Jiang · 4 years, 7 months ago
- 9d24a13 iomap: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 9744b92 Merge tag 'iomap-5.7-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 9 months ago
- 9b06860 Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 9 months ago
- 4f3b4f1 dax,iomap: Add helper dax_iomap_zero() to zero a range by Vivek Goyal · 4 years, 10 months ago
- 457df33 iomap: Handle memory allocation failure in readahead by Matthew Wilcox (Oracle) · 4 years, 9 months ago
- 1ac9945 iomap: Remove pgoff from tracepoints by Matthew Wilcox (Oracle) · 4 years, 10 months ago
- 243145b fs: Fix page_mkwrite off-by-one errors by Andreas Gruenbacher · 5 years ago
- c275779 iomap: stop using ioend after it's been freed in iomap_finish_ioend() by Zorro Lang · 5 years ago
- 1cea335 iomap: fix sub-page uptodate handling by Christoph Hellwig · 5 years ago
- add66fc iomap: Fix overflow in iomap_page_mkwrite by Andreas Gruenbacher · 5 years ago
- c039b99 iomap: use a srcmap for a read-modify-write I/O by Goldwyn Rodrigues · 5 years ago
- 32a38a4 iomap: use write_begin to read pages to unshare by Christoph Hellwig · 5 years ago
- d3b4043 iomap: move the zeroing case out of iomap_read_page_sync by Christoph Hellwig · 5 years ago
- 3590c4d iomap: ignore non-shared or non-data blocks in xfs_file_dirty by Christoph Hellwig · 5 years ago
- dcd6158 iomap: always use AOP_FLAG_NOFS in iomap_write_begin by Christoph Hellwig · 5 years ago