index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-17
pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close
Trond Myklebust
3
-2
/
+40
2017-11-17
NFSv4: Don't try to CLOSE if the stateid 'other' field has changed
Trond Myklebust
3
-12
/
+13
2017-11-17
NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.
Trond Myklebust
5
-2
/
+65
2017-11-17
NFS: Fix a typo in nfs_rename()
Trond Myklebust
1
-1
/
+1
2017-11-17
NFSv4: Fix open create exclusive when the server reboots
Trond Myklebust
1
-15
/
+26
2017-11-17
NFSv4: Add a tracepoint to document open stateid updates
Trond Myklebust
2
-0
/
+5
2017-11-17
NFSv4: Fix OPEN / CLOSE race
Trond Myklebust
3
-35
/
+123
2017-11-17
sunrpc: Add rpc_request static trace point
Chuck Lever
2
-2
/
+31
2017-11-17
sunrpc: Fix rpc_task_begin trace point
Chuck Lever
1
-2
/
+1
2017-11-17
SUNRPC: Fix parsing failure in trace points with XIDs
Chuck Lever
1
-24
/
+25
2017-11-17
net: sunrpc: mark expected switch fall-throughs
Gustavo A. R. Silva
3
-0
/
+16
2017-11-17
NFS: Fix bool initialization/comparison
Thomas Meyer
4
-8
/
+8
2017-11-17
NFS: Avoid RCU usage in tracepoints
Anna Schumaker
1
-18
/
+6
2017-11-17
xprtrdma: Update copyright notices
Chuck Lever
5
-0
/
+5
2017-11-17
xprtrdma: Remove include for linux/prefetch.h
Chuck Lever
1
-1
/
+0
2017-11-17
rpcrdma: Remove C structure definitions of XDR data items
Chuck Lever
3
-68
/
+3
2017-11-17
xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE mode
Chuck Lever
1
-1
/
+1
2017-11-17
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
10
-376
/
+576
2017-11-17
Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
10
-20
/
+10
2017-11-17
Merge branch 'work.cramfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
6
-69
/
+584
2017-11-17
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
16
-52
/
+60
2017-11-17
Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
8
-36
/
+20
2017-11-17
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
15
-440
/
+202
2017-11-17
Revert "drm/radeon: dont switch vt on suspend"
Alex Deucher
1
-1
/
+0
2017-11-17
drm/amd/amdgpu: fix over-bound accessing in amdgpu_cs_wait_any_fence
Roger He
1
-1
/
+1
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
32
-821
/
+508
2017-11-17
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
19
-166
/
+311
2017-11-17
fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_t
Elena Reshetova
7
-32
/
+33
2017-11-17
fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_t
Elena Reshetova
2
-7
/
+8
2017-11-17
fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_t
Elena Reshetova
3
-8
/
+8
2017-11-17
fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_t
Elena Reshetova
2
-4
/
+4
2017-11-17
fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_t
Elena Reshetova
2
-5
/
+6
2017-11-17
fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_t
Elena Reshetova
2
-7
/
+7
2017-11-17
fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_t
Elena Reshetova
2
-8
/
+8
2017-11-17
fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_t
Elena Reshetova
2
-6
/
+7
2017-11-17
NFSv4.1: Fix up replays of interrupted requests
Trond Myklebust
2
-47
/
+103
2017-11-17
xprtrdma: Remove atomic send completion counting
Chuck Lever
3
-33
/
+0
2017-11-17
xprtrdma: RPC completion should wait for Send completion
Chuck Lever
4
-4
/
+34
2017-11-17
xprtrdma: Refactor rpcrdma_deferred_completion
Chuck Lever
3
-13
/
+22
2017-11-17
xprtrdma: Add a field of bit flags to struct rpcrdma_req
Chuck Lever
4
-4
/
+8
2017-11-17
xprtrdma: Add data structure to manage RDMA Send arguments
Chuck Lever
4
-32
/
+247
2017-11-17
xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge()
Chuck Lever
1
-7
/
+5
2017-11-17
xprtrdma: Change return value of rpcrdma_prepare_send_sges()
Chuck Lever
3
-24
/
+38
2017-11-17
xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges()
Chuck Lever
1
-14
/
+24
2017-11-17
xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_sges()
Chuck Lever
1
-1
/
+1
2017-11-17
xprtrdma: Decode credits field in rpcrdma_reply_handler
Chuck Lever
3
-27
/
+14
2017-11-17
xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completion
Chuck Lever
3
-23
/
+36
2017-11-17
xprtrdma: Refactor rpcrdma_reply_handler some more
Chuck Lever
2
-57
/
+69
2017-11-17
xprtrdma: Move decoded header fields into rpcrdma_rep
Chuck Lever
2
-19
/
+20
2017-11-17
xprtrdma: Throw away reply when version is unrecognized
Chuck Lever
1
-9
/
+8
[prev]
[next]