summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)Author
2019-02-25xfs: rework breaking of shared extents in xfs_file_iomap_beginDarrick J. Wong
2019-02-25xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig
2019-02-21xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delayChristoph Hellwig
2019-02-21xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig
2019-02-21xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig
2019-02-21xfs: fix SEEK_DATA for speculative COW fork preallocationChristoph Hellwig
2019-02-21xfs: make xfs_bmbt_to_iomap more usefulChristoph Hellwig
2019-02-17xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig
2019-02-17xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig
2019-02-17xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig
2019-02-11xfs: use the latest extent at writeback delalloc conversion timeBrian Foster
2019-02-11xfs: validate writeback mapping using data fork seq counterBrian Foster
2018-10-18xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig
2018-10-18xfs: remove the unused shared argument to xfs_reflink_reserve_cowChristoph Hellwig
2018-10-18xfs: handle zeroing in xfs_file_iomap_begin_delayChristoph Hellwig
2018-08-07xfs: use WRITE_ONCE to update if_seqChristoph Hellwig
2018-08-02xfs: automatic dfops inode reloggingBrian Foster
2018-08-02xfs: add missing defer ijoins for held inodesBrian Foster
2018-07-31xfs: avoid COW fork extent lookups in writeback if the fork didn't changeChristoph Hellwig
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster
2018-07-11xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster
2018-07-11xfs: update my copyrights for the writeback and iomap codeChristoph Hellwig
2018-07-11xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig
2018-07-11xfs: allow writeback on pages without buffer headsChristoph Hellwig
2018-07-11xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig
2018-07-11Merge branch 'iomap-4.19-merge' into xfs-4.19-mergeDarrick J. Wong
2018-06-24xfs: recheck reflink state after grabbing ILOCK_SHARED for a writeDarrick J. Wong
2018-06-20iomap: add initial support for writes without buffer headsChristoph Hellwig
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-10xfs: split out dqget for inodes from regular dqgetDarrick J. Wong
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong
2018-05-09xfs: clean up locking in xfs_file_iomap_beginDave Chinner
2018-05-09xfs: simplify xfs_file_iomap_begin() logicDave Chinner
2018-03-01xfs: don't block on the ilock for RWF_NOWAITChristoph Hellwig
2018-03-01xfs: don't start out with the exclusive ilock for direct I/OChristoph Hellwig
2018-03-01xfs: don't allocate COW blocks for zeroing holes or unwritten extentsChristoph Hellwig
2018-01-02xfs: fix s_maxbytes overflow problemsDarrick J. Wong
2017-12-08xfs: make iomap_begin functions trim iomaps consistentlyDarrick J. Wong
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-14Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-11-13fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig