summaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)Author
2021-11-24iomap: iomap_read_inline_data cleanupAndreas Gruenbacher
2021-11-21iomap: Fix inline extent handling in iomap_readpageAndreas Gruenbacher
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher
2021-10-24iomap: Support partial direct I/O on user copy failuresAndreas Gruenbacher
2021-10-24iomap: Fix iomap_dio_rw return value for user copiesAndreas Gruenbacher
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig
2021-10-18iomap: don't try to poll multi-bio I/Os in __iomap_dio_rwChristoph Hellwig
2021-08-26iomap: standardize tracepoint formatting and storageDarrick J. Wong
2021-08-18mm/swap: consider max pages in iomap_swapfile_add_extentXu Yu
2021-08-16iomap: move loop control code to iter.cDarrick J. Wong
2021-08-16iomap: constify iomap_iter_srcmapChristoph Hellwig
2021-08-16iomap: rework unshare flagChristoph Hellwig
2021-08-16iomap: pass an iomap_iter to various buffered I/O helpersChristoph Hellwig
2021-08-16iomap: remove iomap_applyChristoph Hellwig
2021-08-16iomap: switch iomap_swapfile_activate to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_seek_data to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_seek_hole to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_bmap to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_fiemap to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_page_mkwrite to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_zero_range to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_file_unshare to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_file_buffered_write to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch readahead and readpage to use iomap_iterChristoph Hellwig
2021-08-16iomap: add the new iomap_iter modelChristoph Hellwig
2021-08-16iomap: fix the iomap_readpage_actor return value for inline dataChristoph Hellwig
2021-08-16iomap: mark the iomap argument to iomap_read_page_sync constChristoph Hellwig
2021-08-16iomap: mark the iomap argument to iomap_read_inline_data constChristoph Hellwig
2021-08-16iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig
2021-08-16iomap: fix a trivial comment typo in trace.hChristoph Hellwig
2021-08-16iomap: pass writeback errors to the mappingDarrick J. Wong
2021-08-05iomap: Add another assertion to inline data handlingMatthew Wilcox (Oracle)
2021-08-05iomap: Use kmap_local_page instead of kmap_atomicMatthew Wilcox (Oracle)
2021-08-03iomap: Fix some typos and bad grammarAndreas Gruenbacher
2021-08-03iomap: Support inline data with block size < page sizeMatthew Wilcox (Oracle)
2021-08-03iomap: support reading inline data from non-zero posGao Xiang
2021-08-03iomap: simplify iomap_add_to_ioendChristoph Hellwig
2021-08-03iomap: simplify iomap_readpage_actorChristoph Hellwig
2021-07-15iomap: Don't create iomap_page objects in iomap_page_mkwrite_actorAndreas Gruenbacher
2021-07-15iomap: Don't create iomap_page objects for inline filesAndreas Gruenbacher
2021-07-15iomap: Permit pages without an iop to enter writebackAndreas Gruenbacher
2021-07-15iomap: remove the length variable in iomap_seek_holeChristoph Hellwig
2021-07-15iomap: remove the length variable in iomap_seek_dataChristoph Hellwig
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds