summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
...
* | | NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever2023-06-112-6/+17
* | | NFSD: Hoist rq_vec preparation into nfsd_read()Chuck Lever2023-06-114-36/+68
* | | NFSD: Update rq_next_page between COMPOUND operationsChuck Lever2023-06-111-3/+6
* | | NFSD: Use svcxdr_encode_opaque_pages() in nfsd4_encode_splice_read()Chuck Lever2023-06-111-22/+21
* | | NFSD: Ensure that xdr_write_pages updates rq_next_pageChuck Lever2023-06-052-8/+14
* | | NFSD: Replace encode_cinfo()Chuck Lever2023-06-051-48/+24
* | | NFSD: Add encoders for NFSv4 clientids and verifiersChuck Lever2023-06-051-52/+55
* | | NFSD: trace nfsctl operationsChuck Lever2023-06-052-8/+284
* | | NFSD: Clean up nfsctl_transaction_write()Chuck Lever2023-06-051-6/+6
* | | NFSD: Clean up nfsctl white-space damageChuck Lever2023-06-051-19/+19
* | | nfsd: use vfs setgid helperChristian Brauner2023-06-051-1/+3
|/ /
* | Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-06-022-7/+10
|\ \
| * | nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2023-05-311-6/+1
| * | nfsd: make a copy of struct iattr before calling notify_changeJeff Layton2023-05-231-1/+9
* | | Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-05-172-15/+16
|\| | | |/ |/|
| * NFSD: Remove open coding of string copyAzeem Shaikh2023-05-151-3/+3
| * nfsd: define exports_proc_ops with CONFIG_PROC_FSTom Rix2023-05-021-12/+13
* | 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