summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsfh.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-13Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-3/+3
2025-11-04nfsd: fix refcount leak in nfsd_set_fh_dentry()NeilBrown1-3/+3
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-4/+51
2025-10-01nfsd: delete unnecessary NULL check in __fh_verify()Dan Carpenter1-3/+1
2025-09-22nfsd: decouple the xprtsec policy check from check_nfsd_access()Scott Mayhew1-1/+23
2025-09-22NFSD: Move the fh_getattr() helperChuck Lever1-0/+23
2025-07-14NFSD: Access a knfsd_fh's fsid by pointerChuck Lever1-7/+9
2025-02-11Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-2/+3
2025-02-10nfsd: fix __fh_verify for localioOlga Kornievskaia1-2/+3
2025-01-28Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+2
2025-01-06nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown1-0/+2
2024-12-02nfsfh: avoid pointless cred reference count bumpChristian Brauner1-2/+1
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner1-1/+1
2024-11-19NFSD: Remove a never-true comparisonChuck Lever1-1/+1
2024-11-19nfsd: refine and rename NFSD_MAY_LOCKNeilBrown1-8/+4
2024-11-19nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOTPali Rohár1-3/+6
2024-11-11nfsd: 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