1. 2288d0e nfsd4: pass around typemask instead of flags by J. Bruce Fields · 13 years ago
  2. c0a5d93 nfsd4: split preprocess_seqid, cleanup by J. Bruce Fields · 13 years ago
  3. 4d71ab8 nfsd4: split up find_stateid by J. Bruce Fields · 13 years ago
  4. 4581d14 nfsd4: rearrange to avoid a forward reference by J. Bruce Fields · 13 years ago
  5. 4665e2b nfsd4: split out some free_generic_stateid code by J. Bruce Fields · 13 years ago
  6. fe0750e nfsd4: split stateowners into open and lockowners by J. Bruce Fields · 13 years ago
  7. f4dee24 nfsd4: move CLOSE_STATE special case to caller by J. Bruce Fields · 13 years ago
  8. 68b66e8 nfsd4: move double-confirm test to open_confirm by J. Bruce Fields · 13 years ago
  9. 77eaae8 nfsd4: simplify check_open logic by J. Bruce Fields · 13 years ago
  10. 7a8711c nfsd4: share common seqid checks by J. Bruce Fields · 13 years ago
  11. 16d2594 nfsd4: eliminate unused lt_stateowner by J. Bruce Fields · 13 years ago
  12. 7c13f34 nfsd4: drop most stateowner refcounting by J. Bruce Fields · 13 years ago
  13. fff6ca9 nfsd4: eliminate impossible open replay case by J. Bruce Fields · 13 years ago
  14. 5ec094c nfsd4: extend state lock over seqid replay logic by J. Bruce Fields · 13 years ago
  15. 9072d5c nfsd4: cleanup seqid op stateowner usage by J. Bruce Fields · 13 years ago
  16. f3e4223 nfsd4: centralize handling of replay owners by J. Bruce Fields · 13 years ago
  17. 73997dc nfsd4: make delegation stateid's seqid start at 1 by J. Bruce Fields · 13 years ago
  18. 81b8296 nfsd4: simplify stateid generation code, fix wraparound by J. Bruce Fields · 13 years ago
  19. b79abad nfsd4: consolidate lock & open stateid tables by J. Bruce Fields · 13 years ago
  20. 5fa0bbb nfsd4: simplify distinguishing lock & open stateid's by J. Bruce Fields · 13 years ago
  21. 3cc9fda4 nfsd4: remove redundant is_open_owner check by J. Bruce Fields · 13 years ago
  22. b34f27a nfsd4: get lock checks out of preprocess_seqid_op by J. Bruce Fields · 13 years ago
  23. 9afb978 nfsd4: simplify lock openmode check by J. Bruce Fields · 13 years ago
  24. 28dde24 nfsd4: remove HAS_SESSION by J. Bruce Fields · 13 years ago
  25. ff194bd nfsd4: cleanup lock/stateowner initialization by J. Bruce Fields · 13 years ago
  26. 506f275 nfsd4: name openowner data structures more clearly by J. Bruce Fields · 13 years ago
  27. ddc04c4 nfsd4: replace some macros by functions by J. Bruce Fields · 13 years ago
  28. 3e77246 nfsd4: stop using nfserr_resource for transitory errors by J. Bruce Fields · 13 years ago
  29. 48483bf nfsd4: simplify recovery dir setting by J. Bruce Fields · 13 years ago
  30. 75c096f nfsd4: it's OK to return nfserr_symlink by J. Bruce Fields · 13 years ago
  31. 0c12eaf nfsd: don't break lease on CLAIM_DELEGATE_CUR by Casey Bodley · 13 years ago
  32. 8fb47a4 locks: rename lock-manager ops by J. Bruce Fields · 13 years ago
  33. ae82a8d nfsd41: check the size of request by Mi Jinlong · 13 years ago
  34. 1b74c25 nfsd41: error out when client sets maxreq_sz or maxresp_sz too small by Mi Jinlong · 13 years ago
  35. f197c27 nfsd4: fix file leak on open_downgrade by J. Bruce Fields · 13 years ago
  36. 499f3ed nfsd4: remember to put RW access on stateid destruction by J. Bruce Fields · 13 years ago
  37. 1745680 NFSD: Added TEST_STATEID operation by Bryan Schumaker · 13 years ago
  38. e1ca12d NFSD: added FREE_STATEID operation by Bryan Schumaker · 13 years ago
  39. a74d70b Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  40. c47d832 nfsd: make local functions static by Daniel Mack · 13 years ago
  41. 1db2b9d NFSD: Check status from nfsd4_map_bcts_dir() by Bryan Schumaker · 13 years ago
  42. bcecf1c nfsd41: error out on repeated RECLAIM_COMPLETE by Mi Jinlong · 13 years ago
  43. 868b89c nfsd41: compare request's opcnt with session's maxops at nfsd4_sequence by Mi Jinlong · 13 years ago
  44. a62573d nfsd41: add flag checking for create_session by Mi Jinlong · 14 years ago
  45. a96e5b9 nfsd4: Fix filp leak by OGAWA Hirofumi · 13 years ago
  46. 4ee6362 nfsd4: fix struct file leak on delegation by J. Bruce Fields · 13 years ago
  47. 18770c7 Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  48. 23fcf2e nfsd4: fix oops on lock failure by J. Bruce Fields · 13 years ago
  49. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  50. cf507b6 Merge create_session decoding fix into for-2.6.39 by J. Bruce Fields · 14 years ago
  51. d2b2174 nfs41: make sure nfs server return right ca_maxresponsesize_cached by Mi Jinlong · 14 years ago
  52. 0997b17 nfsd4: fix struct file leak by J. Bruce Fields · 14 years ago
  53. 529d7b2 nfsd4: minor nfs4state.c reshuffling by J. Bruce Fields · 14 years ago
  54. 3507958 nfsd: kill unused macro definition by Shan Wei · 14 years ago
  55. 32b007b nfsd4: fix bad pointer on failure to find delegation by J. Bruce Fields · 14 years ago
  56. acfdf5c nfsd4: acquire only one lease per file by J. Bruce Fields · 14 years ago
  57. 5d926e8 nfsd4: modify fi_delegations under recall_lock by J. Bruce Fields · 14 years ago
  58. 65bc58f nfsd4: remove unused deleg dprintk's. by J. Bruce Fields · 14 years ago
  59. edab978 nfsd4: split lease setting into separate function by J. Bruce Fields · 14 years ago
  60. dd239cc nfsd4: fix leak on allocation error by J. Bruce Fields · 14 years ago
  61. 22d38c4 nfsd4: add helper function for lease setup by J. Bruce Fields · 14 years ago
  62. 6b57d9c nfsd4: split up nfsd_break_deleg_cb by J. Bruce Fields · 14 years ago
  63. 18bce37 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  64. 5ce8ba2 nfsd4: allow restarting callbacks by J. Bruce Fields · 14 years ago
  65. 14a24e9 nfsd4: give out delegations more quickly in 4.1 case by J. Bruce Fields · 14 years ago
  66. 84f5f7c nfsd4: make sure sequence flags are set after destroy_session by J. Bruce Fields · 14 years ago
  67. eea4980 nfsd4: re-probe callback on connection loss by J. Bruce Fields · 14 years ago
  68. 0d7bb71 nfsd4: set sequence flag when backchannel is down by J. Bruce Fields · 14 years ago
  69. 77a3569 nfsd4: keep finer-grained callback status by J. Bruce Fields · 14 years ago
  70. dcbeaa6 nfsd4: allow backchannel recovery by J. Bruce Fields · 14 years ago
  71. 1d1bc8f nfsd4: support BIND_CONN_TO_SESSION by J. Bruce Fields · 14 years ago
  72. 4c64937 nfsd4: modify session list under cl_lock by J. Bruce Fields · 14 years ago
  73. 6f3d772 nfs4: set source address when callback is generated by Takuma Umeya · 14 years ago
  74. c45821d locks: eliminate fl_mylease callback by J. Bruce Fields · 14 years ago
  75. c84d500 nfsd4: use a single struct file for delegations by J. Bruce Fields · 14 years ago
  76. e63eb93 nfsd4: eliminate lease delete callback by J. Bruce Fields · 14 years ago
  77. da165dd nfsd: remove some unnecessary dropit handling by J. Bruce Fields · 14 years ago
  78. e203d50 nfsd4: fix mixed 4.0/4.1 handling, 4.1 reboot by J. Bruce Fields · 14 years ago
  79. 6e5f15c nfsd4: replace unintuitive match_clientid_establishment by J. Bruce Fields · 14 years ago
  80. ec66ee3 Merge commit 'v2.6.37-rc6' into for-2.6.38 by J. Bruce Fields · 14 years ago
  81. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  82. 1205065 NFS4.1: Fix bug server don't reply the right fore_channel to client at create_session by Mi Jinlong · 14 years ago
  83. ced6dfe NFS4.1: server gets drc mem fail should reply error at create_session by Mi Jinlong · 14 years ago
  84. 044bc1d nfsd4: return serverfault on request for ssv by J. Bruce Fields · 14 years ago
  85. 43b0178 nfsd: fix NULL dereference in setattr() by Dan Carpenter · 14 years ago
  86. 460781b BKL: remove references to lock_kernel from comments by Arnd Bergmann · 14 years ago
  87. 21b75b0 nfsd4: fix 4.1 connection registration race by J. Bruce Fields · 14 years ago
  88. 51ee4b8 locks: let the caller free file_lock on ->setlease failure by Christoph Hellwig · 14 years ago
  89. fcf744a nfsd4: initialize delegation pointer to lease by J. Bruce Fields · 14 years ago
  90. c5b1f0d locks/nfsd: allocate file lock outside of spinlock by Arnd Bergmann · 14 years ago
  91. 4390110 Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  92. a663bdd nfsd4: fix connection allocation in sequence() by J. Bruce Fields · 14 years ago
  93. 8323c3b nfsd4: move minorversion to client by J. Bruce Fields · 14 years ago
  94. 792c95d nfsd4: delay session removal till free_client by J. Bruce Fields · 14 years ago
  95. 5a3c9d7 nfsd4: separate callback change and callback probe by J. Bruce Fields · 14 years ago
  96. 8b5ce5c nfsd4: callback program number is per-session by J. Bruce Fields · 14 years ago
  97. d29c374 nfsd4: track backchannel connections by J. Bruce Fields · 14 years ago
  98. 86c3e16 nfsd4: confirm only on succesful create_session by J. Bruce Fields · 14 years ago
  99. ac7c46f nfsd4: make backchannel sequence number per-session by J. Bruce Fields · 14 years ago
  100. 90c8145 nfsd4: use client pointer to backchannel session by J. Bruce Fields · 14 years ago