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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-22
xfs: fix locking in xchk_nlinks_collect_dir
Darrick J. Wong
1
-3
/
+31
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
2025-09-05
xfs: prepare reaping code for dynamic limits
Darrick J. Wong
1
-70
/
+79
2025-09-05
xfs: use deferred intent items for reaping crosslinked blocks
Darrick J. Wong
1
-4
/
+5
2025-09-05
xfs: Replace strncpy with memcpy
Marcelo Moreira
1
-1
/
+1
2025-08-11
xfs: fix scrub trace with null pointer in quotacheck
Andrey Albershteyn
1
-1
/
+1
2025-07-24
xfs: remove xrep_trans_{alloc,cancel}_hook_dummy
Christoph Hellwig
4
-46
/
+6
2025-07-24
xfs: return the allocated transaction from xchk_trans_alloc_empty
Christoph Hellwig
11
-41
/
+18
2025-07-24
xfs: return the allocated transaction from xfs_trans_alloc_empty
Christoph Hellwig
3
-15
/
+5
2025-07-24
xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()
Fedor Pchelkin
1
-1
/
+1
2025-07-24
xfs: refactor cmp_key_with_cur routines to take advantage of cmp_int()
Fedor Pchelkin
1
-12
/
+3
2025-07-24
xfs: refactor cmp_two_keys routines to take advantage of cmp_int()
Fedor Pchelkin
1
-12
/
+3
2025-07-24
xfs: rename key_diff routines
Fedor Pchelkin
1
-2
/
+2
2025-07-24
xfs: rename diff_two_keys routines
Fedor Pchelkin
1
-2
/
+2
2025-07-24
xfs: change xfs_xattr_class from a TRACE_EVENT() to DECLARE_EVENT_CLASS()
Steven Rostedt
1
-1
/
+1
2025-05-26
Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-2
/
+0
2025-05-26
Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+2
2025-05-14
xfs: remove some EXPERIMENTAL warnings
Darrick J. Wong
1
-2
/
+0
2025-05-09
super: add filesystem freezing helpers for suspend and hibernate
Christian Brauner
1
-2
/
+2
2025-04-08
Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS
NeilBrown
1
-2
/
+2
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
1
-2
/
+1
2025-03-27
Merge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
13
-90
/
+88
2025-03-10
xfs: kill XBF_UNMAPPED
Christoph Hellwig
1
-2
/
+1
2025-03-05
VFS: Change vfs_mkdir() to return the dentry.
NeilBrown
1
-4
/
+5
2025-03-03
xfs: support xrep_require_rtext_inuse on zoned file systems
Christoph Hellwig
1
-1
/
+8
2025-03-03
xfs: support xchk_xref_is_used_rt_space on zoned file systems
Christoph Hellwig
1
-2
/
+9
2025-03-03
xfs: allow COW forks on zoned file systems in xchk_bmap
Christoph Hellwig
1
-2
/
+2
2025-03-03
xfs: disable sb_frextents for zoned file systems
Christoph Hellwig
2
-6
/
+15
2025-03-03
xfs: define the zoned on-disk format
Christoph Hellwig
4
-1
/
+14
2025-03-03
xfs: make metabtree reservations global
Christoph Hellwig
1
-14
/
+14
2025-03-03
xfs: fixup the metabtree reservation in xrep_reap_metadir_fsblocks
Christoph Hellwig
3
-55
/
+17
2025-03-03
xfs: support reserved blocks for the rt extent counter
Christoph Hellwig
1
-1
/
+1
2025-03-03
xfs: generalize the freespace and reserved blocks handling
Christoph Hellwig
3
-8
/
+9
2025-02-14
xfs: fix data fork format filtering during inode repair
Darrick J. Wong
1
-2
/
+10
2025-02-14
xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=n
Darrick J. Wong
3
-6
/
+22
2025-01-13
xfs: constify feature checks
Christoph Hellwig
1
-1
/
+1
2024-12-23
xfs: fix CoW forks for realtime files
Darrick J. Wong
7
-40
/
+463
2024-12-23
xfs: check for shared rt extents when rebuilding rt file's data fork
Darrick J. Wong
1
-8
/
+13
2024-12-23
xfs: repair inodes that have a refcount btree in the data fork
Darrick J. Wong
1
-0
/
+36
2024-12-23
xfs: online repair of the realtime refcount btree
Darrick J. Wong
6
-7
/
+808
2024-12-23
xfs: capture realtime CoW staging extents when rebuilding rt rmapbt
Darrick J. Wong
3
-0
/
+141
[next]