aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)Author
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
2017-11-03xfs: support for synchronous DAX faultsChristoph Hellwig
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-10-01iomap: Switch from blkno to disk offsetAndreas Gruenbacher
2017-09-26xfs: update i_size after unwritten conversion in dio completionEryu Guan
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-01xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig
2017-08-31xfs: perform dax_device lookup at mountDan Williams
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-27xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong
2017-06-20xfs: nowait aio supportGoldwyn Rodrigues
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams
2017-04-06xfs: actually report xattr extents via iomapDarrick J. Wong
2017-04-03xfs: remove the ISUNWRITTEN macroChristoph Hellwig