aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong1-4/+2
2019-11-11xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong1-0/+10
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong1-2/+1
2019-11-03xfs: simplify the xfs_iomap_write_direct callingChristoph Hellwig1-53/+29
2019-11-03xfs: remove the extsize argument to xfs_eof_alignmentChristoph Hellwig1-15/+13
2019-11-03xfs: mark xfs_eof_alignment staticChristoph Hellwig1-1/+1
2019-11-03xfs: simplify xfs_iomap_eof_align_last_fsbChristoph Hellwig1-25/+22
2019-10-29xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig1-2/+2
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig1-8/+8
2019-10-28xfs: add a xfs_inode_buftarg helperChristoph Hellwig1-4/+7
2019-10-23xfs: don't set bmapi total block req where minleft isBrian Foster1-2/+2
2019-10-21xfs: improve the IOMAP_NOWAIT check for COW inodesChristoph Hellwig1-18/+5
2019-10-21xfs: cleanup xfs_direct_write_iomap_beginChristoph Hellwig1-42/+46
2019-10-21xfs: rename the whichfork variable in xfs_buffered_write_iomap_beginChristoph Hellwig1-11/+11
2019-10-21xfs: split the iomap ops for buffered vs direct writesChristoph Hellwig1-40/+21
2019-10-21xfs: move xfs_file_iomap_begin_delay aroundChristoph Hellwig1-213/+221
2019-10-21xfs: split out a new set of read-only iomap opsChristoph Hellwig1-16/+47
2019-10-21xfs: factor out a helper to calculate the end_fsbChristoph Hellwig1-20/+20
2019-10-21xfs: fill out the srcmap in iomap_beginChristoph Hellwig1-25/+24
2019-10-21xfs: refactor xfs_file_iomap_begin_delayChristoph Hellwig1-24/+24
2019-10-21xfs: pass two imaps to xfs_reflink_allocate_cowChristoph Hellwig1-4/+4
2019-10-21xfs: also call xfs_file_iomap_end_delalloc for zeroing operationsChristoph Hellwig1-1/+2
2019-10-21iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues1-3/+6
2019-10-21xfs: set IOMAP_F_NEW more carefullyChristoph Hellwig1-3/+6
2019-10-21xfs: initialize iomap->flags in xfs_bmbt_to_iomapChristoph Hellwig1-12/+18
2019-10-17iomap: iomap that extends beyond EOF should be marked dirtyDave Chinner1-0/+7
2019-09-03xfs: add a xfs_valid_startblock helperChristoph Hellwig1-3/+3
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-3/+0
2019-02-25xfs: rework breaking of shared extents in xfs_file_iomap_beginDarrick J. Wong1-5/+7
2019-02-25xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong1-6/+7
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig1-10/+18
2019-02-21xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delayChristoph Hellwig1-3/+4
2019-02-21xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig1-39/+94
2019-02-21xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig1-11/+18
2019-02-21xfs: fix SEEK_DATA for speculative COW fork preallocationChristoph Hellwig1-0/+86
2019-02-21xfs: make xfs_bmbt_to_iomap more usefulChristoph Hellwig1-46/+38
2019-02-17xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig1-81/+0
2019-02-17xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig1-4/+0
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig1-28/+4
2019-02-17xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig1-4/+4
2019-02-11xfs: use the latest extent at writeback delalloc conversion timeBrian Foster1-113/+57
2019-02-11xfs: validate writeback mapping using data fork seq counterBrian Foster1-3/+2
2018-10-18xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig1-3/+2
2018-10-18xfs: remove the unused shared argument to xfs_reflink_reserve_cowChristoph Hellwig1-4/+2
2018-10-18xfs: handle zeroing in xfs_file_iomap_begin_delayChristoph Hellwig1-6/+38
2018-08-07xfs: use WRITE_ONCE to update if_seqChristoph Hellwig1-1/+2
2018-08-02xfs: automatic dfops inode reloggingBrian Foster1-3/+0
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster1-0/+3
2018-07-31xfs: avoid COW fork extent lookups in writeback if the fork didn't changeChristoph Hellwig1-1/+4