summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-23nfsd: use short read as well as i_size to set eofBenjamin Coddington3-7/+30
2016-03-22nfsd: better layoutupdate bounds-checkingJ. Bruce Fields1-4/+8
2016-03-18nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCKChristoph Hellwig1-2/+2
2016-03-18nfsd: add SCSI layout supportChristoph Hellwig11-8/+358
2016-03-18nfsd: move some blocklayout codeChristoph Hellwig1-40/+50
2016-03-18nfsd: add a new config option for the block layout driverChristoph Hellwig7-8/+20
2016-03-18nfs/blocklayout: add SCSI layout supportChristoph Hellwig5-25/+238
2016-03-17nfs4.h: add SCSI layout definitionsChristoph Hellwig1-0/+19
2016-03-17sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown1-3/+3
2016-03-17nfsd: recover: fix memory leakSudip Mukherjee1-0/+1
2016-03-16nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields1-0/+1
2016-03-02nfsd4: resfh unused in nfsd4_secinfoJ. Bruce Fields1-2/+0
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever5-177/+121
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever2-91/+40
2016-03-01svcrdma: Remove close_out exit pathChuck Lever1-11/+1
2016-03-01svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever2-13/+46
2016-03-01svcrdma: Use correct XID in error repliesChuck Lever3-8/+4
2016-03-01svcrdma: Make RDMA_ERROR messages workChuck Lever5-67/+74
2016-03-01rpcrdma: Add RPCRDMA_HDRLEN_ERRChuck Lever1-0/+1
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever5-24/+20
2016-03-01svcrdma: Close connection when a send error occursChuck Lever1-2/+6
2016-03-01nfsd: Lower NFSv4.1 callback message size limitChuck Lever4-14/+24
2016-03-01svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever3-7/+19
2016-03-01svcrdma: Do not write xdr_buf::tail in a Write chunkChuck Lever1-3/+8
2016-03-01svcrdma: Find client-provided write and reply chunks once per replyChuck Lever1-44/+36
2016-03-01nfsd: Update NFS server comments related to RDMA supportChuck Lever2-4/+3
2016-03-01nfsd: Fix a memory leak when meeting unsupported state_protect_how4Kinglong Mee1-1/+2
2016-03-01nfsd4: fix bad bounds checkingJ. Bruce Fields1-5/+8
2016-02-23sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi1-1/+1
2016-02-14Linux 4.5-rc4v4.5-rc4Linus Torvalds1-1/+1
2016-02-14Merge tag 'char-misc-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-1/+12
2016-02-14Merge tag 'driver-core-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2016-02-14Merge tag 'tty-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds7-7/+79
2016-02-14Merge tag 'usb-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-12/+19
2016-02-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-26/+63
2016-02-14Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+10
2016-02-14Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2016-02-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-14/+18
2016-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2016-02-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds21-71/+46
2016-02-14Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-2/+7
2016-02-14Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-21/+28
2016-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds4-16/+27
2016-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds18-290/+567
2016-02-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds7-35/+94
2016-02-13Merge tag 'sound-fix-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2016-02-13Merge tag 'arc-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds11-61/+119
2016-02-13ALSA: usb-audio: avoid freeing umidi object twicesound-fix-4.5-rc4Andrey Konovalov1-1/+0
2016-02-12Merge tag 'pci-v4.5-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-24/+14
2016-02-12Merge branch 'akpm'(patches from Andrew)Linus Torvalds13-57/+62