aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-01xfs: don't block on the ilock for RWF_NOWAITGravatar Christoph Hellwig 1-8/+19
2018-03-01xfs: don't start out with the exclusive ilock for direct I/OGravatar Christoph Hellwig 1-4/+2
2018-03-01xfs: don't allocate COW blocks for zeroing holes or unwritten extentsGravatar Christoph Hellwig 1-1/+10
2018-01-02xfs: fix s_maxbytes overflow problemsGravatar Darrick J. Wong 1-1/+1
2017-12-08xfs: make iomap_begin functions trim iomaps consistentlyGravatar Darrick J. Wong 1-1/+1
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+5
2017-11-14Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-6/+9
2017-11-13fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreGravatar Dan Williams 1-2/+2
2017-11-06xfs: introduce the xfs_iext_cursor abstractionGravatar Christoph Hellwig 1-6/+8
2017-11-03xfs: support for synchronous DAX faultsGravatar Christoph Hellwig 1-0/+5
2017-11-01xfs: move error injection tags into their own fileGravatar Darrick J. Wong 1-0/+1
2017-10-01iomap: Switch from blkno to disk offsetGravatar Andreas Gruenbacher 1-3/+3
2017-09-26xfs: update i_size after unwritten conversion in dio completionGravatar Eryu Guan 1-2/+5
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-9/+1
2017-09-01xfs: remove unused flags arg from xfs_file_iomap_begin_delayGravatar Eric Sandeen 1-3/+1
2017-09-01xfs: remove the ip argument to xfs_defer_finishGravatar Christoph Hellwig 1-3/+3
2017-08-31xfs: perform dax_device lookup at mountGravatar Dan Williams 1-9/+1
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-2/+2
2017-06-27xfs: convert drop_writes to use the errortag mechanismGravatar Darrick J. Wong 1-1/+1
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORGravatar Darrick J. Wong 1-1/+1
2017-06-20xfs: nowait aio supportGravatar Goldwyn Rodrigues 1-0/+22
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseGravatar Dan Williams 1-2/+2
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-4/+4
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsGravatar Dan Williams 1-0/+10
2017-04-06xfs: actually report xattr extents via iomapGravatar Darrick J. Wong 1-2/+2
2017-04-03xfs: remove the ISUNWRITTEN macroGravatar Christoph Hellwig 1-2/+2
2017-03-08xfs: use iomap new flag for newly allocated delalloc blocksGravatar Brian Foster 1-7/+18
2017-02-16xfs: resurrect debug mode drop buffered writes mechanismGravatar Brian Foster 1-0/+4
2017-02-16xfs: clear delalloc and cache on buffered write failureGravatar Brian Foster 1-1/+12
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginGravatar Christoph Hellwig 1-19/+12
2017-02-06xfs: introduce xfs_aligned_fsb_countGravatar Christoph Hellwig 1-9/+2
2017-02-06xfs: reject all unaligned direct writes to reflinked filesGravatar Christoph Hellwig 1-11/+1
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenGravatar Darrick J. Wong 1-1/+1
2017-01-30iomap: constify struct iomap_opsGravatar Christoph Hellwig 1-2/+2
2017-01-23xfs: fix COW writeback raceGravatar Christoph Hellwig 1-1/+1
2016-11-30xfs: use iomap_dio_rwGravatar Christoph Hellwig 1-8/+42
2016-11-28xfs: pass post-eof speculative prealloc blocks to bmapiGravatar Brian Foster 1-20/+13
2016-11-28xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Gravatar Brian Foster 1-1/+1
2016-11-24xfs: use new extent lookup helpers xfs_file_iomap_begin_delayGravatar Christoph Hellwig 1-11/+9
2016-11-24xfs: remove prev argument to xfs_bmapi_reserve_delallocGravatar Christoph Hellwig 1-2/+1
2016-10-20xfs: optimize writes to reflink filesGravatar Christoph Hellwig 1-17/+39
2016-10-20xfs: don't bother looking at the refcount tree for readsGravatar Christoph Hellwig 1-5/+8
2016-10-05xfs: create a separate cow extent size hint for the allocatorGravatar Darrick J. Wong 1-1/+1
2016-10-05xfs: report shared extent mappings to userspace correctlyGravatar Darrick J. Wong 1-1/+11
2016-10-04xfs: support allocating delayed extents in CoW forkGravatar Darrick J. Wong 1-1/+6
2016-10-04xfs: create delalloc extents in CoW forkGravatar Darrick J. Wong 1-2/+10
2016-10-04xfs: support bmapping delalloc extents in the CoW forkGravatar Darrick J. Wong 1-1/+1
2016-09-19xfs: use iomap to implement DAXGravatar Christoph Hellwig 1-4/+7
2016-09-19xfs: take the ilock shared if possible in xfs_file_iomap_beginGravatar Christoph Hellwig 1-4/+6
2016-09-19iomap: add IOMAP_F_NEW flagGravatar Christoph Hellwig 1-0/+1