summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-29NFSD: Add POSIX ACL file attributes to SUPPATTR bitmasksChuck Lever1-1/+23
2026-01-29NFSD: Add POSIX draft ACL support to the NFSv4 SETATTR operationRick Macklem1-5/+19
2026-01-29NFSD: Add support for POSIX draft ACLs for file creationRick Macklem1-9/+53
2026-01-29NFSD: Add support for XDR decoding POSIX draft ACLsRick Macklem4-10/+162
2026-01-29NFSD: Refactor nfsd_setattr()'s ACL error reportingRick Macklem3-11/+34
2026-01-29NFSD: Do not allow NFSv4 (N)VERIFY to check POSIX ACL attributesRick Macklem1-0/+5
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-29Add RPC language definition of NFSv4 POSIX ACL extensionChuck Lever5-3/+410
2026-01-29NFSD: Add a Kconfig setting to enable support for NFSv4 POSIX ACLsChuck Lever1-0/+19
2026-01-29xdrgen: Implement pass-through lines in specificationsChuck Lever12-20/+116
2026-01-28nfsd: cancel async COPY operations when admin revokes filesystem stateChuck Lever5-18/+133
2026-01-28nfsd: add controls to set the minimum number of threads per poolJeff Layton7-4/+42
2026-01-28nfsd: adjust number of running nfsd threads based on activityJeff Layton2-1/+77
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton6-13/+47
2026-01-28sunrpc: split new thread creation into a separate functionJeff Layton2-29/+47
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton5-21/+52
2026-01-28sunrpc: track the max number of requested threads in a poolJeff Layton2-1/+3
2026-01-28sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()Jeff Layton1-46/+7
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton5-34/+71
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever10-28/+156
2026-01-26xdrgen: Emit a max_arg_sz macroChuck Lever3-1/+39
2026-01-26xdrgen: Extend error reporting to AST transformation phaseChuck Lever5-5/+67
2026-01-26SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever1-18/+64
2026-01-26nfsd: fix return error code for nfsd_map_name_to_[ug]idAnthony Iliopoulos1-0/+4
2026-01-26nfsd: never defer requests during idmap lookupAnthony Iliopoulos3-8/+58
2026-01-26xdrgen: Improve parse error reportingChuck Lever6-35/+118
2026-01-26xdrgen: Remove inclusion of nlm4.h headerChuck Lever1-1/+0
2026-01-26xdrgen: Initialize data pointer for zero-length itemsChuck Lever1-12/+8
2026-01-26NFSD: fix setting FMODE_NOCMTIME in nfs4_open_delegationOlga Kornievskaia1-1/+2
2026-01-26xdrgen: Implement short (16-bit) integer typesChuck Lever4-0/+70
2026-01-26nfsd: fix nfs4_file refcount leak in nfsd_get_dir_deleg()Jeff Layton1-1/+4
2026-01-26nfsd: use workqueue enable/disable APIs for v4_end_grace syncNeilBrown2-14/+9
2026-01-26NFS: NFSERR_INVAL is not defined by NFSv2Chuck Lever3-3/+3
2026-01-26xdrgen: Emit the program number definitionChuck Lever2-0/+8
2026-01-26xdrgen: Fix struct prefix for typedef types in program wrappersChuck Lever3-1/+12
2026-01-26nfsd: prefix notification in nfsd4_finalize_deleg_timestamps() with "nfsd: "Jeff Layton1-1/+1
2026-01-26locks: ensure vfs_test_lock() never returns FILE_LOCK_DEFERREDNeilBrown2-7/+14
2026-01-26xdrgen: Address some checkpatch whitespace complaintsChuck Lever4-1/+3
2026-01-26xdrgen: Generate "if" instead of "switch" for boolean union enumeratorsChuck Lever3-20/+109
2026-01-26NFSD: Add instructions on how to deal with xdrgen filesChuck Lever1-1/+9
2026-01-26xdrgen: improve error reporting for invalid void declarationsKhushal Chitturi1-4/+4
2026-01-26NFSD: Clean up nfsd4_check_open_attributes()Chuck Lever1-19/+21
2026-01-26Linux 6.19-rc7v6.19-rc7Linus Torvalds1-1/+1
2026-01-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-4/+36
2026-01-25Merge tag 'keys-trusted-next-6.19-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2026-01-25Merge tag 'char-misc-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds30-139/+313
2026-01-25Merge tag 'tty-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-8/+13