]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Jan 2021 19:35:46 +0000 (11:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 11 Jan 2021 19:35:46 +0000 (11:35 -0800)
commit83d8f3137e6f1b452ef427594f45cad5733c8469
tree2347f7c161893f46c78f2bbe4f7f9d7458b5c2f3
parent583ee6e90e9f405da8509dd592068bf10267c94b
parent72a1a4f0742337f7759f13bd1e34174fa8cd9acd
Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6

Pull nfsd fixes from Chuck Lever:

 - Fix major TCP performance regression

 - Get NFSv4.2 READ_PLUS regression tests to pass

 - Improve NFSv4 COMPOUND memory allocation

 - Fix sparse warning

* tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6:
  NFSD: Restore NFSv4 decoding's SAVEMEM functionality
  SUNRPC: Handle TCP socket sends with kernel_sendpage() again
  NFSD: Fix sparse warning in nfssvc.c
  nfsd: Don't set eof on a truncated READ_PLUS
  nfsd: Fixes for nfsd4_encode_read_plus_data()