aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2019-04-22nfsd: wake blocked file lock waiters before sending callbackGravatar Jeff Layton 1-0/+9
2019-04-22nfsd: wake waiters blocked on file_lock before deleting itGravatar Jeff Layton 1-2/+1
2019-04-08nfsd: Don't release the callback slot unless it was actually heldGravatar Trond Myklebust 2-1/+8
2019-04-05nfsd/nfsd3_proc_readdir: fix buffer count and page pointersGravatar Murphy Zhou 2-4/+24
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 5-11/+26
2019-03-08nfsd: allow nfsv3 readdir request to be larger.Gravatar NeilBrown 2-2/+4
2019-03-06nfsd: fix wrong check in write_v4_end_grace()Gravatar Yihao Wu 1-1/+1
2019-03-05nfsd: fix memory corruption caused by readdirGravatar NeilBrown 2-2/+15
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Gravatar Trond Myklebust 1-13/+0
2019-02-21nfsd: fix performance-limiting session calculationGravatar J. Bruce Fields 1-4/+4
2019-02-14Revert "nfsd4: return default lease period"Gravatar J. Bruce Fields 1-2/+2
2019-02-13NFS: Remove print_overflow_msg()Gravatar Chuck Lever 1-13/+0
2019-02-06nfsd: fix an IS_ERR() vs NULL checkGravatar Dan Carpenter 1-2/+2
2019-02-06nfsd: Fix error return values for nfsd4_clone_file_range()Gravatar Trond Myklebust 1-2/+4
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 2-17/+16
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 6-28/+34
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-1/+1
2018-12-27nfsd: drop useless LIST_HEADGravatar Julia Lawall 1-1/+0
2018-12-27Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-3/+3
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.Gravatar NeilBrown 2-12/+6
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().Gravatar NeilBrown 1-8/+4
2018-12-19SUNRPC: remove uid and gid from struct auth_credGravatar NeilBrown 1-4/+2
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credGravatar NeilBrown 1-1/+12
2018-12-14NFSD remove OP_CACHEME from 4.2 op_flagsGravatar Olga Kornievskaia 1-4/+4
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()Gravatar NeilBrown 1-3/+3
2018-12-04nfsd: Return EPERM, not EACCES, in some SETATTR casesGravatar zhengbin 1-2/+15
2018-11-28nfsd: clean up indentation, increase indentation in switch statementGravatar Colin Ian King 1-3/+3
2018-11-28nfsd: fix a warning in __cld_pipe_upcall()Gravatar Scott Mayhew 1-11/+6
2018-11-28nfsd4: fix crash on writing v4_end_grace before nfsd startupGravatar J. Bruce Fields 1-0/+2
2018-11-27nfsd4: skip unused assignmentGravatar J. Bruce Fields 1-1/+1
2018-11-27nfsd4: forbid all renames during grace periodGravatar J. Bruce Fields 1-2/+1
2018-11-27nfsd4: remove unused nfs4_check_olstateid parameterGravatar J. Bruce Fields 1-2/+2
2018-11-27nfsd4: zero-length WRITE should succeedGravatar J. Bruce Fields 1-2/+0
2018-11-08nfsd: COPY and CLONE operations require the saved filehandle to be setGravatar Scott Mayhew 1-0/+3
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-2/+6
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-2/+2
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 15-126/+603
2018-10-30vfs: plumb remap flags through the vfs clone functionsGravatar Darrick J. Wong 1-1/+1
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 1-2/+6
2018-10-29nfsd: correctly decrement odstate refcount in error pathGravatar Andrew Elble 1-2/+1
2018-10-29nfsd: fix fall-through annotationsGravatar Gustavo A. R. Silva 1-1/+2
2018-10-29knfsd: Improve lookup performance in the duplicate reply cache using an rbtreeGravatar Trond Myklebust 2-11/+27
2018-10-29knfsd: Further simplify the cache lookupGravatar Trond Myklebust 2-37/+27
2018-10-29knfsd: Simplify NFS duplicate replay cacheGravatar Trond Myklebust 1-50/+44
2018-10-29knfsd: Remove dead code from nfsd_cache_lookupGravatar Trond Myklebust 1-8/+0
2018-10-29knfsd: Lockless lookup of NFSv4 identities.Gravatar Trond Myklebust 1-5/+6
2018-10-29knfsd: Allow lockless lookups of the exportsGravatar Trond Myklebust 2-7/+9
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-2/+2
2018-09-25nfsd: remove set but not used variable 'dirp'Gravatar YueHaibing 1-2/+0
2018-09-25NFSD introduce async copy featureGravatar Olga Kornievskaia 7-24/+326