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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-21
NFSv4: Fix the underestimation of delegation XDR space reservation
Trond Myklebust
1
-0
/
+2
2017-02-21
NFSv4: Replace callback string decode function with a generic
Trond Myklebust
1
-22
/
+8
2017-02-21
NFSv4: Replace the open coded decode_opaque_inline() with the new generic
Trond Myklebust
1
-21
/
+8
2017-02-21
NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* generics
Trond Myklebust
3
-34
/
+12
2017-02-21
SUNRPC: Add generic helpers for xdr_stream encode/decode
Trond Myklebust
1
-0
/
+177
2017-02-21
sunrpc: silence uninitialized variable warning
Dan Carpenter
1
-1
/
+3
2017-02-13
nlm: Ensure callback code also checks that the files match
Trond Myklebust
1
-1
/
+2
2017-02-10
sunrpc: Allow xprt->ops->timer method to sleep
Chuck Lever
2
-2
/
+2
2017-02-10
xprtrdma: Refactor management of mw_list field
Chuck Lever
5
-24
/
+29
2017-02-10
xprtrdma: Handle stale connection rejection
Chuck Lever
1
-45
/
+21
2017-02-10
xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs
Chuck Lever
2
-10
/
+8
2017-02-10
xprtrdma: Shrink send SGEs array
Chuck Lever
1
-4
/
+7
2017-02-10
xprtrdma: Reduce required number of send SGEs
Chuck Lever
3
-9
/
+32
2017-02-10
xprtrdma: Disable pad optimization by default
Chuck Lever
2
-1
/
+2
2017-02-10
xprtrdma: Per-connection pad optimization
Chuck Lever
3
-14
/
+16
2017-02-10
xprtrdma: Fix Read chunk padding
Chuck Lever
1
-6
/
+4
2017-02-09
NFSv4: Set the connection timeout to match the lease period
Trond Myklebust
3
-7
/
+10
2017-02-09
SUNRPC: Allow changing of the TCP timeout parameters on the fly
Trond Myklebust
4
-11
/
+77
2017-02-09
SUNRPC: Refactor TCP socket timeout code into a helper function
Trond Myklebust
1
-19
/
+26
2017-02-09
SUNRPC: Remove unused function rpc_get_timeout()
Trond Myklebust
2
-16
/
+0
2017-02-08
NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
Trond Myklebust
1
-1
/
+1
2017-02-08
sunrpc: use simple_read_from_buffer for reading cache flush
Kinglong Mee
1
-12
/
+3
2017-02-08
sunrpc: record rpc client pointer in seq->private directly
Kinglong Mee
1
-25
/
+10
2017-02-08
sunrpc: update the comments of sunrpc proc path
Kinglong Mee
1
-2
/
+2
2017-02-08
sunrpc: remove dead codes of cr_magic in rpc_cred
Kinglong Mee
3
-11
/
+0
2017-02-08
sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unix
Kinglong Mee
3
-12
/
+11
2017-02-08
sunrpc/nfs: cleanup procfs/pipefs entry in cache_detail
Kinglong Mee
3
-46
/
+21
2017-02-08
sunrpc: error out if register_shrinker fail
Kinglong Mee
1
-1
/
+5
2017-02-08
nfs: no PG_private waiters remain, remove waker
Nicholas Piggin
1
-2
/
+0
2017-02-08
NFS: nfs_rename() handle -ERESTARTSYS dentry left behind
Benjamin Coddington
1
-11
/
+25
2017-01-30
NFSv4: Fix warning for using 0 as NULL
Wei Yongjun
1
-1
/
+1
2017-01-30
pNFS/flexfiles: Make local symbol layoutreturn_ops static
Wei Yongjun
1
-1
/
+1
2017-01-30
NFS: Return the comparison result directly in nfs41_match_stateid()
Anna Schumaker
1
-3
/
+1
2017-01-30
NFS: Clean up nfs41_same_server_scope()
Anna Schumaker
1
-5
/
+3
2017-01-30
NFS: No need to set and return status in nfs41_lock_expired()
Anna Schumaker
1
-2
/
+1
2017-01-30
NFS: Remove unnecessary goto in nfs4_lookup_root_sec()
Anna Schumaker
1
-8
/
+3
2017-01-30
NFS: Remove nfs4_recover_expired_lease()
Anna Schumaker
1
-6
/
+1
2017-01-30
NFS: Remove an extra if in _nfs4_recover_proc_open()
Anna Schumaker
1
-4
/
+1
2017-01-30
NFS: Return errors directly in _nfs4_opendata_reclaim_to_nfs4_state()
Anna Schumaker
1
-8
/
+3
2017-01-30
NFS: Remove nfs4_wait_for_completion_rpc_task()
Anna Schumaker
1
-15
/
+7
2017-01-30
NFS: Clean up _nfs4_is_integrity_protected()
Anna Schumaker
1
-6
/
+1
2017-01-30
NFS: Fix inconsistent indentation in nfs4proc.c
Anna Schumaker
1
-28
/
+28
2017-01-30
NFS: Make trace_nfs4_setup_sequence() available to NFS v4.0
Anna Schumaker
3
-35
/
+35
2017-01-30
NFS: Merge the remaining setup_sequence functions
Anna Schumaker
1
-67
/
+20
2017-01-30
NFS: Check if the slot table is draining from nfs4_setup_sequence()
Anna Schumaker
1
-14
/
+9
2017-01-30
NFS: Handle setup sequence task rescheduling in a single place
Anna Schumaker
1
-22
/
+15
2017-01-30
NFS: Lock the slot table from a single place during setup sequence
Anna Schumaker
1
-13
/
+12
2017-01-30
NFS: Move slot-already-allocated check into nfs_setup_sequence()
Anna Schumaker
1
-10
/
+9
2017-01-30
NFS: Create a single nfs4_setup_sequence() function
Anna Schumaker
1
-47
/
+29
2017-01-30
NFS: Use nfs4_setup_sequence() everywhere
Anna Schumaker
5
-52
/
+33
[next]