summaryrefslogtreecommitdiffstats
path: root/fs/iomap
Commit message (Expand)AuthorAgeFilesLines
* iomap: iomap_read_inline_data cleanupAndreas Gruenbacher2021-11-241-16/+15
* iomap: Fix inline extent handling in iomap_readpageAndreas Gruenbacher2021-11-211-2/+9
* Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-022-4/+27
|\
| * iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2021-10-241-3/+16
| * iomap: Support partial direct I/O on user copy failuresAndreas Gruenbacher2021-10-241-0/+6
| * iomap: Fix iomap_dio_rw return value for user copiesAndreas Gruenbacher2021-10-241-0/+4
| * iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-181-1/+1
* | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-1/+1
* | block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe2021-10-181-1/+1
* | block: switch polling to be bio basedChristoph Hellwig2021-10-181-24/+12
* | block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig2021-10-181-3/+3
* | iomap: don't try to poll multi-bio I/Os in __iomap_dio_rwChristoph Hellwig2021-10-181-1/+20
|/
* 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
|\