aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-04iomap: add a IOMAP_DAX flagGravatar Christoph Hellwig 1-1/+2
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapGravatar Christoph Hellwig 1-2/+3
2021-12-04xfs: add xfs_zero_range and xfs_truncate_page helpersGravatar Shiyang Ruan 1-0/+4
2019-11-03xfs: simplify the xfs_iomap_write_direct callingGravatar Christoph Hellwig 1-2/+4
2019-11-03xfs: mark xfs_eof_alignment staticGravatar Christoph Hellwig 1-1/+0
2019-10-21xfs: split the iomap ops for buffered vs direct writesGravatar Christoph Hellwig 1-1/+2
2019-10-21xfs: split out a new set of read-only iomap opsGravatar Christoph Hellwig 1-0/+1
2019-10-21xfs: initialize iomap->flags in xfs_bmbt_to_iomapGravatar Christoph Hellwig 1-1/+1
2019-02-21xfs: fix SEEK_DATA for speculative COW fork preallocationGravatar Christoph Hellwig 1-0/+1
2019-02-21xfs: make xfs_bmbt_to_iomap more usefulGravatar Christoph Hellwig 1-2/+2
2019-02-17xfs: move xfs_iomap_write_allocate to xfs_aops.cGravatar Christoph Hellwig 1-2/+0
2018-07-31xfs: avoid COW fork extent lookups in writeback if the fork didn't changeGravatar Christoph Hellwig 1-1/+1
2018-06-08xfs: replace do_mod with native operationsGravatar Dave Chinner 1-2/+2
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2017-09-26xfs: update i_size after unwritten conversion in dio completionGravatar Eryu Guan 1-1/+1
2017-02-06xfs: introduce xfs_aligned_fsb_countGravatar Christoph Hellwig 1-0/+20
2017-01-30iomap: constify struct iomap_opsGravatar Christoph Hellwig 1-2/+2
2016-10-05xfs: create a separate cow extent size hint for the allocatorGravatar Darrick J. Wong 1-0/+1
2016-10-04xfs: support allocating delayed extents in CoW forkGravatar Darrick J. Wong 1-1/+1
2016-09-19xfs: rewrite and optimize the delalloc write pathGravatar Christoph Hellwig 1-2/+0
2016-08-17xfs: (re-)implement FIEMAP_FLAG_XATTRGravatar Christoph Hellwig 1-0/+1
2016-06-21xfs: implement iomap based buffered write pathGravatar Christoph Hellwig 1-1/+4
2016-06-21xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.cGravatar Christoph Hellwig 1-0/+4
2015-01-09xfs: pass a 64-bit count argument to xfs_iomap_write_unwrittenGravatar Christoph Hellwig 1-1/+1
2013-10-01xfs: get rid of count from xfs_iomap_write_allocate()Gravatar Jie Liu 1-4/+4
2010-12-16xfs: kill xfs_iomapGravatar Christoph Hellwig 1-21/+6
2010-07-26xfs: do not use emums for flags used in tracingGravatar Christoph Hellwig 1-10/+10
2010-07-26xfs: small cleanups for xfs_iomap / __xfs_get_blocksGravatar Christoph Hellwig 1-2/+0
2010-05-19xfs: mark xfs_iomap_write_ helpers staticGravatar Christoph Hellwig 1-6/+0
2010-05-19xfs: move I/O type flags into xfs_aops.cGravatar Christoph Hellwig 1-8/+0
2010-05-19xfs: kill struct xfs_iomapGravatar Christoph Hellwig 1-25/+1
2010-05-19xfs: report iomap_bn in block baseGravatar Christoph Hellwig 1-4/+0
2010-05-19xfs: remove iomap_deltaGravatar Christoph Hellwig 1-1/+0
2010-05-19xfs: remove iomap_targetGravatar Christoph Hellwig 1-2/+0
2009-12-14xfs: event tracing supportGravatar Christoph Hellwig 1-0/+8
2009-04-06xfs: remove xfs_flush_spaceGravatar Dave Chinner 1-2/+1
2009-03-29xfs: fix various typosGravatar Malcolm Parsons 1-1/+1
2008-02-07[XFS] kill unnessecary ioops indirectionGravatar Lachlan McIlroy 1-2/+1
2008-02-07[XFS] kill BMAPI_UNWRITTENGravatar Christoph Hellwig 1-1/+0
2008-02-07[XFS] kill BMAPI_DEVICEGravatar Christoph Hellwig 1-1/+0
2007-10-16[XFS] Kill unused IOMAP_EOF flagGravatar Christoph Hellwig 1-1/+0
2007-05-08[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Gravatar Lachlan McIlroy 1-0/+1
2005-11-25[XFS] Fix potential overflow in xfs_iomap_t delta for very large extentsGravatar Eric Sandeen 1-1/+1
2005-11-02[XFS] Update license/copyright notices to match the prefered SGIGravatar Nathan Scott 1-25/+11
2005-05-05[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.Gravatar Nathan Scott 1-10/+10
2005-05-05[XFS] Use the right offset when ensuring a delayed allocate conversion has co...Gravatar Nathan Scott 1-5/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+107