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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-26
nfsd: extra checks when freeing delegation stateids
Jeff Layton
1
-1
/
+6
2022-09-26
nfsd: make nfsd4_run_cb a bool return function
Jeff Layton
3
-6
/
+15
2022-09-26
nfsd: fix comments about spinlock handling with delegations
Jeff Layton
1
-2
/
+2
2022-09-26
nfsd: only fill out return pointer on success in nfsd4_lookup_stateid
Jeff Layton
1
-4
/
+6
2022-09-26
NFSD: fix use-after-free on source server when doing inter-server copy
Dai Ngo
1
-0
/
+5
2022-09-26
NFSD: Cap rsize_bop result based on send buffer size
Chuck Lever
1
-24
/
+24
2022-09-26
NFSD: Rename the fields in copy_stateid_t
Chuck Lever
3
-21
/
+21
2022-09-26
nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fops
ChenXiaoSong
3
-14
/
+4
2022-09-26
nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fops
ChenXiaoSong
3
-18
/
+7
2022-09-26
nfsd: use DEFINE_SHOW_ATTRIBUTE to define client_info_fops
ChenXiaoSong
1
-12
/
+2
2022-09-26
nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_...
ChenXiaoSong
1
-24
/
+5
2022-09-26
nfsd: use DEFINE_PROC_SHOW_ATTRIBUTE to define nfsd_proc_ops
ChenXiaoSong
1
-12
/
+2
2022-09-26
NFSD: Pack struct nfsd4_compoundres
Chuck Lever
1
-1
/
+1
2022-09-26
NFSD: Remove unused nfsd4_compoundargs::cachetype field
Chuck Lever
1
-1
/
+0
2022-09-26
NFSD: Remove "inline" directives on op_rsize_bop helpers
Chuck Lever
2
-47
/
+77
2022-09-26
NFSD: Clean up nfs4svc_encode_compoundres()
Chuck Lever
1
-4
/
+0
2022-09-26
NFSD: Clean up WRITE arg decoders
Chuck Lever
2
-6
/
+2
2022-09-26
NFSD: Use xdr_inline_decode() to decode NFSv3 symlinks
Chuck Lever
1
-11
/
+3
2022-09-26
NFSD: Refactor common code out of dirlist helpers
Chuck Lever
2
-18
/
+2
2022-09-26
NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearing
Chuck Lever
2
-12
/
+51
2022-09-26
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
8
-0
/
+99
2022-09-26
NFSD: add shrinker to reap courtesy clients on low memory condition
Dai Ngo
4
-12
/
+96
2022-09-26
NFSD: keep track of the number of courtesy clients in the system
Dai Ngo
2
-1
/
+18
2022-09-26
NFSD: Return nfserr_serverfault if splice_ok but buf->pages have data
Anna Schumaker
1
-1
/
+1
2022-09-26
NFSD: Make nfsd4_remove() wait before returning NFS4ERR_DELAY
Chuck Lever
1
-1
/
+10
2022-09-26
NFSD: Make nfsd4_rename() wait before returning NFS4ERR_DELAY
Chuck Lever
1
-1
/
+9
2022-09-26
NFSD: Make nfsd4_setattr() wait before returning NFS4ERR_DELAY
Chuck Lever
1
-1
/
+8
2022-09-26
NFSD: Refactor nfsd_setattr()
Chuck Lever
1
-40
/
+57
2022-09-26
NFSD: Add a mechanism to wait for a DELEGRETURN
Chuck Lever
3
-0
/
+60
2022-09-26
NFSD: Add tracepoints to report NFSv4 callback completions
Chuck Lever
4
-1
/
+48
2022-09-26
NFSD: Trace NFSv4 COMPOUND tags
Chuck Lever
2
-8
/
+15
2022-09-26
NFSD: Replace dprintk() call site in fh_verify()
Chuck Lever
2
-10
/
+46
2022-09-26
nfsd: remove nfsd4_prepare_cb_recall() declaration
Gaosheng Cui
1
-1
/
+0
2022-09-26
nfsd: clean up mounted_on_fileid handling
Jeff Layton
1
-7
/
+9
2022-09-26
NFSD: Fix handling of oversized NFSv4 COMPOUND requests
Chuck Lever
3
-16
/
+18
2022-09-26
NFSD: drop fname and flen args from nfsd_create_locked()
NeilBrown
3
-8
/
+6
2022-09-26
NFSD: Protect against send buffer overflow in NFSv3 READ
Chuck Lever
1
-2
/
+2
2022-09-26
NFSD: Protect against send buffer overflow in NFSv2 READ
Chuck Lever
1
-0
/
+1
2022-09-26
NFSD: Protect against send buffer overflow in NFSv3 READDIR
Chuck Lever
1
-3
/
+4
2022-09-26
NFSD: Protect against send buffer overflow in NFSv2 READDIR
Chuck Lever
1
-3
/
+2
2022-09-26
NFSD: Increase NFSD_MAX_OPS_PER_COMPOUND
Chuck Lever
2
-4
/
+5
2022-09-26
nfsd: Propagate some error code returned by memdup_user()
Christophe JAILLET
1
-3
/
+3
2022-09-26
nfsd: Avoid some useless tests
Christophe JAILLET
1
-3
/
+3
2022-09-26
nfsd: Fix a memory leak in an error handling path
Christophe JAILLET
1
-1
/
+3
2022-09-26
NFSD: remove redundant variable status
Jinpeng Cui
1
-12
/
+4
2022-09-26
NFSD enforce filehandle check for source file in COPY
Olga Kornievskaia
1
-1
/
+7
2022-09-26
lockd: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-09-26
NFSD: move from strlcpy with unused retval to strscpy
Wolfram Sang
3
-6
/
+6
2022-09-16
Merge tag '6.0-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-15
/
+12
2022-09-14
cifs: update internal module number
Steve French
1
-2
/
+2
[next]