summaryrefslogtreecommitdiffstats
path: root/fs/iomap/buffered-io.c
Commit message (Expand)AuthorAgeFilesLines
* iomap: constify iomap_iter_srcmapChristoph Hellwig2021-08-161-19/+19
* iomap: rework unshare flagChristoph Hellwig2021-08-161-14/+9
* iomap: pass an iomap_iter to various buffered I/O helpersChristoph Hellwig2021-08-161-71/+66
* iomap: switch iomap_page_mkwrite to use iomap_iterChristoph Hellwig2021-08-161-22/+17
* iomap: switch iomap_zero_range to use iomap_iterChristoph Hellwig2021-08-161-18/+18
* iomap: switch iomap_file_unshare to use iomap_iterChristoph Hellwig2021-08-161-17/+18
* iomap: switch iomap_file_buffered_write to use iomap_iterChristoph Hellwig2021-08-161-24/+25
* iomap: switch readahead and readpage to use iomap_iterChristoph Hellwig2021-08-161-43/+37
* iomap: fix the iomap_readpage_actor return value for inline dataChristoph Hellwig2021-08-161-2/+2
* iomap: mark the iomap argument to iomap_read_page_sync constChristoph Hellwig2021-08-161-1/+1
* iomap: mark the iomap argument to iomap_read_inline_data constChristoph Hellwig2021-08-161-1/+1
* iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig2021-08-161-3/+3
* iomap: pass writeback errors to the mappingDarrick J. Wong2021-08-161-1/+1
* iomap: Add another assertion to inline data handlingMatthew Wilcox (Oracle)2021-08-051-0/+2
* iomap: Use kmap_local_page instead of kmap_atomicMatthew Wilcox (Oracle)2021-08-051-5/+5
* iomap: Fix some typos and bad grammarAndreas Gruenbacher2021-08-031-36/+36
* iomap: Support inline data with block size < page sizeMatthew Wilcox (Oracle)2021-08-031-18/+16
* iomap: support reading inline data from non-zero posGao Xiang2021-08-031-12/+30
* iomap: simplify iomap_add_to_ioendChristoph Hellwig2021-08-031-12/+5
* iomap: simplify iomap_readpage_actorChristoph Hellwig2021-08-031-12/+4
* iomap: Don't create iomap_page objects in iomap_page_mkwrite_actorAndreas Gruenbacher2021-07-151-1/+0
* iomap: Don't create iomap_page objects for inline filesAndreas Gruenbacher2021-07-151-1/+3
* iomap: Permit pages without an iop to enter writebackAndreas Gruenbacher2021-07-151-2/+1
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-031-20/+15
|\
| * iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro2021-06-101-7/+7
| * generic_perform_write()/iomap_write_actor(): saner logics for short copyAl Viro2021-06-021-15/+10
* | iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)2021-06-291-26/+1
* | mm/filemap: fix readahead return typesMatthew Wilcox (Oracle)2021-05-141-2/+2
|/
* iomap: remove unused private field from ioendBrian Foster2021-05-041-6/+1
* treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
* block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-2/+2
* Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-02-281-7/+0
|\
| * xfs: use current->journal_info for detecting transaction recursionDave Chinner2021-02-251-7/+0
* | block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-2/+2
|/
* mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-1/+1
* iomap: clean up writeback state logic on writepage errorBrian Foster2020-11-041-13/+2
* iomap: support partial page discard on writeback block mapping failureBrian Foster2020-11-041-7/+8
* iomap: Set all uptodate bits for an Uptodate pageMatthew Wilcox (Oracle)2020-09-281-0/+2
* iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)2020-09-211-18/+15
* iomap: Convert iomap_write_end typesMatthew Wilcox (Oracle)2020-09-211-19/+12
* iomap: Convert write_count to write_bytes_pendingMatthew Wilcox (Oracle)2020-09-211-9/+10
* iomap: Convert read_count to read_bytes_pendingMatthew Wilcox (Oracle)2020-09-211-29/+12
* iomap: Support arbitrarily many blocks per pageMatthew Wilcox (Oracle)2020-09-211-5/+17
* iomap: Use bitmap ops to set uptodate bitsMatthew Wilcox (Oracle)2020-09-211-10/+2
* iomap: Use kzalloc to allocate iomap_pageMatthew Wilcox (Oracle)2020-09-211-9/+1
* fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)2020-09-211-4/+4
* iomap: Fix misplaced page flushingMatthew Wilcox (Oracle)2020-09-211-2/+1
* iomap: Use round_down/round_up macros in __iomap_write_beginNikolay Borisov2020-09-211-2/+2
* iomap: Mark read blocks uptodate in write_beginMatthew Wilcox (Oracle)2020-09-101-8/+6
* iomap: Clear page error before beginning a writeMatthew Wilcox (Oracle)2020-09-101-0/+1