summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nfsd: use short read as well as i_size to set eofBenjamin Coddington2016-03-233-7/+30
* nfsd: better layoutupdate bounds-checkingJ. Bruce Fields2016-03-221-4/+8
* nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCKChristoph Hellwig2016-03-181-2/+2
* nfsd: add SCSI layout supportChristoph Hellwig2016-03-1811-8/+358
* nfsd: move some blocklayout codeChristoph Hellwig2016-03-181-40/+50
* nfsd: add a new config option for the block layout driverChristoph Hellwig2016-03-187-8/+20
* nfs/blocklayout: add SCSI layout supportChristoph Hellwig2016-03-185-25/+238
* nfs4.h: add SCSI layout definitionsChristoph Hellwig2016-03-171-0/+19
* sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown2016-03-171-3/+3
* nfsd: recover: fix memory leakSudip Mukherjee2016-03-171-0/+1
* nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields2016-03-161-0/+1
* nfsd4: resfh unused in nfsd4_secinfoJ. Bruce Fields2016-03-021-2/+0
* svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever2016-03-015-177/+121
* svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever2016-03-012-91/+40
* svcrdma: Remove close_out exit pathChuck Lever2016-03-011-11/+1
* svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever2016-03-012-13/+46
* svcrdma: Use correct XID in error repliesChuck Lever2016-03-013-8/+4
* svcrdma: Make RDMA_ERROR messages workChuck Lever2016-03-015-67/+74
* rpcrdma: Add RPCRDMA_HDRLEN_ERRChuck Lever2016-03-011-0/+1
* svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever2016-03-015-24/+20
* svcrdma: Close connection when a send error occursChuck Lever2016-03-011-2/+6
* nfsd: Lower NFSv4.1 callback message size limitChuck Lever2016-03-014-14/+24
* svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever2016-03-013-7/+19
* svcrdma: Do not write xdr_buf::tail in a Write chunkChuck Lever2016-03-011-3/+8
* svcrdma: Find client-provided write and reply chunks once per replyChuck Lever2016-03-011-44/+36
* nfsd: Update NFS server comments related to RDMA supportChuck Lever2016-03-012-4/+3
* nfsd: Fix a memory leak when meeting unsupported state_protect_how4Kinglong Mee2016-03-011-1/+2
* nfsd4: fix bad bounds checkingJ. Bruce Fields2016-03-011-5/+8
* sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi2016-02-231-1/+1
* Linux 4.5-rc4v4.5-rc4Linus Torvalds2016-02-141-1/+1
* Merge tag 'char-misc-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-02-143-1/+12
|\
| * nvmem: qfprom: Specify LE device endiannessStephen Boyd2016-02-071-0/+1
| * nvmem: core: return error for non word aligned accessSrinivas Kandagatla2016-02-071-0/+6
| * mei: validate request value in client notify request ioctlAlexander Usyskin2016-02-061-1/+5
* | Merge tag 'driver-core-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-02-141-3/+3
|\ \
| * | klist: fix starting point removed bug in klist iteratorsJames Bottomley2016-02-071-3/+3
* | | Merge tag 'tty-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-147-7/+79
|\ \ \
| * | | Revert "8250: uniphier: allow modular build with 8250 console"Greg Kroah-Hartman2016-02-071-1/+1
| * | | pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski2016-02-063-3/+30
| * | | pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski2016-02-061-1/+17
| * | | tty: Add support for PCIe WCH382 2S multi-IO cardJeremy McNicoll2016-02-061-0/+21
| * | | serial/omap: mark wait_for_xmitr as __maybe_unusedArnd Bergmann2016-02-061-1/+1
| * | | serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)Peter Hurley2016-02-061-2/+6
| * | | 8250: uniphier: allow modular build with 8250 consoleArnd Bergmann2016-02-061-1/+1
| * | | tty: Drop krefs for interrupted tty lockPeter Hurley2016-02-062-3/+7
* | | | Merge tag 'usb-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-143-12/+19
|\ \ \ \
| * \ \ \ Merge tag 'phy-for-4.5-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2016-02-113-12/+19
| |\ \ \ \
| | * | | | phy: twl4030-usb: Fix unbalanced pm_runtime_enable on module reloadTony Lindgren2016-02-101-5/+8
| | * | | | phy: twl4030-usb: Relase usb phy on unloadTony Lindgren2016-02-101-0/+1
| | * | | | phy: core: fix wrong err handle for phy_power_onShawn Lin2016-02-101-7/+9