summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove XFS_TRANS_NOFSChristoph Hellwig2019-06-301-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-291-3/+0Star
* xfs: rework breaking of shared extents in xfs_file_iomap_beginDarrick J. Wong2019-02-251-5/+7
* xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong2019-02-251-6/+7
* xfs: introduce an always_cow modeChristoph Hellwig2019-02-211-10/+18
* xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delayChristoph Hellwig2019-02-211-3/+4
* xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig2019-02-211-39/+94
* xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig2019-02-211-11/+18
* xfs: fix SEEK_DATA for speculative COW fork preallocationChristoph Hellwig2019-02-211-0/+86
* xfs: make xfs_bmbt_to_iomap more usefulChristoph Hellwig2019-02-211-46/+38Star
* xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig2019-02-171-81/+0Star
* xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-171-4/+0Star
* xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-171-28/+4Star
* xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig2019-02-171-4/+4
* xfs: use the latest extent at writeback delalloc conversion timeBrian Foster2019-02-121-113/+57Star
* xfs: validate writeback mapping using data fork seq counterBrian Foster2019-02-121-3/+2Star
* xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig2018-10-181-3/+2Star
* xfs: remove the unused shared argument to xfs_reflink_reserve_cowChristoph Hellwig2018-10-181-4/+2Star
* xfs: handle zeroing in xfs_file_iomap_begin_delayChristoph Hellwig2018-10-181-6/+38
* xfs: use WRITE_ONCE to update if_seqChristoph Hellwig2018-08-071-1/+2
* xfs: automatic dfops inode reloggingBrian Foster2018-08-031-3/+0Star
* xfs: add missing defer ijoins for held inodesBrian Foster2018-08-031-0/+3
* xfs: avoid COW fork extent lookups in writeback if the fork didn't changeChristoph Hellwig2018-07-311-1/+4
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-24/+2Star
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-121-3/+3
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-121-6/+4Star
* xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster2018-07-121-11/+9Star
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-121-6/+3Star
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-121-4/+3Star
* xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster2018-07-121-9/+12
* xfs: update my copyrights for the writeback and iomap codeChristoph Hellwig2018-07-121-1/+1
* xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig2018-07-121-3/+0Star
* xfs: allow writeback on pages without buffer headsChristoph Hellwig2018-07-121-1/+2
* xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-07-121-3/+0Star
* Merge branch 'iomap-4.19-merge' into xfs-4.19-mergeDarrick J. Wong2018-07-121-2/+4
|\
| * iomap: add initial support for writes without buffer headsChristoph Hellwig2018-06-201-2/+4
* | xfs: recheck reflink state after grabbing ILOCK_SHARED for a writeDarrick J. Wong2018-06-241-1/+14
|/
* xfs: clean up MIN/MAXDave Chinner2018-06-081-3/+3
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: split out dqget for inodes from regular dqgetDarrick J. Wong2018-05-101-1/+1
* xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong2018-05-101-2/+2
* xfs: clean up locking in xfs_file_iomap_beginDave Chinner2018-05-091-37/+61
* xfs: simplify xfs_file_iomap_begin() logicDave Chinner2018-05-091-36/+46
* xfs: don't block on the ilock for RWF_NOWAITChristoph Hellwig2018-03-011-8/+19
* xfs: don't start out with the exclusive ilock for direct I/OChristoph Hellwig2018-03-011-4/+2Star
* xfs: don't allocate COW blocks for zeroing holes or unwritten extentsChristoph Hellwig2018-03-011-1/+10
* xfs: fix s_maxbytes overflow problemsDarrick J. Wong2018-01-021-1/+1
* xfs: make iomap_begin functions trim iomaps consistentlyDarrick J. Wong2017-12-091-1/+1
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-0/+5
|\
| * fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams2017-11-141-2/+2