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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-18
NFS: Fix bool initialization/comparison
Thomas Meyer
4
-8
/
+8
2017-11-18
NFS: Avoid RCU usage in tracepoints
Anna Schumaker
1
-18
/
+6
2017-11-18
xprtrdma: Update copyright notices
Chuck Lever
5
-0
/
+5
2017-11-18
xprtrdma: Remove include for linux/prefetch.h
Chuck Lever
1
-1
/
+0
2017-11-18
rpcrdma: Remove C structure definitions of XDR data items
Chuck Lever
3
-68
/
+3
2017-11-18
xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE mode
Chuck Lever
1
-1
/
+1
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
2017-10-16
xprtrdma: Remove ro_unmap_safe
Chuck Lever
3
-40
/
+0
2017-10-16
xprtrdma: Use ro_unmap_sync in xprt_rdma_send_request
Chuck Lever
1
-1
/
+2
2017-10-16
xprtrdma: Don't defer fencing an async RPC's chunks
Chuck Lever
1
-1
/
+1
2017-10-16
NFS: remove special-case revalidate in nfs_opendir()
NeilBrown
1
-7
/
+0
2017-10-16
NFS: revalidate "." etc correctly on "open".
NeilBrown
1
-2
/
+2
2017-10-16
NFS: Don't compare apples to elephants to determine access bits
Anna Schumaker
3
-37
/
+10
2017-10-16
NFS: Create NFS_ACCESS_* flags
Anna Schumaker
2
-8
/
+18
2017-10-16
Linux 4.14-rc5
v4.14-rc5
Linus Torvalds
1
-1
/
+1
2017-10-15
Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-81
/
+115
2017-10-15
Merge tag 'usb-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
15
-27
/
+86
2017-10-15
Merge tag 'dmaengine-fix-4.14-rc5' of git://git.infradead.org/users/vkoul/sla...
Linus Torvalds
3
-19
/
+40
2017-10-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
16
-88
/
+284
2017-10-14
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-102
/
+49
2017-10-14
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-2
/
+10
2017-10-14
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-26
/
+74
2017-10-14
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-30
/
+24
2017-10-14
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-2
/
+45
2017-10-14
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+5
2017-10-14
x86/microcode: Do the family check first
Borislav Petkov
1
-9
/
+18
2017-10-14
locking/lockdep: Disable cross-release features for now
Ingo Molnar
1
-2
/
+2
2017-10-14
Merge branch '4.14-fixes' of git://git.linux-mips.org/pub/scm/ralf/upstream-l...
Linus Torvalds
5
-26
/
+28
[next]