]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Mar 2016 02:50:32 +0000 (19:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Mar 2016 02:50:32 +0000 (19:50 -0700)
commit07af94edaa2d6a2e1bc83e5dd2485e888e5760f8
tree287e981e27465a1cce4830b548842229d9c03208
parent3bbf33005d0cfa5a1444182c36c9a38d630651a7
parent1d12f11b5fb95866e61ecdbdcf2f8a8c436dd174
Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linux

Pull more nfsd updates from Bruce Fields:
 "Apologies for the previous request, which omitted the top 8 commits
  from my for-next branch (including the SCSI layout commits).  Thanks
  to Trond for spotting my error!"

This actually includes the new layout types, so here's that part of
the pull message repeated:

 "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.

  Note this pull request also includes the client side of SCSI layout,
  with Trond's permission"

* tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linux:
  nfsd: use short read as well as i_size to set eof
  nfsd: better layoutupdate bounds-checking
  nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCK
  nfsd: add SCSI layout support
  nfsd: move some blocklayout code
  nfsd: add a new config option for the block layout driver
  nfs/blocklayout: add SCSI layout support
  nfs4.h: add SCSI layout definitions
fs/nfs/blocklayout/blocklayout.c
fs/nfs/blocklayout/extent_tree.c
fs/xfs/xfs_export.c