summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAge
* xfs: don't block on the ilock for RWF_NOWAITChristoph Hellwig2018-03-01
* xfs: don't start out with the exclusive ilock for direct I/OChristoph Hellwig2018-03-01
* xfs: don't allocate COW blocks for zeroing holes or unwritten extentsChristoph Hellwig2018-03-01
* xfs: fix s_maxbytes overflow problemsDarrick J. Wong2018-01-02
* xfs: make iomap_begin functions trim iomaps consistentlyDarrick J. Wong2017-12-08
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-17
|\
| * fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams2017-11-13
| * xfs: support for synchronous DAX faultsChristoph Hellwig2017-11-03
* | Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-11-14
|\ \
| * | xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-06
| * | xfs: move error injection tags into their own fileDarrick J. Wong2017-11-01
| |/
* | iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-01
|/
* xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-09-26
* Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-11
|\
| * xfs: perform dax_device lookup at mountDan Williams2017-08-31
* | xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen2017-09-01
* | xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-01
|/
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-10
|\
| * xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong2017-06-27
| * xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-27
* | xfs: nowait aio supportGoldwyn Rodrigues2017-06-20
|/
* dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams2017-05-13
* Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-06
|\
| * xfs: actually report xattr extents via iomapDarrick J. Wong2017-04-06
| * xfs: remove the ISUNWRITTEN macroChristoph Hellwig2017-04-03
* | ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams2017-04-25
|/
* xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2017-03-08
* xfs: resurrect debug mode drop buffered writes mechanismBrian Foster2017-02-16
* xfs: clear delalloc and cache on buffered write failureBrian Foster2017-02-16
* xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig2017-02-06
* xfs: introduce xfs_aligned_fsb_countChristoph Hellwig2017-02-06
* xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig2017-02-06
* xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong2017-02-02
* iomap: constify struct iomap_opsChristoph Hellwig2017-01-30
* xfs: fix COW writeback raceChristoph Hellwig2017-01-23
* xfs: use iomap_dio_rwChristoph Hellwig2016-11-30
* xfs: pass post-eof speculative prealloc blocks to bmapiBrian Foster2016-11-28
* xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster2016-11-28
* xfs: use new extent lookup helpers xfs_file_iomap_begin_delayChristoph Hellwig2016-11-24
* xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig2016-11-24
* xfs: optimize writes to reflink filesChristoph Hellwig2016-10-20
* xfs: don't bother looking at the refcount tree for readsChristoph Hellwig2016-10-20
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-05
* xfs: report shared extent mappings to userspace correctlyDarrick J. Wong2016-10-05
* xfs: support allocating delayed extents in CoW forkDarrick J. Wong2016-10-04
* xfs: create delalloc extents in CoW forkDarrick J. Wong2016-10-04
* xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong2016-10-04
* xfs: use iomap to implement DAXChristoph Hellwig2016-09-19
* xfs: take the ilock shared if possible in xfs_file_iomap_beginChristoph Hellwig2016-09-19
* iomap: add IOMAP_F_NEW flagChristoph Hellwig2016-09-19