aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-19xfs: don't allow NOWAIT DIO across extent boundariesGravatar Dave Chinner 1-0/+29
2020-08-05xfs: delete duplicated words + other fixesGravatar Randy Dunlap 1-1/+1
2020-07-28xfs: create xfs_dqtype_t to represent quota typesGravatar Darrick J. Wong 1-12/+12
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Gravatar Darrick J. Wong 1-6/+6
2020-07-28xfs: use a per-resource struct for incore dquot dataGravatar Darrick J. Wong 1-3/+3
2020-05-27xfs: refactor xfs_iomap_prealloc_sizeGravatar Darrick J. Wong 1-48/+35
2020-05-27xfs: measure all contiguous previous extents for prealloc sizeGravatar Darrick J. Wong 1-13/+27
2020-05-27xfs: don't fail unwritten extent conversion on writeback due to edquotGravatar Darrick J. Wong 1-1/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-2/+2
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-1/+1
2020-01-20xfs: change return value of xfs_inode_need_cow to intGravatar zhengbin 1-1/+1
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTGravatar Darrick J. Wong 1-4/+2
2019-11-11xfs: attach dquots and reserve quota blocks during unwritten conversionGravatar Darrick J. Wong 1-0/+10
2019-11-10xfs: refactor "does this fork map blocks" predicateGravatar Darrick J. Wong 1-2/+1
2019-11-03xfs: simplify the xfs_iomap_write_direct callingGravatar Christoph Hellwig 1-53/+29
2019-11-03xfs: remove the extsize argument to xfs_eof_alignmentGravatar Christoph Hellwig 1-15/+13
2019-11-03xfs: mark xfs_eof_alignment staticGravatar Christoph Hellwig 1-1/+1
2019-11-03xfs: simplify xfs_iomap_eof_align_last_fsbGravatar Christoph Hellwig 1-25/+22
2019-10-29xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toGravatar Christoph Hellwig 1-2/+2
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountGravatar Christoph Hellwig 1-8/+8
2019-10-28xfs: add a xfs_inode_buftarg helperGravatar Christoph Hellwig 1-4/+7
2019-10-23xfs: don't set bmapi total block req where minleft isGravatar Brian Foster 1-2/+2
2019-10-21xfs: improve the IOMAP_NOWAIT check for COW inodesGravatar Christoph Hellwig 1-18/+5
2019-10-21xfs: cleanup xfs_direct_write_iomap_beginGravatar Christoph Hellwig 1-42/+46
2019-10-21xfs: rename the whichfork variable in xfs_buffered_write_iomap_beginGravatar Christoph Hellwig 1-11/+11
2019-10-21xfs: split the iomap ops for buffered vs direct writesGravatar Christoph Hellwig 1-40/+21
2019-10-21xfs: move xfs_file_iomap_begin_delay aroundGravatar Christoph Hellwig 1-213/+221
2019-10-21xfs: split out a new set of read-only iomap opsGravatar Christoph Hellwig 1-16/+47
2019-10-21xfs: factor out a helper to calculate the end_fsbGravatar Christoph Hellwig 1-20/+20
2019-10-21xfs: fill out the srcmap in iomap_beginGravatar Christoph Hellwig 1-25/+24
2019-10-21xfs: refactor xfs_file_iomap_begin_delayGravatar Christoph Hellwig 1-24/+24
2019-10-21xfs: pass two imaps to xfs_reflink_allocate_cowGravatar Christoph Hellwig 1-4/+4
2019-10-21xfs: also call xfs_file_iomap_end_delalloc for zeroing operationsGravatar Christoph Hellwig 1-1/+2
2019-10-21iomap: use a srcmap for a read-modify-write I/OGravatar Goldwyn Rodrigues 1-3/+6
2019-10-21xfs: set IOMAP_F_NEW more carefullyGravatar Christoph Hellwig 1-3/+6
2019-10-21xfs: initialize iomap->flags in xfs_bmbt_to_iomapGravatar Christoph Hellwig 1-12/+18
2019-10-17iomap: iomap that extends beyond EOF should be marked dirtyGravatar Dave Chinner 1-0/+7
2019-09-03xfs: add a xfs_valid_startblock helperGravatar Christoph Hellwig 1-3/+3
2019-06-30xfs: remove XFS_TRANS_NOFSGravatar Christoph Hellwig 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-3/+0
2019-02-25xfs: rework breaking of shared extents in xfs_file_iomap_beginGravatar Darrick J. Wong 1-5/+7
2019-02-25xfs: don't pass iomap flags to xfs_reflink_allocate_cowGravatar Darrick J. Wong 1-6/+7
2019-02-21xfs: introduce an always_cow modeGravatar Christoph Hellwig 1-10/+18
2019-02-21xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delayGravatar Christoph Hellwig 1-3/+4
2019-02-21xfs: merge COW handling into xfs_file_iomap_begin_delayGravatar Christoph Hellwig 1-39/+94
2019-02-21xfs: don't use delalloc extents for COW on files with extsize hintsGravatar Christoph Hellwig 1-11/+18
2019-02-21xfs: fix SEEK_DATA for speculative COW fork preallocationGravatar Christoph Hellwig 1-0/+86
2019-02-21xfs: make xfs_bmbt_to_iomap more usefulGravatar Christoph Hellwig 1-46/+38
2019-02-17xfs: move xfs_iomap_write_allocate to xfs_aops.cGravatar Christoph Hellwig 1-81/+0
2019-02-17xfs: move stat accounting to xfs_bmapi_convert_delallocGravatar Christoph Hellwig 1-4/+0