summaryrefslogtreecommitdiff
path: root/fs/nfs_common
AgeCommit message (Expand)AuthorFilesLines
2025-05-29nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointerNeilBrown1-18/+6
2025-05-29nfs_localio: protect race between nfs_uuid_put() and nfs_close_local_fh()NeilBrown1-25/+56
2025-05-29nfs_localio: duplicate nfs_close_local_fh()NeilBrown1-1/+20
2025-05-29nfs_localio: simplify interface to nfsd for getting nfsd_fileNeilBrown1-1/+2
2025-05-29nfs_localio: always hold nfsd net ref with nfsd_file refNeilBrown1-3/+2
2025-05-29nfs_localio: use cmpxchg() to install new nfs_file_localioNeilBrown1-22/+17
2025-03-10fs: nfs: acl: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-3/+5
2025-01-21nfs: fix incorrect error handling in LOCALIOMike Snitzer1-11/+78
2025-01-15nfs: probe for LOCALIO when v3 client reconnects to serverMike Snitzer1-0/+1
2025-01-15nfs/localio: remove redundant code and simplify LOCALIO enablementMike Snitzer1-23/+11
2025-01-15nfs_common: add nfs_localio trace eventsMike Snitzer4-1/+72
2025-01-15nfs_common: track all open nfsd_files per LOCALIO nfs_clientMike Snitzer1-45/+125
2025-01-15nfs_common: rename nfslocalio nfs_uuid_lock to nfs_uuids_lockMike Snitzer1-17/+17
2025-01-15nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_Mike Snitzer1-3/+7
2025-01-15nfs: cache all open LOCALIO nfsd_file(s) in clientMike Snitzer1-2/+50
2025-01-15nfs_common: move localio_lock to new lock member of nfs_uuid_tMike Snitzer1-16/+39
2025-01-15nfs_common: rename functions that invalidate LOCALIO nfs_clientsMike Snitzer1-4/+4
2024-11-19nfs_common: must not hold RCU while calling nfsd_file_put_localMike Snitzer1-5/+3
2024-11-04nfs_common: fix localio to cope with racing nfs_local_probe()Mike Snitzer1-5/+18
2024-10-03nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer1-1/+4
2024-09-23nfs: add LOCALIO supportWeston Andros Adamson1-0/+33
2024-09-23nfs_common: prepare for the NFS client to use nfsd_file for LOCALIOMike Snitzer1-1/+24
2024-09-23nfs_common: add NFS LOCALIO auxiliary protocol enablementMike Snitzer2-0/+119
2024-09-23nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errnoMike Snitzer1-0/+67
2024-09-23nfs_common: factor out nfs_errtbl and nfs_stat_to_errnoMike Snitzer2-0/+69
2024-07-08fs: nfs: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2023-04-13NFSv4.2: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2021-10-05nfs: Fix kerneldoc warning shown up by W=1David Howells1-1/+0
2021-07-07nfs_common: fix doc warningChenXiaoSong1-0/+1
2021-03-22NFSD: Add an xdr_stream-based encoder for NFSv2/3 ACLsChuck Lever1-0/+71
2021-01-28NFSv4_2: SSC helper should use its own config.Dai Ngo2-3/+1
2021-01-25NFSD: Add an xdr_stream-based decoder for NFSv2/3 ACLsChuck Lever1-0/+52
2020-12-09nfs_common: need lock during iterate through the listCheng Lin1-1/+5
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo2-0/+95
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
2017-11-28lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin1-1/+5
2017-11-28grace: replace BUG_ON by WARN_ONCE in exit_net hookVasily Averin1-1/+3
2017-09-26nfs_common: convert int to boolCorentin Labbe1-5/+5
2017-09-26nfs_common: move locks_in_grace comment at the right placeCorentin Labbe1-7/+7
2017-09-26nfs_common: fix build warning in grace.cCorentin Labbe1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2015-08-13lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields1-2/+21
2014-09-18lockd: move lockd's grace period handling into its own moduleJeff Layton2-1/+115
2014-07-13fs/nfs_common/nfsacl.c: move EXPORT symbol after functionsFabian Frederick1-3/+2
2013-02-13nfs_common: Update the translation between nfsv3 acls linux posix aclsEric W. Biederman1-15/+26
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23Remove pointless memset in nfsacl_encode()Jesper Juhl1-1/+0