summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+1Star
|\
| * xfs: perform dax_device lookup at mountDan Williams2017-08-311-9/+1Star
* | xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen2017-09-011-3/+1Star
* | 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-281-1/+1
| * xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-281-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-141-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-071-2/+2
| * xfs: remove the ISUNWRITTEN macroChristoph Hellwig2017-04-041-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-171-0/+4
* xfs: clear delalloc and cache on buffered write failureBrian Foster2017-02-171-1/+12
* xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig2017-02-071-19/+12Star
* xfs: introduce xfs_aligned_fsb_countChristoph Hellwig2017-02-071-9/+2Star
* xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig2017-02-071-11/+1Star
* xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong2017-02-031-1/+1
* iomap: constify struct iomap_opsChristoph Hellwig2017-01-311-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/+13Star
* 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/+9Star
* xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig2016-11-241-2/+1Star
* 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-061-1/+1
* xfs: report shared extent mappings to userspace correctlyDarrick J. Wong2016-10-061-1/+11
* xfs: support allocating delayed extents in CoW forkDarrick J. Wong2016-10-051-1/+6
* xfs: create delalloc extents in CoW forkDarrick J. Wong2016-10-051-2/+10
* xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong2016-10-051-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
* xfs: rewrite and optimize the delalloc write pathChristoph Hellwig2016-09-191-223/+172Star
* xfs: factor our a helper to calculate the EOF alignmentChristoph Hellwig2016-09-191-10/+21
* xfs: move xfs_bmbt_to_iomap upChristoph Hellwig2016-09-191-26/+26
* Merge branch 'iomap-fixes-4.8-rc3' into for-nextDave Chinner2016-08-171-10/+49
|\
| * xfs: (re-)implement FIEMAP_FLAG_XATTRChristoph Hellwig2016-08-171-0/+45
| * xfs: simplify xfs_file_iomap_beginChristoph Hellwig2016-08-171-10/+4Star
* | xfs: fix bogus space reservation in xfs_iomap_write_allocateChristoph Hellwig2016-08-171-3/+7
|/