summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsfh.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-24nfsd: fix refcount leak in nfsd_set_fh_dentry()NeilBrown1-3/+3
2025-10-19nfsd: decouple the xprtsec policy check from check_nfsd_access()Scott Mayhew1-1/+23
2025-10-19nfsd: fix __fh_verify for localioOlga Kornievskaia1-2/+3
2025-10-19nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown1-0/+2
2025-10-19nfsd: refine and rename NFSD_MAY_LOCKNeilBrown1-8/+4
2025-10-19nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOTPali Rohár1-3/+6
2024-12-05nfsd: drop inode parameter from nfsd4_change_attribute()Jeff Layton1-8/+12
2024-09-23nfsd: add nfsd_file_acquire_local()NeilBrown1-0/+23
2024-09-23nfsd: factor out __fh_verify to allow NULL rqstp to be passedNeilBrown1-31/+60
2024-09-23NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry()Chuck Lever1-4/+4
2024-09-23NFSD: Refactor nfsd_setuser_and_check_port()NeilBrown1-9/+10
2024-09-21nfsd: move error choice for incorrect object types to version-specific code.NeilBrown1-9/+7
2024-09-21nfsd: Move error code mapping to per-version proc code.NeilBrown1-7/+3
2024-09-21nfsd: move V4ROOT version check to nfsd_set_fh_dentry()NeilBrown1-11/+7
2024-09-21nfsd: further centralize protocol version checks.NeilBrown1-0/+4
2024-09-21nfsd: Pass 'cred' instead of 'rqstp' to some functions.NeilBrown1-3/+3
2024-09-21nfsd: Don't pass all of rqst into rqst_exp_find()NeilBrown1-1/+3
2024-05-28fhandle: relax open_by_handle_at() permission checksChristian Brauner1-1/+1
2024-05-06knfsd: LOOKUP can return an illegal error valueTrond Myklebust1-2/+2
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik1-1/+2
2023-10-16NFSD: Add nfsd4_encode_fattr4_change()Chuck Lever1-1/+1
2023-08-30nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton1-10/+16
2023-06-29Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+5
2023-06-11nfsd: don't provide pre/post-op attrs if fh_getattr failsJeff Layton1-19/+7
2023-05-25exportfs: check for error return value from exportfs_encode_*()Amir Goldstein1-1/+3
2023-05-22exportfs: change connectable argument to bit flagsAmir Goldstein1-2/+3
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-01-26nfsd: remove fetch_iversion export operationJeff Layton1-3/+0
2023-01-26nfsd: use the getattr operation to fetch i_versionJeff Layton1-18/+36
2023-01-26nfsd: move nfsd4_change_attribute to nfsfh.cJeff Layton1-0/+27
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2022-10-13nfsd: ensure we always call fh_verify_error tracepointJeff Layton1-1/+1
2022-09-26NFSD: Replace dprintk() call site in fh_verify()Chuck Lever1-7/+1
2022-08-04NFSD: discard fh_locked flag and fh_lock/fh_unlockNeilBrown1-2/+1
2022-08-04NFSD: reduce locking in nfsd_lookup()NeilBrown1-0/+19
2022-07-30NFSD: Instrument fh_verify()Chuck Lever1-2/+3
2022-03-11NFSD: Remove CONFIG_NFSD_V3Chuck Lever1-4/+0
2022-01-08NFSD: Move fill_pre_wcc() and fill_post_wcc()Chuck Lever1-1/+65
2021-10-02NFSD: simplify struct nfsfhNeilBrown1-9/+4
2021-10-02NFSD: drop support for ancient filehandlesNeilBrown1-109/+51
2021-03-22NFSD: Update the GETATTR3res encoder to use struct xdr_streamChuck Lever1-1/+1
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2021-01-25nfsd: report per-export statsAmir Goldstein1-2/+2
2021-01-25nfsd: protect concurrent access to nfsd stats countersAmir Goldstein1-1/+1
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+2
2020-12-09nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust1-0/+4
2020-12-09nfsd: Fix up nfsd to ensure that timeout errors don't result in ESTALETrond Myklebust1-4/+12
2020-12-09nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton1-0/+14
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-03-16nfsd: Add tracing to nfsd_set_fh_dentry()Trond Myklebust1-3/+10