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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-28
xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init()
Li Zetao
1
-1
/
+6
2023-11-28
xfs: fix memory leak in xfs_errortag_init
Zeng Heng
1
-2
/
+7
2023-11-28
xfs: fix exception caused by unexpected illegal bestcount in leaf dir
Guo Xuenan
1
-2
/
+7
2023-11-28
xfs: avoid a UAF when log intent item recovery fails
Darrick J. Wong
1
-2
/
+7
2023-11-28
xfs: fix inode reservation space for removing transaction
hexiaole
1
-1
/
+1
2023-11-28
xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...
Chandan Babu R
1
-35
/
+163
2023-11-28
xfs: add missing cmap->br_state = XFS_EXT_NORM update
Gao Xiang
1
-1
/
+4
2023-11-28
xfs: fix intermittent hang during quotacheck
Darrick J. Wong
1
-0
/
+7
2023-11-28
xfs: don't leak memory when attr fork loading fails
Darrick J. Wong
1
-0
/
+1
2023-11-28
xfs: fix use-after-free in xattr node block inactivation
Darrick J. Wong
1
-5
/
+3
2023-11-28
xfs: flush inode gc workqueue before clearing agi bucket
Zhang Yi
1
-0
/
+1
2023-11-28
xfs: prevent a UAF when log IO errors race with unmount
Darrick J. Wong
1
-2
/
+7
2023-11-28
xfs: use invalidate_lock to check the state of mmap_lock
Kaixu Xia
1
-2
/
+2
2023-11-28
xfs: convert buf_cancel_table allocation to kmalloc_array
Darrick J. Wong
3
-6
/
+14
2023-11-28
xfs: don't leak xfs_buf_cancel structures when recovery fails
Darrick J. Wong
1
-0
/
+13
2023-11-28
xfs: refactor buffer cancellation table allocation
Darrick J. Wong
4
-32
/
+64
2023-10-25
xfs: don't expose internal symlink metadata buffers to the vfs
Darrick J. Wong
2
-43
/
+20
2023-10-06
xfs: fix xfs_inodegc_stop racing with mod_delayed_work
Darrick J. Wong
1
-5
/
+27
2023-10-06
xfs: disable reaping in fscounters scrub
Darrick J. Wong
5
-37
/
+6
2023-10-06
xfs: check that per-cpu inodegc workers actually run on that cpu
Darrick J. Wong
3
-0
/
+8
2023-10-06
xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately
Darrick J. Wong
1
-2
/
+4
2023-10-06
xfs: introduce xfs_inodegc_push()
Dave Chinner
5
-10
/
+28
2023-10-06
xfs: bound maximum wait time for inodegc work
Dave Chinner
3
-16
/
+24
2023-06-14
xfs: verify buffer contents when we skip log replay
Darrick J. Wong
1
-0
/
+10
2023-05-11
xfs: don't consider future format versions valid
Dave Chinner
1
-5
/
+6
2023-03-17
xfs: remove xfs_setattr_time() declaration
Gaosheng Cui
1
-1
/
+0
2023-03-17
xfs: set prealloc flag in xfs_alloc_file_space()
Dave Chinner
2
-14
/
+3
2023-03-17
xfs: fallocate() should call file_modified()
Dave Chinner
1
-4
/
+9
2023-03-17
xfs: remove XFS_PREALLOC_SYNC
Dave Chinner
2
-8
/
+11
2023-03-17
xfs: use setattr_copy to set vfs inode attributes
Darrick J. Wong
2
-54
/
+5
2023-02-22
xfs: don't leak btree cursor when insrec fails after a split
Darrick J. Wong
1
-3
/
+5
2023-02-22
xfs: purge dquots after inode walk fails during quotacheck
Darrick J. Wong
1
-1
/
+8
2023-02-22
xfs: assert in xfs_btree_del_cursor should take into account error
Dave Chinner
1
-1
/
+7
2023-02-22
xfs: don't assert fail on perag references on teardown
Dave Chinner
1
-2
/
+1
2023-02-22
xfs: avoid unnecessary runtime sibling pointer endian conversions
Dave Chinner
1
-14
/
+33
2023-02-22
xfs: validate v5 feature fields
Dave Chinner
1
-10
/
+58
2023-02-22
xfs: set XFS_FEAT_NLINK correctly
Dave Chinner
1
-0
/
+2
2023-02-22
xfs: detect self referencing btree sibling pointers
Dave Chinner
1
-35
/
+105
2023-02-22
xfs: fix potential log item leak
Dave Chinner
4
-0
/
+7
2023-02-22
xfs: zero inode fork buffer at allocation
Dave Chinner
1
-3
/
+9
2022-10-26
fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODE
Lukas Czerner
1
-2
/
+8
2022-09-28
xfs: validate inode fork size against fork format
Dave Chinner
1
-9
/
+26
2022-09-28
xfs: fix xfs_ifree() error handling to not leak perag ref
Brian Foster
1
-1
/
+1
2022-09-28
xfs: reorder iunlink remove operation in xfs_ifree
Dave Chinner
1
-11
/
+13
2022-08-25
xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*
Darrick J. Wong
1
-1
/
+1
2022-08-25
xfs: revert "xfs: actually bump warning counts when we send warnings"
Eric Sandeen
1
-1
/
+0
2022-08-25
xfs: fix soft lockup via spinning in filestream ag selection loop
Brian Foster
1
-3
/
+4
2022-08-25
xfs: fix overfilling of reserve pool
Darrick J. Wong
1
-7
/
+6
2022-08-25
xfs: always succeed at setting the reserve pool size
Darrick J. Wong
1
-4
/
+5
2022-08-25
xfs: remove infinite loop when reserving free block pool
Darrick J. Wong
1
-30
/
+20
[next]