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.19.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-7.0.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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-29
NFSD: Add POSIX ACL file attributes to SUPPATTR bitmasks
Chuck Lever
1
-1
/
+23
2026-01-29
NFSD: Add POSIX draft ACL support to the NFSv4 SETATTR operation
Rick Macklem
1
-5
/
+19
2026-01-29
NFSD: Add support for POSIX draft ACLs for file creation
Rick Macklem
1
-9
/
+53
2026-01-29
NFSD: Add support for XDR decoding POSIX draft ACLs
Rick Macklem
4
-10
/
+162
2026-01-29
NFSD: Refactor nfsd_setattr()'s ACL error reporting
Rick Macklem
3
-11
/
+34
2026-01-29
NFSD: Do not allow NFSv4 (N)VERIFY to check POSIX ACL attributes
Rick Macklem
1
-0
/
+5
2026-01-29
NFSD: Add nfsd4_encode_fattr4_posix_access_acl
Rick Macklem
1
-0
/
+35
2026-01-29
NFSD: Add nfsd4_encode_fattr4_posix_default_acl
Rick Macklem
1
-0
/
+128
2026-01-29
NFSD: Add nfsd4_encode_fattr4_acl_trueform_scope
Rick Macklem
1
-0
/
+10
2026-01-29
NFSD: Add nfsd4_encode_fattr4_acl_trueform
Rick Macklem
1
-0
/
+26
2026-01-29
Add RPC language definition of NFSv4 POSIX ACL extension
Chuck Lever
5
-3
/
+410
2026-01-29
NFSD: Add a Kconfig setting to enable support for NFSv4 POSIX ACLs
Chuck Lever
1
-0
/
+19
2026-01-29
xdrgen: Implement pass-through lines in specifications
Chuck Lever
12
-20
/
+116
2026-01-28
nfsd: cancel async COPY operations when admin revokes filesystem state
Chuck Lever
5
-18
/
+133
2026-01-28
nfsd: add controls to set the minimum number of threads per pool
Jeff Layton
7
-4
/
+42
2026-01-28
nfsd: adjust number of running nfsd threads based on activity
Jeff Layton
2
-1
/
+77
2026-01-28
sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSY
Jeff Layton
6
-13
/
+47
2026-01-28
sunrpc: split new thread creation into a separate function
Jeff Layton
2
-29
/
+47
2026-01-28
sunrpc: introduce the concept of a minimum number of threads per pool
Jeff Layton
5
-21
/
+52
2026-01-28
sunrpc: track the max number of requested threads in a pool
Jeff Layton
2
-1
/
+3
2026-01-28
sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()
Jeff Layton
1
-46
/
+7
2026-01-28
sunrpc: split svc_set_num_threads() into two functions
Jeff Layton
5
-34
/
+71
2026-01-26
xdrgen: Add enum value validation to generated decoders
Chuck Lever
10
-28
/
+156
2026-01-26
xdrgen: Emit a max_arg_sz macro
Chuck Lever
3
-1
/
+39
2026-01-26
xdrgen: Extend error reporting to AST transformation phase
Chuck Lever
5
-5
/
+67
2026-01-26
SUNRPC: auth_gss: fix memory leaks in XDR decoding error paths
Chuck Lever
1
-18
/
+64
2026-01-26
nfsd: fix return error code for nfsd_map_name_to_[ug]id
Anthony Iliopoulos
1
-0
/
+4
2026-01-26
nfsd: never defer requests during idmap lookup
Anthony Iliopoulos
3
-8
/
+58
2026-01-26
xdrgen: Improve parse error reporting
Chuck Lever
6
-35
/
+118
2026-01-26
xdrgen: Remove inclusion of nlm4.h header
Chuck Lever
1
-1
/
+0
2026-01-26
xdrgen: Initialize data pointer for zero-length items
Chuck Lever
1
-12
/
+8
2026-01-26
NFSD: fix setting FMODE_NOCMTIME in nfs4_open_delegation
Olga Kornievskaia
1
-1
/
+2
2026-01-26
xdrgen: Implement short (16-bit) integer types
Chuck Lever
4
-0
/
+70
2026-01-26
nfsd: fix nfs4_file refcount leak in nfsd_get_dir_deleg()
Jeff Layton
1
-1
/
+4
2026-01-26
nfsd: use workqueue enable/disable APIs for v4_end_grace sync
NeilBrown
2
-14
/
+9
2026-01-26
NFS: NFSERR_INVAL is not defined by NFSv2
Chuck Lever
3
-3
/
+3
2026-01-26
xdrgen: Emit the program number definition
Chuck Lever
2
-0
/
+8
2026-01-26
xdrgen: Fix struct prefix for typedef types in program wrappers
Chuck Lever
3
-1
/
+12
2026-01-26
nfsd: prefix notification in nfsd4_finalize_deleg_timestamps() with "nfsd: "
Jeff Layton
1
-1
/
+1
2026-01-26
locks: ensure vfs_test_lock() never returns FILE_LOCK_DEFERRED
NeilBrown
2
-7
/
+14
2026-01-26
xdrgen: Address some checkpatch whitespace complaints
Chuck Lever
4
-1
/
+3
2026-01-26
xdrgen: Generate "if" instead of "switch" for boolean union enumerators
Chuck Lever
3
-20
/
+109
2026-01-26
NFSD: Add instructions on how to deal with xdrgen files
Chuck Lever
1
-1
/
+9
2026-01-26
xdrgen: improve error reporting for invalid void declarations
Khushal Chitturi
1
-4
/
+4
2026-01-26
NFSD: Clean up nfsd4_check_open_attributes()
Chuck Lever
1
-19
/
+21
2026-01-26
Linux 6.19-rc7
v6.19-rc7
Linus Torvalds
1
-1
/
+1
2026-01-25
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
6
-4
/
+36
2026-01-25
Merge tag 'keys-trusted-next-6.19-rc7' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2026-01-25
Merge tag 'char-misc-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
30
-139
/
+313
2026-01-25
Merge tag 'tty-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-8
/
+13
[next]