aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-9/+8
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+7
2016-05-13svcrdma: Do not add XDR padding to xdr_buf page vectorChuck Lever1-1/+1
2016-05-13nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateidJeff Layton3-8/+7
2016-05-01nfsd: use RWF_SYNCChristoph Hellwig1-11/+7
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro3-4/+4
2016-03-24Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-64/+439
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-20/+28
2016-03-23nfsd: use short read as well as i_size to set eofBenjamin Coddington3-7/+30
2016-03-22nfsd: better layoutupdate bounds-checkingJ. Bruce Fields1-4/+8
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-03-18nfsd: block and scsi layout drivers need to depend on CONFIG_BLOCKChristoph Hellwig1-2/+2
2016-03-18nfsd: add SCSI layout supportChristoph Hellwig8-7/+333
2016-03-18nfsd: move some blocklayout codeChristoph Hellwig1-40/+50
2016-03-18nfsd: add a new config option for the block layout driverChristoph Hellwig4-5/+17
2016-03-17nfsd: recover: fix memory leakSudip Mukherjee1-0/+1
2016-03-16nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields1-0/+1
2016-03-04vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig1-2/+2
2016-03-02nfsd4: resfh unused in nfsd4_secinfoJ. Bruce Fields1-2/+0
2016-03-01nfsd: Lower NFSv4.1 callback message size limitChuck Lever1-8/+13
2016-03-01nfsd: Update NFS server comments related to RDMA supportChuck Lever2-4/+3
2016-03-01nfsd: Fix a memory leak when meeting unsupported state_protect_how4Kinglong Mee1-1/+2
2016-03-01nfsd4: fix bad bounds checkingJ. Bruce Fields1-5/+8
2016-01-27nfsd: Use shashHerbert Xu1-11/+17
2016-01-22wrappers for ->i_mutex accessAl Viro4-12/+12
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-42/+236
2016-01-14nfsd: add new io class tracepointJeff Layton3-0/+79
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-19/+14
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-12/+101
2016-01-09nfsd: don't hold i_mutex over userspace upcallsNeilBrown3-19/+14
2016-01-08nfsd: give up on CB_LAYOUTRECALLs after two lease periodsJeff Layton1-10/+25
2016-01-07nfsd: Fix nfsd leaks sunrpc module referencesKinglong Mee1-4/+3
2016-01-07lockd: constify nlmsvc_binding structureJulia Lawall1-1/+1
2016-01-07nfsd: use to_delayed_workGeliang Tang1-2/+1
2015-12-23nfsd: Register callbacks on the inetaddr_chain and inet6addr_chainScott Mayhew1-0/+68
2015-12-23nfsd: don't base cl_cb_status on stale informationJ. Bruce Fields1-0/+4
2015-12-16nfsd: don't hold ls_mutex across a layout recallJeff Layton1-1/+1
2015-12-07nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig5-0/+88
2015-12-07nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Anna Schumaker3-12/+13
2015-11-24nfsd4: fix gss-proxy 4.1 mounts for some AD principalsJ. Bruce Fields1-1/+9
2015-11-24nfsd: fix unlikely NULL deref in mach_creds_matchJ. Bruce Fields1-0/+9
2015-11-24nfsd: minor consolidation of mach_cred handling codeJ. Bruce Fields1-7/+10
2015-11-24nfsd: helper for dup of possibly NULL stringJ. Bruce Fields1-6/+15
2015-11-23nfsd: fix a warning messageDan Carpenter1-1/+2
2015-11-23nfsd: constify nfsd4_callback_ops structureJulia Lawall4-7/+7
2015-11-23nfsd: recover: constify nfsd4_client_tracking_ops structuresJulia Lawall2-4/+4
2015-11-10nfsd: fix race with open / open upgrade stateidsAndrew Elble1-25/+53
2015-11-10nfsd: eliminate sending duplicate and repeated delegationsAndrew Elble1-10/+84
2015-11-10nfsd: remove recurring workqueue job to clean DRCJeff Layton1-26/+0
2015-10-23nfsd: ensure that seqid morphing operations are atomic wrt to copiesJeff Layton3-39/+31