Age | Commit message (Expand) | Author |
2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-01 | Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2017-02-28 | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan |
2017-02-24 | sunrpc: don't register UDP port with rpcbind when version needs congestion co... | Jeff Layton |
2017-02-24 | nfs/nfsd/sunrpc: enforce transport requirements for NFSv4 | Jeff Layton |
2017-02-24 | sunrpc: flag transports as having congestion control | Jeff Layton |
2017-02-24 | sunrpc: turn bitfield flags in svc_version into bools | Jeff Layton |
2017-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-02-21 | SUNRPC: Add a helper function xdr_stream_decode_string_dup() | Trond Myklebust |
2017-02-21 | sunrpc: silence uninitialized variable warning | Dan Carpenter |
2017-02-20 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-02-10 | sunrpc: Allow xprt->ops->timer method to sleep | Chuck Lever |
2017-02-10 | xprtrdma: Refactor management of mw_list field | Chuck Lever |
2017-02-10 | xprtrdma: Handle stale connection rejection | Chuck Lever |
2017-02-10 | xprtrdma: Properly recover FRWRs with in-flight FASTREG WRs | Chuck Lever |
2017-02-10 | xprtrdma: Shrink send SGEs array | Chuck Lever |
2017-02-10 | xprtrdma: Reduce required number of send SGEs | Chuck Lever |
2017-02-10 | xprtrdma: Disable pad optimization by default | Chuck Lever |
2017-02-10 | xprtrdma: Per-connection pad optimization | Chuck Lever |
2017-02-10 | xprtrdma: Fix Read chunk padding | Chuck Lever |
2017-02-10 | net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.h | Russell King |
2017-02-09 | NFSv4: Set the connection timeout to match the lease period | Trond Myklebust |
2017-02-09 | SUNRPC: Allow changing of the TCP timeout parameters on the fly | Trond Myklebust |
2017-02-09 | SUNRPC: Refactor TCP socket timeout code into a helper function | Trond Myklebust |
2017-02-09 | SUNRPC: Remove unused function rpc_get_timeout() | Trond Myklebust |
2017-02-08 | sunrpc: use simple_read_from_buffer for reading cache flush | Kinglong Mee |
2017-02-08 | sunrpc: record rpc client pointer in seq->private directly | Kinglong Mee |
2017-02-08 | sunrpc: update the comments of sunrpc proc path | Kinglong Mee |
2017-02-08 | sunrpc: remove dead codes of cr_magic in rpc_cred | Kinglong Mee |
2017-02-08 | sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unix | Kinglong Mee |
2017-02-08 | sunrpc/nfs: cleanup procfs/pipefs entry in cache_detail | Kinglong Mee |
2017-02-08 | sunrpc: error out if register_shrinker fail | Kinglong Mee |
2017-02-08 | SUNRPC: Drop all entries from cache_detail when cache_purge() | Kinglong Mee |
2017-02-08 | svcrdma: Poll CQs in "workqueue" mode | Chuck Lever |
2017-02-08 | svcrdma: Combine list fields in struct svc_rdma_op_ctxt | Chuck Lever |
2017-02-08 | svcrdma: Remove unused sc_dto_q field | Chuck Lever |
2017-02-08 | svcrdma: Clean up backchannel send header encoding | Chuck Lever |
2017-02-08 | svcrdma: Clean up RPC-over-RDMA Call header decoder | Chuck Lever |
2017-02-08 | svcrdma: Clean up RPC-over-RDMA Reply header encoder | Chuck Lever |
2017-02-08 | svcrdma: Another sendto chunk list parsing update | Chuck Lever |
2017-01-31 | svcrpc: free contexts immediately on PROC_DESTROY | Neil Brown |
2017-01-31 | svcrpc: fix oops in absence of krb5 module | J. Bruce Fields |
2017-01-30 | SUNRPC: two small improvements to rpcauth shrinker. | NeilBrown |
2017-01-24 | SUNRPC: cleanup ida information when removing sunrpc module | Kinglong Mee |
2017-01-18 | locking/atomic, kref: Implement kref_put_lock() | Peter Zijlstra |
2017-01-14 | locking/atomic, kref: Add kref_read() | Peter Zijlstra |
2017-01-12 | svcrdma: avoid duplicate dma unmapping during error recovery | Sriharsha Basavapatna |
2017-01-12 | sunrpc: don't call sleeping functions from the notifier block callbacks | Scott Mayhew |