summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-04-296-269/+256
|\
| * NFSD: Handle new xprtsec= export optionChuck Lever2023-04-272-3/+49
| * NFSD: Clean up xattr memory allocation flagsChuck Lever2023-04-271-5/+2
| * NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loopDai Ngo2023-04-271-2/+0
| * nfsd: simplify the delayed disposal list codeJeff Layton2023-04-261-42/+22
| * NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever2023-04-261-1/+5
| * SUNRPC: return proper error from get_expiry()NeilBrown2023-04-262-11/+10
| * NFSD: Convert filecache to rhltableChuck Lever2023-04-262-187/+133
| * nfsd: allow reaping files still under writebackJeff Layton2023-04-261-1/+11
| * nfsd: update comment over __nfsd_file_cache_purgeJeff Layton2023-04-261-1/+2
| * nfsd: don't take/put an extra reference when putting a fileJeff Layton2023-04-261-3/+1
| * nfsd: add some comments to nfsd_file_do_acquireJeff Layton2023-04-261-0/+5
| * nfsd: don't kill nfsd_files because of lease break errorJeff Layton2023-04-261-14/+15
| * nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparatorJeff Layton2023-04-261-1/+1
| * nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entriesJeff Layton2023-04-261-0/+4
| * nfsd: don't open-code clear_and_wake_up_bitJeff Layton2023-04-261-3/+1
* | Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-04-241-2/+1
|\ \ | |/ |/|
| * xattr: remove unused argumentChristian Brauner2023-03-061-2/+1
* | Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-04-043-9/+11
|\ \
| * | NFSD: callback request does not use correct credential for AUTH_SYSDai Ngo2023-04-041-2/+2
| * | nfsd: call op_release, even when op_func returns an errorJeff Layton2023-03-312-6/+6
| * | NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGALChuck Lever2023-03-311-1/+3
* | | Merge tag 'nfsd-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-212-2/+9
|\| |
| * | nfsd: don't replace page in rq_pages if it's a continuation of last pageJeff Layton2023-03-171-1/+8
| * | NFS & NFSD: Update GSS dependenciesChuck Lever2023-03-101-1/+1
* | | Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-101-0/+2
|\| | | |/ |/|
| * NFSD: Protect against filesystem freezingChuck Lever2023-03-071-0/+2
* | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-02-2217-411/+286
|\|
| * NFSD: Clean up nfsd_symlink()Chuck Lever2023-02-201-8/+3
| * NFSD: copy the whole verifier in nfsd_copy_write_verifierChuck Lever2023-02-201-1/+1
| * nfsd: don't fsync nfsd_files on last closeJeff Layton2023-02-202-63/+12
| * nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_openJeff Layton2023-02-201-10/+11
| * NFSD: fix problems with cleanup on errors in nfsd4_copyDai Ngo2023-02-202-6/+11
| * nfsd: fix race to check ls_layoutsBenjamin Coddington2023-02-201-2/+2
| * nfsd: don't hand out delegation on setuid files being opened for writeJeff Layton2023-02-201-0/+27
| * nfsd: remove fs/nfsd/fault_inject.cJeff Layton2023-02-201-142/+0
| * NFSD: fix leaked reference count of nfsd4_ssc_umount_itemDai Ngo2023-02-201-4/+8
| * nfsd: clean up potential nfsd_file refcount leaks in COPY codepathJeff Layton2023-02-201-13/+10
| * nfsd: zero out pointers after putting nfsd_files on COPY setup errorJeff Layton2023-02-201-0/+2
| * nfsd: eliminate __nfs4_get_fdJeff Layton2023-02-201-13/+7
| * nfsd: add some kerneldoc comments for stateid preprocessing functionsJeff Layton2023-02-201-4/+25
| * nfsd: eliminate find_deleg_file_lockedJeff Layton2023-02-201-10/+1
| * nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUSJeff Layton2023-02-202-13/+24
| * NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlinkChuck Lever2023-02-201-16/+58
| * SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever2023-02-205-12/+16
| * nfsd: move reply cache initialization into nfsd startupJeff Layton2023-02-202-9/+9
| * SUNRPC: Refactor RPC server dispatch methodChuck Lever2023-02-203-4/+4
| * SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever2023-02-202-7/+1
| * nfsd: fix potential race in nfs4_find_fileJeff Layton2023-02-201-6/+9
| * nfsd: allow nfsd_file_get to sanely handle a NULL pointerJeff Layton2023-02-202-6/+3