Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
Pull nfsd updates from Bruce Fields: "A comparatively quieter cycle for nfsd this time, but still with two larger changes: - RPC server scalability improvements from Jeff Layton (using RCU instead of a spinlock to find idle threads). - server-side NFSv4.2 ALLOCATE/DEALLOCATE support from Anna Schumaker, enabling fallocate on new clients" * 'for-3.19' of git://linux-nfs.org/~bfields/linux: (32 commits) nfsd4: fix xdr4 count of server in fs_location4 nfsd4: fix xdr4 inclusion of escaped char sunrpc/cache: convert to use string_escape_str() sunrpc: only call test_bit once in svc_xprt_received fs: nfsd: Fix signedness bug in compare_blob sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt sunrpc: convert to lockless lookup of queued server threads sunrpc: fix potential races in pool_stats collection sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it sunrpc: require svc_create callers to pass in meaningful shutdown routine sunrpc: have svc_wake_up only deal with pool 0 sunrpc: convert sp_task_pending flag to use atomic bitops sunrpc: move rq_cachetype field to better optimize space sunrpc: move rq_splice_ok flag into rq_flags sunrpc: move rq_dropme flag into rq_flags sunrpc: move rq_usedeferral flag to rq_flags sunrpc: move rq_local field to rq_flags sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it nfsd: minor off by one checks in __write_versions() sunrpc: release svc_pool_map reference when serv allocation fails ...
No related branches found
No related tags found
Showing
- drivers/staging/android/ashmem.c 1 addition, 1 deletiondrivers/staging/android/ashmem.c
- fs/ioctl.c 1 addition, 1 deletionfs/ioctl.c
- fs/lockd/mon.c 1 addition, 1 deletionfs/lockd/mon.c
- fs/lockd/svc.c 1 addition, 1 deletionfs/lockd/svc.c
- fs/nfsd/nfs4proc.c 54 additions, 3 deletionsfs/nfsd/nfs4proc.c
- fs/nfsd/nfs4state.c 37 additions, 31 deletionsfs/nfsd/nfs4state.c
- fs/nfsd/nfs4xdr.c 27 additions, 7 deletionsfs/nfsd/nfs4xdr.c
- fs/nfsd/nfscache.c 2 additions, 2 deletionsfs/nfsd/nfscache.c
- fs/nfsd/nfsctl.c 3 additions, 3 deletionsfs/nfsd/nfsctl.c
- fs/nfsd/nfsfh.c 1 addition, 1 deletionfs/nfsd/nfsfh.c
- fs/nfsd/nfssvc.c 1 addition, 1 deletionfs/nfsd/nfssvc.c
- fs/nfsd/state.h 13 additions, 6 deletionsfs/nfsd/state.h
- fs/nfsd/vfs.c 31 additions, 6 deletionsfs/nfsd/vfs.c
- fs/nfsd/vfs.h 2 additions, 0 deletionsfs/nfsd/vfs.h
- fs/nfsd/xdr4.h 9 additions, 0 deletionsfs/nfsd/xdr4.h
- fs/open.c 3 additions, 2 deletionsfs/open.c
- include/linux/fs.h 1 addition, 1 deletioninclude/linux/fs.h
- include/linux/sunrpc/svc.h 19 additions, 15 deletionsinclude/linux/sunrpc/svc.h
- include/linux/sunrpc/svc_xprt.h 3 additions, 4 deletionsinclude/linux/sunrpc/svc_xprt.h
- include/trace/events/sunrpc.h 114 additions, 6 deletionsinclude/trace/events/sunrpc.h
Loading
Please register or sign in to comment