summaryrefslogtreecommitdiffstats
path: root/fs/nfs_common
AgeCommit message (Expand)AuthorLines
2026-01-02NFSD: Remove NFSERR_EAGAINChuck Lever-1/+0
2025-08-05NFS/localio: nfs_uuid_put() fix the wake up after unlinking the fileTrond Myklebust-2/+1
2025-08-05NFS/localio: nfs_uuid_put() fix races with nfs_open/close_local_fh()Trond Myklebust-8/+15
2025-08-05NFS/localio: nfs_close_local_fh() fix check for file closedTrond Myklebust-1/+1
2025-05-28nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointerNeilBrown-18/+6
2025-05-28nfs_localio: protect race between nfs_uuid_put() and nfs_close_local_fh()NeilBrown-25/+56
2025-05-28nfs_localio: duplicate nfs_close_local_fh()NeilBrown-1/+20
2025-05-28nfs_localio: simplify interface to nfsd for getting nfsd_fileNeilBrown-1/+2
2025-05-28nfs_localio: always hold nfsd net ref with nfsd_file refNeilBrown-3/+2
2025-05-28nfs_localio: use cmpxchg() to install new nfs_file_localioNeilBrown-22/+17
2025-03-10fs: nfs: acl: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-3/+5
2025-01-21nfs: fix incorrect error handling in LOCALIOMike Snitzer-11/+78
2025-01-14nfs: probe for LOCALIO when v3 client reconnects to serverMike Snitzer-0/+1
2025-01-14nfs/localio: remove redundant code and simplify LOCALIO enablementMike Snitzer-23/+11
2025-01-14nfs_common: add nfs_localio trace eventsMike Snitzer-1/+72
2025-01-14nfs_common: track all open nfsd_files per LOCALIO nfs_clientMike Snitzer-45/+125
2025-01-14nfs_common: rename nfslocalio nfs_uuid_lock to nfs_uuids_lockMike Snitzer-17/+17
2025-01-14nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_Mike Snitzer-3/+7
2025-01-14nfs: cache all open LOCALIO nfsd_file(s) in clientMike Snitzer-2/+50
2025-01-14nfs_common: move localio_lock to new lock member of nfs_uuid_tMike Snitzer-16/+39
2025-01-14nfs_common: rename functions that invalidate LOCALIO nfs_clientsMike Snitzer-4/+4
2024-11-18nfs_common: must not hold RCU while calling nfsd_file_put_localMike Snitzer-5/+3
2024-11-04nfs_common: fix localio to cope with racing nfs_local_probe()Mike Snitzer-5/+18
2024-10-03nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer-1/+4
2024-09-23nfs: add LOCALIO supportWeston Andros Adamson-0/+33
2024-09-23nfs_common: prepare for the NFS client to use nfsd_file for LOCALIOMike Snitzer-1/+24
2024-09-23nfs_common: add NFS LOCALIO auxiliary protocol enablementMike Snitzer-0/+119
2024-09-23nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errnoMike Snitzer-0/+67
2024-09-23nfs_common: factor out nfs_errtbl and nfs_stat_to_errnoMike Snitzer-0/+69
2024-07-08fs: nfs: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+2
2023-04-13NFSv4.2: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton-0/+1
2021-10-04nfs: Fix kerneldoc warning shown up by W=1David Howells-1/+0
2021-07-06nfs_common: fix doc warningChenXiaoSong-0/+1
2021-03-22NFSD: Add an xdr_stream-based encoder for NFSv2/3 ACLsChuck Lever-0/+71
2021-01-28NFSv4_2: SSC helper should use its own config.Dai Ngo-3/+1
2021-01-25NFSD: Add an xdr_stream-based decoder for NFSv2/3 ACLsChuck Lever-0/+52
2020-12-09nfs_common: need lock during iterate through the listCheng Lin-1/+5
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo-0/+95
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+2
2017-11-27lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin-1/+5
2017-11-27grace: replace BUG_ON by WARN_ONCE in exit_net hookVasily Averin-1/+3
2017-09-26nfs_common: convert int to boolCorentin Labbe-5/+5
2017-09-26nfs_common: move locks_in_grace comment at the right placeCorentin Labbe-7/+7
2017-09-26nfs_common: fix build warning in grace.cCorentin Labbe-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan-1/+1
2015-08-13lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields-2/+21
2014-09-17lockd: move lockd's grace period handling into its own moduleJeff Layton-1/+115