aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-24xfs: pass the correct cursor to xfs_iomap_prealloc_sizeGravatar Darrick J. Wong 1-1/+4
2023-01-18iomap: Rename page_ops to folio_opsGravatar Andreas Gruenbacher 1-2/+2
2022-12-26xfs: make xfs_iomap_page_ops staticGravatar Darrick J. Wong 1-1/+1
2022-12-14Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-71/+114
2022-12-11xfs: use dax ops for zero and truncate in fsdax modeGravatar Shiyang Ruan 1-2/+2
2022-12-11fsdax,xfs: set the shared flag when file extent is sharedGravatar Shiyang Ruan 1-1/+1
2022-12-04xfs: Remove duplicated include in xfs_iomap.cGravatar Yang Li 1-2/+0
2022-11-30xfs: attach dquots to inode before reading data/cow fork mappingsGravatar Darrick J. Wong 1-4/+4
2022-11-28xfs: add debug knob to slow down write for funGravatar Darrick J. Wong 1-2/+12
2022-11-29xfs: drop write error injection is unfixable, remove itGravatar Dave Chinner 1-9/+0
2022-11-29xfs: use iomap_valid method to detect stale cached iomapsGravatar Dave Chinner 1-20/+75
2022-11-29xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeGravatar Dave Chinner 1-6/+2
2022-11-23xfs,iomap: move delalloc punching to iomapGravatar Dave Chinner 1-39/+8
2022-11-23xfs: use byte ranges for write cleanup rangesGravatar Dave Chinner 1-15/+25
2022-11-23xfs: punching delalloc extents on write failure is racyGravatar Dave Chinner 1-18/+23
2022-11-07xfs: write page faults in iomap are not buffered writesGravatar Dave Chinner 1-0/+9
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+29
2022-08-04Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-4/+4
2022-07-24xfs: Add async buffered write supportGravatar Stefan Roesch 1-1/+4
2022-07-24xfs: Specify lockmode when calling xfs_ilock_for_iomap()Gravatar Stefan Roesch 1-3/+3
2022-07-17xfs: support CoW in fsdax modeGravatar Shiyang Ruan 1-1/+29
2022-07-12xfs: replace XFS_IFORK_Q with a proper predicate functionGravatar Darrick J. Wong 1-1/+1
2022-07-09xfs: make inode attribute forks a permanent part of struct xfs_inodeGravatar Darrick J. Wong 1-2/+2
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperGravatar Darrick J. Wong 1-2/+2
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersGravatar Chandan Babu R 1-0/+5
2022-04-11xfs: Define max extent length based on on-disk format definitionGravatar Chandan Babu R 1-14/+14
2021-12-04fsdax: shift partition offset handling into the file systemsGravatar Christoph Hellwig 1-2/+8
2021-12-04iomap: add a IOMAP_DAX flagGravatar Christoph Hellwig 1-3/+4
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapGravatar Christoph Hellwig 1-15/+20
2021-12-04xfs: use xfs_direct_write_iomap_ops for DAX zeroingGravatar Christoph Hellwig 1-2/+2
2021-12-04fsdax: decouple zeroing from the iomap buffered I/O codeGravatar Christoph Hellwig 1-1/+6
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersGravatar Shiyang Ruan 1-0/+25
2021-08-23xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeGravatar Darrick J. Wong 1-4/+4
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 1-6/+6
2021-08-19xfs: convert mount flags to featuresGravatar Dave Chinner 1-2/+2
2021-05-26xfs: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-1/+1
2021-04-15xfs: remove XFS_IFEXTENTSGravatar Christoph Hellwig 1-2/+2
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsGravatar Christoph Hellwig 1-10/+6
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 1-1/+1
2021-04-07xfs: Fix dax inode extent calculation when direct write is performed on an un...Gravatar Chandan Babu R 1-2/+3
2021-02-21Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-30/+23
2021-02-10xfs: restore shutdown check in mapped write fault pathGravatar Brian Foster 1-0/+3
2021-02-03xfs: refactor reflink functions to use xfs_trans_alloc_inodeGravatar Darrick J. Wong 1-1/+2
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeGravatar Darrick J. Wong 1-17/+5
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomGravatar Darrick J. Wong 1-9/+2
2021-02-03xfs: reserve data and rt quota at the same timeGravatar Darrick J. Wong 1-13/+13
2021-02-03xfs: remove xfs_trans_unreserve_quota_nblks completelyGravatar Darrick J. Wong 1-4/+2
2021-02-03xfs: reduce quota reservation when doing a dax unwritten extent conversionGravatar Darrick J. Wong 1-1/+1
2021-02-01xfs: reduce exclusive locking on unaligned dioGravatar Dave Chinner 1-8/+21
2021-01-22xfs: Check for extent overflow when writing to unwritten extentGravatar Chandan Babu R 1-0/+5