summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2015-10-22SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust1-1/+1
2015-06-19sunrpc: fix braino in ->poll()Al Viro1-1/+1
2015-06-19xprtrdma: Free the pd if ib_query_qp() failsChuck Lever1-2/+6
2015-04-14SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust1-11/+16
2014-06-11nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+16
2014-03-12SUNRPC: Prevent an rpc_task wakeup raceTrond Myklebust1-1/+7
2014-03-12sunrpc: clarify comments on rpc_make_runnableJeff Layton1-2/+3
2014-03-12SUNRPC: Fix races in xs_nospace()Trond Myklebust1-1/+5
2014-02-13sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson1-2/+6
2013-11-29SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust1-7/+21
2013-11-29SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson1-1/+1
2013-11-29SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson1-0/+1
2013-09-08SUNRPC: Fix memory corruption issue on 32-bit highmem systemsTrond Myklebust1-3/+6
2013-04-05SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust1-2/+7
2013-03-14SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust1-1/+5
2013-03-04svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields1-13/+2
2013-01-17SUNRPC: Fix validity issues with rpc_pipefs sb->s_fs_infoTrond Myklebust1-1/+6
2013-01-17SUNRPC: Ensure we release the socket write lock if the rpc_task exits earlyTrond Myklebust2-4/+11
2013-01-17SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust1-4/+23
2013-01-17SUNRPC: continue run over clients list on PipeFS event instead of breakStanislav Kinsbursky1-1/+1
2012-10-31SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust1-5/+8
2012-10-31Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust1-1/+1
2012-10-31SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust1-0/+1
2012-10-31SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust1-25/+0
2012-10-28SUNRPC: Fix a UDP transport regressionTrond Myklebust3-14/+25
2012-10-28SUNRPC: Prevent kernel stack corruption on long values of flushSasha Levin1-2/+2
2012-10-21SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust1-5/+16
2012-09-14svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields1-1/+2
2012-09-14svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields1-5/+2
2012-09-14svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields1-1/+1
2012-08-15SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky1-2/+2
2012-08-15sunrpc: clnt: Add missing bracesJoe Perches1-1/+2
2012-08-09nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton3-1/+14
2012-07-16SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky1-4/+0
2012-07-16SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2-14/+17
2012-06-22rpc_pipefs: allow rpc_purge_list to take a NULL waitq pointerJeff Layton1-6/+6
2012-06-22NFSv4.1: Fix a request leak on the back channelTrond Myklebust1-1/+2
2012-06-09sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slotTrond Myklebust2-2/+5
2012-05-03auth_gss: the list of pseudoflavors not being parsed correctlySteve Dickson1-3/+4
2012-04-30SUNRPC: RPC client must use the current utsname hostname stringTrond Myklebust1-4/+10
2012-04-27SUNRPC: traverse clients tree on PipeFS eventStanislav Kinsbursky1-4/+25
2012-04-27SUNRPC: set per-net PipeFS superblock before notificationStanislav Kinsbursky1-1/+2
2012-04-27SUNRPC: skip clients with program without PipeFS entriesStanislav Kinsbursky1-2/+2
2012-04-27SUNRPC: skip dead but not buried clients on PipeFS eventsStanislav Kinsbursky1-1/+2
2012-04-18SUNRPC: register PipeFS file system after pernet sybsystemStanislav Kinsbursky1-8/+9
2012-03-30Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-83/+59
2012-03-29Merge tag 'nfs-for-3.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28SUNRPC: Use the already looked-up xprt in rpcb_getport_async()Bryan Schumaker1-1/+1