index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_iomap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: support CoW in fsdax mode
Shiyang Ruan
2022-07-17
1
-0
/
+1
*
iomap: add a IOMAP_DAX flag
Christoph Hellwig
2021-12-04
1
-1
/
+2
*
xfs: pass the mapping flags to xfs_bmbt_to_iomap
Christoph Hellwig
2021-12-04
1
-2
/
+3
*
xfs: add xfs_zero_range and xfs_truncate_page helpers
Shiyang Ruan
2021-12-04
1
-0
/
+4
*
xfs: simplify the xfs_iomap_write_direct calling
Christoph Hellwig
2019-11-03
1
-2
/
+4
*
xfs: mark xfs_eof_alignment static
Christoph Hellwig
2019-11-03
1
-1
/
+0
*
xfs: split the iomap ops for buffered vs direct writes
Christoph Hellwig
2019-10-21
1
-1
/
+2
*
xfs: split out a new set of read-only iomap ops
Christoph Hellwig
2019-10-21
1
-0
/
+1
*
xfs: initialize iomap->flags in xfs_bmbt_to_iomap
Christoph Hellwig
2019-10-21
1
-1
/
+1
*
xfs: fix SEEK_DATA for speculative COW fork preallocation
Christoph Hellwig
2019-02-21
1
-0
/
+1
*
xfs: make xfs_bmbt_to_iomap more useful
Christoph Hellwig
2019-02-21
1
-2
/
+2
*
xfs: move xfs_iomap_write_allocate to xfs_aops.c
Christoph Hellwig
2019-02-17
1
-2
/
+0
*
xfs: avoid COW fork extent lookups in writeback if the fork didn't change
Christoph Hellwig
2018-07-31
1
-1
/
+1
*
xfs: replace do_mod with native operations
Dave Chinner
2018-06-08
1
-2
/
+2
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: update i_size after unwritten conversion in dio completion
Eryu Guan
2017-09-26
1
-1
/
+1
*
xfs: introduce xfs_aligned_fsb_count
Christoph Hellwig
2017-02-06
1
-0
/
+20
*
iomap: constify struct iomap_ops
Christoph Hellwig
2017-01-30
1
-2
/
+2
*
xfs: create a separate cow extent size hint for the allocator
Darrick J. Wong
2016-10-05
1
-0
/
+1
*
xfs: support allocating delayed extents in CoW fork
Darrick J. Wong
2016-10-04
1
-1
/
+1
*
xfs: rewrite and optimize the delalloc write path
Christoph Hellwig
2016-09-19
1
-2
/
+0
*
xfs: (re-)implement FIEMAP_FLAG_XATTR
Christoph Hellwig
2016-08-17
1
-0
/
+1
*
xfs: implement iomap based buffered write path
Christoph Hellwig
2016-06-21
1
-1
/
+4
*
xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c
Christoph Hellwig
2016-06-21
1
-0
/
+4
*
xfs: pass a 64-bit count argument to xfs_iomap_write_unwritten
Christoph Hellwig
2015-01-09
1
-1
/
+1
*
xfs: get rid of count from xfs_iomap_write_allocate()
Jie Liu
2013-10-01
1
-4
/
+4
*
xfs: kill xfs_iomap
Christoph Hellwig
2010-12-16
1
-21
/
+6
*
xfs: do not use emums for flags used in tracing
Christoph Hellwig
2010-07-26
1
-10
/
+10
*
xfs: small cleanups for xfs_iomap / __xfs_get_blocks
Christoph Hellwig
2010-07-26
1
-2
/
+0
*
xfs: mark xfs_iomap_write_ helpers static
Christoph Hellwig
2010-05-19
1
-6
/
+0
*
xfs: move I/O type flags into xfs_aops.c
Christoph Hellwig
2010-05-19
1
-8
/
+0
*
xfs: kill struct xfs_iomap
Christoph Hellwig
2010-05-19
1
-25
/
+1
*
xfs: report iomap_bn in block base
Christoph Hellwig
2010-05-19
1
-4
/
+0
*
xfs: remove iomap_delta
Christoph Hellwig
2010-05-19
1
-1
/
+0
*
xfs: remove iomap_target
Christoph Hellwig
2010-05-19
1
-2
/
+0
*
xfs: event tracing support
Christoph Hellwig
2009-12-14
1
-0
/
+8
*
xfs: remove xfs_flush_space
Dave Chinner
2009-04-06
1
-2
/
+1
*
xfs: fix various typos
Malcolm Parsons
2009-03-29
1
-1
/
+1
*
[XFS] kill unnessecary ioops indirection
Lachlan McIlroy
2008-02-07
1
-2
/
+1
*
[XFS] kill BMAPI_UNWRITTEN
Christoph Hellwig
2008-02-07
1
-1
/
+0
*
[XFS] kill BMAPI_DEVICE
Christoph Hellwig
2008-02-07
1
-1
/
+0
*
[XFS] Kill unused IOMAP_EOF flag
Christoph Hellwig
2007-10-16
1
-1
/
+0
*
[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.
Lachlan McIlroy
2007-05-08
1
-0
/
+1
*
[XFS] Fix potential overflow in xfs_iomap_t delta for very large extents
Eric Sandeen
2005-11-25
1
-1
/
+1
*
[XFS] Update license/copyright notices to match the prefered SGI
Nathan Scott
2005-11-02
1
-25
/
+11
*
[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.
Nathan Scott
2005-05-05
1
-10
/
+10
*
[XFS] Use the right offset when ensuring a delayed allocate conversion has co...
Nathan Scott
2005-05-05
1
-5
/
+2
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+107