1. 6f6cc32 nfsd: -EINVAL on invalid anonuid/gid instead of silent failure by J. Bruce Fields · 11 years ago
  2. 427d6c6 nfsd: return better errors to exportfs by J. Bruce Fields · 11 years ago
  3. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  4. 2d43833 SUNRPC: rework cache upcall logic by Stanislav Kinsbursky · 11 years ago
  5. 73fb847 SUNRPC: introduce cache_detail->cache_request callback by Stanislav Kinsbursky · 11 years ago
  6. 4c1e1b3 nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgids by Eric W. Biederman · 11 years ago
  7. 2eeb9b2 nfsd: initialize the exp->ex_uuid field in svc_export_init by Jeff Layton · 11 years ago
  8. 885c91f nfsd: Fix memleak in svc_export_put by majianpeng · 11 years ago
  9. 9695c70 SUNRPC: service request network namespace helper introduced by Stanislav Kinsbursky · 12 years ago
  10. a007c4c nfsd: add get_uint for u32's by J. Bruce Fields · 12 years ago
  11. d5497fc nfsd4: move rq_flavor into svc_cred by J. Bruce Fields · 12 years ago
  12. 2355c59 nfsd4: fix missing "static" by J. Bruce Fields · 12 years ago
  13. e5f06f7 nfsd: make expkey cache allocated per network namespace context by Stanislav Kinsbursky · 12 years ago
  14. b3853e0 nfsd: make export cache allocated per network namespace context by Stanislav Kinsbursky · 12 years ago
  15. 2a75cfa nfsd: pass pointer to export cache down to stack wherever possible. by Stanislav Kinsbursky · 12 years ago
  16. b89109b nfsd: pass network context to export caches init/shutdown routines by Stanislav Kinsbursky · 12 years ago
  17. c89172e nfsd: pass pointer to expkey cache down to stack wherever possible. by Stanislav Kinsbursky · 12 years ago
  18. 83e0ed70 nfsd: use hash table from cache detail in nfsd export seq ops by Stanislav Kinsbursky · 12 years ago
  19. f2c7ea1 nfsd: pass svc_export_cache pointer as private data to "exports" seq file ops by Stanislav Kinsbursky · 12 years ago
  20. a09581f nfsd: use exp_put() for svc_export_cache put by Stanislav Kinsbursky · 12 years ago
  21. db3a353 nfsd: add link to owner cache detail to svc_export structure by Stanislav Kinsbursky · 12 years ago
  22. d4bb527e nfsd: use passed cache_detail pointer expkey_parse() by Stanislav Kinsbursky · 12 years ago
  23. 3476964 nfsd: remove some unneeded checks by Dan Carpenter · 12 years ago
  24. f5c8593b NFSd: use network-namespace-aware cache registering routines by Stanislav Kinsbursky · 13 years ago
  25. b2ea70a nfsd: Fix oops when parsing a 0 length export by Sasha Levin · 13 years ago
  26. 2f1ddda NFSD: Remove the ex_pathname field from struct svc_export by Trond Myklebust · 13 years ago
  27. ed748aa NFSD: Cleanup for nfsd4_path() by Trond Myklebust · 13 years ago
  28. c152292 nfsd: remove include/linux/nfsd/syscall.h by J. Bruce Fields · 13 years ago
  29. 49b2868 nfsd: Remove deprecated nfsctl system call and related code. by NeilBrown · 13 years ago
  30. 68d9318 nfsd4: fix wrongsec handling for PUTFH + op cases by J. Bruce Fields · 13 years ago
  31. 3507958 nfsd: kill unused macro definition by Shan Wei · 13 years ago
  32. 9ce137e nfsd: don't support msnfs export option by J. Bruce Fields · 14 years ago
  33. 352114f sunrpc: Add net to pure API calls by Pavel Emelyanov · 14 years ago
  34. 74ec1e1 nfsd: fix /proc/net/rpc/nfsd.export/content display by J. Bruce Fields · 14 years ago
  35. 1e14056 nfsd: allow deprecated interface to be compiled out. by NeilBrown · 14 years ago
  36. 17cebf6 sunrpc: extract some common sunrpc_cache code from nfsd by NeilBrown · 14 years ago
  37. 5306293 Merge commit 'v2.6.34-rc6' by J. Bruce Fields · 14 years ago
  38. d03859a nfsd: potential ERR_PTR dereference on exp_export() error paths. by Dan Carpenter · 14 years ago
  39. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  40. 61f8603 nfsd: factor out hash functions for export caches. by NeilBrown · 14 years ago
  41. 260c64d Revert "nfsd4: fix error return when pseudoroot missing" by J. Bruce Fields · 14 years ago
  42. 7663dac nfsd: remove pointless paths in file headers by J. Bruce Fields · 15 years ago
  43. 1557aca nfsd: move most of nfsfh.h to fs/nfsd by J. Bruce Fields · 15 years ago
  44. 774b147 nfsd: make V4ROOT exports read-only by J. Bruce Fields · 15 years ago
  45. f2ca715 nfsd: allow exports of symlinks by J. Bruce Fields · 15 years ago
  46. eb4c86c nfsd: introduce export flag for v4 pseudoroot by Steve Dickson · 15 years ago
  47. 9a74af2 nfsd: Move private headers to source directory by Boaz Harrosh · 15 years ago
  48. 341eb18 nfsd: Source files #include cleanups by Boaz Harrosh · 15 years ago
  49. f39bde2 nfsd4: fix error return when pseudoroot missing by J. Bruce Fields · 15 years ago
  50. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  51. 2671a4b NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path() by Trond Myklebust · 15 years ago
  52. bc74b4f SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms by Trond Myklebust · 15 years ago
  53. 7e0338c Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd by Linus Torvalds · 15 years ago
  54. e64c390 switch rqst_exp_parent() by Al Viro · 15 years ago
  55. 91c9fa8 switch rqst_exp_get_by_name() by Al Viro · 15 years ago
  56. 5bf3bd2 switch exp_parent() to struct path by Al Viro · 15 years ago
  57. 55430e2 nfsd struct path use: exp_get_by_name() by Al Viro · 15 years ago
  58. 80492e7 rpcgss: remove redundant test on unsigned by Roel Kluin · 15 years ago
  59. 5ed487b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  60. a63bb99 [PATCH] switch nfsd to kern_path() by Al Viro · 16 years ago
  61. c1a2a47 [PATCH] sanitize svc_export_parse() by Al Viro · 16 years ago
  62. 30bc4df nfsd: clean up expkey_parse error cases by J. Bruce Fields · 16 years ago
  63. 6dfcde9 nfsd: Drop reference in expkey_parse error cases by Krishna Kumar · 16 years ago
  64. 53e6d8d fs/nfsd/export.c: Adjust error handling code involving auth_domain_put by Julia Lawall · 16 years ago
  65. f15364b IPv6 support for NFS server export caches by Aurélien Charbon · 16 years ago
  66. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 16 years ago
  67. c32c2f6 d_path: Make seq_path() use a struct path argument by Jan Blunck · 16 years ago
  68. e83aece Use struct path in struct svc_expkey by Jan Blunck · 16 years ago
  69. 5477549 Use struct path in struct svc_export by Jan Blunck · 16 years ago
  70. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  71. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  72. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  73. f7b8066 knfsd: don't bother mapping putrootfh enoent to eperm by J. Bruce Fields · 16 years ago
  74. dbf847e knfsd: allow cache_register to return error on failure by J. Bruce Fields · 17 years ago
  75. df95a9d knfsd: cache unregistration needn't return error by J. Bruce Fields · 17 years ago
  76. cfaea78 exportfs: remove old methods by Christoph Hellwig · 17 years ago
  77. cce76f9 fs/nfsd/export.c: make 3 functions static by Adrian Bunk · 17 years ago
  78. 4a4b883 knfsd: eliminate unnecessary -ENOENT returns on export downcalls by J. Bruce Fields · 17 years ago
  79. 3e63516 knfsd: fix typo in export display, print uid and gid as unsigned by J. Bruce Fields · 17 years ago
  80. 9a25b96 nfsd: return errors, not NULL, from export functions by J. Bruce Fields · 17 years ago
  81. 91fe39d knfsd: nfsd: display export secinfo information by J. Bruce Fields · 17 years ago
  82. ac34cdb knfsd: nfsd: factor out code from show_expflags by J. Bruce Fields · 17 years ago
  83. 32c1eb0 knfsd: nfsd4: return nfserr_wrongsec by Andy Adamson · 17 years ago
  84. 2ea2209 knfsd: nfsd: use ip-address-based domain in secinfo case by J. Bruce Fields · 17 years ago
  85. 3ab4d8b knfsd: nfsd: set rq_client to ip-address-determined-domain by J. Bruce Fields · 17 years ago
  86. 0989a78 knfsd: nfsd: provide export lookup wrappers which take a svc_rqst by J. Bruce Fields · 17 years ago
  87. df547ef knfsd: nfsd4: simplify exp_pseudoroot arguments by J. Bruce Fields · 17 years ago
  88. e677bfe knfsd: nfsd4: parse secinfo information in exports downcall by Andy Adamson · 17 years ago
  89. 2d3bb25 knfsd: nfsd: make all exp_finding functions return -errno's on err by J. Bruce Fields · 17 years ago
  90. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  91. 402acd2 knfsd: avoid use of unitialised variables on error path when nfs exports by NeilBrown · 17 years ago
  92. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  93. af6a4e2 [PATCH] knfsd: add some new fsid types by NeilBrown · 17 years ago
  94. 34e9a63 [PATCH] knfsd: ratelimit some nfsd messages that are triggered by external events by NeilBrown · 17 years ago
  95. f988443 [PATCH] knfsd: Fix up some bit-rot in exp_export by NeilBrown · 18 years ago
  96. e0bb89e [PATCH] knfsd: nfsd: don't drop silently on upcall deferral by J.Bruce Fields · 18 years ago
  97. 6899320 [PATCH] knfsd: nfsd: simplify exp_pseudoroot by J.Bruce Fields · 18 years ago
  98. 4b41bd8 [PATCH] knfsd: nfsd: make exp_rootfh handle exp_parent errors by J.Bruce Fields · 18 years ago
  99. c7afef1 [PATCH] nfsd: misc endianness annotations by Al Viro · 18 years ago
  100. 93346919 [PATCH] knfsd: nfsd4: fslocations data structures by Manoj Naik · 18 years ago