summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
14 daysNFSD: detect mismatch of file handle and delegation stateid in OPEN opDai Ngo1-0/+14
14 daysnfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm()Jeff Layton1-5/+15
2025-06-27nfsd: use threads array as-is in netlink interfaceJeff Layton1-3/+2
2025-06-27nfsd: Initialize ssc before laundromat_work to prevent NULL dereferenceLi Lingfeng1-3/+3
2025-06-27nfsd: nfsd4_spo_must_allow() must check this is a v4 compound requestNeilBrown1-1/+2
2025-06-27NFSD: Implement FATTR4_CLONE_BLKSIZE attributeChuck Lever1-1/+18
2025-06-27NFSD: fix race between nfsd registration and exports_procManinder Singh1-9/+8
2025-06-27NFSD: unregister filesystem in case genl_register_family() failsManinder Singh1-1/+3
2025-04-25nfsd: decrease sc_count directly if fail to queue dl_recallLi Lingfeng1-1/+1
2025-04-25nfs: add missing selections of CONFIG_CRC32Eric Biggers2-7/+1
2025-04-20nfsd: don't ignore the return code of svc_proc_register()Jeff Layton3-4/+11
2025-04-20NFSD: Fix CB_GETATTR status fixChuck Lever1-1/+1
2025-04-20NFSD: fix decoding in nfs4_xdr_dec_cb_getattrOlga Kornievskaia1-1/+1
2025-04-10NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't upChuck Lever1-7/+12
2025-04-10NFSD: Never return NFS4ERR_FILE_OPEN when removing a directoryChuck Lever1-6/+18
2025-04-10NFSD: nfsd_unlink() clobbers non-zero status returned from fh_fill_pre_attrs()Chuck Lever1-3/+1
2025-04-10nfsd: fix management of listener transportsOlga Kornievskaia1-23/+21
2025-04-10nfsd: put dl_stid if fail to queue dl_recallLi Lingfeng1-1/+11
2025-04-10nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid()Jeff Layton1-4/+2
2025-04-07nfsd: fix legacy client tracking initializationScott Mayhew1-1/+0
2025-02-21nfsd: validate the nfsd_serv pointer before calling svc_wake_upJeff Layton1-1/+10
2025-02-21NFSD: fix hang in nfsd4_shutdown_callbackDai Ngo1-2/+5
2025-02-21nfsd: clear acl_access/acl_default after releasing themLi Lingfeng2-0/+4
2025-02-17NFSD: Encode COMPOUND operation status on page boundariesChuck Lever1-10/+10
2025-01-02nfsd: restore callback functionality for NFSv4.0NeilBrown1-3/+1
2025-01-02nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work"Yang Erkun2-27/+8
2024-12-09nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occurYang Erkun1-0/+19
2024-12-09nfsd: make sure exp active before svc_export_showYang Erkun1-1/+4
2024-12-05NFSD: Prevent a potential integer overflowChuck Lever1-7/+7
2024-12-05nfs_common: must not hold RCU while calling nfsd_file_put_localMike Snitzer2-8/+8
2024-12-05NFSD: Fix nfsd4_shutdown_copy()Chuck Lever1-2/+5
2024-12-05nfsd: release svc_expkey/svc_export with rcu_workYang Erkun2-8/+27
2024-12-05NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()Chuck Lever1-1/+2
2024-12-05NFSD: Prevent NULL dereference in nfsd4_process_cb_update()Chuck Lever1-0/+2
2024-12-05nfsd: drop inode parameter from nfsd4_change_attribute()Jeff Layton4-14/+16
2024-11-10Merge tag 'nfsd-6.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-8/+5
2024-11-07NFSD: Fix READDIR on NFSv3 mounts of ext4 exportsChuck Lever1-8/+5
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-5/+3
2024-10-30NFSD: Never decrement pending_async_copies on errorChuck Lever1-3/+1
2024-10-29NFSD: Initialize struct nfsd4_copy earlierChuck Lever1-2/+2
2024-10-25Merge tag 'nfsd-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2-9/+43
2024-10-21nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_netYang Erkun1-1/+1
2024-10-18nfsd: fix race between laundromat and free_stateidOlga Kornievskaia2-8/+42
2024-10-12Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-7/+7
2024-10-10Merge tag 'nfsd-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-4/+7
2024-10-05nfsd: fix possible badness in FREE_STATEIDOlga Kornievskaia1-0/+1
2024-10-04nfsd/localio: fix nfsd_file tracepoints to handle NULL rqstpMike Snitzer1-3/+3
2024-10-03nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer3-4/+4
2024-10-02inotify: Fix possible deadlock in fsnotify_destroy_markLizhi Xu1-1/+1
2024-09-23nfsd: implement server support for NFS_LOCALIO_PROGRAMMike Snitzer3-1/+103