summaryrefslogtreecommitdiffstats
path: root/fs/iomap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'iomap-5.13-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-04-271-16/+22
|\
| * iomap: improve the warnings from iomap_swapfile_activateChristoph Hellwig2021-03-261-16/+22
* | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
|/
* Merge branch 'iomap-5.12-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-03-181-0/+10
|\
| * iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activateRitesh Harjani2021-03-091-0/+10
* | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-112-4/+4
|/
* Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-02-281-7/+0
|\
| * xfs: use current->journal_info for detecting transaction recursionDave Chinner2021-02-251-7/+0
* | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-2/+2
|\ \
| * | block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-2/+2
* | | iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)2021-02-261-114/+11
|/ /
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-5/+4
|\ \
| * | bio: add a helper calculating nr segments to allocPavel Begunkov2021-01-251-5/+4
| |/
* | Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-02-211-10/+16
|\ \
| * | iomap: add a IOMAP_DIO_OVERWRITE_ONLY flagChristoph Hellwig2021-01-231-0/+7
| * | iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig2021-01-231-6/+5
| * | iomap: rename the flags variable in __iomap_dio_rwChristoph Hellwig2021-01-231-4/+4
| |/
* / iomap: support REQ_OP_ZONE_APPENDNaohiro Aota2021-02-091-6/+37
|/
* mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-1/+1
* iomap: clean up writeback state logic on writepage errorBrian Foster2020-11-041-13/+2
* iomap: support partial page discard on writeback block mapping failureBrian Foster2020-11-041-7/+8
* iomap: Call inode_dio_end() before generic_write_sync()Goldwyn Rodrigues2020-09-281-1/+1
* iomap: Allow filesystem to call iomap_dio_complete without i_rwsemChristoph Hellwig2020-09-281-9/+26
* iomap: Set all uptodate bits for an Uptodate pageMatthew Wilcox (Oracle)2020-09-281-0/+2
* iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)2020-09-211-18/+15
* iomap: Convert iomap_write_end typesMatthew Wilcox (Oracle)2020-09-211-19/+12
* iomap: Convert write_count to write_bytes_pendingMatthew Wilcox (Oracle)2020-09-211-9/+10
* iomap: Convert read_count to read_bytes_pendingMatthew Wilcox (Oracle)2020-09-211-29/+12
* iomap: Support arbitrarily many blocks per pageMatthew Wilcox (Oracle)2020-09-211-5/+17
* iomap: Use bitmap ops to set uptodate bitsMatthew Wilcox (Oracle)2020-09-211-10/+2
* iomap: Use kzalloc to allocate iomap_pageMatthew Wilcox (Oracle)2020-09-211-9/+1
* fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)2020-09-211-4/+4
* iomap: Fix misplaced page flushingMatthew Wilcox (Oracle)2020-09-211-2/+1
* iomap: Use round_down/round_up macros in __iomap_write_beginNikolay Borisov2020-09-211-2/+2
* iomap: Mark read blocks uptodate in write_beginMatthew Wilcox (Oracle)2020-09-101-8/+6
* iomap: Clear page error before beginning a writeMatthew Wilcox (Oracle)2020-09-101-0/+1
* iomap: Fix direct I/O write consistency checkAndreas Gruenbacher2020-09-101-1/+1
* iomap: fix WARN_ON_ONCE() from unprivileged usersQian Cai2020-09-101-0/+10