index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_iomap.c
Age
Commit message (
Expand
)
Author
2020-08-05
xfs: delete duplicated words + other fixes
Randy Dunlap
2020-07-28
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
2020-07-28
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
2020-07-28
xfs: use a per-resource struct for incore dquot data
Darrick J. Wong
2020-05-27
xfs: refactor xfs_iomap_prealloc_size
Darrick J. Wong
2020-05-27
xfs: measure all contiguous previous extents for prealloc size
Darrick J. Wong
2020-05-27
xfs: don't fail unwritten extent conversion on writeback due to edquot
Darrick J. Wong
2020-05-19
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
2020-01-20
xfs: change return value of xfs_inode_need_cow to int
zhengbin
2019-11-13
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
2019-11-11
xfs: attach dquots and reserve quota blocks during unwritten conversion
Darrick J. Wong
2019-11-10
xfs: refactor "does this fork map blocks" predicate
Darrick J. Wong
2019-11-03
xfs: simplify the xfs_iomap_write_direct calling
Christoph Hellwig
2019-11-03
xfs: remove the extsize argument to xfs_eof_alignment
Christoph Hellwig
2019-11-03
xfs: mark xfs_eof_alignment static
Christoph Hellwig
2019-11-03
xfs: simplify xfs_iomap_eof_align_last_fsb
Christoph Hellwig
2019-10-29
xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to
Christoph Hellwig
2019-10-29
xfs: rename the m_writeio_* fields in struct xfs_mount
Christoph Hellwig
2019-10-28
xfs: add a xfs_inode_buftarg helper
Christoph Hellwig
2019-10-23
xfs: don't set bmapi total block req where minleft is
Brian Foster
2019-10-21
xfs: improve the IOMAP_NOWAIT check for COW inodes
Christoph Hellwig
2019-10-21
xfs: cleanup xfs_direct_write_iomap_begin
Christoph Hellwig
2019-10-21
xfs: rename the whichfork variable in xfs_buffered_write_iomap_begin
Christoph Hellwig
2019-10-21
xfs: split the iomap ops for buffered vs direct writes
Christoph Hellwig
2019-10-21
xfs: move xfs_file_iomap_begin_delay around
Christoph Hellwig
2019-10-21
xfs: split out a new set of read-only iomap ops
Christoph Hellwig
2019-10-21
xfs: factor out a helper to calculate the end_fsb
Christoph Hellwig
2019-10-21
xfs: fill out the srcmap in iomap_begin
Christoph Hellwig
2019-10-21
xfs: refactor xfs_file_iomap_begin_delay
Christoph Hellwig
2019-10-21
xfs: pass two imaps to xfs_reflink_allocate_cow
Christoph Hellwig
2019-10-21
xfs: also call xfs_file_iomap_end_delalloc for zeroing operations
Christoph Hellwig
2019-10-21
iomap: use a srcmap for a read-modify-write I/O
Goldwyn Rodrigues
2019-10-21
xfs: set IOMAP_F_NEW more carefully
Christoph Hellwig
2019-10-21
xfs: initialize iomap->flags in xfs_bmbt_to_iomap
Christoph Hellwig
2019-10-17
iomap: iomap that extends beyond EOF should be marked dirty
Dave Chinner
2019-09-03
xfs: add a xfs_valid_startblock helper
Christoph Hellwig
2019-06-30
xfs: remove XFS_TRANS_NOFS
Christoph Hellwig
2019-06-28
xfs: remove unused header files
Eric Sandeen
2019-02-25
xfs: rework breaking of shared extents in xfs_file_iomap_begin
Darrick J. Wong
2019-02-25
xfs: don't pass iomap flags to xfs_reflink_allocate_cow
Darrick J. Wong
2019-02-21
xfs: introduce an always_cow mode
Christoph Hellwig
2019-02-21
xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delay
Christoph Hellwig
2019-02-21
xfs: merge COW handling into xfs_file_iomap_begin_delay
Christoph Hellwig
2019-02-21
xfs: don't use delalloc extents for COW on files with extsize hints
Christoph Hellwig
2019-02-21
xfs: fix SEEK_DATA for speculative COW fork preallocation
Christoph Hellwig
2019-02-21
xfs: make xfs_bmbt_to_iomap more useful
Christoph Hellwig
2019-02-17
xfs: move xfs_iomap_write_allocate to xfs_aops.c
Christoph Hellwig
2019-02-17
xfs: move stat accounting to xfs_bmapi_convert_delalloc
Christoph Hellwig
2019-02-17
xfs: move transaction handling to xfs_bmapi_convert_delalloc
Christoph Hellwig
[next]