aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust2015-10-131-0/+2
* SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust2015-08-121-1/+1
* sunrpc: fix braino in ->poll()Al Viro2015-05-091-1/+1
* xprtrdma: Free the pd if ib_query_qp() failsChuck Lever2015-05-091-2/+6
* SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust2014-12-141-11/+16
* sunrpc: fix byte-swapping of displayed XIDChuck Lever2014-12-141-1/+1
* SUNRPC: Fix races in xs_nospace()Trond Myklebust2014-04-021-1/+5
* sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson2014-04-021-2/+6
* SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust2014-01-031-7/+21
* SUNRPC: Fix memory corruption issue on 32-bit highmem systemsTrond Myklebust2013-09-101-3/+6
* sunrpc: remove the second argument of k[un]map_atomic()Cong Wang2013-09-104-18/+18
* SUNRPC: Prevent an rpc_task wakeup raceTrond Myklebust2013-05-301-1/+7
* sunrpc: clarify comments on rpc_make_runnableJeff Layton2013-05-301-2/+3
* SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust2013-04-101-2/+7
* SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust2013-03-201-1/+5
* svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields2013-03-061-13/+2
* SUNRPC: Ensure we release the socket write lock if the rpc_task exits earlyTrond Myklebust2013-02-062-4/+11
* SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust2013-01-161-4/+23
* SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust2012-10-301-25/+0
* SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust2012-10-301-5/+8
* Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust2012-10-301-1/+1
* SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust2012-10-301-0/+1
* SUNRPC: Prevent kernel stack corruption on long values of flushSasha Levin2012-10-301-2/+2
* SUNRPC: Set alloc_slot for backchannel tcp opsBryan Schumaker2012-10-301-0/+1
* SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust2012-10-171-5/+16
* SUNRPC: Fix a UDP transport regressionTrond Myklebust2012-09-193-14/+24
* svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields2012-09-121-5/+2
* svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields2012-09-121-1/+2
* svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields2012-09-121-1/+1
* SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky2012-08-101-2/+2
* nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-08-103-1/+14
* NFSv4.1: Fix a request leak on the back channelTrond Myklebust2012-06-191-1/+2
* sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slotTrond Myklebust2012-06-102-2/+5
* nfsd: don't allow zero length strings in cache_parse()Dan Carpenter2012-04-021-0/+2
* SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up()Trond Myklebust2012-04-021-4/+11
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-02-031-1/+1
* svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2012-01-252-20/+38
* svcrpc: destroy server sockets all at onceJ. Bruce Fields2012-01-252-7/+11
* svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields2012-01-251-0/+3
* NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2012-01-251-1/+2
* SUNRPC: Ensure we always bump the backlog queue in xprt_free_slotTrond Myklebust2011-12-011-6/+4
* SUNRPC: Fix the execution time statistics in the face of RPC restartsTrond Myklebust2011-12-011-7/+23
* SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust2011-11-221-2/+1
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-11-221-1/+3
|\
| * SUNRPC: destroy freshly allocated transport in case of sockaddr init errorStanislav Kinsbursky2011-11-101-1/+3
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-066-0/+6
|\ \ | |/ |/|
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-314-0/+4
| * net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-312-0/+2
* | Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust2011-11-025-31/+50
|\ \
| * | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-3/+2
| |/