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