1. d8b2607 NFSD: simplify struct nfsfh by NeilBrown · 3 years, 4 months ago
  2. c645a88 NFSD: drop support for ancient filehandles by NeilBrown · 3 years, 4 months ago
  3. 2c42f80 NFSD: Update the GETATTR3res encoder to use struct xdr_stream by Chuck Lever · 4 years, 2 months ago
  4. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  5. 20ad856 nfsd: report per-export stats by Amir Goldstein · 4 years ago
  6. e567b98 nfsd: protect concurrent access to nfsd stats counters by Amir Goldstein · 4 years ago
  7. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  8. 716a8bc nfsd: Record NFSv4 pre/post-op attributes as non-atomic by Trond Myklebust · 4 years, 1 month ago
  9. 2e19d10 nfsd: Fix up nfsd to ensure that timeout errors don't result in ESTALE by Trond Myklebust · 4 years, 1 month ago
  10. daab110 nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations by Jeff Layton · 4 years, 1 month ago
  11. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  12. f01274a nfsd: Add tracing to nfsd_set_fh_dentry() by Trond Myklebust · 4 years, 10 months ago
  13. a677a78 nfsd: use true and false for boolean values by Gustavo A. R. Silva · 6 years ago
  14. 9d7ed13 nfsd: don't require low ports for gss requests by J. Bruce Fields · 7 years ago
  15. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  16. e75b23f nfsd: check d_can_lookup in fh_verify of directories by J. Bruce Fields · 8 years ago
  17. d28c442 nfsd: Fix some indent inconsistancy by Christophe JAILLET · 8 years ago
  18. 93f580a nfsd: Correct a comment for NFSD_MAY_ defines location by Oleg Drokin · 8 years ago
  19. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
  20. aaf91ec nfsd: switch unsigned char flags in svc_fh to bools by Jeff Layton · 9 years ago
  21. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  22. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  23. 4d152e2 sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it by Jeff Layton · 10 years ago
  24. 027bc41 NFSD: Put export if prepare_creds() fail by Kinglong Mee · 10 years ago
  25. 94ec938 nfsd: add appropriate __force directives to filehandle generation code by Jeff Layton · 11 years ago
  26. bf18f16 NFSD: Using exp_get for export getting by Kinglong Mee · 11 years ago
  27. a48fd0f SUNRPC/NFSD: Remove using of dprintk with KERN_WARNING by Kinglong Mee · 11 years ago
  28. 5409e46 nfsd: clean up fh_auth usage by Christoph Hellwig · 11 years ago
  29. 49e7372 nfsd: fh_update should error out in unexpected cases by J. Bruce Fields · 11 years ago
  30. 97e47fa nfsd: switch to %p[dD] by Al Viro · 11 years ago
  31. 216b6cb exportfs: add FILEID_INVALID to indicate invalid fid_type by Namjae Jeon · 12 years ago
  32. 4a55c10 nfsd: Push mnt_want_write() outside of i_mutex by Jan Kara · 13 years ago
  33. a09581f nfsd: use exp_put() for svc_export_cache put by Stanislav Kinsbursky · 13 years ago
  34. 175a4eb fs: propagate umode_t, misc bits by Al Viro · 13 years ago
  35. e10f9e1 nfsd: clean up nfsd_mode_check() by J. Bruce Fields · 13 years ago
  36. 7d818a7 nfsd: open-code special directory-hardlink check by J. Bruce Fields · 13 years ago
  37. 204f4ce nfsd4: allow fh_verify caller to skip pseudoflavor checks by J. Bruce Fields · 14 years ago
  38. 3d354cb nfsd: fix "insecure" export option by J. Bruce Fields · 15 years ago
  39. 7663dac nfsd: remove pointless paths in file headers by J. Bruce Fields · 15 years ago
  40. 03a816b4 nfsd: restrict filehandles accepted in V4ROOT case by Steve Dickson · 15 years ago
  41. 12045a6e nfsd: let "insecure" flag vary by pseudoflavor by J. Bruce Fields · 15 years ago
  42. 9a74af2 nfsd: Move private headers to source directory by Boaz Harrosh · 15 years ago
  43. 341eb18 nfsd: Source files #include cleanups by Boaz Harrosh · 15 years ago
  44. 864f0f6 nfsd: simplify fh_verify access checks by J. Bruce Fields · 15 years ago
  45. 0a3adad nfsd: make fs/nfsd/vfs.h for common includes by J. Bruce Fields · 15 years ago
  46. 1be10a8 nfsd4: filehandle leak or error exit from fh_compose() by J. Bruce Fields · 15 years ago
  47. bc6c53d nfsd: move fsid_type choice out of fh_compose by J. Bruce Fields · 15 years ago
  48. 8e49875 nfsd: move some of fh_compose into helper functions by J. Bruce Fields · 15 years ago
  49. 1dbd0d5 knfsd: remove unreported filehandle stats counters by Greg Banks · 16 years ago
  50. 30fa8c0 NFSD: FIDs need to take precedence over UUIDs by Steve Dickson · 16 years ago
  51. b3d47676 nfsd: update fh_verify description by J. Bruce Fields · 16 years ago
  52. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  53. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  54. 04716e6 nfsd: permit unauthenticated stat of export root by J. Bruce Fields · 16 years ago
  55. f419a2e [PATCH] kill nameidata passing to permission(), rename to inode_permission() by Al Viro · 16 years ago
  56. 496d6c3 nfsd: fix spurious EACCESS in reconnect_path() by Neil Brown · 17 years ago
  57. 8837abc nfsd: rename MAY_ flags by Miklos Szeredi · 17 years ago
  58. 03550fa nfsd: move most of fh_verify to separate function by J. Bruce Fields · 17 years ago
  59. b663c6f nfsd: fix oops on access from high-numbered ports by J. Bruce Fields · 17 years ago
  60. 5216a8e Wrap buffers used for rpc debug printks into RPC_IFDEBUG by Pavel Emelyanov · 17 years ago
  61. 5477549 Use struct path in struct svc_export by Jan Blunck · 17 years ago
  62. 2e8138a nfsd: move nfsd/auth.h into fs/nfsd by J. Bruce Fields · 17 years ago
  63. 6fa0283 nfsd4: recheck for secure ports in fh_verify by J. Bruce Fields · 17 years ago
  64. 6e91ea2 exportfs: add fid type by Christoph Hellwig · 17 years ago
  65. b8da0d1 knfsd: Validate filehandle type in fsid_source by Neil Brown · 17 years ago
  66. 9091224 knfsd: nfsd: allow auth_sys nlm on rpcsec_gss exports by J. Bruce Fields · 17 years ago
  67. 0ec757d knfsd: nfsd4: make readonly access depend on pseudoflavor by J. Bruce Fields · 17 years ago
  68. 32c1eb0 knfsd: nfsd4: return nfserr_wrongsec by Andy Adamson · 17 years ago
  69. 3ab4d8b knfsd: nfsd: set rq_client to ip-address-determined-domain by J. Bruce Fields · 17 years ago
  70. 0989a78 knfsd: nfsd: provide export lookup wrappers which take a svc_rqst by J. Bruce Fields · 17 years ago
  71. 2d3bb25 knfsd: nfsd: make all exp_finding functions return -errno's on err by J. Bruce Fields · 17 years ago
  72. d37065c knfsd: exportfs: add procedural interface for NFSD by Christoph Hellwig · 17 years ago
  73. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  74. b41eeef knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry mapping by NeilBrown · 18 years ago
  75. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  76. a033f35 [PATCH] include of asm/pgtable.h in nfsfh is bogus by Al Viro · 18 years ago
  77. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  78. af6a4e2 [PATCH] knfsd: add some new fsid types by NeilBrown · 18 years ago
  79. 982aedf [PATCH] knfsd: tidy up choice of filesystem-identifier when creating a filehandle by NeilBrown · 18 years ago
  80. ad06e4b [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printing by Chuck Lever · 18 years ago
  81. fc2dd2e [PATCH] endianness bug: ntohl() misspelled as >> 24 in fh_verify(). by Al Viro · 18 years ago
  82. 34e9a63 [PATCH] knfsd: ratelimit some nfsd messages that are triggered by external events by NeilBrown · 18 years ago
  83. e0bb89e [PATCH] knfsd: nfsd: don't drop silently on upcall deferral by J.Bruce Fields · 18 years ago
  84. 83b1134 [PATCH] nfsfh simple endianness annotations by Al Viro · 18 years ago
  85. d1bbf14 [PATCH] knfsd: Fix stale file handle problem with subtree_checking. by NeilBrown · 18 years ago
  86. 7fc90ec [PATCH] knfsd: nfsd: call nfsd_setuser() on fh_compose(), fix nfsd4 permissions problem by J. Bruce Fields · 19 years ago
  87. 7e40536 [PATCH] knfsd: ignore ref_fh when crossing a mountpoint by NeilBrown · 19 years ago
  88. 4c9608b [PATCH] knfsd: remove noise about filehandle being uptodate by NeilBrown · 19 years ago
  89. baab935 [PATCH] knfsd: Convert sunrpc_cache to use krefs by NeilBrown · 19 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago