Revision 5b1e167d8de86d698114a0a8de61e9d1365d3e8a authored by Linus Torvalds on 24 March 2016, 17:41:00 UTC, committed by Linus Torvalds on 24 March 2016, 17:41:00 UTC
Pull nfsd updates from Bruce Fields:
 "Various bugfixes, a RDMA update from Chuck Lever, and support for a
  new pnfs layout type from Christoph Hellwig.  The new layout type is a
  variant of the block layout which uses SCSI features to offer improved
  fencing and device identification.

  (Also: note this pull request also includes the client side of SCSI
  layout, with Trond's permission.)"

* tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linux:
  sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race
  nfsd: recover: fix memory leak
  nfsd: fix deadlock secinfo+readdir compound
  nfsd4: resfh unused in nfsd4_secinfo
  svcrdma: Use new CQ API for RPC-over-RDMA server send CQs
  svcrdma: Use new CQ API for RPC-over-RDMA server receive CQs
  svcrdma: Remove close_out exit path
  svcrdma: Hook up the logic to return ERR_CHUNK
  svcrdma: Use correct XID in error replies
  svcrdma: Make RDMA_ERROR messages work
  rpcrdma: Add RPCRDMA_HDRLEN_ERR
  svcrdma: svc_rdma_post_recv() should close connection on error
  svcrdma: Close connection when a send error occurs
  nfsd: Lower NFSv4.1 callback message size limit
  svcrdma: Do not send Write chunk XDR pad with inline content
  svcrdma: Do not write xdr_buf::tail in a Write chunk
  svcrdma: Find client-provided write and reply chunks once per reply
  nfsd: Update NFS server comments related to RDMA support
  nfsd: Fix a memory leak when meeting unsupported state_protect_how4
  nfsd4: fix bad bounds checking
2 parent s 8b97be0 + a6ab1e8
History
File Mode Size
Kconfig -rw-r--r-- 803 bytes
Makefile -rw-r--r-- 263 bytes
crypto.c -rw-r--r-- 62.8 KB
debug.c -rw-r--r-- 3.8 KB
dentry.c -rw-r--r-- 2.6 KB
ecryptfs_kernel.h -rw-r--r-- 24.9 KB
file.c -rw-r--r-- 9.9 KB
inode.c -rw-r--r-- 32.1 KB
keystore.c -rw-r--r-- 80.2 KB
kthread.c -rw-r--r-- 4.9 KB
main.c -rw-r--r-- 25.4 KB
messaging.c -rw-r--r-- 13.9 KB
miscdev.c -rw-r--r-- 14.7 KB
mmap.c -rw-r--r-- 15.9 KB
read_write.c -rw-r--r-- 8.5 KB
super.c -rw-r--r-- 6.0 KB

back to top