summaryrefslogtreecommitdiff
path: root/fs/iomap/buffered-io.c
AgeCommit message (Expand)Author
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
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin
2020-11-04iomap: clean up writeback state logic on writepage errorBrian Foster
2020-11-04iomap: support partial page discard on writeback block mapping failureBrian Foster
2020-09-28iomap: Set all uptodate bits for an Uptodate pageMatthew Wilcox (Oracle)
2020-09-21iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)
2020-09-21iomap: Convert iomap_write_end typesMatthew Wilcox (Oracle)
2020-09-21iomap: Convert write_count to write_bytes_pendingMatthew Wilcox (Oracle)
2020-09-21iomap: Convert read_count to read_bytes_pendingMatthew Wilcox (Oracle)
2020-09-21iomap: Support arbitrarily many blocks per pageMatthew Wilcox (Oracle)
2020-09-21iomap: Use bitmap ops to set uptodate bitsMatthew Wilcox (Oracle)
2020-09-21iomap: Use kzalloc to allocate iomap_pageMatthew Wilcox (Oracle)
2020-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)
2020-09-21iomap: Fix misplaced page flushingMatthew Wilcox (Oracle)
2020-09-21iomap: Use round_down/round_up macros in __iomap_write_beginNikolay Borisov
2020-09-10iomap: Mark read blocks uptodate in write_beginMatthew Wilcox (Oracle)
2020-09-10iomap: Clear page error before beginning a writeMatthew Wilcox (Oracle)