summaryrefslogtreecommitdiffstats
path: root/fs/iomap
Commit message (Expand)AuthorAgeFilesLines
* iomap: iomap_write_failed fixAndreas Gruenbacher2022-06-091-1/+2
* iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2022-05-011-3/+16
* iomap: Support partial direct I/O on user copy failuresAndreas Gruenbacher2022-05-011-0/+6
* iomap: Fix iomap_dio_rw return value for user copiesAndreas Gruenbacher2022-05-011-0/+4
* iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2022-05-011-1/+1
* iomap: Fix inline extent handling in iomap_readpageAndreas Gruenbacher2021-12-011-2/+9
* iomap: standardize tracepoint formatting and storageDarrick J. Wong2021-08-261-10/+18
* mm/swap: consider max pages in iomap_swapfile_add_extentXu Yu2021-08-181-0/+6
* iomap: move loop control code to iter.cDarrick J. Wong2021-08-162-1/+1
* 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: remove iomap_applyChristoph Hellwig2021-08-162-131/+0
* iomap: switch iomap_swapfile_activate to use iomap_iterChristoph Hellwig2021-08-161-22/+16
* iomap: switch iomap_seek_data to use iomap_iterChristoph Hellwig2021-08-161-23/+24
* iomap: switch iomap_seek_hole to use iomap_iterChristoph Hellwig2021-08-161-25/+26
* iomap: switch iomap_bmap to use iomap_iterChristoph Hellwig2021-08-161-18/+13
* iomap: switch iomap_fiemap to use iomap_iterChristoph Hellwig2021-08-161-41/+29
* iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig2021-08-161-83/+81
* 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: add the new iomap_iter modelChristoph Hellwig2021-08-162-2/+109
* 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: fix a trivial comment typo in trace.hChristoph Hellwig2021-08-161-1/+1
* 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-032-16/+36
* 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
* iomap: remove the length variable in iomap_seek_holeChristoph Hellwig2021-07-151-6/+3
* iomap: remove the length variable in iomap_seek_dataChristoph Hellwig2021-07-151-10/+6
* 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
* iomap: use filemap_range_needs_writeback() for O_DIRECT readsJens Axboe2021-04-301-8/+16