summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsfh.c
AgeCommit message (Expand)Author
2025-02-10Merge tag 'nfsd-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-02-10nfsd: fix __fh_verify for localioOlga Kornievskaia
2025-01-27Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-01-06nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown
2024-12-02nfsfh: avoid pointless cred reference count bumpChristian Brauner
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner
2024-11-18NFSD: Remove a never-true comparisonChuck Lever
2024-11-18nfsd: refine and rename NFSD_MAY_LOCKNeilBrown
2024-11-18nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOTPali Rohár
2024-11-11nfsd: drop inode parameter from nfsd4_change_attribute()Jeff Layton
2024-09-23nfsd: add nfsd_file_acquire_local()NeilBrown
2024-09-23nfsd: factor out __fh_verify to allow NULL rqstp to be passedNeilBrown
2024-09-23NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry()Chuck Lever
2024-09-23NFSD: Refactor nfsd_setuser_and_check_port()NeilBrown
2024-09-20nfsd: move error choice for incorrect object types to version-specific code.NeilBrown
2024-09-20nfsd: Move error code mapping to per-version proc code.NeilBrown
2024-09-20nfsd: move V4ROOT version check to nfsd_set_fh_dentry()NeilBrown
2024-09-20nfsd: further centralize protocol version checks.NeilBrown
2024-09-20nfsd: Pass 'cred' instead of 'rqstp' to some functions.NeilBrown
2024-09-20nfsd: Don't pass all of rqst into rqst_exp_find()NeilBrown
2024-05-28fhandle: relax open_by_handle_at() permission checksChristian Brauner
2024-05-06knfsd: LOOKUP can return an illegal error valueTrond Myklebust
2024-03-01nfsd: make all of the nfsd stats per-network namespaceJosef Bacik
2023-10-16NFSD: Add nfsd4_encode_fattr4_change()Chuck Lever
2023-08-29nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton
2023-06-29Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-11nfsd: don't provide pre/post-op attrs if fh_getattr failsJeff Layton
2023-05-25exportfs: check for error return value from exportfs_encode_*()Amir Goldstein
2023-05-22exportfs: change connectable argument to bit flagsAmir Goldstein
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-26nfsd: remove fetch_iversion export operationJeff Layton
2023-01-26nfsd: use the getattr operation to fetch i_versionJeff Layton
2023-01-26nfsd: move nfsd4_change_attribute to nfsfh.cJeff Layton
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2022-10-13nfsd: ensure we always call fh_verify_error tracepointJeff Layton
2022-09-26NFSD: Replace dprintk() call site in fh_verify()Chuck Lever
2022-08-04NFSD: discard fh_locked flag and fh_lock/fh_unlockNeilBrown
2022-08-04NFSD: reduce locking in nfsd_lookup()NeilBrown
2022-07-29NFSD: Instrument fh_verify()Chuck Lever
2022-03-11NFSD: Remove CONFIG_NFSD_V3Chuck Lever
2022-01-08NFSD: Move fill_pre_wcc() and fill_post_wcc()Chuck Lever
2021-10-02NFSD: simplify struct nfsfhNeilBrown
2021-10-02NFSD: drop support for ancient filehandlesNeilBrown
2021-03-22NFSD: Update the GETATTR3res encoder to use struct xdr_streamChuck Lever
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-25nfsd: report per-export statsAmir Goldstein
2021-01-25nfsd: protect concurrent access to nfsd stats countersAmir Goldstein
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-12-09nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust