summaryrefslogtreecommitdiffstats
path: root/fs/iomap/buffered-io.c
Commit message (Expand)AuthorAgeFilesLines
...
* | iomap: Convert iomap_write_end_inline to take a folioMatthew Wilcox (Oracle)2021-12-181-5/+5
* | iomap: Convert iomap_write_begin() and iomap_write_end() to foliosMatthew Wilcox (Oracle)2021-12-181-38/+33
* | iomap: Convert __iomap_zero_iter to use a folioMatthew Wilcox (Oracle)2021-12-181-5/+9
* | iomap: Allow iomap_write_begin() to be called with the full lengthMatthew Wilcox (Oracle)2021-12-181-1/+8
* | 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
* | iomap: iomap_read_inline_data cleanupAndreas Gruenbacher2021-11-241-16/+15
* | iomap: Fix inline extent handling in iomap_readpageAndreas Gruenbacher2021-11-211-2/+9
|/
* iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-181-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: 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