-
- Downloads
Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux
Pull nfsd updates from Bruce Fields: "Highlights: - Trond made a change to the server's tcp logic that allows a fast client to better take advantage of high bandwidth networks, but may increase the risk that a single client could starve other clients; a new sunrpc.svc_rpc_per_connection_limit parameter should help mitigate this in the (hopefully unlikely) event this becomes a problem in practice. - Tom Haynes added a minimal flex-layout pnfs server, which is of no use in production for now--don't build it unless you're doing client testing or further server development" * tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux: (32 commits) nfsd: remove some dead code in nfsd_create_locked() nfsd: drop unnecessary MAY_EXEC check from create nfsd: clean up bad-type check in nfsd_create_locked nfsd: remove unnecessary positive-dentry check nfsd: reorganize nfsd_create nfsd: check d_can_lookup in fh_verify of directories nfsd: remove redundant zero-length check from create nfsd: Make creates return EEXIST instead of EACCES SUNRPC: Detect immediate closure of accepted sockets SUNRPC: accept() may return sockets that are still in SYN_RECV nfsd: allow nfsd to advertise multiple layout types nfsd: Close race between nfsd4_release_lockowner and nfsd4_lock nfsd/blocklayout: Make sure calculate signature/designator length aligned xfs: abstract block export operations from nfsd layouts SUNRPC: Remove unused callback xpo_adjust_wspace() SUNRPC: Change TCP socket space reservation SUNRPC: Add a server side per-connection limit SUNRPC: Micro optimisation for svc_data_ready SUNRPC: Call the default socket callbacks instead of open coding SUNRPC: lock the socket while detaching it ...
Showing
- Documentation/kernel-parameters.txt 6 additions, 0 deletionsDocumentation/kernel-parameters.txt
- fs/Kconfig 6 additions, 0 deletionsfs/Kconfig
- fs/nfsd/Kconfig 19 additions, 0 deletionsfs/nfsd/Kconfig
- fs/nfsd/Makefile 1 addition, 0 deletionsfs/nfsd/Makefile
- fs/nfsd/blocklayout.c 2 additions, 0 deletionsfs/nfsd/blocklayout.c
- fs/nfsd/blocklayoutxdr.c 2 additions, 2 deletionsfs/nfsd/blocklayoutxdr.c
- fs/nfsd/export.c 12 additions, 2 deletionsfs/nfsd/export.c
- fs/nfsd/export.h 1 addition, 1 deletionfs/nfsd/export.h
- fs/nfsd/flexfilelayout.c 133 additions, 0 deletionsfs/nfsd/flexfilelayout.c
- fs/nfsd/flexfilelayoutxdr.c 115 additions, 0 deletionsfs/nfsd/flexfilelayoutxdr.c
- fs/nfsd/flexfilelayoutxdr.h 49 additions, 0 deletionsfs/nfsd/flexfilelayoutxdr.h
- fs/nfsd/nfs4layouts.c 13 additions, 3 deletionsfs/nfsd/nfs4layouts.c
- fs/nfsd/nfs4proc.c 43 additions, 5 deletionsfs/nfsd/nfs4proc.c
- fs/nfsd/nfs4state.c 43 additions, 31 deletionsfs/nfsd/nfs4state.c
- fs/nfsd/nfs4xdr.c 37 additions, 44 deletionsfs/nfsd/nfs4xdr.c
- fs/nfsd/nfsd.h 5 additions, 0 deletionsfs/nfsd/nfsd.h
- fs/nfsd/nfsfh.c 12 additions, 6 deletionsfs/nfsd/nfsfh.c
- fs/nfsd/nfsproc.c 2 additions, 5 deletionsfs/nfsd/nfsproc.c
- fs/nfsd/nfsxdr.c 1 addition, 1 deletionfs/nfsd/nfsxdr.c
- fs/nfsd/pnfs.h 4 additions, 0 deletionsfs/nfsd/pnfs.h
Loading
Please register or sign in to comment