1. 2da1cec nfsd4: simplify free_stateid by J. Bruce Fields · 13 years ago
  2. 38c387b nfsd4: match close replays on stateid, not open owner id by J. Bruce Fields · 13 years ago
  3. dad1c06 nfsd4: replace oo_confirmed by flag bit by J. Bruce Fields · 13 years ago
  4. 58e7b33 nfsd41: try to check reply size before operation by Mi Jinlong · 13 years ago
  5. 849a1cf SUNRPC: Replace svc_addr_u by sockaddr_storage by Mi Jinlong · 13 years ago
  6. 11fcee02 NFSD: Add a cache for fs_locations information by Trond Myklebust · 13 years ago
  7. 2f1ddda NFSD: Remove the ex_pathname field from struct svc_export by Trond Myklebust · 13 years ago
  8. ed748aa NFSD: Cleanup for nfsd4_path() by Trond Myklebust · 13 years ago
  9. ee626a7 nfsd4: better stateid hashing by J. Bruce Fields · 13 years ago
  10. 69064a2 nfsd4: use deleg changes to cleanup preprocess_stateid_op by J. Bruce Fields · 13 years ago
  11. 97b7e3b nfsd4: fix test_stateid for delegation stateid's by J. Bruce Fields · 13 years ago
  12. f459e45 nfsd4: hash deleg stateid's like any other by J. Bruce Fields · 13 years ago
  13. 36d44c6 nfsd4: share common stid-hashing helper function by J. Bruce Fields · 13 years ago
  14. d5477a8 nfsd4: add common dl_stid field to delegation by J. Bruce Fields · 13 years ago
  15. dcef041 nfsd4: move some of nfs4_stateid into a separate structure by J. Bruce Fields · 13 years ago
  16. 91a8c04 nfsd4: remove redundant stateid initialization by J. Bruce Fields · 13 years ago
  17. 881ea2b nfsd4: rename init_stateid by J. Bruce Fields · 13 years ago
  18. 2288d0e nfsd4: pass around typemask instead of flags by J. Bruce Fields · 13 years ago
  19. c0a5d93 nfsd4: split preprocess_seqid, cleanup by J. Bruce Fields · 13 years ago
  20. 4d71ab8 nfsd4: split up find_stateid by J. Bruce Fields · 13 years ago
  21. 4581d14 nfsd4: rearrange to avoid a forward reference by J. Bruce Fields · 13 years ago
  22. 4665e2b nfsd4: split out some free_generic_stateid code by J. Bruce Fields · 13 years ago
  23. fe0750e nfsd4: split stateowners into open and lockowners by J. Bruce Fields · 13 years ago
  24. f4dee24 nfsd4: move CLOSE_STATE special case to caller by J. Bruce Fields · 13 years ago
  25. 68b66e8 nfsd4: move double-confirm test to open_confirm by J. Bruce Fields · 13 years ago
  26. 77eaae8 nfsd4: simplify check_open logic by J. Bruce Fields · 13 years ago
  27. 7a8711c nfsd4: share common seqid checks by J. Bruce Fields · 13 years ago
  28. 16d2594 nfsd4: eliminate unused lt_stateowner by J. Bruce Fields · 13 years ago
  29. 7c13f34 nfsd4: drop most stateowner refcounting by J. Bruce Fields · 13 years ago
  30. fff6ca9 nfsd4: eliminate impossible open replay case by J. Bruce Fields · 13 years ago
  31. 5ec094c nfsd4: extend state lock over seqid replay logic by J. Bruce Fields · 13 years ago
  32. 9072d5c nfsd4: cleanup seqid op stateowner usage by J. Bruce Fields · 13 years ago
  33. f3e4223 nfsd4: centralize handling of replay owners by J. Bruce Fields · 13 years ago
  34. 73997dc nfsd4: make delegation stateid's seqid start at 1 by J. Bruce Fields · 13 years ago
  35. 81b8296 nfsd4: simplify stateid generation code, fix wraparound by J. Bruce Fields · 13 years ago
  36. b79abad nfsd4: consolidate lock & open stateid tables by J. Bruce Fields · 13 years ago
  37. 5fa0bbb nfsd4: simplify distinguishing lock & open stateid's by J. Bruce Fields · 13 years ago
  38. c2d8eb7 nfsd4: remove typoed replay field by J. Bruce Fields · 13 years ago
  39. b7d7ca3 nfsd4: fix off-by-one-error in SEQUENCE reply by J. Bruce Fields · 13 years ago
  40. c152292 nfsd: remove include/linux/nfsd/syscall.h by J. Bruce Fields · 13 years ago
  41. 3cc9fda4 nfsd4: remove redundant is_open_owner check by J. Bruce Fields · 13 years ago
  42. b34f27a nfsd4: get lock checks out of preprocess_seqid_op by J. Bruce Fields · 13 years ago
  43. 9afb978 nfsd4: simplify lock openmode check by J. Bruce Fields · 13 years ago
  44. a9004ab nfsd4: cleanup and consolidate seqid_mutating_err by J. Bruce Fields · 13 years ago
  45. 28dde24 nfsd4: remove HAS_SESSION by J. Bruce Fields · 13 years ago
  46. ff194bd nfsd4: cleanup lock/stateowner initialization by J. Bruce Fields · 13 years ago
  47. 506f275 nfsd4: name openowner data structures more clearly by J. Bruce Fields · 13 years ago
  48. ddc04c4 nfsd4: replace some macros by functions by J. Bruce Fields · 13 years ago
  49. 3e77246 nfsd4: stop using nfserr_resource for transitory errors by J. Bruce Fields · 13 years ago
  50. 6577aac nfsd4: fix failure to end nfsd4 grace period by Boaz Harrosh · 13 years ago
  51. 48483bf nfsd4: simplify recovery dir setting by J. Bruce Fields · 13 years ago
  52. 8e82fa8 nfsd: prettify NFSD_MAY_* flag definitions by J. Bruce Fields · 13 years ago
  53. a043226 nfsd4: permit read opens of executable-only files by J. Bruce Fields · 13 years ago
  54. c10bd39 Remove include/linux/nfsd/const.h by J. Bruce Fields · 13 years ago
  55. 75c096f nfsd4: it's OK to return nfserr_symlink by J. Bruce Fields · 13 years ago
  56. e281d81 nfsd4: fix incorrect comment in nfsd4_set_nfs4_acl by J. Bruce Fields · 13 years ago
  57. e10f9e1 nfsd: clean up nfsd_mode_check() by J. Bruce Fields · 13 years ago
  58. 7d818a7 nfsd: open-code special directory-hardlink check by J. Bruce Fields · 13 years ago
  59. 3d2544b nfsd4: clean up S_IS -> NF4 file type mapping by J. Bruce Fields · 13 years ago
  60. aadab6c nfsd4: return nfserr_symlink on v4 OPEN of non-regular file by J. Bruce Fields · 13 years ago
  61. 5761630 nfsd4: fix seqid_mutating_error by J. Bruce Fields · 13 years ago
  62. 832023b nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir() by Bernd Schubert · 13 years ago
  63. 2dad320 Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  64. 0c12eaf nfsd: don't break lease on CLAIM_DELEGATE_CUR by Casey Bodley · 13 years ago
  65. 8fb47a4 locks: rename lock-manager ops by J. Bruce Fields · 13 years ago
  66. 5b4b299 nfsd4_list_rec_dir(): don't bother with reopening rec_file by Al Viro · 13 years ago
  67. 1091006 nfsd: turn on reply cache for NFSv4 by J. Bruce Fields · 14 years ago
  68. 3e98abf nfsd4: call nfsd4_release_compoundargs from pc_release by J. Bruce Fields · 13 years ago
  69. ab1350b nfsd41: Deny new lock before RECLAIM_COMPLETE done by Mi Jinlong · 13 years ago
  70. ae82a8d nfsd41: check the size of request by Mi Jinlong · 13 years ago
  71. 1b74c25 nfsd41: error out when client sets maxreq_sz or maxresp_sz too small by Mi Jinlong · 13 years ago
  72. f197c27 nfsd4: fix file leak on open_downgrade by J. Bruce Fields · 13 years ago
  73. 499f3ed nfsd4: remember to put RW access on stateid destruction by J. Bruce Fields · 13 years ago
  74. 1745680 NFSD: Added TEST_STATEID operation by Bryan Schumaker · 13 years ago
  75. e1ca12d NFSD: added FREE_STATEID operation by Bryan Schumaker · 13 years ago
  76. 49b2868 nfsd: Remove deprecated nfsctl system call and related code. by NeilBrown · 13 years ago
  77. 094b5d7 NFSD: allow OP_DESTROY_CLIENTID to be only op in COMPOUND by Benny Halevy · 13 years ago
  78. 105f462 nfsd4: fix break_lease flags on nfsd open by J. Bruce Fields · 13 years ago
  79. 7d751f6 nfsd: link returns nfserr_delay when breaking lease by Casey Bodley · 13 years ago
  80. be1f408 nfsd: v4 support requires CRYPTO by Randy Dunlap · 13 years ago
  81. b084f59 nfsd: fix dependency of nfsd on auth_rpcgss by J. Bruce Fields · 13 years ago
  82. a74d70b Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  83. c47d832 nfsd: make local functions static by Daniel Mack · 13 years ago
  84. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  85. 6ce2357 NFSD: Remove unused variable from nfsd4_decode_bind_conn_to_session() by Bryan Schumaker · 13 years ago
  86. 1db2b9d NFSD: Check status from nfsd4_map_bcts_dir() by Bryan Schumaker · 13 years ago
  87. fccb13c NFSD: Remove setting unused variable in nfsd_vfs_read() by Bryan Schumaker · 13 years ago
  88. bcecf1c nfsd41: error out on repeated RECLAIM_COMPLETE by Mi Jinlong · 13 years ago
  89. 868b89c nfsd41: compare request's opcnt with session's maxops at nfsd4_sequence by Mi Jinlong · 13 years ago
  90. b7c6636 nfsd v4.1 lOCKT clientid field must be ignored by Andy Adamson · 13 years ago
  91. a62573d nfsd41: add flag checking for create_session by Mi Jinlong · 13 years ago
  92. ac6721a nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctly by Mi Jinlong · 13 years ago
  93. 68d9318 nfsd4: fix wrongsec handling for PUTFH + op cases by J. Bruce Fields · 13 years ago
  94. 1574dff Open with O_CREAT flag set fails to open existing files on non writable directories by Sachin Prabhu · 13 years ago
  95. a96e5b9 nfsd4: Fix filp leak by OGAWA Hirofumi · 13 years ago
  96. 4ee6362 nfsd4: fix struct file leak on delegation by J. Bruce Fields · 13 years ago
  97. 18770c7 Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  98. 29a78a3 nfsd4: make fh_verify responsibility of nfsd_lookup_dentry caller by J. Bruce Fields · 13 years ago
  99. 22b0321 nfsd4: introduce OPDESC helper by J. Bruce Fields · 13 years ago
  100. 204f4ce nfsd4: allow fh_verify caller to skip pseudoflavor checks by J. Bruce Fields · 13 years ago