aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocGravatar Christoph Hellwig 1-28/+4
2019-02-17xfs: remove the io_type field from the writeback context and ioendGravatar Christoph Hellwig 1-4/+4
2019-02-11xfs: use the latest extent at writeback delalloc conversion timeGravatar Brian Foster 1-113/+57
2019-02-11xfs: validate writeback mapping using data fork seq counterGravatar Brian Foster 1-3/+2
2018-10-18xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedGravatar Christoph Hellwig 1-3/+2
2018-10-18xfs: remove the unused shared argument to xfs_reflink_reserve_cowGravatar Christoph Hellwig 1-4/+2
2018-10-18xfs: handle zeroing in xfs_file_iomap_begin_delayGravatar Christoph Hellwig 1-6/+38
2018-08-07xfs: use WRITE_ONCE to update if_seqGravatar Christoph Hellwig 1-1/+2
2018-08-02xfs: automatic dfops inode reloggingGravatar Brian Foster 1-3/+0
2018-08-02xfs: add missing defer ijoins for held inodesGravatar Brian Foster 1-0/+3
2018-07-31xfs: avoid COW fork extent lookups in writeback if the fork didn't changeGravatar Christoph Hellwig 1-1/+4
2018-07-26xfs: remove all boilerplate defer init/finish codeGravatar Brian Foster 1-24/+2
2018-07-11xfs: remove xfs_defer_init() firstblock paramGravatar Brian Foster 1-3/+3
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramGravatar Brian Foster 1-6/+4
2018-07-11xfs: use ->t_firstblock for all xfs_bmapi_write() callersGravatar Brian Foster 1-11/+9
2018-07-11xfs: refactor dfops init to attach to transactionGravatar Brian Foster 1-6/+3
2018-07-11xfs: remove xfs_bmapi_write() dfops paramGravatar Brian Foster 1-4/+3
2018-07-11xfs: use ->t_dfops for all xfs_bmapi_write() callersGravatar Brian Foster 1-9/+12
2018-07-11xfs: update my copyrights for the writeback and iomap codeGravatar Christoph Hellwig 1-1/+1
2018-07-11xfs: add support for sub-pagesize writeback without buffer_headsGravatar Christoph Hellwig 1-3/+0
2018-07-11xfs: allow writeback on pages without buffer headsGravatar Christoph Hellwig 1-1/+2
2018-07-11xfs: move locking into xfs_bmap_punch_delalloc_rangeGravatar Christoph Hellwig 1-3/+0
2018-07-11Merge branch 'iomap-4.19-merge' into xfs-4.19-mergeGravatar Darrick J. Wong 1-2/+4
2018-06-24xfs: recheck reflink state after grabbing ILOCK_SHARED for a writeGravatar Darrick J. Wong 1-1/+14
2018-06-20iomap: add initial support for writes without buffer headsGravatar Christoph Hellwig 1-2/+4