Age | Commit message (Expand) | Author | Files | Lines |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 7 | -38/+233 |
2017-03-01 | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 5 | -14/+27 |
2017-02-25 | nfs/nfsd/sunrpc: enforce transport requirements for NFSv4 | Jeff Layton | 1 | -0/+3 |
2017-02-25 | sunrpc: flag transports as having congestion control | Jeff Layton | 1 | -0/+1 |
2017-02-24 | sunrpc: turn bitfield flags in svc_version into bools | Jeff Layton | 1 | -4/+5 |
2017-02-22 | SUNRPC: Add a helper function xdr_stream_decode_string_dup() | Trond Myklebust | 1 | -0/+2 |
2017-02-22 | SUNRPC: Add generic helpers for xdr_stream encode/decode | Trond Myklebust | 1 | -0/+177 |
2017-02-21 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2017-02-09 | NFSv4: Set the connection timeout to match the lease period | Trond Myklebust | 1 | -2/+3 |
2017-02-09 | SUNRPC: Allow changing of the TCP timeout parameters on the fly | Trond Myklebust | 2 | -0/+7 |
2017-02-09 | SUNRPC: Remove unused function rpc_get_timeout() | Trond Myklebust | 1 | -1/+0 |
2017-02-09 | sunrpc: remove dead codes of cr_magic in rpc_cred | Kinglong Mee | 1 | -5/+0 |
2017-02-09 | sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unix | Kinglong Mee | 1 | -0/+1 |
2017-02-09 | sunrpc/nfs: cleanup procfs/pipefs entry in cache_detail | Kinglong Mee | 1 | -12/+3 |
2017-02-09 | SUNRPC/Cache: Always treat the invalid cache as unexpired | Kinglong Mee | 1 | -1/+4 |
2017-02-08 | svcrdma: Combine list fields in struct svc_rdma_op_ctxt | Chuck Lever | 1 | -2/+1 |
2017-02-08 | svcrdma: Remove unused sc_dto_q field | Chuck Lever | 1 | -1/+0 |
2017-02-08 | svcrdma: Clean up RPC-over-RDMA Reply header encoder | Chuck Lever | 1 | -5/+2 |
2017-02-08 | svcrdma: Another sendto chunk list parsing update | Chuck Lever | 2 | -1/+10 |
2017-01-31 | svcrpc: free contexts immediately on PROC_DESTROY | Neil Brown | 1 | -0/+1 |
2017-01-30 | sunrpc & nfs: Add and use dprintk_cont macros | Joe Perches | 1 | -18/+40 |
2017-01-24 | SUNRPC: cleanup ida information when removing sunrpc module | Kinglong Mee | 1 | -0/+1 |
2017-01-14 | locking/atomic, kref: Add kref_read() | Peter Zijlstra | 1 | -1/+1 |
2017-01-12 | sunrpc: don't call sleeping functions from the notifier block callbacks | Scott Mayhew | 1 | -0/+1 |
2016-12-16 | Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -6/+1 |
2016-12-01 | svcrdma: Remove svc_rdma_op_ctxt::wc_status | Chuck Lever | 1 | -1/+0 |
2016-12-01 | svcrdma: Remove DMA map accounting | Chuck Lever | 1 | -2/+0 |
2016-12-01 | svcrdma: Remove BH-disabled spin locking in svc_rdma_send() | Chuck Lever | 1 | -1/+1 |
2016-12-01 | svcrdma: Renovate sendto chunk list parsing | Chuck Lever | 1 | -2/+0 |
2016-11-14 | sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports | Scott Mayhew | 1 | -0/+1 |
2016-10-14 | Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 8 | -9/+47 |
2016-09-30 | sunrpc: add hash_cred() function to rpc_authops struct | Frank Sorenson | 1 | -0/+1 |
2016-09-23 | svcrdma: support Remote Invalidation | Chuck Lever | 1 | -0/+1 |
2016-09-23 | rpcrdma: RDMA/CM private message data structure | Chuck Lever | 1 | -0/+35 |
2016-09-23 | svcrdma: Tail iovec leaves an orphaned DMA mapping | Chuck Lever | 1 | -0/+9 |
2016-09-19 | xprtrdma: Support larger inline thresholds | Chuck Lever | 1 | -2/+2 |
2016-09-19 | xprtrdma: Client-side support for rpcrdma_connect_private | Chuck Lever | 1 | -0/+4 |
2016-09-19 | rpcrdma: RDMA/CM private message data structure | Chuck Lever | 1 | -0/+35 |
2016-09-19 | SUNRPC: Add a transport-specific private field in rpc_rqst | Chuck Lever | 1 | -0/+1 |
2016-09-19 | SUNRPC: Separate buffer pointers for RPC Call and Reply messages | Chuck Lever | 1 | -2/+3 |
2016-09-19 | SUNRPC: Generalize the RPC buffer release API | Chuck Lever | 2 | -2/+2 |
2016-09-19 | SUNRPC: Generalize the RPC buffer allocation API | Chuck Lever | 2 | -2/+2 |
2016-09-19 | SUNRPC: Refactor rpc_xdr_buf_init() | Chuck Lever | 2 | -1/+13 |
2016-09-19 | SUNRPC: rpc_clnt_add_xprt setup function for NFS layer | Andy Adamson | 1 | -0/+12 |
2016-09-19 | SUNRPC search xprt switch for sockaddr | Andy Adamson | 2 | -0/+4 |
2016-09-19 | SUNRPC rpc_clnt_xprt_switch_add_xprt | Andy Adamson | 1 | -0/+1 |
2016-09-19 | SUNRPC rpc_clnt_xprt_switch_put | Andy Adamson | 1 | -0/+2 |
2016-08-12 | Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -1/+4 |
2016-08-06 | NFSv4: Cap the transport reconnection timer at 1/2 lease period | Trond Myklebust | 1 | -0/+2 |