summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields2014-12-09271-1021/+2556
|\
| * sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton2014-11-274-7/+134
| * sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton2014-11-277-1/+245
| * Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...Trond Myklebust2014-11-263-17/+107
| |\
| | * xprtrdma: Display async errorsChuck Lever2014-11-251-4/+32
| | * xprtrdma: Enable pad optimizationChuck Lever2014-11-251-1/+1
| | * xprtrdma: Re-write rpcrdma_flush_cqs()Chuck Lever2014-11-251-2/+9
| | * xprtrdma: Refactor tasklet schedulingChuck Lever2014-11-251-5/+12
| | * xprtrdma: unmap all FMRs during transport disconnectChuck Lever2014-11-252-2/+42
| | * xprtrdma: Cap req_cqinitChuck Lever2014-11-252-1/+9
| | * xprtrdma: Return an errno from rpcrdma_register_external()Chuck Lever2014-11-251-2/+2
| * | Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust2014-11-264-26/+39
| |\ \
| | * | NFS: Clean up nfs4_init_callback()Chuck Lever2014-11-251-17/+14
| | * | NFS: SETCLIENTID XDR buffer sizes are incorrectChuck Lever2014-11-251-4/+6
| | * | SUNRPC: serialize iostats updatesChuck Lever2014-11-252-5/+19
| | |/
| * | nfs: Add DEALLOCATE supportAnna Schumaker2014-11-258-2/+91
| * | nfs: Add ALLOCATE supportAnna Schumaker2014-11-2511-1/+183
| * | nfs: define nfs_inc_fscache_stats and using it as possibleLi RongQing2014-11-242-12/+17
| * | nfs: replace nfs_add_stats with nfs_inc_stats when add oneLi RongQing2014-11-242-2/+2
| * | NFS: Deletion of unnecessary checks before the function call "nfs_put_client"Markus Elfring2014-11-242-12/+6
| * | sunrpc: eliminate RPC_TRACEPOINTSJeff Layton2014-11-243-13/+4
| * | sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-2432-56/+53
| * | lockd: eliminate LOCKD_DEBUGJeff Layton2014-11-242-6/+2
| * | nfs41: fix nfs4_proc_layoutget error handlingPeng Tao2014-11-241-3/+3
| * | NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson2014-11-245-15/+27
| * | pnfs/blocklayout: fix end calculation in pnfs_num_cont_bytesChristoph Hellwig2014-11-241-1/+1
| * | sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton2014-11-243-60/+104
| * | sunrpc: add new tracepoints in xprt handling codeJeff Layton2014-11-243-2/+78
| * | sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton2014-11-243-19/+88
| * | NFS: Use nfs_server_capable() for checknig NFS_CAP_SEEKAnna Schumaker2014-11-241-1/+1
| * | nfs: Remove dead case from nfs4_map_errors()Jan Kara2014-11-241-2/+0
| |/
| * Linux 3.18-rc6v3.18-rc6Linus Torvalds2014-11-231-1/+1
| * uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski2014-11-232-2/+1
| * sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner2014-11-232-0/+10
| * Merge branch 'x86-traps' (trap handling from Andy Lutomirski)Linus Torvalds2014-11-236-84/+82
| |\
| | * x86_64, traps: Rework bad_iretAndy Lutomirski2014-11-232-26/+48
| | * x86_64, traps: Stop using IST for #SSAndy Lutomirski2014-11-236-26/+8
| | * x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski2014-11-232-32/+26
| * | Merge tag 'armsoc-for-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-11-2330-38/+80
| |\ \
| | * | ARM: multi_v7_defconfig: fix failure setting CPU voltage by enabling dependen...Tyler Baker2014-11-191-0/+1
| | * | Merge tag 'tegra-for-3.18-fixes-for-rc5' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2014-11-1923-32/+44
| | |\ \
| | | * | ARM: tegra: roth: Fix SD card VDD_IO regulatorAlexandre Courbot2014-11-131-3/+1
| | | * | ARM: tegra: Remove eMMC vmmc property for roth/tn7Alexandre Courbot2014-11-132-2/+0
| | | * | ARM: dts: tegra: move serial aliases to per-boardOlof Johansson2014-11-1322-23/+39
| | | * | ARM: tegra: Add serial port labels to Tegra124 DTLucas Stach2014-11-131-4/+4
| | * | | Merge tag 'renesas-clock-fixes-for-v3.18' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2014-11-192-3/+8
| | |\ \ \
| | | * | | ARM: shmobile: r8a7740 legacy: Correct IIC0 parent clockGeert Uytterhoeven2014-11-101-1/+1
| | | * | | ARM: shmobile: r8a7740 legacy: Add missing INTCA clock for irqpin moduleGeert Uytterhoeven2014-11-101-1/+6
| | | * | | ARM: shmobile: r8a7790: Fix SD3CKCR addressShinobu Uehara2014-11-101-1/+1
| | | |/ /
| | * | | Merge tag 'renesas-dt-fixes-for-v3.18' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2014-11-192-3/+3
| | |\ \ \