summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4xdr.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10NFSD: Relocate NFSv4 "supported attributes" to new headerChuck Lever1-0/+1
2026-08-10NFSD: Relocate nfsd_user_namespace()Chuck Lever1-0/+1
2026-08-10nfsd: return NFS4ERR_NOTSUPP for unsupported netloc4 typesJeff Layton1-0/+13
2026-08-10NFSD: Replace isdotent() macroChuck Lever1-2/+2
2026-08-10nfsd: add support to CB_NOTIFY for dir attribute changesJeff Layton1-22/+76
2026-08-10nfsd: properly track requested child attributesJeff Layton1-9/+6
2026-08-10nfsd: add the filehandle to returned attributes in CB_NOTIFYJeff Layton1-0/+68
2026-08-10nfsd: allow encoding a filehandle into fattr4 without a svc_fhJeff Layton1-17/+20
2026-08-10nfsd: send basic file attributes in CB_NOTIFYJeff Layton1-0/+44
2026-08-10nfsd: allow nfsd4_encode_fattr4_change() to work with no exportJeff Layton1-1/+1
2026-08-10nfsd: add helper to marshal a fattr4 from completed argsJeff Layton1-19/+25
2026-08-10nfsd: add notification handlers for dir eventsJeff Layton1-0/+117
2026-08-10nfsd: use NSEC_PER_SEC in nfsd4_decode_nfstime4()Robbie Ko1-1/+1
2026-08-10nfsd: validate nseconds in TIME_DELEG decode pathsJeff Layton1-0/+4
2026-08-10nfsd: clear opcnt on compound arg release to prevent OOB readJeff Layton1-0/+1
2026-08-10nfsd: defer vfree of compound ops to fix rpc_status UAFJeff Layton1-1/+3
2026-08-10nfsd: release OPEN-decoded posix ACLs via op_releaseJeff Layton1-3/+0
2026-08-10nfsd: validate symlink target length in NFSv4 CREATEJeff Layton1-0/+4
2026-08-10nfsd: cap decoded POSIX ACL count to bound sort costChris Mason1-1/+10
2026-06-09NFSD: Fix SECINFO_NO_NAME decode error cleanupGuannan Wang1-1/+2
2026-05-15nfsd: Cap case-folding probe cost across READDIR entriesChuck Lever1-9/+46
2026-05-11nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVINGChuck Lever1-3/+49
2026-03-29nfsd: use dynamic allocation for oversized NFSv4.0 replay cacheChuck Lever1-7/+16
2026-03-29nfsd/sunrpc: move rq_cachetype into struct nfsd_thread_local_infoJeff Layton1-1/+2
2026-03-18Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-2/+7
2026-03-16nfsd: fix heap overflow in NFSv4.0 LOCK replay cacheJeff Layton1-2/+7
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-01-29NFSD: Add support for XDR decoding POSIX draft ACLsRick Macklem1-6/+142
2026-01-29NFSD: Add nfsd4_encode_fattr4_posix_access_aclRick Macklem1-0/+35
2026-01-29NFSD: Add nfsd4_encode_fattr4_posix_default_aclRick Macklem1-0/+128
2026-01-29NFSD: Add nfsd4_encode_fattr4_acl_trueform_scopeRick Macklem1-0/+10
2026-01-29NFSD: Add nfsd4_encode_fattr4_acl_trueformRick Macklem1-0/+26
2026-01-26nfsd: never defer requests during idmap lookupAnthony Iliopoulos1-0/+16
2025-12-18NFSD: Clear SECLABEL in the suppattr_exclcreat bitmapChuck Lever1-0/+5
2025-11-16NFSD: Relocate the xdr_reserve_space_vec() call siteChuck Lever1-4/+16
2025-11-16NFSD: pass nfsd_file to nfsd_iter_read()Mike Snitzer1-4/+4
2025-11-10nfsd: ensure SEQUENCE replay sends a valid reply.NeilBrown1-1/+1
2025-11-10NFSD: Skip close replay processing if XDR encoding failsChuck Lever1-2/+1
2025-10-21Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"Chuck Lever1-1/+3
2025-10-21nfsd: Avoid strlen conflict in nfsd4_encode_components_esc()Nathan Chancellor1-6/+3
2025-10-21NFSD: Define actions for the new time_deleg FATTR4 attributesChuck Lever1-0/+8
2025-09-21nfsd: use ATTR_CTIME_SET for delegated ctime updatesJeff Layton1-1/+2
2025-09-21nfsd: fix assignment of ia_ctime.tv_nsec on delegated mtime updateJeff Layton1-1/+1
2025-09-21NFSD: Implement large extent array support in pNFSSergey Bashirov1-6/+5
2025-09-21NFSD: Minor cleanup in layoutcommit decodingSergey Bashirov1-1/+1
2025-09-21NFSD: Rework encoding and decoding of nfsd4_deviceidSergey Bashirov1-13/+1
2025-07-14NFSD: Remove the cap on number of operations per NFSv4 COMPOUNDChuck Lever1-3/+1
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-2/+19