summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: use WRITE_ONCE to update if_seqChristoph Hellwig2018-08-071-1/+2
* xfs: automatic dfops inode reloggingBrian Foster2018-08-021-3/+0
* xfs: add missing defer ijoins for held inodesBrian Foster2018-08-021-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/+2
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-3/+3
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-111-6/+4
* xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster2018-07-111-11/+9
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-6/+3
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-111-4/+3
* xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster2018-07-111-9/+12
* xfs: update my copyrights for the writeback and iomap codeChristoph Hellwig2018-07-111-1/+1
* xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig2018-07-111-3/+0
* xfs: allow writeback on pages without buffer headsChristoph Hellwig2018-07-111-1/+2
* xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-07-111-3/+0
* Merge branch 'iomap-4.19-merge' into xfs-4.19-mergeDarrick J. Wong2018-07-111-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/+1
* 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/+2
* 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-081-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-131-2/+2
| * xfs: support for synchronous DAX faultsChristoph Hellwig2017-11-031-0/+5
* | Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-11-141-6/+9
|\ \
| * | xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-061-6/+8
| * | xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
| |/
* | iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-011-3/+3
|/
* xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-09-261-2/+5
* Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-9/+1
|\
| * xfs: perform dax_device lookup at mountDan Williams2017-08-311-9/+1
* | xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen2017-09-011-3/+1
* | xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-011-3/+3
|/
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-2/+2
|\
| * xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong2017-06-271-1/+1
| * xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-271-1/+1
* | xfs: nowait aio supportGoldwyn Rodrigues2017-06-201-0/+22
|/
* dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams2017-05-131-2/+2
* Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-061-4/+4
|\
| * xfs: actually report xattr extents via iomapDarrick J. Wong2017-04-061-2/+2
| * xfs: remove the ISUNWRITTEN macroChristoph Hellwig2017-04-031-2/+2
* | ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams2017-04-251-0/+10
|/
OpenPOWER on IntegriCloud