summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd: convert to ctime accessor functionsJeff Layton2023-07-242-2/+2
* Merge tag 'nfsd-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-06-301-5/+5
|\
| * nfsd: Fix creation time serialization orderTavian Barnes2023-06-271-5/+5
* | Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-291-2/+5
|\ \
| * | exportfs: check for error return value from exportfs_encode_*()Amir Goldstein2023-05-251-1/+3
| * | exportfs: change connectable argument to bit flagsAmir Goldstein2023-05-221-2/+3
* | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-1/+1
|\ \ \ | |_|/ |/| |
| * | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+1
* | | nfsd: remove redundant assignments to variable lenColin Ian King2023-06-211-7/+5
* | | NFSD: Distinguish per-net namespace initializationChuck Lever2023-06-182-4/+24
* | | nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_netJeff Layton2023-06-183-12/+25
* | | NFSD: Add an nfsd4_encode_nfstime4() helperChuck Lever2023-06-171-20/+26
* | | NFSD: add encoding of op_recall flag for write delegationDai Ngo2023-06-121-1/+1
* | | nfsd: don't provide pre/post-op attrs if fh_getattr failsJeff Layton2023-06-111-19/+7
* | | NFSD: Remove nfsd_readv()Chuck Lever2023-06-112-20/+0
* | | 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