aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong1-2/+3
2025-10-31xfs: Use folio_next_pos()Matthew Wilcox (Oracle)1-1/+1
2025-08-19xfs: reject swapon for inodes on a zoned file system earlierChristoph Hellwig1-0/+3
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig1-28/+32
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig1-46/+82
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig1-7/+17
2025-05-28iomap: don't lose folio dropbehind state for overwritesJens Axboe1-2/+20
2025-03-03xfs: implement direct writes to zoned RT devicesChristoph Hellwig1-2/+4
2025-03-03xfs: implement buffered writes to zoned RT devicesChristoph Hellwig1-9/+158
2025-03-03Merge branch 'vfs-6.15.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Carlos Maiolino1-10/+15
2025-02-14xfs: flush inodegc before swaponChristoph Hellwig1-1/+34
2025-02-14xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activateChristoph Hellwig1-3/+3
2025-02-06iomap: simplify io_flags and io_type in struct iomap_ioendChristoph Hellwig1-6/+6
2025-02-06iomap: allow the file system to submit the writeback biosChristoph Hellwig1-4/+9
2025-01-13xfs: clean up xfs_end_ioend() to reuse local variablesLong Li1-1/+1
2024-10-15xfs: support the COW fork in xfs_bmap_punch_delalloc_rangeChristoph Hellwig1-2/+2
2024-05-03xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig1-5/+1
2024-04-29xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi1-40/+14
2024-03-25xfs: don't use current->journal_infoDave Chinner1-7/+0
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig1-1/+2
2024-02-01iomap: don't chain biosChristoph Hellwig1-3/+3
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-08-18fs/xfs: Fix typos in commentsZizhen Pang1-1/+1
2023-07-25iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)1-1/+1
2023-06-12xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig1-2/+0
2023-03-05xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner1-7/+14
2022-11-28xfs: add debug knob to slow down writeback for funDarrick J. Wong1-2/+12
2022-11-29xfs: use iomap_valid method to detect stale cached iomapsDave Chinner1-1/+1
2022-11-29xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner1-10/+6
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)1-1/+1
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-5/+5
2022-05-16iomap: don't invalidate folios after writeback errorsDarrick J. Wong1-3/+1
2022-05-09iomap: Convert to release_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)1-4/+4
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)1-1/+0
2022-03-15iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)1-1/+1
2022-01-26xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner1-1/+15
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-12-18iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)1-12/+12
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig1-1/+1
2021-10-22xfs: punch out data fork delalloc blocks on COW writeback failureBrian Foster1-3/+12
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-4/+4
2021-08-18xfs: drop ->writepage completelyDave Chinner1-17/+0
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)1-1/+1
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)1-1/+1
2021-05-04iomap: remove unused private field from ioendBrian Foster1-1/+1
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig1-2/+1
2021-04-09xfs: drop unnecessary setfilesize helperBrian Foster1-20/+9
2021-04-09xfs: drop unused ioend private merge and setfilesize codeBrian Foster1-45/+1
2021-04-09xfs: open code ioend needs workqueue helperBrian Foster1-8/+3
2021-04-09xfs: drop submit side trans alloc for append ioendsBrian Foster1-42/+3
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-03-25xfs: Fix a typoBhaskar Chowdhury1-1/+1
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner1-2/+15
2020-11-04xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong1-2/+4
2020-11-04iomap: support partial page discard on writeback block mapping failureBrian Foster1-6/+8
2020-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)1-1/+1
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)1-8/+5
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-1/+1
2020-03-02xfs: ratelimit xfs_discard_page messagesChristoph Hellwig1-1/+1
2020-01-03dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal1-1/+1
2019-10-28xfs: add a xfs_inode_buftarg helperChristoph Hellwig1-29/+5
2019-10-21xfs: split out a new set of read-only iomap opsChristoph Hellwig1-4/+5
2019-10-21iomap: lift the xfs writeback code to iomapChristoph Hellwig1-581/+58
2019-10-21iomap: lift common tracing code from xfs to iomapChristoph Hellwig1-24/+3
2019-10-21xfs: remove the fork fields in the writepage_ctx and ioendChristoph Hellwig1-26/+45
2019-10-21xfs: turn io_append_trans into an io_private void pointerChristoph Hellwig1-13/+13
2019-10-21xfs: refactor the ioend merging codeChristoph Hellwig1-31/+42
2019-10-21xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig1-44/+38
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2019-07-12Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-56/+65
2019-07-01block: fix .bi_size overflowMing Lei1-1/+1
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig1-13/+22
2019-06-30xfs: simplify xfs_ioend_can_mergeChristoph Hellwig1-12/+2
2019-06-30xfs: allow merging ioends over append boundariesChristoph Hellwig1-7/+21
2019-06-30xfs: fix a comment typo in xfs_submit_ioendChristoph Hellwig1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-5/+0
2019-06-28xfs: implement cgroup aware writebackChristoph Hellwig1-1/+3
2019-06-28xfs: simplify xfs_chain_bioChristoph Hellwig1-18/+17
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig1-3/+8
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+1
2019-04-16xfs: merge adjacent io completions of the same typeDarrick J. Wong1-0/+86
2019-04-16xfs: implement per-inode writeback completion queuesDarrick J. Wong1-11/+38
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig1-1/+1
2019-02-21xfs: also truncate holes covered by COW blocksChristoph Hellwig1-15/+16
2019-02-17xfs: retry COW fork delalloc conversion when no extent was foundChristoph Hellwig1-2/+16
2019-02-17xfs: remove the truncate short cut in xfs_map_blocksChristoph Hellwig1-20/+0
2019-02-17xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig1-6/+45
2019-02-17xfs: remove the s_maxbytes checks in xfs_map_blocksChristoph Hellwig1-6/+2
2019-02-17xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig1-51/+42
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe1-0/+2
2019-02-15block: enable multipage bvecsMing Lei1-2/+2
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-2/+3
2019-02-11xfs: remove superfluous writeback mapping eof trimmingBrian Foster1-15/+0
2019-02-11xfs: validate writeback mapping using data fork seq counterBrian Foster1-13/+47
2019-02-03xfs: eof trim writeback mapping as soon as it is cachedBrian Foster1-0/+2
2018-10-18xfs: remove XFS_IO_INVALIDChristoph Hellwig1-2/+2
2018-08-07xfs: use WRITE_ONCE to update if_seqChristoph Hellwig1-2/+2
2018-07-31xfs: avoid COW fork extent lookups in writeback if the fork didn't changeChristoph Hellwig1-5/+33
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig1-2/+2
2018-07-11xfs: update my copyrights for the writeback and iomap codeChristoph Hellwig1-0/+1
2018-07-11xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig1-434/+58
2018-07-11xfs: allow writeback on pages without buffer headsChristoph Hellwig1-14/+37
2018-07-11xfs: refactor the tail of xfs_writepage_mapChristoph Hellwig1-33/+32
2018-07-11xfs: remove xfs_start_page_writebackChristoph Hellwig1-26/+20
2018-07-11xfs: move all writeback buffer_head manipulation into xfs_map_at_offsetChristoph Hellwig1-17/+5
2018-07-11xfs: don't look at buffer heads in xfs_add_to_ioendChristoph Hellwig1-36/+32
2018-07-11xfs: remove the imap_valid flagChristoph Hellwig1-51/+38
2018-07-11xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directlyChristoph Hellwig1-14/+5
2018-07-11xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig1-6/+13
2018-07-11xfs: make xfs_writepage_map extent map centricDave Chinner1-52/+36
2018-07-11xfs: rename the offset variable in xfs_writepage_mapChristoph Hellwig1-10/+10
2018-07-11xfs: remove xfs_map_cowChristoph Hellwig1-98/+97
2018-07-11xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig1-7/+0
2018-07-11xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocksChristoph Hellwig1-4/+1
2018-07-11xfs: don't clear imap_valid for a non-uptodate buffersChristoph Hellwig1-7/+2
2018-07-11xfs: do not set the page uptodate in xfs_writepage_mapChristoph Hellwig1-6/+0
2018-07-11xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig1-2/+0
2018-07-11xfs: simplify xfs_aops_discard_pageChristoph Hellwig1-76/+9
2018-07-11xfs: use iomap for blocksize == PAGE_SIZE readpage and readpagesChristoph Hellwig1-0/+4
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-13/+12
2018-06-08xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner1-0/+11
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-6/+15
2018-06-01xfs: use iomap_bmapChristoph Hellwig1-6/+3
2018-05-30xfs: convert to bioset_init()/mempool_init()Kent Overstreet1-1/+1
2018-05-15iomap: add a swapfile activation functionDarrick J. Wong1-0/+12
2018-04-11export __set_page_dirtyMatthew Wilcox1-13/+2
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-16/+18
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2018-03-30xfs, dax: introduce xfs_dax_aopsDan Williams1-16/+18
2018-03-19vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalentsIngo Molnar1-1/+1
2018-03-15xfs: minor cleanup for xfs_get_blocksChristoph Hellwig1-7/+6
2018-03-15xfs: don't use XFS_BMAPI_ENTRIRE in xfs_get_blocksChristoph Hellwig1-2/+2
2018-03-11xfs: fix transaction allocation deadlock in IO pathDave Chinner1-1/+2
2018-01-29xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong1-0/+13
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong1-1/+1
2018-01-02xfs: fix s_maxbytes overflow problemsDarrick J. Wong1-2/+2
2017-11-30xfs: remove unused parameter from xfs_writepage_mapDarrick J. Wong1-3/+3
2017-11-30xfs: ubsan fixesDarrick J. Wong1-3/+3
2017-10-16xfs: trim writepage mapping to within eofBrian Foster1-0/+13
2017-10-16xfs: cancel dirty pages on invalidationDave Chinner1-12/+22
2017-09-26xfs: update i_size after unwritten conversion in dio completionEryu Guan1-1/+2
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+13
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-09-03xfs: open code end_buffer_async_write in xfs_finish_page_writebackChristoph Hellwig1-24/+47
2017-08-31xfs: perform dax_device lookup at mountDan Williams1-0/+13
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+2
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+6
2017-06-27xfs: add support for passing in write hints for buffered writesJens Axboe1-0/+2
2017-06-21xfs: don't allow bmap on rt filesDarrick J. Wong1-2/+5
2017-06-20xfs: don't allow bmap on rt filesDarrick J. Wong1-2/+5
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-2/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+4
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-7/+5
2017-05-05xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan1-2/+2
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko1-3/+3
2017-04-03xfs: remove the ISUNWRITTEN macroChristoph Hellwig1-2/+2
2017-04-03xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig1-3/+1
2017-03-07xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig1-32/+27
2017-03-07xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig1-1/+1
2017-02-27fs: add i_blocksize()Fabian Frederick1-8/+8
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong1-0/+6
2017-01-11xfs: Timely free truncated dirty pagesJan Kara1-8/+11
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-273/+13
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-21/+5
2016-11-30xfs: use iomap_dio_rwChristoph Hellwig1-283/+8
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig1-5/+2
2016-11-30Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner1-10/+28
2016-11-24xfs: cleanup xfs_reflink_find_cow_mappingChristoph Hellwig1-8/+8
2016-11-08xfs: don't BUG() on mixed direct and mapped I/OBrian Foster1-2/+20
2016-11-08xfs: use struct iomap based DAX PMD fault pathRoss Zwisler1-21/+5
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-6/+2
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-4/+7
2016-10-11xfs: convert COW blocks to real blocks before unwritten extent conversionChristoph Hellwig1-2/+2
2016-10-05xfs: implement CoW for directio writesDarrick J. Wong1-7/+83
2016-10-05xfs: report shared extent mappings to userspace correctlyDarrick J. Wong1-0/+11
2016-10-05xfs: move mappings from cow fork to data fork after copy-writeDarrick J. Wong1-2/+22
2016-10-04xfs: allocate delayed extents in CoW forkDarrick J. Wong1-18/+79
2016-10-04xfs: support allocating delayed extents in CoW forkDarrick J. Wong1-2/+4
2016-09-19xfs: refactor xfs_setfilesizeChristoph Hellwig1-10/+21
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-284/+48
2016-07-22Merge branch 'xfs-4.8-misc-fixes-4' into for-nextDave Chinner1-3/+26
2016-07-22xfs: bufferhead chains are invalid after end_page_writebackDave Chinner1-3/+12
2016-07-22xfs: skip dirty pages in ->releasepage()Brian Foster1-0/+14
2016-07-20Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner1-19/+5
2016-07-20xfs: direct calls in the direct I/O pathChristoph Hellwig1-19/+5
2016-06-21xfs: remove buffered write support from __xfs_get_blocksChristoph Hellwig1-52/+19
2016-06-21xfs: implement iomap based buffered write pathChristoph Hellwig1-212/+0
2016-06-07xfs: use bio op accessorsMike Christie1-8/+4
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-5/+10
2016-05-26Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-177/+176