aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 11-64/+439
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 4-20/+28
2016-03-23nfsd: use short read as well as i_size to set eofGravatar Benjamin Coddington 3-7/+30
2016-03-22nfsd: better layoutupdate bounds-checkingGravatar J. Bruce Fields 1-4/+8
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2016-03-18nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCKGravatar Christoph Hellwig 1-2/+2
2016-03-18nfsd: add SCSI layout supportGravatar Christoph Hellwig 8-7/+333
2016-03-18nfsd: move some blocklayout codeGravatar Christoph Hellwig 1-40/+50
2016-03-18nfsd: add a new config option for the block layout driverGravatar Christoph Hellwig 4-5/+17
2016-03-17nfsd: recover: fix memory leakGravatar Sudip Mukherjee 1-0/+1
2016-03-16nfsd: fix deadlock secinfo+readdir compoundGravatar J. Bruce Fields 1-0/+1
2016-03-04vfs: pass a flags argument to vfs_readv/vfs_writevGravatar Christoph Hellwig 1-2/+2
2016-03-02nfsd4: resfh unused in nfsd4_secinfoGravatar J. Bruce Fields 1-2/+0
2016-03-01nfsd: Lower NFSv4.1 callback message size limitGravatar Chuck Lever 1-8/+13
2016-03-01nfsd: Update NFS server comments related to RDMA supportGravatar Chuck Lever 2-4/+3
2016-03-01nfsd: Fix a memory leak when meeting unsupported state_protect_how4Gravatar Kinglong Mee 1-1/+2
2016-03-01nfsd4: fix bad bounds checkingGravatar J. Bruce Fields 1-5/+8
2016-01-27nfsd: Use shashGravatar Herbert Xu 1-11/+17
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 4-12/+12
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 11-42/+236
2016-01-14nfsd: add new io class tracepointGravatar Jeff Layton 3-0/+79
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-19/+14
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-12/+101
2016-01-09nfsd: don't hold i_mutex over userspace upcallsGravatar NeilBrown 3-19/+14
2016-01-08nfsd: give up on CB_LAYOUTRECALLs after two lease periodsGravatar Jeff Layton 1-10/+25
2016-01-07nfsd: Fix nfsd leaks sunrpc module referencesGravatar Kinglong Mee 1-4/+3
2016-01-07lockd: constify nlmsvc_binding structureGravatar Julia Lawall 1-1/+1
2016-01-07nfsd: use to_delayed_workGravatar Geliang Tang 1-2/+1
2015-12-23nfsd: Register callbacks on the inetaddr_chain and inet6addr_chainGravatar Scott Mayhew 1-0/+68
2015-12-23nfsd: don't base cl_cb_status on stale informationGravatar J. Bruce Fields 1-0/+4
2015-12-16nfsd: don't hold ls_mutex across a layout recallGravatar Jeff Layton 1-1/+1
2015-12-07nfsd: implement the NFSv4.2 CLONE operationGravatar Christoph Hellwig 5-0/+88
2015-12-07nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Gravatar Anna Schumaker 3-12/+13
2015-11-24nfsd4: fix gss-proxy 4.1 mounts for some AD principalsGravatar J. Bruce Fields 1-1/+9
2015-11-24nfsd: fix unlikely NULL deref in mach_creds_matchGravatar J. Bruce Fields 1-0/+9
2015-11-24nfsd: minor consolidation of mach_cred handling codeGravatar J. Bruce Fields 1-7/+10
2015-11-24nfsd: helper for dup of possibly NULL stringGravatar J. Bruce Fields 1-6/+15
2015-11-23nfsd: fix a warning messageGravatar Dan Carpenter 1-1/+2
2015-11-23nfsd: constify nfsd4_callback_ops structureGravatar Julia Lawall 4-7/+7
2015-11-23nfsd: recover: constify nfsd4_client_tracking_ops structuresGravatar Julia Lawall 2-4/+4
2015-11-10nfsd: fix race with open / open upgrade stateidsGravatar Andrew Elble 1-25/+53
2015-11-10nfsd: eliminate sending duplicate and repeated delegationsGravatar Andrew Elble 1-10/+84
2015-11-10nfsd: remove recurring workqueue job to clean DRCGravatar Jeff Layton 1-26/+0
2015-10-23nfsd: ensure that seqid morphing operations are atomic wrt to copiesGravatar Jeff Layton 3-39/+31
2015-10-23nfsd: serialize layout stateid morphing operationsGravatar Jeff Layton 3-4/+26
2015-10-23nfsd: improve client_has_state to check for unused openownersGravatar J. Bruce Fields 1-8/+12
2015-10-23nfsd: fix clid_inuse on mount with security changeGravatar J. Bruce Fields 1-2/+8
2015-10-23nfsd: move include of state.h from trace.c to trace.hGravatar Jeff Layton 2-2/+2
2015-10-12nfsd: switch unsigned char flags in svc_fh to boolsGravatar Jeff Layton 6-20/+17
2015-10-12nfsd: move svc_fh->fh_maxsize to just after fh_handleGravatar Jeff Layton 1-1/+1