index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-27
xfs: check da node block pad field during scrub
Yuto Ohnuki
1
-1
/
+6
2026-04-27
xfs: check directory data block header padding in scrub
Yuto Ohnuki
3
-1
/
+19
2026-03-26
xfs: remove file_path tracepoint data
Darrick J. Wong
1
-10
/
+2
2026-03-18
xfs: scrub: unlock dquot before early return in quota scrub
hongao
1
-1
/
+3
2026-02-25
xfs: fix copy-paste error in previous fix
Darrick J. Wong
1
-1
/
+1
2026-02-25
xfs: Fix error pointer dereference
Ethan Tidmore
1
-1
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
37
-50
/
+47
2026-02-18
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+2
2026-02-12
mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
Lorenzo Stoakes
1
-1
/
+2
2026-01-24
xfs: check for deleted cursors when revalidating two btrees
Darrick J. Wong
2
-3
/
+32
2026-01-24
xfs: fix UAF in xchk_btree_check_block_owner
Darrick J. Wong
1
-2
/
+5
2026-01-24
xfs: check return value of xchk_scrub_create_subord
Darrick J. Wong
3
-1
/
+7
2026-01-24
xfs: only call xf{array,blob}_destroy if we have a valid pointer
Darrick J. Wong
5
-9
/
+24
2026-01-23
xfs: get rid of the xchk_xfile_*_descr calls
Darrick J. Wong
19
-166
/
+47
2026-01-23
xfs: fix remote xattr valuelblk check
Darrick J. Wong
1
-1
/
+4
2026-01-23
xfs: fix the xattr scrub to detect freemap/entries array collisions
Darrick J. Wong
1
-27
/
+27
2026-01-21
xfs: mark data structures corrupt on EIO and ENODATA
Darrick J. Wong
3
-0
/
+8
2026-01-21
xfs: directly include xfs_platform.h
Christoph Hellwig
67
-67
/
+67
2025-12-16
xfs: fix a UAF problem in xattr repair
Darrick J. Wong
1
-1
/
+1
2025-12-03
Merge tag 'xfs-merge-6.19' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
4
-38
/
+20
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-7
/
+4
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-3
/
+3
2025-11-20
xfs: fix out of bounds memory read error in symlink repair
Darrick J. Wong
1
-1
/
+1
2025-11-14
VFS: change vfs_mkdir() to unlock on failure.
NeilBrown
1
-1
/
+1
2025-11-14
VFS: introduce start_creating_noperm() and start_removing_noperm()
NeilBrown
1
-7
/
+4
2025-11-12
vfs: allow mkdir to wait for delegation break on parent
Jeff Layton
1
-1
/
+1
2025-11-11
xfs: move quota locking into xrep_quota_item
Christoph Hellwig
1
-10
/
+6
2025-11-11
xfs: move quota locking into xqcheck_commit_dquot
Christoph Hellwig
1
-19
/
+2
2025-11-11
xfs: move q_qlock locking into xqcheck_compare_dquot
Christoph Hellwig
1
-8
/
+3
2025-11-11
xfs: move q_qlock locking into xchk_quota_item
Christoph Hellwig
1
-5
/
+1
2025-11-11
xfs: push q_qlock acquisition from xchk_dquot_iter to the callers.
Christoph Hellwig
5
-1
/
+4
2025-11-11
xfs: return the dquot unlocked from xfs_qm_dqget
Christoph Hellwig
3
-0
/
+3
2025-11-11
xfs: remove xfs_qm_dqput and optimize dropping dquot references
Christoph Hellwig
4
-6
/
+12
2025-11-11
xfs: remove xfs_dqunlock and friends
Christoph Hellwig
3
-9
/
+9
2025-10-31
xfs: Use folio_next_pos()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-10-22
xfs: fix locking in xchk_nlinks_collect_dir
Darrick J. Wong
1
-3
/
+31
2025-10-20
xfs: use the new ->i_state accessors
Mateusz Guzik
3
-3
/
+3
2025-09-22
xfs: scrub: use kstrdup_const() for metapath scan setups
Dmitry Antipov
1
-6
/
+6
2025-09-18
xfs: remove the expr argument to XFS_TEST_ERROR
Christoph Hellwig
2
-3
/
+3
2025-09-05
Merge tag 'fix-scrub-reap-calculations_2025-09-05' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.18-merge
Carlos Maiolino
5
-130
/
+553
2025-09-05
xfs: use deferred reaping for data device cow extents
Darrick J. Wong
1
-2
/
+2
2025-09-05
xfs: remove static reap limits from repair.h
Darrick J. Wong
3
-12
/
+9
2025-09-05
xfs: compute file mapping reap limits dynamically
Darrick J. Wong
2
-5
/
+105
2025-09-05
xfs: compute realtime device CoW staging extent reap limits dynamically
Darrick J. Wong
2
-4
/
+68
2025-09-05
xfs: compute data device CoW staging extent reap limits dynamically
Darrick J. Wong
2
-5
/
+84
2025-09-05
xfs: compute per-AG extent reap limits dynamically
Darrick J. Wong
3
-12
/
+171
2025-09-05
xfs: convert the ifork reap code to use xreap_state
Darrick J. Wong
1
-32
/
+46
[next]