summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2015-10-13SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust1-0/+2
2015-08-12SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust1-1/+1
2015-05-10sunrpc: fix braino in ->poll()Al Viro1-1/+1
2015-05-10xprtrdma: Free the pd if ib_query_qp() failsChuck Lever1-2/+6
2014-12-14SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust1-11/+16
2014-12-14sunrpc: fix byte-swapping of displayed XIDChuck Lever1-1/+1
2014-04-02SUNRPC: Fix races in xs_nospace()Trond Myklebust1-1/+5
2014-04-02sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson1-2/+6
2014-01-03SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust1-7/+21
2013-09-10SUNRPC: Fix memory corruption issue on 32-bit highmem systemsTrond Myklebust1-3/+6
2013-09-10sunrpc: remove the second argument of k[un]map_atomic()Cong Wang4-18/+18
2013-05-30SUNRPC: Prevent an rpc_task wakeup raceTrond Myklebust1-1/+7
2013-05-30sunrpc: clarify comments on rpc_make_runnableJeff Layton1-2/+3
2013-04-10SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust1-2/+7
2013-03-20SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust1-1/+5
2013-03-06svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields1-13/+2
2013-02-06SUNRPC: Ensure we release the socket write lock if the rpc_task exits earlyTrond Myklebust2-4/+11
2013-01-16SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust1-4/+23
2012-10-31SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust1-25/+0
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: Prevent kernel stack corruption on long values of flushSasha Levin1-2/+2
2012-10-31SUNRPC: Set alloc_slot for backchannel tcp opsBryan Schumaker1-0/+1
2012-10-17SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust1-5/+16
2012-09-19SUNRPC: Fix a UDP transport regressionTrond Myklebust3-14/+24
2012-09-12svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields1-5/+2
2012-09-12svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields1-1/+2
2012-09-12svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields1-1/+1
2012-08-10SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky1-2/+2
2012-08-10nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton3-1/+14
2012-06-20NFSv4.1: Fix a request leak on the back channelTrond Myklebust1-1/+2
2012-06-10sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slotTrond Myklebust2-2/+5
2012-04-02nfsd: don't allow zero length strings in cache_parse()Dan Carpenter1-0/+2
2012-04-02SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up()Trond Myklebust1-4/+11
2012-02-03net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2012-01-26svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2-20/+38
2012-01-26svcrpc: destroy server sockets all at onceJ. Bruce Fields2-7/+11
2012-01-26svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields1-0/+3
2012-01-26NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson1-1/+2
2011-12-01SUNRPC: Ensure we always bump the backlog queue in xprt_free_slotTrond Myklebust1-6/+4
2011-12-01SUNRPC: Fix the execution time statistics in the face of RPC restartsTrond Myklebust1-7/+23
2011-11-23SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust1-2/+1
2011-11-22Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+3
2011-11-10SUNRPC: destroy freshly allocated transport in case of sockaddr init errorStanislav Kinsbursky1-1/+3
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-0/+6
2011-11-03Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust5-31/+50
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-3/+2
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker4-0/+4
2011-11-01net: Fix files explicitly needing to include module.hPaul Gortmaker2-0/+2