summaryrefslogtreecommitdiff
path: root/fs/iomap/buffered-io.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-01iomap: Fix inline extent handling in iomap_readpageAndreas Gruenbacher1-2/+9
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
2020-12-03mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin1-1/+1
2020-11-04iomap: clean up writeback state logic on writepage errorBrian Foster1-13/+2
2020-11-04iomap: support partial page discard on writeback block mapping failureBrian Foster1-7/+8
2020-09-28iomap: Set all uptodate bits for an Uptodate pageMatthew Wilcox (Oracle)1-0/+2
2020-09-21iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)1-18/+15
2020-09-21iomap: Convert iomap_write_end typesMatthew Wilcox (Oracle)1-19/+12
2020-09-21iomap: Convert write_count to write_bytes_pendingMatthew Wilcox (Oracle)1-9/+10
2020-09-21iomap: Convert read_count to read_bytes_pendingMatthew Wilcox (Oracle)1-29/+12
2020-09-21iomap: Support arbitrarily many blocks per pageMatthew Wilcox (Oracle)1-5/+17
2020-09-21iomap: Use bitmap ops to set uptodate bitsMatthew Wilcox (Oracle)1-10/+2
2020-09-21iomap: Use kzalloc to allocate iomap_pageMatthew Wilcox (Oracle)1-9/+1
2020-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)1-4/+4
2020-09-21iomap: Fix misplaced page flushingMatthew Wilcox (Oracle)1-2/+1
2020-09-21iomap: Use round_down/round_up macros in __iomap_write_beginNikolay Borisov1-2/+2
2020-09-10iomap: Mark read blocks uptodate in write_beginMatthew Wilcox (Oracle)1-8/+6