index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_iomap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-06
xfs: don't merge ioends across RTGs
Darrick J. Wong
1
-1
/
+12
2024-11-06
xfs: make RT extent numbers relative to the rtgroup
Christoph Hellwig
1
-2
/
+2
2024-11-01
Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2024-10-15
xfs: punch delalloc extents from the COW fork for COW writes
Christoph Hellwig
1
-3
/
+5
2024-10-15
xfs: set IOMAP_F_SHARED for all COW fork allocations
Christoph Hellwig
1
-8
/
+8
2024-10-15
xfs: share more code in xfs_buffered_write_iomap_begin
Christoph Hellwig
1
-10
/
+8
2024-10-15
xfs: support the COW fork in xfs_bmap_punch_delalloc_range
Christoph Hellwig
1
-1
/
+2
2024-10-15
xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lock
Christoph Hellwig
1
-4
/
+12
2024-10-15
xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof
Christoph Hellwig
1
-0
/
+2
2024-10-15
iomap: move locking out of iomap_write_delalloc_release
Christoph Hellwig
1
-0
/
+2
2024-10-15
iomap: remove iomap_file_buffered_write_punch_delalloc
Christoph Hellwig
1
-2
/
+14
2024-10-07
xfs: don't allocate COW extents when unsharing a hole
Darrick J. Wong
1
-1
/
+1
2024-09-10
iomap: remove the iomap_file_buffered_write_punch_delalloc return value
Christoph Hellwig
1
-14
/
+3
2024-09-10
iomap: pass the iomap to the punch callback
Christoph Hellwig
1
-1
/
+2
2024-09-10
iomap: pass flags to iomap_file_buffered_write_punch_delalloc
Christoph Hellwig
1
-2
/
+3
2024-07-01
xfs: move the dio write relocking out of xfs_ilock_for_iomap
Christoph Hellwig
1
-37
/
+34
2024-06-26
xfs: restrict when we try to align cow fork delalloc to cowextsz hints
Darrick J. Wong
1
-22
/
+12
2024-05-03
xfs: simplify iext overflow checking and upgrade
Christoph Hellwig
1
-7
/
+2
2024-05-03
xfs: xfs_quota_unreserve_blkres can't fail
Christoph Hellwig
1
-2
/
+2
2024-04-30
xfs: fix error returns from xfs_bmapi_write
Christoph Hellwig
1
-8
/
+0
2024-04-29
xfs: convert delayed extents to unwritten when zeroing post eof blocks
Zhang Yi
1
-0
/
+29
2024-04-29
xfs: match lock mode in xfs_buffered_write_iomap_begin()
Zhang Yi
1
-5
/
+5
2024-04-22
xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)
Christoph Hellwig
1
-2
/
+0
2024-04-22
xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocations
Christoph Hellwig
1
-12
/
+31
2024-02-22
xfs: report block map corruption errors to the health tracking system
Darrick J. Wong
1
-3
/
+12
2024-02-21
xfs: fix SEEK_HOLE/DATA for regions with active COW extents
Dave Chinner
1
-2
/
+2
2023-05-02
xfs: don't allocate into the data fork for an unshare request
Darrick J. Wong
1
-2
/
+3
2023-03-24
xfs: pass the correct cursor to xfs_iomap_prealloc_size
Darrick J. Wong
1
-1
/
+4
2023-01-18
iomap: Rename page_ops to folio_ops
Andreas Gruenbacher
1
-2
/
+2
2022-12-26
xfs: make xfs_iomap_page_ops static
Darrick J. Wong
1
-1
/
+1
2022-12-14
Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-71
/
+114
2022-12-12
xfs: use dax ops for zero and truncate in fsdax mode
Shiyang Ruan
1
-2
/
+2
2022-12-12
fsdax,xfs: set the shared flag when file extent is shared
Shiyang Ruan
1
-1
/
+1
2022-12-04
xfs: Remove duplicated include in xfs_iomap.c
Yang Li
1
-2
/
+0
2022-11-30
xfs: attach dquots to inode before reading data/cow fork mappings
Darrick J. Wong
1
-4
/
+4
2022-11-29
xfs: add debug knob to slow down write for fun
Darrick J. Wong
1
-2
/
+12
2022-11-29
xfs: drop write error injection is unfixable, remove it
Dave Chinner
1
-9
/
+0
2022-11-29
xfs: use iomap_valid method to detect stale cached iomaps
Dave Chinner
1
-20
/
+75
2022-11-29
xfs: xfs_bmap_punch_delalloc_range() should take a byte range
Dave Chinner
1
-6
/
+2
2022-11-23
xfs,iomap: move delalloc punching to iomap
Dave Chinner
1
-39
/
+8
2022-11-23
xfs: use byte ranges for write cleanup ranges
Dave Chinner
1
-15
/
+25
2022-11-23
xfs: punching delalloc extents on write failure is racy
Dave Chinner
1
-18
/
+23
2022-11-07
xfs: write page faults in iomap are not buffered writes
Dave Chinner
1
-0
/
+9
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+29
2022-08-05
Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-4
/
+4
2022-07-25
xfs: Add async buffered write support
Stefan Roesch
1
-1
/
+4
2022-07-25
xfs: Specify lockmode when calling xfs_ilock_for_iomap()
Stefan Roesch
1
-3
/
+3
2022-07-18
xfs: support CoW in fsdax mode
Shiyang Ruan
1
-1
/
+29
2022-07-12
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
1
-1
/
+1
2022-07-10
xfs: make inode attribute forks a permanent part of struct xfs_inode
Darrick J. Wong
1
-2
/
+2
[next]