summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2017-03-081-7/+18
* xfs: resurrect debug mode drop buffered writes mechanismBrian Foster2017-02-161-0/+4
* xfs: clear delalloc and cache on buffered write failureBrian Foster2017-02-161-1/+12
* xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig2017-02-061-19/+12
* xfs: introduce xfs_aligned_fsb_countChristoph Hellwig2017-02-061-9/+2
* xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig2017-02-061-11/+1
* xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong2017-02-021-1/+1
* iomap: constify struct iomap_opsChristoph Hellwig2017-01-301-2/+2
* xfs: fix COW writeback raceChristoph Hellwig2017-01-231-1/+1
* xfs: use iomap_dio_rwChristoph Hellwig2016-11-301-8/+42
* xfs: pass post-eof speculative prealloc blocks to bmapiBrian Foster2016-11-281-20/+13
* xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster2016-11-281-1/+1
* xfs: use new extent lookup helpers xfs_file_iomap_begin_delayChristoph Hellwig2016-11-241-11/+9
* xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig2016-11-241-2/+1
* xfs: optimize writes to reflink filesChristoph Hellwig2016-10-201-17/+39
* xfs: don't bother looking at the refcount tree for readsChristoph Hellwig2016-10-201-5/+8
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-051-1/+1
* xfs: report shared extent mappings to userspace correctlyDarrick J. Wong2016-10-051-1/+11
* xfs: support allocating delayed extents in CoW forkDarrick J. Wong2016-10-041-1/+6
* xfs: create delalloc extents in CoW forkDarrick J. Wong2016-10-041-2/+10
* xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong2016-10-041-1/+1
* xfs: use iomap to implement DAXChristoph Hellwig2016-09-191-4/+7
* xfs: take the ilock shared if possible in xfs_file_iomap_beginChristoph Hellwig2016-09-191-4/+6
* iomap: add IOMAP_F_NEW flagChristoph Hellwig2016-09-191-0/+1