summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-03NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever6-32/+46
2015-11-02SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever1-5/+0
2015-11-02svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever4-1/+70
2015-11-02xprtrdma: Handle incoming backward direction RPC callsChuck Lever3-0/+161
2015-11-02xprtrdma: Add support for sending backward direction RPC repliesChuck Lever3-0/+51
2015-11-02xprtrdma: Pre-allocate Work Requests for backchannelChuck Lever3-2/+26
2015-11-02xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffersChuck Lever5-12/+309
2015-11-02SUNRPC: Abstract backchannel operationsChuck Lever4-2/+37
2015-11-02xprtrdma: Saving IRQs no longer needed for rb_lockChuck Lever1-14/+10
2015-11-02xprtrdma: Remove reply taskletChuck Lever1-43/+0
2015-11-02xprtrdma: Use workqueue to process RPC/RDMA repliesChuck Lever4-18/+65
2015-11-02xprtrdma: Replace send and receive arraysChuck Lever2-91/+73
2015-11-02xprtrdma: Refactor reply handler error handlingChuck Lever3-40/+53
2015-11-02xprtrdma: Prevent loss of completion signalsChuck Lever2-41/+38
2015-11-02xprtrdma: Re-arm after missed eventsChuck Lever1-56/+10
2015-11-02xprtrdma: Enable swap-on-NFS/RDMAChuck Lever1-1/+1
2015-11-02xprtrdma: don't log warnings for flushed completionsSteve Wise1-2/+5
2015-10-19Linux 4.3-rc6Linus Torvalds1-1/+1
2015-10-18Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-18/+51
2015-10-18i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348Mika Westerberg1-0/+20
2015-10-17Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...Linus Torvalds3-6/+6
2015-10-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-9/+9
2015-10-17Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+3
2015-10-16Merge tag 'dm-4.3-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-4/+13
2015-10-16Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+16
2015-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-6/+17
2015-10-16Merge tag 'pm+acpi-4.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-49/+21
2015-10-16Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds12-16/+115
2015-10-16Merge tag 'powerpc-4.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds14-30/+79
2015-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-61/+58
2015-10-16sh: add copy_user_page() alias for __copy_user()Ross Zwisler1-0/+1
2015-10-16lib/Kconfig: ZLIB_DEFLATE must select BITREVERSEAndrew Morton1-0/+1
2015-10-16mm, dax: fix DAX deadlocksRoss Zwisler2-41/+31
2015-10-16memcg: convert threshold to bytesShaohua Li1-0/+1
2015-10-16builddeb: remove debian/files before buildRiku Voipio1-2/+2
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko6-18/+22
2015-10-16rbd: use writefull op for object size writesIlya Dryomov2-6/+16
2015-10-16rbd: set max_sectors explicitlyIlya Dryomov1-0/+1
2015-10-16timekeeping: Increment clock_was_set_seq in timekeeping_init()Thomas Gleixner1-1/+1
2015-10-16Merge branches 'acpica', 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki7-49/+21
2015-10-16genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsMarc Zyngier2-5/+5
2015-10-16drm/virtio: use %llu format string form atomic64_tArnd Bergmann2-3/+3
2015-10-16MAINTAINERS: Add myself as maintainer for the gma500 driverPatrik Jakobsson1-0/+8
2015-10-16MAINTAINERS: add a maintainer for the atmel-hlcdc DRM driverBoris BREZILLON1-0/+7
2015-10-16Merge branch 'drm-fixes-4.3' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie5-10/+90
2015-10-16Merge tag 'vmwgfx-fixes-4.3-151014' of git://people.freedesktop.org/~thomash/...Dave Airlie1-1/+2
2015-10-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-2/+16
2015-10-15Merge tag 'pinctrl-v4.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds3-115/+117
2015-10-15cpufreq: intel_pstate: Fix divide by zero on Knights Landing (KNL)Srinivas Pandruvada1-0/+5
2015-10-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds30-94/+481