index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFSD: Move copy offload callback arguments into a separate structure
Chuck Lever
2022-07-29
3
-45
/
+47
*
NFSD: Add nfsd4_send_cb_offload()
Chuck Lever
2022-07-29
1
-15
/
+22
*
NFSD: Remove kmalloc from nfsd4_do_async_copy()
Chuck Lever
2022-07-29
1
-14
/
+14
*
NFSD: Refactor nfsd4_do_copy()
Chuck Lever
2022-07-29
1
-8
/
+14
*
NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)
Chuck Lever
2022-07-29
1
-8
/
+7
*
NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2)
Chuck Lever
2022-07-29
1
-5
/
+5
*
NFSD: Replace boolean fields in struct nfsd4_copy
Chuck Lever
2022-07-29
3
-43
/
+53
*
NFSD: Make nfs4_put_copy() static
Chuck Lever
2022-07-29
2
-2
/
+1
*
NFSD: Reorder the fields in struct nfsd4_op
Chuck Lever
2022-07-29
1
-2
/
+2
*
NFSD: Shrink size of struct nfsd4_copy
Chuck Lever
2022-07-29
3
-4
/
+11
*
NFSD: Shrink size of struct nfsd4_copy_notify
Chuck Lever
2022-07-29
3
-6
/
+14
*
NFSD: nfserrno(-ENOMEM) is nfserr_jukebox
Chuck Lever
2022-07-29
1
-2
/
+2
*
NFSD: Fix strncpy() fortify warning
Chuck Lever
2022-07-29
2
-2
/
+2
*
NFSD: Clean up nfsd4_encode_readlink()
Chuck Lever
2022-07-29
1
-15
/
+9
*
NFSD: Use xdr_pad_size()
Chuck Lever
2022-07-29
1
-7
/
+4
*
NFSD: Simplify starting_len
Chuck Lever
2022-07-29
1
-5
/
+4
*
NFSD: Optimize nfsd4_encode_readv()
Chuck Lever
2022-07-29
1
-12
/
+6
*
NFSD: Add an nfsd4_read::rd_eof field
Chuck Lever
2022-07-29
2
-8
/
+8
*
NFSD: Clean up SPLICE_OK in nfsd4_encode_read()
Chuck Lever
2022-07-29
1
-5
/
+4
*
NFSD: Optimize nfsd4_encode_fattr()
Chuck Lever
2022-07-29
1
-7
/
+4
*
NFSD: Optimize nfsd4_encode_operation()
Chuck Lever
2022-07-29
1
-2
/
+1
*
nfsd: silence extraneous printk on nfsd.ko insertion
Jeff Layton
2022-07-29
1
-1
/
+0
*
NFSD: limit the number of v4 clients to 1024 per 1GB of system memory
Dai Ngo
2022-07-29
3
-6
/
+24
*
NFSD: keep track of the number of v4 clients in the system
Dai Ngo
2022-07-29
2
-2
/
+10
*
NFSD: refactoring v4 specific code to a helper in nfs4state.c
Dai Ngo
2022-07-29
3
-8
/
+17
*
NFSD: Ensure nf_inode is never dereferenced
Chuck Lever
2022-07-29
3
-5
/
+4
*
NFSD: NFSv4 CLOSE should release an nfsd_file immediately
Chuck Lever
2022-07-29
3
-2
/
+21
*
NFSD: Move nfsd_file_trace_alloc() tracepoint
Chuck Lever
2022-07-29
2
-2
/
+25
*
NFSD: Separate tracepoints for acquire and create
Chuck Lever
2022-07-29
3
-12
/
+52
*
NFSD: Clean up unused code after rhashtable conversion
Chuck Lever
2022-07-29
2
-33
/
+1
*
NFSD: Convert the filecache to use rhashtable
Chuck Lever
2022-07-29
2
-149
/
+179
*
NFSD: Set up an rhashtable for the filecache
Chuck Lever
2022-07-29
2
-21
/
+140
*
NFSD: Replace the "init once" mechanism
Chuck Lever
2022-07-29
1
-16
/
+26
*
NFSD: Remove nfsd_file::nf_hashval
Chuck Lever
2022-07-29
2
-5
/
+2
*
NFSD: nfsd_file_hash_remove can compute hashval
Chuck Lever
2022-07-29
1
-5
/
+14
*
NFSD: Refactor __nfsd_file_close_inode()
Chuck Lever
2022-07-29
2
-30
/
+54
*
NFSD: nfsd_file_unhash can compute hashval from nf->nf_inode
Chuck Lever
2022-07-29
1
-2
/
+6
*
NFSD: Remove lockdep assertion from unhash_and_release_locked()
Chuck Lever
2022-07-29
1
-2
/
+0
*
NFSD: No longer record nf_hashval in the trace log
Chuck Lever
2022-07-29
2
-31
/
+29
*
NFSD: Never call nfsd_file_gc() in foreground paths
Chuck Lever
2022-07-29
1
-9
/
+1
*
NFSD: Fix the filecache LRU shrinker
Chuck Lever
2022-07-29
1
-2
/
+3
*
NFSD: Leave open files out of the filecache LRU
Chuck Lever
2022-07-29
2
-5
/
+21
*
NFSD: Trace filecache LRU activity
Chuck Lever
2022-07-29
2
-13
/
+70
*
NFSD: WARN when freeing an item still linked via nf_lru
Chuck Lever
2022-07-29
1
-2
/
+10
*
NFSD: Hook up the filecache stat file
Chuck Lever
2022-07-29
1
-0
/
+10
*
NFSD: Zero counters when the filecache is re-initialized
Chuck Lever
2022-07-29
1
-0
/
+11
*
NFSD: Record number of flush calls
Chuck Lever
2022-07-29
1
-2
/
+11
*
NFSD: Report the number of items evicted by the LRU walk
Chuck Lever
2022-07-29
2
-3
/
+39
*
NFSD: Refactor nfsd_file_lru_scan()
Chuck Lever
2022-07-29
1
-18
/
+7
*
NFSD: Refactor nfsd_file_gc()
Chuck Lever
2022-07-29
1
-1
/
+5
[next]