summaryrefslogtreecommitdiff
path: root/fs/iomap/buffered-io.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-16iomap: Convert readahead and readpage to use a folioMatthew Wilcox (Oracle)1-27/+26
2021-12-16iomap: Convert iomap_read_inline_data to take a folioMatthew Wilcox (Oracle)1-8/+9
2021-12-16iomap: Use folio offsets instead of page offsetsMatthew Wilcox (Oracle)1-38/+40
2021-12-16iomap: Convert bio completions to use foliosMatthew Wilcox (Oracle)1-29/+21
2021-12-16iomap: Pass the iomap_page into iomap_set_range_uptodateMatthew Wilcox (Oracle)1-14/+18
2021-12-16iomap: Add iomap_invalidate_folioMatthew Wilcox (Oracle)1-8/+12
2021-12-16iomap: Convert iomap_releasepage to use a folioMatthew Wilcox (Oracle)1-3/+3
2021-12-16iomap: Convert iomap_page_release to take a folioMatthew Wilcox (Oracle)1-7/+11
2021-12-16iomap: Convert iomap_page_create to take a folioMatthew Wilcox (Oracle)1-9/+12
2021-12-16iomap: Convert to_iomap_page to take a folioMatthew Wilcox (Oracle)1-17/+15
2021-12-16fs/buffer: Convert __block_write_begin_int() to take a folioMatthew Wilcox (Oracle)1-2/+5
2021-12-08iomap: turn the byte variable in iomap_zero_iter into a ssize_tChristoph Hellwig1-1/+1
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig1-23/+12
2021-11-24iomap: iomap_read_inline_data cleanupAndreas Gruenbacher1-16/+15
2021-11-22iomap: Fix inline extent handling in iomap_readpageAndreas Gruenbacher1-2/+9
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher1-1/+1
2021-08-17iomap: constify iomap_iter_srcmapChristoph Hellwig1-19/+19
2021-08-17iomap: rework unshare flagChristoph Hellwig1-14/+9
2021-08-17iomap: pass an iomap_iter to various buffered I/O helpersChristoph Hellwig1-71/+66
2021-08-17iomap: switch iomap_page_mkwrite to use iomap_iterChristoph Hellwig1-22/+17
2021-08-17iomap: switch iomap_zero_range to use iomap_iterChristoph Hellwig1-18/+18
2021-08-17iomap: switch iomap_file_unshare to use iomap_iterChristoph Hellwig1-17/+18
2021-08-17iomap: switch iomap_file_buffered_write to use iomap_iterChristoph Hellwig1-24/+25
2021-08-17iomap: switch readahead and readpage to use iomap_iterChristoph Hellwig1-43/+37
2021-08-17iomap: fix the iomap_readpage_actor return value for inline dataChristoph Hellwig1-2/+2
2021-08-17iomap: mark the iomap argument to iomap_read_page_sync constChristoph Hellwig1-1/+1
2021-08-17iomap: mark the iomap argument to iomap_read_inline_data constChristoph Hellwig1-1/+1
2021-08-17iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig1-3/+3
2021-08-16iomap: pass writeback errors to the mappingDarrick J. Wong1-1/+1
2021-08-05iomap: Add another assertion to inline data handlingMatthew Wilcox (Oracle)1-0/+2
2021-08-05iomap: Use kmap_local_page instead of kmap_atomicMatthew Wilcox (Oracle)1-5/+5
2021-08-03iomap: Fix some typos and bad grammarAndreas Gruenbacher1-36/+36
2021-08-03iomap: Support inline data with block size < page sizeMatthew Wilcox (Oracle)1-18/+16
2021-08-03iomap: support reading inline data from non-zero posGao Xiang1-12/+30
2021-08-03iomap: simplify iomap_add_to_ioendChristoph Hellwig1-12/+5
2021-08-03iomap: simplify iomap_readpage_actorChristoph Hellwig1-12/+4
2021-07-15iomap: Don't create iomap_page objects in iomap_page_mkwrite_actorAndreas Gruenbacher1-1/+0
2021-07-15iomap: Don't create iomap_page objects for inline filesAndreas Gruenbacher1-1/+3
2021-07-15iomap: Permit pages without an iop to enter writebackAndreas Gruenbacher1-2/+1
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-20/+15
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)1-26/+1
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro1-7/+7
2021-06-03generic_perform_write()/iomap_write_actor(): saner logics for short copyAl Viro1-15/+10
2021-05-15mm/filemap: fix readahead return typesMatthew Wilcox (Oracle)1-2/+2
2021-05-04iomap: remove unused private field from ioendBrian Foster1-6/+1
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-2/+2
2021-02-28Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-7/+0
2021-02-27block: Add bio_max_segsMatthew Wilcox (Oracle)1-2/+2
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner1-7/+0