summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-12-09sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton1-0/+94
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton2-3/+4
2014-12-09sunrpc: fix potential races in pool_stats collectionJeff Layton1-3/+3
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton2-1/+4
2014-12-09sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton1-1/+3
2014-12-09sunrpc: move rq_cachetype field to better optimize spaceJeff Layton1-1/+1
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2-4/+5
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton2-5/+5
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2-5/+6
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton2-2/+3
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2-6/+15
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields22-39/+344
2014-12-01sunrpc: eliminate the XPT_DETACHED flagJeff Layton1-4/+3
2014-11-27sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton2-0/+18
2014-11-27sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton2-0/+35
2014-11-27Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust1-0/+3
2014-11-26nfs: Add DEALLOCATE supportAnna Schumaker2-0/+2
2014-11-26nfs: Add ALLOCATE supportAnna Schumaker3-0/+16
2014-11-26SUNRPC: serialize iostats updatesChuck Lever1-0/+3
2014-11-25sunrpc: eliminate RPC_TRACEPOINTSJeff Layton2-12/+3
2014-11-25sunrpc: eliminate RPC_DEBUGJeff Layton4-12/+9
2014-11-25lockd: eliminate LOCKD_DEBUGJeff Layton1-5/+1
2014-11-25NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson1-2/+2
2014-11-24sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton2-1/+102
2014-11-24sunrpc: add new tracepoints in xprt handling codeJeff Layton1-0/+63
2014-11-24sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton1-0/+55
2014-11-23Merge branch 'for-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+7
2014-11-23percpu-ref: fix DEAD flag contamination of percpu pointerTejun Heo1-1/+7
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-3/+25
2014-11-22Merge tag 'sound-3.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+2
2014-11-22Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+0
2014-11-22Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+5
2014-11-19Merge tag 'linux-can-fixes-for-3.18-20141118' of git://gitorious.org/linux-ca...David S. Miller1-0/+6
2014-11-19merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields86-203/+997
2014-11-18vxlan: Inline vxlan_gso_check().Joe Stringer1-1/+17
2014-11-18can: dev: add can_is_canfd_skb() APIDong Aisheng1-0/+6
2014-11-17Merge remote-tracking branches 'asoc/fix/adsp', 'asoc/fix/cs41l51', 'asoc/fix...Mark Brown1-0/+2
2014-11-17Merge tag 'armsoc-for-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+2
2014-11-17Merge tag 'omap-fixes-against-v3.18-rc4' of git://git.kernel.org/pub/scm/linu...Olof Johansson1-2/+2
2014-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+0
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra1-5/+0
2014-11-16bitops: Fix shift overflow in GENMASK macrosMaxime COQUELIN1-2/+5
2014-11-16Merge tag 'for-v3.18-rc' of git://git.infradead.org/battery-2.6Linus Torvalds2-3/+6
2014-11-16Merge tag 'nfs-for-3.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+11
2014-11-15net: Add vxlan_gso_check() helperJoe Stringer1-0/+2
2014-11-15inetdevice: fixed signed integer overflowVincent BENAYOUN1-1/+1
2014-11-15Merge tag 'pm+acpi-3.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+5
2014-11-14Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki1-3/+5
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-2/+15
2014-11-14mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen1-0/+1