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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: only set IOMAP_F_SHARED when providing a srcmap to a write
Darrick J. Wong
2021-08-23
1
-4
/
+4
*
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
2021-08-19
1
-6
/
+6
*
xfs: convert mount flags to features
Dave Chinner
2021-08-19
1
-2
/
+2
*
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-05-26
1
-1
/
+1
*
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
2021-04-15
1
-2
/
+2
*
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
2021-04-15
1
-10
/
+6
*
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-1
/
+1
*
xfs: Fix dax inode extent calculation when direct write is performed on an un...
Chandan Babu R
2021-04-07
1
-2
/
+3
*
Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-02-21
1
-30
/
+23
|
\
|
*
xfs: restore shutdown check in mapped write fault path
Brian Foster
2021-02-10
1
-0
/
+3
|
*
xfs: refactor reflink functions to use xfs_trans_alloc_inode
Darrick J. Wong
2021-02-03
1
-1
/
+2
|
*
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
Darrick J. Wong
2021-02-03
1
-17
/
+5
|
*
xfs: refactor common transaction/inode/quota allocation idiom
Darrick J. Wong
2021-02-03
1
-9
/
+2
|
*
xfs: reserve data and rt quota at the same time
Darrick J. Wong
2021-02-03
1
-13
/
+13
|
*
xfs: remove xfs_trans_unreserve_quota_nblks completely
Darrick J. Wong
2021-02-03
1
-4
/
+2
|
*
xfs: reduce quota reservation when doing a dax unwritten extent conversion
Darrick J. Wong
2021-02-03
1
-1
/
+1
|
*
xfs: Check for extent overflow when writing to unwritten extent
Chandan Babu R
2021-01-22
1
-0
/
+5
|
*
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
2021-01-22
1
-0
/
+5
*
|
xfs: reduce exclusive locking on unaligned dio
Dave Chinner
2021-02-01
1
-8
/
+21
|
/
*
xfs: don't allow NOWAIT DIO across extent boundaries
Dave Chinner
2020-11-19
1
-0
/
+29
*
xfs: delete duplicated words + other fixes
Randy Dunlap
2020-08-05
1
-1
/
+1
*
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
2020-07-28
1
-12
/
+12
*
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
2020-07-28
1
-6
/
+6
*
xfs: use a per-resource struct for incore dquot data
Darrick J. Wong
2020-07-28
1
-3
/
+3
*
xfs: refactor xfs_iomap_prealloc_size
Darrick J. Wong
2020-05-27
1
-48
/
+35
*
xfs: measure all contiguous previous extents for prealloc size
Darrick J. Wong
2020-05-27
1
-13
/
+27
*
xfs: don't fail unwritten extent conversion on writeback due to edquot
Darrick J. Wong
2020-05-27
1
-1
/
+1
*
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-2
/
+2
*
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-1
/
+1
*
xfs: change return value of xfs_inode_need_cow to int
zhengbin
2020-01-20
1
-1
/
+1
*
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
2019-11-13
1
-4
/
+2
*
xfs: attach dquots and reserve quota blocks during unwritten conversion
Darrick J. Wong
2019-11-11
1
-0
/
+10
*
xfs: refactor "does this fork map blocks" predicate
Darrick J. Wong
2019-11-10
1
-2
/
+1
*
xfs: simplify the xfs_iomap_write_direct calling
Christoph Hellwig
2019-11-03
1
-53
/
+29
*
xfs: remove the extsize argument to xfs_eof_alignment
Christoph Hellwig
2019-11-03
1
-15
/
+13
*
xfs: mark xfs_eof_alignment static
Christoph Hellwig
2019-11-03
1
-1
/
+1
*
xfs: simplify xfs_iomap_eof_align_last_fsb
Christoph Hellwig
2019-11-03
1
-25
/
+22
*
xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to
Christoph Hellwig
2019-10-29
1
-2
/
+2
*
xfs: rename the m_writeio_* fields in struct xfs_mount
Christoph Hellwig
2019-10-29
1
-8
/
+8
*
xfs: add a xfs_inode_buftarg helper
Christoph Hellwig
2019-10-28
1
-4
/
+7
*
xfs: don't set bmapi total block req where minleft is
Brian Foster
2019-10-23
1
-2
/
+2
*
xfs: improve the IOMAP_NOWAIT check for COW inodes
Christoph Hellwig
2019-10-21
1
-18
/
+5
*
xfs: cleanup xfs_direct_write_iomap_begin
Christoph Hellwig
2019-10-21
1
-42
/
+46
*
xfs: rename the whichfork variable in xfs_buffered_write_iomap_begin
Christoph Hellwig
2019-10-21
1
-11
/
+11
*
xfs: split the iomap ops for buffered vs direct writes
Christoph Hellwig
2019-10-21
1
-40
/
+21
*
xfs: move xfs_file_iomap_begin_delay around
Christoph Hellwig
2019-10-21
1
-213
/
+221
*
xfs: split out a new set of read-only iomap ops
Christoph Hellwig
2019-10-21
1
-16
/
+47
*
xfs: factor out a helper to calculate the end_fsb
Christoph Hellwig
2019-10-21
1
-20
/
+20
*
xfs: fill out the srcmap in iomap_begin
Christoph Hellwig
2019-10-21
1
-25
/
+24
*
xfs: refactor xfs_file_iomap_begin_delay
Christoph Hellwig
2019-10-21
1
-24
/
+24
[next]