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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-12-14
46
-303
/
+1007
|
\
|
*
xfs: dquot shrinker doesn't check for XFS_DQFLAG_FREEING
Dave Chinner
2022-12-08
1
-4
/
+12
|
*
xfs: Remove duplicated include in xfs_iomap.c
Yang Li
2022-12-04
1
-2
/
+0
|
*
xfs: invalidate xfs_bufs when allocating cow extents
Darrick J. Wong
2022-12-01
1
-1
/
+1
|
*
xfs: get rid of assert from xfs_btree_islastblock
Guo Xuenan
2022-12-01
1
-1
/
+0
|
*
Merge tag 'maxrefcount-fixes-6.2_2022-12-01' of git://git.kernel.org/pub/scm/...
Darrick J. Wong
2022-12-01
1
-16
/
+130
|
|
\
|
|
*
xfs: estimate post-merge refcounts correctly
Darrick J. Wong
2022-12-01
1
-4
/
+21
|
|
*
xfs: hoist refcount record merge predicates
Darrick J. Wong
2022-12-01
1
-16
/
+113
|
*
|
xfs: fix super block buf log item UAF during force shutdown
Guo Xuenan
2022-11-30
1
-0
/
+2
|
*
|
xfs: wait iclog complete before tearing down AIL
Guo Xuenan
2022-11-30
1
-11
/
+25
|
|
/
|
*
xfs: attach dquots to inode before reading data/cow fork mappings
Darrick J. Wong
2022-11-30
1
-4
/
+4
|
*
xfs: shut up -Wuninitialized in xfsaild_push
Darrick J. Wong
2022-11-30
1
-1
/
+3
|
*
xfs: use memcpy, not strncpy, to format the attr prefix during listxattr
Darrick J. Wong
2022-11-30
1
-1
/
+1
|
*
xfs: invalidate block device page cache during unmount
Darrick J. Wong
2022-11-30
1
-0
/
+1
|
*
xfs: add debug knob to slow down write for fun
Darrick J. Wong
2022-11-28
4
-3
/
+60
|
*
xfs: add debug knob to slow down writeback for fun
Darrick J. Wong
2022-11-28
6
-3
/
+90
|
*
Merge tag 'xfs-iomap-stale-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Darrick J. Wong
2022-11-28
10
-104
/
+154
|
|
\
|
|
*
xfs: drop write error injection is unfixable, remove it
Dave Chinner
2022-11-29
3
-23
/
+25
|
|
*
xfs: use iomap_valid method to detect stale cached iomaps
Dave Chinner
2022-11-29
5
-27
/
+87
|
|
*
xfs: xfs_bmap_punch_delalloc_range() should take a byte range
Dave Chinner
2022-11-29
4
-21
/
+15
|
|
*
xfs,iomap: move delalloc punching to iomap
Dave Chinner
2022-11-23
1
-39
/
+8
|
|
*
xfs: use byte ranges for write cleanup ranges
Dave Chinner
2022-11-23
1
-15
/
+25
|
|
*
xfs: punching delalloc extents on write failure is racy
Dave Chinner
2022-11-23
1
-18
/
+23
|
|
*
xfs: write page faults in iomap are not buffered writes
Dave Chinner
2022-11-07
3
-1
/
+11
|
*
|
xfs: fix incorrect i_nlink caused by inode racing
Long Li
2022-11-21
1
-0
/
+6
|
*
|
xfs: Print XFS UUID on mount and umount events.
Lukas Herbolt
2022-11-16
2
-5
/
+7
|
*
|
xfs: fix sb write verify for lazysbcount
Long Li
2022-11-16
2
-1
/
+18
|
*
|
xfs: fix incorrect error-out in xfs_remove
Darrick J. Wong
2022-11-16
1
-1
/
+1
|
*
|
xfs: check inode core when scrubbing metadata files
Darrick J. Wong
2022-11-16
1
-6
/
+34
|
*
|
xfs: don't warn about files that are exactly s_maxbytes long
Darrick J. Wong
2022-11-16
1
-1
/
+1
|
*
|
xfs: teach scrub to flag non-extents format cow forks
Darrick J. Wong
2022-11-16
1
-0
/
+2
|
*
|
xfs: check that CoW fork extents are not shared
Darrick J. Wong
2022-11-16
1
-0
/
+2
|
*
|
xfs: check quota files for unwritten extents
Darrick J. Wong
2022-11-16
1
-2
/
+4
|
*
|
xfs: block map scrub should handle incore delalloc reservations
Darrick J. Wong
2022-11-16
1
-19
/
+36
|
*
|
xfs: teach scrub to check for adjacent bmaps when rmap larger than bmap
Darrick J. Wong
2022-11-16
1
-2
/
+72
|
*
|
xfs: fix perag loop in xchk_bmap_check_rmaps
Darrick J. Wong
2022-11-16
1
-7
/
+7
|
*
|
xfs: online checking of the free rt extent count
Darrick J. Wong
2022-11-16
2
-10
/
+84
|
*
|
xfs: skip fscounters comparisons when the scan is incomplete
Darrick J. Wong
2022-11-16
1
-1
/
+20
|
*
|
xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap file
Darrick J. Wong
2022-11-16
2
-4
/
+4
|
*
|
xfs: load rtbitmap and rtsummary extent mapping btrees at mount time
Darrick J. Wong
2022-11-16
1
-4
/
+52
|
*
|
xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbed
Darrick J. Wong
2022-11-16
1
-2
/
+2
|
*
|
xfs: don't retry repairs harder when EAGAIN is returned
Darrick J. Wong
2022-11-16
1
-1
/
+5
|
*
|
xfs: fix return code when fatal signal encountered during dquot scrub
Darrick J. Wong
2022-11-16
1
-1
/
+1
|
*
|
xfs: return EINTR when a fatal signal terminates scrub
Darrick J. Wong
2022-11-16
1
-1
/
+1
|
*
|
xfs: pivot online scrub away from kmem.[ch]
Darrick J. Wong
2022-11-16
8
-24
/
+24
|
*
|
xfs: initialize the check_owner object fully
Darrick J. Wong
2022-11-16
1
-1
/
+4
|
*
|
xfs: standardize GFP flags usage in online scrub
Darrick J. Wong
2022-11-16
4
-7
/
+15
|
*
|
xfs: make AGFL repair function avoid crosslinked blocks
Darrick J. Wong
2022-11-16
1
-12
/
+66
|
*
|
xfs: log the AGI/AGF buffers when rolling transactions during an AG repair
Darrick J. Wong
2022-11-16
1
-9
/
+21
|
*
|
xfs: don't track the AGFL buffer in the scrub AG context
Darrick J. Wong
2022-11-16
5
-33
/
+35
[next]