summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsfh.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10NFSD: include "netns.h"Chuck Lever1-0/+1
2026-08-10NFSD: Explicitly include "stats.h"Chuck Lever1-0/+1
2026-08-10nfsd: allow encoding a filehandle into fattr4 without a svc_fhJeff Layton1-12/+18
2026-08-10NFSD: remove flawed WARN_ON_ONCE from nfsd_mode_checkMike Snitzer1-3/+1
2026-08-10nfsd: fix dentry ref leak on V4ROOT export filehandle lookupJeff Layton1-2/+6
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-7/+76
2026-03-29NFSD: Sign filehandlesBenjamin Coddington1-4/+70
2026-03-29sunrpc: Kill RPC_IFDEBUG()Andy Shevchenko1-3/+6
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-2/+2
2025-11-12Merge 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-21nfsd: decouple the xprtsec policy check from check_nfsd_access()Scott Mayhew1-1/+23
2025-09-21NFSD: Move the fh_getattr() helperChuck Lever1-0/+23
2025-07-14NFSD: Access a knfsd_fh's fsid by pointerChuck Lever1-7/+9
2025-02-10Merge 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-27Merge 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-18NFSD: Remove a never-true comparisonChuck Lever1-1/+1
2024-11-18nfsd: refine and rename NFSD_MAY_LOCKNeilBrown1-8/+4
2024-11-18nfsd: 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-20nfsd: move error choice for incorrect object types to version-specific code.NeilBrown1-9/+7
2024-09-20nfsd: Move error code mapping to per-version proc code.NeilBrown1-7/+3
2024-09-20nfsd: move V4ROOT version check to nfsd_set_fh_dentry()NeilBrown1-11/+7
2024-09-20nfsd: further centralize protocol version checks.NeilBrown1-0/+4
2024-09-20nfsd: Pass 'cred' instead of 'rqstp' to some functions.NeilBrown1-3/+3
2024-09-20nfsd: 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-29nfsd: 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-17/+35
2023-01-26nfsd: move nfsd4_change_attribute to nfsfh.cJeff Layton1-0/+27