1. 5f7b839 SUNRPC: Return true/false (not 1/0) from bool functions by Haowen Bai · 2 years, 10 months ago
  2. 130e205 SUNRPC: Change return value type of .pc_encode by Chuck Lever · 3 years, 3 months ago
  3. fda4944 SUNRPC: Replace the "__be32 *p" parameter to .pc_encode by Chuck Lever · 3 years, 3 months ago
  4. c44b31c SUNRPC: Change return value type of .pc_decode by Chuck Lever · 3 years, 3 months ago
  5. 16c6636 SUNRPC: Replace the "__be32 *p" parameter to .pc_decode by Chuck Lever · 3 years, 3 months ago
  6. 07f5c29 NFSD: Update the NFSv2 ACL ACCESS result encoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
  7. 8d2009a NFSD: Update the NFSv2 ACL GETATTR result encoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
  8. 778f068 NFSD: Update the NFSv2 SETACL result encoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
  9. f8cba473 NFSD: Update the NFSv2 GETACL result encoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
  10. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years ago
  11. 6406389 NFSD: Update the NFSv2 ACL ACCESS argument decoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
  12. 571d31f NFSD: Update the NFSv2 ACL GETATTR argument decoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
  13. 427eab3 NFSD: Update the NFSv2 SETACL argument decoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
  14. 635a45d NFSD: Update the NFSv2 GETACL argument decoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
  15. 2289e87 SUNRPC: Make trace_svc_process() display the RPC procedure symbolically by Chuck Lever · 4 years, 4 months ago
  16. e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
  17. 788f718 NFSD: Add common helpers to decode void args and encode void results by Chuck Lever · 4 years, 3 months ago
  18. cc028a1 NFSD: Hoist status code encoding into XDR encoder functions by Chuck Lever · 4 years, 4 months ago
  19. f0af221 NFSD: Call NFSv2 encoders on error returns by Chuck Lever · 4 years, 4 months ago
  20. dcc4699 NFSD: Encoder and decoder functions are always present by Chuck Lever · 4 years, 4 months ago
  21. ba1df79 NFSACL: Replace PROC() macro with open code by Chuck Lever · 4 years, 4 months ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. e967918 sunrpc: mark all struct svc_version instances as const by Christoph Hellwig · 8 years ago
  24. 860bda2 sunrpc: mark all struct svc_procinfo instances as const by Christoph Hellwig · 8 years ago
  25. 7fd38af sunrpc: move pc_count out of struct svc_procinfo by Christoph Hellwig · 8 years ago
  26. 63f8de3 sunrpc: properly type pc_encode callbacks by Christoph Hellwig · 8 years ago
  27. 026fec7 sunrpc: properly type pc_decode callbacks by Christoph Hellwig · 8 years ago
  28. 8537488 sunrpc: properly type pc_release callbacks by Christoph Hellwig · 8 years ago
  29. a6beb73 sunrpc: properly type pc_func callbacks by Christoph Hellwig · 8 years ago
  30. f7235b6 nfsd: use named initializers in PROC() by Christoph Hellwig · 8 years ago
  31. 05a45a2 sunrpc: turn bitfield flags in svc_version into bools by Jeff Layton · 8 years ago
  32. 9996537 nfsd: check permissions when setting ACLs by Ben Hutchings · 9 years ago
  33. 7b8f458 nfsd: Add macro NFS_ACL_MASK for ACL by Kinglong Mee · 10 years ago
  34. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  35. 35e634b NFSD: Check acl returned from get_acl/posix_acl_from_mode by Kinglong Mee · 11 years ago
  36. d40aa33 nfsd: Remove assignments inside conditions by Benoit Taine · 11 years ago
  37. 4ac7249 nfsd: use get_acl and ->set_acl by Christoph Hellwig · 11 years ago
  38. 4f4a4fa nfsd: handle vfs_getattr errors in acl protocol by J. Bruce Fields · 12 years ago
  39. afc5940 nfsd4: cleanup: replace rq_resused count by rq_next_page pointer by J. Bruce Fields · 12 years ago
  40. 9c0b0ff nfsd4: nfsaclsvc_encode_voidres static by J. Bruce Fields · 12 years ago
  41. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  42. 7663dac nfsd: remove pointless paths in file headers by J. Bruce Fields · 15 years ago
  43. 9a74af2 nfsd: Move private headers to source directory by Boaz Harrosh · 15 years ago
  44. 341eb18 nfsd: Source files #include cleanups by Boaz Harrosh · 15 years ago
  45. 0a3adad nfsd: make fs/nfsd/vfs.h for common includes by J. Bruce Fields · 15 years ago
  46. 1b7e040 nfsd: register NFS_ACL with rpcbind by Peter Staubach · 15 years ago
  47. 8837abc nfsd: rename MAY_ flags by Miklos Szeredi · 17 years ago
  48. aefa89d nfsd: Fix inconsistent assignment by Prasad P · 17 years ago
  49. ac8587dc knfsd: fix spurious EINVAL errors on first access of new filesystem by J. Bruce Fields · 17 years ago
  50. c9ce228 [PATCH] Fix a free-wrong-pointer bug in nfs/acl server. by Greg Banks · 18 years ago
  51. cb65a5b [PATCH] NFS2: Calculate 'w' a bit later in nfsaclsvc_encode_getaclres() by Jesper Juhl · 18 years ago
  52. c4d987b [PATCH] nfsd: NFSv{2,3} trivial endianness annotations for error values by Al Viro · 18 years ago
  53. 131a21c [PATCH] xdr annotations: NFSv2 server by Al Viro · 18 years ago
  54. 7111c66 [PATCH] fix svc_procfunc declaration by Al Viro · 18 years ago
  55. bc5fea4 [PATCH] knfsd: register all RPC programs with portmapper by default by Olaf Kirch · 18 years ago
  56. 4452435 [PATCH] knfsd: Replace two page lists in struct svc_rqst with one by NeilBrown · 18 years ago
  57. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  58. b7964c3 [PATCH] nfsd: check for read-only exports before setting acls by Andreas Gruenbacher · 19 years ago
  59. a257cdd [PATCH] NFSD: Add server support for NFSv3 ACLs. by Andreas Gruenbacher · 20 years ago