Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton
2014-12-09sunrpc: fix potential races in pool_stats collectionJeff Layton
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton
2014-12-09sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton
2014-12-09sunrpc: move rq_cachetype field to better optimize spaceJeff Layton
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields
2014-12-01sunrpc: eliminate the XPT_DETACHED flagJeff Layton
2014-11-27sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton
2014-11-27sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton
2014-11-27Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust
2014-11-26SUNRPC: serialize iostats updatesChuck Lever
2014-11-25sunrpc: eliminate RPC_TRACEPOINTSJeff Layton
2014-11-25sunrpc: eliminate RPC_DEBUGJeff Layton
2014-11-24sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-09-25SUNRPC: Don't wake tasks during connection abortBenjamin Coddington
2014-08-17SUNRPC: get rid of the request wait queueTrond Myklebust
2014-08-14Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-08-10Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-08-04sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown
2014-08-04sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton
2014-08-04sunrpc: remove __rcu annotation from struct gss_cl_ctx->gc_gss_ctxJeff Layton
2014-08-04Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma int...Trond Myklebust
2014-08-01xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macroChuck Lever
2014-07-30SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedTrond Myklebust
2014-07-23svcrdma: Double the default credit limitChuck Lever
2014-07-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown
2014-07-13sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton
2014-07-13auth_gss: fetch the acceptor name out of the downcallJeff Layton
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee
2014-06-11Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-06-07svcrdma: refactor marshalling logicSteve Wise
2014-06-04SUNRPC: Move congestion window constants to header fileChuck Lever
2014-05-31nfsd4: better reservation of head space for krb5J. Bruce Fields
2014-05-31rpc: define xdr_restrict_buflenJ. Bruce Fields
2014-05-31nfsd4: allow encoding across page boundariesJ. Bruce Fields
2014-05-31rpc: xdr_truncate_encodeJ. Bruce Fields
2014-05-22SUNRPC: track whether a request is coming from a loop-back interface.NeilBrown
2014-05-22NFSD: Ignore client's source port on RDMA transportsChuck Lever
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-09Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds