aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs_common
AgeCommit message (Expand)AuthorFilesLines
2023-04-13NFSv4.2: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2023-01-11filelock: move file locking definitions to separate header fileGravatar Jeff Layton 1-0/+1
2021-10-04nfs: Fix kerneldoc warning shown up by W=1Gravatar David Howells 1-1/+0
2021-07-06nfs_common: fix doc warningGravatar ChenXiaoSong 1-0/+1
2021-03-22NFSD: Add an xdr_stream-based encoder for NFSv2/3 ACLsGravatar Chuck Lever 1-0/+71
2021-01-28NFSv4_2: SSC helper should use its own config.Gravatar Dai Ngo 2-3/+1
2021-01-25NFSD: Add an xdr_stream-based decoder for NFSv2/3 ACLsGravatar Chuck Lever 1-0/+52
2020-12-09nfs_common: need lock during iterate through the listGravatar Cheng Lin 1-1/+5
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyGravatar Dai Ngo 2-0/+95
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 2-0/+2
2017-11-27lockd: fix "list_add double add" caused by legacy signal interfaceGravatar Vasily Averin 1-1/+5
2017-11-27grace: replace BUG_ON by WARN_ONCE in exit_net hookGravatar Vasily Averin 1-1/+3
2017-09-26nfs_common: convert int to boolGravatar Corentin Labbe 1-5/+5
2017-09-26nfs_common: move locks_in_grace comment at the right placeGravatar Corentin Labbe 1-7/+7
2017-09-26nfs_common: fix build warning in grace.cGravatar Corentin Labbe 1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intGravatar Alexey Dobriyan 1-1/+1
2015-08-13lockd: NLM grace period shouldn't block NFSv4 opensGravatar J. Bruce Fields 1-2/+21
2014-09-17lockd: move lockd's grace period handling into its own moduleGravatar Jeff Layton 2-1/+115
2014-07-12fs/nfs_common/nfsacl.c: move EXPORT symbol after functionsGravatar Fabian Frederick 1-3/+2
2013-02-13nfs_common: Update the translation between nfsv3 acls linux posix aclsGravatar Eric W. Biederman 1-15/+26
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-22Remove pointless memset in nfsacl_encode()Gravatar Jesper Juhl 1-1/+0
2011-01-25NFS: Prevent memory allocation failure in nfsacl_encode()Gravatar Chuck Lever 1-7/+15
2011-01-25NFS: nfsacl_{encode,decode} should return signed integerGravatar Chuck Lever 1-6/+26
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-12-23SUNRPC: nfsacl_encode/nfsacl_decode should be exported as GPL-onlyGravatar Trond Myklebust 1-2/+2
2006-10-20[PATCH] nfs_common endianness annotationsGravatar Al Viro 1-2/+2
2005-10-11[PATCH] nfsacl: Solaris VxFS compatibility fixGravatar Andreas Gruenbacher 1-35/+35
2005-08-16[PATCH] NFS: Ensure ACL xdr code doesn't overflow.Gravatar Trond Myklebust 1-0/+1
2005-06-22[PATCH] NFSD: Add server support for NFSv3 ACLs.Gravatar Andreas Gruenbacher 2-0/+264