aboutsummaryrefslogtreecommitdiff
path: root/fs/iomap/buffered-io.c
AgeCommit message (Expand)Author
2021-12-18iomap: Convert iomap_write_begin() and iomap_write_end() to foliosMatthew Wilcox (Oracle)
2021-12-18iomap: Convert __iomap_zero_iter to use a folioMatthew Wilcox (Oracle)
2021-12-18iomap: Allow iomap_write_begin() to be called with the full lengthMatthew Wilcox (Oracle)
2021-12-16iomap: Convert iomap_page_mkwrite to use a folioMatthew Wilcox (Oracle)
2021-12-16iomap: Convert readahead and readpage to use a folioMatthew Wilcox (Oracle)
2021-12-16iomap: Convert iomap_read_inline_data to take a folioMatthew Wilcox (Oracle)
2021-12-16iomap: Use folio offsets instead of page offsetsMatthew Wilcox (Oracle)
2021-12-16iomap: Convert bio completions to use foliosMatthew Wilcox (Oracle)
2021-12-16iomap: Pass the iomap_page into iomap_set_range_uptodateMatthew Wilcox (Oracle)
2021-12-16iomap: Add iomap_invalidate_folioMatthew Wilcox (Oracle)
2021-12-16iomap: Convert iomap_releasepage to use a folioMatthew Wilcox (Oracle)
2021-12-16iomap: Convert iomap_page_release to take a folioMatthew Wilcox (Oracle)
2021-12-16iomap: Convert iomap_page_create to take a folioMatthew Wilcox (Oracle)
2021-12-16iomap: Convert to_iomap_page to take a folioMatthew Wilcox (Oracle)
2021-12-16fs/buffer: Convert __block_write_begin_int() to take a folioMatthew Wilcox (Oracle)
2021-11-24iomap: iomap_read_inline_data cleanupAndreas Gruenbacher
2021-11-21iomap: Fix inline extent handling in iomap_readpageAndreas Gruenbacher
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2021-08-16iomap: constify iomap_iter_srcmapChristoph Hellwig
2021-08-16iomap: rework unshare flagChristoph Hellwig
2021-08-16iomap: pass an iomap_iter to various buffered I/O helpersChristoph Hellwig
2021-08-16iomap: switch iomap_page_mkwrite to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_zero_range to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_file_unshare to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_file_buffered_write to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch readahead and readpage to use iomap_iterChristoph Hellwig
2021-08-16iomap: fix the iomap_readpage_actor return value for inline dataChristoph Hellwig
2021-08-16iomap: mark the iomap argument to iomap_read_page_sync constChristoph Hellwig
2021-08-16iomap: mark the iomap argument to iomap_read_inline_data constChristoph Hellwig
2021-08-16iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig
2021-08-16iomap: pass writeback errors to the mappingDarrick J. Wong
2021-08-05iomap: Add another assertion to inline data handlingMatthew Wilcox (Oracle)
2021-08-05iomap: Use kmap_local_page instead of kmap_atomicMatthew Wilcox (Oracle)
2021-08-03iomap: Fix some typos and bad grammarAndreas Gruenbacher
2021-08-03iomap: Support inline data with block size < page sizeMatthew Wilcox (Oracle)
2021-08-03iomap: support reading inline data from non-zero posGao Xiang
2021-08-03iomap: simplify iomap_add_to_ioendChristoph Hellwig
2021-08-03iomap: simplify iomap_readpage_actorChristoph Hellwig
2021-07-15iomap: Don't create iomap_page objects in iomap_page_mkwrite_actorAndreas Gruenbacher
2021-07-15iomap: Don't create iomap_page objects for inline filesAndreas Gruenbacher
2021-07-15iomap: Permit pages without an iop to enter writebackAndreas Gruenbacher
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro
2021-06-02generic_perform_write()/iomap_write_actor(): saner logics for short copyAl Viro
2021-05-14mm/filemap: fix readahead return typesMatthew Wilcox (Oracle)
2021-05-04iomap: remove unused private field from ioendBrian Foster
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-28Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds