1. 827e345 SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependencies by Trond Myklebust · 14 years ago
  2. 4f63e3c Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  3. 8f34a43 nfsd4: mask out non-access bits in nfs4_access_to_omode by J. Bruce Fields · 14 years ago
  4. 2547d1d Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  5. f6360ef nfsd: fix NULL dereference in nfsd_statfs() by Takashi Iwai · 14 years ago
  6. f632265 Merge commit 'v2.6.36-rc1' into HEAD by J. Bruce Fields · 14 years ago
  7. 7d94784 nfsd4: fix downgrade/lock logic by J. Bruce Fields · 14 years ago
  8. 18608ad nfsd4: typo fix in find_any_file by J. Bruce Fields · 14 years ago
  9. 30c0e1e nfsd4: bad BUG() in preprocess_stateid_op by J. Bruce Fields · 14 years ago
  10. 763008c Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  11. df486a2 NFS: Fix the selection of security flavours in Kconfig by Trond Myklebust · 14 years ago
  12. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  13. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  14. ebabe9a pass a struct path to vfs_statfs by Christoph Hellwig · 14 years ago
  15. 0d9f9e1 Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  16. 998db52 nfsd4: fix file open accounting for RDWR opens by J. Bruce Fields · 14 years ago
  17. 7fa53cc nfsd: don't allow setting maxblksize after svc created by J. Bruce Fields · 14 years ago
  18. e844a7b nfsd: initialize nfsd versions before creating svc by J. Bruce Fields · 14 years ago
  19. c18c821 nfsd41: Fix a crash when a callback is retried by Boaz Harrosh · 14 years ago
  20. 774f8bb nfsd: fix startup/shutdown order bug by J. Bruce Fields · 14 years ago
  21. 039a87c nfsd: minor nfsd read api cleanup by J. Bruce Fields · 14 years ago
  22. 6904996 gcc-4.6: nfsd: fix initialized but not read warnings by Andi Kleen · 14 years ago
  23. f9d7562 nfsd4: share file descriptors between stateid's by J. Bruce Fields · 14 years ago
  24. 0292191 nfsd4: fix openmode checking on IO using lock stateid by J. Bruce Fields · 14 years ago
  25. 21fb401 nfsd4: miscellaneous process_open2 cleanup by J. Bruce Fields · 14 years ago
  26. c3e4808 nfsd4: don't pretend to support write delegations by J. Bruce Fields · 14 years ago
  27. 2a12a9d fsnotify: pass a file instead of an inode to open, read, and write by Eric Paris · 15 years ago
  28. fa0a212 nfsd: bypass readahead cache when have struct file by J. Bruce Fields · 14 years ago
  29. af4718f nfsd: minor nfsd_svc() cleanup by J. Bruce Fields · 14 years ago
  30. 59db4a0 nfsd: move more into nfsd_startup() by J. Bruce Fields · 14 years ago
  31. ac77efb nfsd: just keep single lockd reference for nfsd by Jeff Layton · 14 years ago
  32. 628b368 nfsd: clean up nfsd_create_serv error handling by Jeff Layton · 14 years ago
  33. 0cd14a0 nfsd: fix error handling in __write_ports_addxprt by Jeff Layton · 14 years ago
  34. 78a8d7c nfsd: fix error handling when starting nfsd with rpcbind down by Jeff Layton · 14 years ago
  35. 4ad9a34 nfsd4: fix v4 state shutdown error paths by Jeff Layton · 14 years ago
  36. 55b1335 nfsd: remove unused assignment from nfsd_link by J. Bruce Fields · 14 years ago
  37. 43a9aa6 NFSD: Fill in WCC data for REMOVE, RMDIR, MKNOD, and MKDIR by Chuck Lever · 14 years ago
  38. 6a85d6c nfsd4: comment nitpick by J. Bruce Fields · 14 years ago
  39. cba9ba4 nfsd4: fix delegation recall race use-after-free by J. Bruce Fields · 14 years ago
  40. ac94bf5 nfsd4: fix deleg leak on callback error by J. Bruce Fields · 14 years ago
  41. ec8acac nfsd4: remove some debugging code by J. Bruce Fields · 14 years ago
  42. 9303bbd nfsd: nfs4callback encode_stateid helper function by Benny Halevy · 14 years ago
  43. 4731030 nfsd4: translate memory errors to delay, not serverfault by J. Bruce Fields · 14 years ago
  44. 76407f7 nfsd4; fix session reference count leak by J. Bruce Fields · 14 years ago
  45. b95a568 Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  46. 44b5660 Merge branch 'for-2.6.34-incoming' into for-2.6.35-incoming by J. Bruce Fields · 14 years ago
  47. c3935e3 nfsd4: shut down callback queue outside state lock by J. Bruce Fields · 14 years ago
  48. b160fda nfsd: nfsd_setattr needs to call commit_metadata by Christoph Hellwig · 14 years ago
  49. 68a4b48 nfsd4: don't bother storing callback reply tag by J. Bruce Fields · 14 years ago
  50. 24a0111 nfsd4: fix use of op_share_access by J. Bruce Fields · 14 years ago
  51. 172c85d nfsd4: treat more recall errors as failures by J. Bruce Fields · 14 years ago
  52. 378b7d3 nfsd4: remove extra put() on callback errors by J. Bruce Fields · 14 years ago
  53. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  54. 8018ab0 sanitize vfs_fsync calling conventions by Christoph Hellwig · 14 years ago
  55. e970a57 nfsd: open a file descriptor for fsync in nfs4 recovery by Christoph Hellwig · 14 years ago
  56. e4e83ea Revert "nfsd4: distinguish expired from stale stateids" by J. Bruce Fields · 14 years ago
  57. 47cee54 nfsd: safer initialization order in find_file() by Pavel Emelyanov · 14 years ago
  58. b7299f4 nfs4: minor callback code simplification, comment by J. Bruce Fields · 14 years ago
  59. 15ddb4a NFSD: don't report compiled-out versions as present by Pavel Emelyanov · 14 years ago
  60. 4dc6ec0 nfsd4: implement reclaim_complete by J. Bruce Fields · 14 years ago
  61. ab707e15 nfsd4: nfsd4_destroy_session must set callback client under the state lock by Benny Halevy · 14 years ago
  62. d768298 nfsd4: keep a reference count on client while in use by Benny Halevy · 14 years ago
  63. 07cd490 nfsd4: mark_client_expired by Benny Halevy · 14 years ago
  64. 46583e2 nfsd4: introduce nfs4_client.cl_refcount by Benny Halevy · 14 years ago
  65. 84d38ac nfsd4: refactor expire_client by Benny Halevy · 14 years ago
  66. 36acb66 nfsd4: extend the client_lock to cover cl_lru by Benny Halevy · 14 years ago
  67. 328efba nfsd4: use list_move in move_to_confirmed by Benny Halevy · 14 years ago
  68. be1fdf6 nfsd4: fold release_session into expire_client by Benny Halevy · 14 years ago
  69. 9089f1b nfsd4: rename sessionid_lock to client_lock by Benny Halevy · 14 years ago
  70. 5d4cec2 nfsd4: fix bare destroy_session null dereference by J. Bruce Fields · 14 years ago
  71. 5306293 Merge commit 'v2.6.34-rc6' by J. Bruce Fields · 14 years ago
  72. dbd65a7 nfsd4: use local variable in nfs4svc_encode_compoundres by Benny Halevy · 14 years ago
  73. 26c0c75 nfsd4: fix unlikely race in session replay case by J. Bruce Fields · 14 years ago
  74. 2bc3c11 nfsd4: bug in read_buf by Neil Brown · 14 years ago
  75. d03859a nfsd: potential ERR_PTR dereference on exp_export() error paths. by Dan Carpenter · 14 years ago
  76. 5771635 nfsd4: complete enforcement of 4.1 op ordering by J. Bruce Fields · 14 years ago
  77. 4b21d0d nfsd4: allow 4.0 clients to change callback path by J. Bruce Fields · 14 years ago
  78. 2bf2387 nfsd4: rearrange cb data structures by J. Bruce Fields · 14 years ago
  79. b12a05c nfsd4: cl_count is unused by J. Bruce Fields · 14 years ago
  80. b5a1a81 nfsd4: don't sleep in lease-break callback by J. Bruce Fields · 14 years ago
  81. 3c4ab2a nfsd4: indentation cleanup by J. Bruce Fields · 14 years ago
  82. 408b79b nfsd4: consistent session flag setting by J. Bruce Fields · 14 years ago
  83. 9045b4b nfsd4: remove probe task's reference on client by J. Bruce Fields · 14 years ago
  84. 3df796d nfsd4: remove dprintk by J. Bruce Fields · 14 years ago
  85. 147efd0 nfsd4: shutdown callbacks on expiry by J. Bruce Fields · 14 years ago
  86. 227f98d9 nfsd4: preallocate nfs4_rpc_args by J. Bruce Fields · 14 years ago
  87. 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
  88. 9188525 nfsd: don't break lease while servicing a COMMIT by Jeff Layton · 14 years ago
  89. 61f8603 nfsd: factor out hash functions for export caches. by NeilBrown · 14 years ago
  90. e739cf1 Merge commit 'v2.6.34-rc1' into for-2.6.35-incoming by J. Bruce Fields · 14 years ago
  91. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  92. e7b184f nfsd4: document lease/grace-period limits by J. Bruce Fields · 14 years ago
  93. efc4bb4f nfsd4: allow setting grace period time by J. Bruce Fields · 14 years ago
  94. f013574 nfsd4: reshuffle lease-setting code to allow reuse by J. Bruce Fields · 14 years ago
  95. f958a13 nfsd4: remove unnecessary lease-setting function by J. Bruce Fields · 14 years ago
  96. e46b498 nfsd4: simplify lease/grace interaction by J. Bruce Fields · 14 years ago
  97. cf07d2e nfsd4: simplify references to nfsd4 lease time by J. Bruce Fields · 14 years ago
  98. 05c5cb3 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  99. 42e4960 vfs: take f_lock on modifying f_mode after open time by Wu Fengguang · 14 years ago
  100. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago