aboutsummaryrefslogtreecommitdiffstats
path: root/fs/iomap
AgeCommit message (Expand)AuthorFilesLines
2025-04-11iomap: skip unnecessary ifs_block_is_uptodate checkGou Hao1-1/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-03-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-420/+589
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry2-6/+4
2025-03-20iomap: comment on atomic write checks in iomap_dio_bio_iter()John Garry1-1/+6
2025-03-20iomap: inline iomap_dio_bio_opflags()John Garry1-63/+49
2025-03-19iomap: fix inline data on buffered readGao Xiang1-2/+7
2025-03-16fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)1-1/+1
2025-03-06iomap: Lift blocksize restriction on atomic writesRitesh Harjani (IBM)1-1/+1
2025-03-06iomap: Support SW-based atomic writesJohn Garry1-1/+3
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry2-10/+10
2025-03-06Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker...Christian Brauner1-0/+4
2025-02-27iomap: make buffered writes work with RWF_DONTCACHEJens Axboe1-0/+4
2025-02-26iomap: introduce a full map advance helperBrian Foster3-7/+3
2025-02-26iomap: rename iomap_iter processed field to statusBrian Foster7-41/+41
2025-02-26iomap: remove unnecessary advance from iomap_iter()Brian Foster1-24/+15
2025-02-26iomap: convert misc simple ops to incremental advanceBrian Foster4-18/+21
2025-02-26iomap: advance the iter on direct I/OBrian Foster1-13/+9
2025-02-26iomap: advance the iter directly on buffered readBrian Foster1-24/+19
2025-02-25iomap: Minor code simplification in iomap_dio_bio_iter()John Garry1-5/+3
2025-02-10iomap: advance the iter directly on zero rangeBrian Foster1-11/+13
2025-02-10iomap: advance the iter directly on unshare rangeBrian Foster1-12/+11
2025-02-10iomap: advance the iter directly on buffered writesBrian Foster1-13/+7
2025-02-10iomap: support incremental iomap_iter advancesBrian Foster1-7/+25
2025-02-10iomap: export iomap_iter_advance() and return remaining lengthBrian Foster1-14/+8
2025-02-10iomap: lift iter termination logic from iomap_iter_advance()Brian Foster1-8/+13
2025-02-10iomap: lift error code check out of iomap_iter_advance()Brian Foster1-3/+8
2025-02-10iomap: refactor iomap_iter() length check and tracepointBrian Foster1-8/+11
2025-02-10iomap: split out iomap check and reset logic from iter advanceBrian Foster1-23/+26
2025-02-06iomap: pass private data to iomap_truncate_pageChristoph Hellwig1-2/+2
2025-02-06iomap: pass private data to iomap_zero_rangeChristoph Hellwig1-2/+4
2025-02-06iomap: pass private data to iomap_page_mkwriteChristoph Hellwig1-1/+3
2025-02-06iomap: add a io_private field to struct iomap_ioendChristoph Hellwig1-0/+1
2025-02-06iomap: optionally use ioends for direct I/OChristoph Hellwig3-2/+49
2025-02-06iomap: factor out a iomap_dio_done helperChristoph Hellwig1-38/+38
2025-02-06iomap: move common ioend code to ioend.cChristoph Hellwig3-133/+138
2025-02-06iomap: split bios to zone append limits in the submission handlersChristoph Hellwig3-20/+116
2025-02-06iomap: add a IOMAP_F_ANON_WRITE flagChristoph Hellwig2-6/+13
2025-02-06iomap: simplify io_flags and io_type in struct iomap_ioendChristoph Hellwig1-17/+22
2025-02-06iomap: allow the file system to submit the writeback biosChristoph Hellwig1-5/+5
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2025-01-25mm, swap: clean up device availability checkKairui Song1-1/+0
2025-01-09iomap: avoid avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2024-12-11iomap: fix zero padding data issue in concurrent append writesLong Li1-0/+45
2024-12-11iomap: pass byte granular end position to iomap_add_to_ioendLong Li1-9/+12
2024-11-26Merge branch 'ovl.fixes'Christian Brauner1-0/+6
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+6
2024-11-21iomap: elide flush from partial eof zero rangeBrian Foster1-4/+24
2024-11-21iomap: lift zeroed mapping handling into iomap_zero_range()Brian Foster1-42/+24
2024-11-21iomap: reset per-iter state on non-error iter advancesBrian Foster1-6/+5
2024-11-21iomap: warn on zero range of a post-eof folioBrian Foster1-0/+2
2024-11-18Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-10/+36
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-11-11iomap: drop an obsolete comment in iomap_dio_bio_iterChristoph Hellwig1-5/+0
2024-11-05iomap: add a merge boundary flagChristoph Hellwig1-0/+6
2024-11-04fs: iomap: Atomic write supportJohn Garry2-5/+36
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-16/+1
2024-10-28fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav1-1/+1
2024-10-21iomap: turn iomap_want_unshare_iter into an inline functionChristoph Hellwig1-17/+0
2024-10-15iomap: move locking out of iomap_write_delalloc_releaseChristoph Hellwig1-9/+8
2024-10-15iomap: remove iomap_file_buffered_write_punch_delallocChristoph Hellwig1-57/+28
2024-10-15iomap: factor out a iomap_last_written_block helperChristoph Hellwig1-11/+2
2024-10-07iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong1-14/+16
2024-10-03iomap: constrain the file range passed to iomap_file_unshareDarrick J. Wong1-1/+5
2024-10-03iomap: don't bother unsharing delalloc extentsDarrick J. Wong1-1/+2
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2-82/+159
2024-09-10iomap: remove the iomap_file_buffered_write_punch_delalloc return valueChristoph Hellwig1-54/+28
2024-09-10iomap: pass the iomap to the punch callbackChristoph Hellwig1-12/+13
2024-09-10iomap: pass flags to iomap_file_buffered_write_punch_delallocChristoph Hellwig1-6/+5
2024-09-10iomap: improve shared block detection in iomap_unshare_iterChristoph Hellwig1-4/+13
2024-09-10iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_releaseChristoph Hellwig1-1/+9
2024-09-03iomap: make zero range flush conditional on unwritten mappingsBrian Foster1-9/+54
2024-09-03iomap: fix handling of dirty folios over unwritten extentsBrian Foster1-0/+10
2024-09-03iomap: add a private argument for iomap_file_buffered_writeJosef Bacik1-1/+2
2024-09-03iomap: remove set_memor_ro() on zero pageLuis Chamberlain1-3/+0
2024-09-02iomap: fix iomap_dio_zero() for fs bs > system page sizePankaj Raghav2-8/+41
2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-07-15Merge tag 'vfs-6.11.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-25/+48
2024-07-15Merge tag 'vfs-6.11.pg_error' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+0
2024-06-19iomap: don't increase i_size in iomap_write_end()Zhang Yi1-24/+29
2024-06-19iomap: Optimize iomap_read_folioRitesh Harjani (IBM)1-1/+19
2024-06-05iomap: Fix iomap_adjust_read_range for plen calculationRitesh Harjani (IBM)1-1/+2
2024-06-05iomap: keep on increasing i_size in iomap_write_end()Zhang Yi1-29/+24
2024-05-31iomap: Remove calls to set and clear folio error flagMatthew Wilcox (Oracle)1-8/+0
2024-05-24iomap: fault in smaller chunks for non-large folio mappingsXu Yang1-1/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-04-25iomap: do some small logical cleanup in buffered writeZhang Yi1-5/+3
2024-04-25iomap: make iomap_write_end() return a booleanZhang Yi1-17/+31
2024-04-25iomap: use a new variable to handle the written bytes in iomap_write_iter()Zhang Yi1-16/+17
2024-04-25iomap: don't increase i_size if it's not a write operationZhang Yi1-25/+25
2024-04-25iomap: drop the write failure handles when unsharing and zeroingZhang Yi1-4/+6
2024-04-15iomap: convert iomap_writepages to writeack_iterChristoph Hellwig1-9/+5
2024-03-04Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Christian Brauner2-0/+2
2024-02-21iomap: Add processed for iomap_iterKassey Li1-1/+4
2024-02-21iomap: add pos and dirty_len into trace_iomap_writepage_mapZhang Yi2-2/+43
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche2-0/+2
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig1-1/+1
2024-02-01iomap: map multiple blocks at a timeChristoph Hellwig1-34/+80
2024-02-01iomap: submit ioends immediatelyChristoph Hellwig1-86/+76
2024-02-01iomap: factor out a iomap_writepage_map_block helperChristoph Hellwig1-27/+43
2024-02-01iomap: only call mapping_set_error once for each failed bioChristoph Hellwig1-13/+14
2024-02-01iomap: don't chain biosChristoph Hellwig1-67/+23
2024-02-01iomap: move the iomap_sector sector calculation out of iomap_add_to_ioendChristoph Hellwig1-14/+11
2024-02-01iomap: clean up the iomap_alloc_ioend calling conventionChristoph Hellwig1-6/+5
2024-02-01iomap: move all remaining per-folio logic into iomap_writepage_mapChristoph Hellwig1-23/+11
2024-02-01iomap: factor out a iomap_writepage_handle_eof helperChristoph Hellwig1-66/+62
2024-02-01iomap: move the PF_MEMALLOC check to iomap_writepagesChristoph Hellwig1-16/+8
2024-02-01iomap: move the io_folios field out of struct iomap_ioendChristoph Hellwig1-3/+4
2024-02-01iomap: treat inline data in iomap_writepage_map as an I/O errorChristoph Hellwig1-2/+4
2024-02-01iomap: clear the per-folio dirty bits on all writeback failuresChristoph Hellwig1-7/+11
2023-12-10mm: add folio_fill_tail() and use it in iomapMatthew Wilcox (Oracle)1-12/+2
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-22/+35
2023-10-19iomap: fix short copy in iomap_write_iter()Jan Stancek1-3/+7
2023-10-18iomap: use folio_end_read()Matthew Wilcox (Oracle)1-3/+1
2023-10-18iomap: protect read_bytes_pending with the state_lockMatthew Wilcox (Oracle)1-12/+25
2023-10-18iomap: hold state_lock over call to ifs_set_range_uptodate()Matthew Wilcox (Oracle)1-9/+11
2023-09-28iomap: Spelling s/preceeding/preceding/gGeert Uytterhoeven1-1/+1
2023-09-19iomap: convert iomap_unshare_iter to use large foliosDarrick J. Wong1-10/+14
2023-09-18iomap: don't skip reading in !uptodate folios when unsharing a rangeDarrick J. Wong1-2/+4
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig1-1/+1
2023-08-01Merge tag 'xfs-async-dio.6-2023-08-01' of git://git.kernel.dk/linux into ioma...Darrick J. Wong1-39/+122
2023-08-01iomap: support IOCB_DIO_CALLER_COMPJens Axboe1-2/+60
2023-08-01iomap: add IOMAP_DIO_INLINE_COMPJens Axboe1-2/+8
2023-08-01iomap: only set iocb->private for polled bioJens Axboe1-8/+5
2023-08-01iomap: treat a write through cache the same as FUAJens Axboe1-14/+20
2023-08-01iomap: use an unsigned type for IOMAP_DIO_* definesJens Axboe1-4/+4
2023-08-01iomap: cleanup up iomap_dio_bio_end_io()Jens Axboe1-14/+30
2023-07-25iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)1-11/+150
2023-07-25iomap: Allocate ifs in ->write_begin() earlyRitesh Harjani (IBM)1-2/+11
2023-07-25iomap: Refactor iomap_write_delalloc_punch() function outRitesh Harjani (IBM)1-20/+34
2023-07-25iomap: Use iomap_punch_t typedefRitesh Harjani (IBM)1-5/+4
2023-07-25iomap: Fix possible overflow condition in iomap_write_delalloc_scanRitesh Harjani (IBM)1-1/+1
2023-07-25iomap: Add some uptodate state handling helpers for ifs state bitmapRitesh Harjani (IBM)1-8/+20
2023-07-25iomap: Drop ifs argument from iomap_set_range_uptodate()Ritesh Harjani (IBM)1-34/+33
2023-07-25iomap: Rename iomap_page to iomap_folio_state and othersRitesh Harjani (IBM)1-77/+70
2023-07-24iomap: Copy larger chunks from userspaceMatthew Wilcox (Oracle)1-15/+17
2023-07-24iomap: Create large folios in the buffered write pathMatthew Wilcox (Oracle)1-2/+4
2023-07-24filemap: Add fgf_t typedefMatthew Wilcox (Oracle)1-1/+1
2023-07-24iomap: Remove unnecessary test from iomap_release_folio()Matthew Wilcox (Oracle)1-5/+4
2023-07-24iomap: Remove large folio handling in iomap_invalidate_folio()Matthew Wilcox (Oracle)1-5/+0
2023-07-17iomap: micro optimize the ki_pos assignment in iomap_file_buffered_writeChristoph Hellwig1-1/+1
2023-07-17iomap: fix a regression for partial write errorsChristoph Hellwig1-1/+1
2023-07-02Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-06-29fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap...Lu Hongfei1-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-58/+39
2023-06-09iomap: use kiocb_write_and_wait and kiocb_invalidate_pagesChristoph Hellwig1-35/+20
2023-06-09iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig1-3/+6
2023-06-09filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig1-10/+2
2023-06-09iomap: update ki_pos a little later in iomap_dio_completeChristoph Hellwig1-10/+11
2023-06-01fs: iomap: use bio_add_folio_nofail where possibleJohannes Thumshirn1-3/+3
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig1-1/+0
2023-05-24iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroingDavid Howells1-1/+1
2023-04-29Merge tag 'iomap-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-2/+86
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+2
2023-04-21iomap: Add DIO tracepointsRitesh Harjani (IBM)3-1/+85
2023-04-21iomap: Remove IOMAP_DIO_NOSYNC unused dio flagRitesh Harjani (IBM)1-1/+1
2023-04-06fs: Add FGP_WRITEBEGINMatthew Wilcox1-1/+1
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-9/+2
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2023-02-22Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-31/+60
2023-02-15iomap: remove IOMAP_F_ZONE_APPENDChristoph Hellwig1-8/+2
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-3/+2
2023-01-18iomap: Rename page_ops to folio_opsAndreas Gruenbacher1-10/+10
2023-01-18iomap: Rename page_prepare handler to get_folioAndreas Gruenbacher1-2/+2
2023-01-18iomap: Add __iomap_get_folio helperAndreas Gruenbacher1-4/+12
2023-01-18iomap/gfs2: Get page in page_prepare handlerAndreas Gruenbacher1-11/+6
2023-01-18iomap: Add iomap_get_folio helperAndreas Gruenbacher1-9/+30
2023-01-18iomap: Rename page_done handler to put_folioAndreas Gruenbacher1-2/+2
2023-01-18iomap/gfs2: Unlock and put folio in page_done handlerAndreas Gruenbacher1-4/+4
2023-01-18iomap: Add __iomap_put_folio helperAndreas Gruenbacher1-12/+17
2022-12-14Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+271
2022-11-29iomap: write iomap validity checksDave Chinner2-2/+46
2022-11-29iomap: buffered write failure should not truncate the page cacheDave Chinner1-15/+180
2022-11-23xfs,iomap: move delalloc punching to iomapDave Chinner1-0/+60
2022-11-14iomap: directly use logical block sizeKeith Busch1-2/+1
2022-10-02iomap: add a tracepoint for mappings returned by map_blocksDarrick J. Wong2-0/+2
2022-10-02iomap: iomap: fix memory corruption when recording errors during writebackDarrick J. Wong1-1/+1
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-15/+0
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro1-1/+1
2022-08-03Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-7/+8
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+10
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-28/+0
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+6
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)1-25/+0
2022-07-24iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch1-0/+4
2022-07-24iomap: Add async buffered write supportStefan Roesch1-5/+28
2022-07-24iomap: Add flags parameter to iomap_page_create()Stefan Roesch1-10/+20
2022-07-22iomap: remove iomap_writepageChristoph Hellwig1-15/+0
2022-07-14fs/iomap: Use the new blk_opf_t typeBart Van Assche1-4/+4
2022-06-30iomap: set did_zero to true when zeroing successfullyKaixu Xia1-2/+2
2022-06-30iomap: skip pages past eof in iomap_do_writepage()Chris Mason1-5/+6
2022-06-29iomap: Remove test for folio errorMatthew Wilcox (Oracle)1-3/+0
2022-06-27iomap: add support for dma aligned direct-ioKeith Busch1-2/+2
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro1-2/+1
2022-06-10teach iomap_dio_rw() to suppress dsyncAl Viro1-9/+11
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-22/+18
2022-05-24Merge tag 'iomap-5.19-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+3
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-7/+18