aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster1-24/+2
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster1-3/+3
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster1-6/+4
2018-07-11xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster1-11/+9
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster1-6/+3
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster1-4/+3
2018-07-11xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster1-9/+12
2018-07-11xfs: update my copyrights for the writeback and iomap codeChristoph Hellwig1-1/+1
2018-07-11xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig1-3/+0
2018-07-11xfs: allow writeback on pages without buffer headsChristoph Hellwig1-1/+2
2018-07-11xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig1-3/+0
2018-07-11Merge branch 'iomap-4.19-merge' into xfs-4.19-mergeDarrick J. Wong1-2/+4
2018-06-24xfs: recheck reflink state after grabbing ILOCK_SHARED for a writeDarrick J. Wong1-1/+14
2018-06-20iomap: add initial support for writes without buffer headsChristoph Hellwig1-2/+4
2018-06-08xfs: clean up MIN/MAXDave Chinner1-3/+3
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: split out dqget for inodes from regular dqgetDarrick J. Wong1-1/+1
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong1-2/+2
2018-05-09xfs: clean up locking in xfs_file_iomap_beginDave Chinner1-37/+61
2018-05-09xfs: simplify xfs_file_iomap_begin() logicDave Chinner1-36/+46
2018-03-01xfs: don't block on the ilock for RWF_NOWAITChristoph Hellwig1-8/+19
2018-03-01xfs: don't start out with the exclusive ilock for direct I/OChristoph Hellwig1-4/+2
2018-03-01xfs: don't allocate COW blocks for zeroing holes or unwritten extentsChristoph Hellwig1-1/+10
2018-01-02xfs: fix s_maxbytes overflow problemsDarrick J. Wong1-1/+1
2017-12-08xfs: make iomap_begin functions trim iomaps consistentlyDarrick J. Wong1-1/+1
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+5
2017-11-14Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-6/+9
2017-11-13fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams1-2/+2
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig1-6/+8
2017-11-03xfs: support for synchronous DAX faultsChristoph Hellwig1-0/+5
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-10-01iomap: Switch from blkno to disk offsetAndreas Gruenbacher1-3/+3
2017-09-26xfs: update i_size after unwritten conversion in dio completionEryu Guan1-2/+5
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-9/+1
2017-09-01xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen1-3/+1
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig1-3/+3
2017-08-31xfs: perform dax_device lookup at mountDan Williams1-9/+1
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+2
2017-06-27xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong1-1/+1
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong1-1/+1
2017-06-20xfs: nowait aio supportGoldwyn Rodrigues1-0/+22
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams1-2/+2
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+4
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams1-0/+10
2017-04-06xfs: actually report xattr extents via iomapDarrick J. Wong1-2/+2
2017-04-03xfs: remove the ISUNWRITTEN macroChristoph Hellwig1-2/+2