summaryrefslogtreecommitdiffstats
path: root/fs/iomap (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | iomap: Convert iomap_page_mkwrite to use a folioMatthew Wilcox (Oracle)2021-12-161-13/+12
| * | iomap: Convert readahead and readpage to use a folioMatthew Wilcox (Oracle)2021-12-161-27/+26
| * | iomap: Convert iomap_read_inline_data to take a folioMatthew Wilcox (Oracle)2021-12-161-8/+9
| * | iomap: Use folio offsets instead of page offsetsMatthew Wilcox (Oracle)2021-12-161-38/+40
| * | iomap: Convert bio completions to use foliosMatthew Wilcox (Oracle)2021-12-161-29/+21
| * | iomap: Pass the iomap_page into iomap_set_range_uptodateMatthew Wilcox (Oracle)2021-12-161-14/+18
| * | iomap: Add iomap_invalidate_folioMatthew Wilcox (Oracle)2021-12-161-8/+12
| * | iomap: Convert iomap_releasepage to use a folioMatthew Wilcox (Oracle)2021-12-161-3/+3
| * | iomap: Convert iomap_page_release to take a folioMatthew Wilcox (Oracle)2021-12-161-7/+11
| * | iomap: Convert iomap_page_create to take a folioMatthew Wilcox (Oracle)2021-12-161-9/+12
| * | iomap: Convert to_iomap_page to take a folioMatthew Wilcox (Oracle)2021-12-161-17/+15
| * | fs/buffer: Convert __block_write_begin_int() to take a folioMatthew Wilcox (Oracle)2021-12-161-2/+5
* | | mm: move filemap_range_needs_writeback() into headerJens Axboe2021-12-031-0/+1
|/ /
* | iomap: iomap_read_inline_data cleanupAndreas Gruenbacher2021-11-241-16/+15
* | iomap: Fix inline extent handling in iomap_readpageAndreas Gruenbacher2021-11-221-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-172-1/+1
* iomap: constify iomap_iter_srcmapChristoph Hellwig2021-08-171-19/+19
* iomap: rework unshare flagChristoph Hellwig2021-08-171-14/+9
* iomap: pass an iomap_iter to various buffered I/O helpersChristoph Hellwig2021-08-171-71/+66
* iomap: remove iomap_applyChristoph Hellwig2021-08-172-131/+0
* iomap: switch iomap_swapfile_activate to use iomap_iterChristoph Hellwig2021-08-171-22/+16
* iomap: switch iomap_seek_data to use iomap_iterChristoph Hellwig2021-08-171-23/+24
* iomap: switch iomap_seek_hole to use iomap_iterChristoph Hellwig2021-08-171-25/+26
* iomap: switch iomap_bmap to use iomap_iterChristoph Hellwig2021-08-171-18/+13
* iomap: switch iomap_fiemap to use iomap_iterChristoph Hellwig2021-08-171-41/+29
* iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig2021-08-171-83/+81
* iomap: switch iomap_page_mkwrite to use iomap_iterChristoph Hellwig2021-08-171-22/+17
* iomap: switch iomap_zero_range to use iomap_iterChristoph Hellwig2021-08-171-18/+18
* iomap: switch iomap_file_unshare to use iomap_iterChristoph Hellwig2021-08-171-17/+18
* iomap: switch iomap_file_buffered_write to use iomap_iterChristoph Hellwig2021-08-171-24/+25
* iomap: switch readahead and readpage to use iomap_iterChristoph Hellwig2021-08-171-43/+37
* iomap: add the new iomap_iter modelChristoph Hellwig2021-08-172-2/+109
* iomap: fix the iomap_readpage_actor return value for inline dataChristoph Hellwig2021-08-171-2/+2
* iomap: mark the iomap argument to iomap_read_page_sync constChristoph Hellwig2021-08-171-1/+1
* iomap: mark the iomap argument to iomap_read_inline_data constChristoph Hellwig2021-08-171-1/+1
* iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig2021-08-171-3/+3
* iomap: fix a trivial comment typo in trace.hChristoph Hellwig2021-08-171-1/+1
* iomap: pass writeback errors to the mappingDarrick J. Wong2021-08-161-1/+1