1. a8ae08e nfsd4: fix recovery-entry leak nfsd startup failure by J. Bruce Fields · 12 years ago
  2. a6d6b78 nfsd4: fix recovery-dir leak on nfsd startup failure by Jeff Layton · 12 years ago
  3. 393d8ed nfsd4: purge stable client records with insufficient state by J. Bruce Fields · 12 years ago
  4. 1255a8f nfsd4: don't set cl_firststate on first reclaim in 4.1 case by J. Bruce Fields · 12 years ago
  5. d24433c nfsd41: implement NFS4_SHARE_WANT_NO_DELEG, NFS4_OPEN_DELEGATE_NONE_EXT, why_no_deleg by Benny Halevy · 12 years ago
  6. 03cfb42 NFSD: Clean up the test_stateid function by Bryan Schumaker · 12 years ago
  7. 2c8bd7e nfsd41: split out share_access want and signal flags while decoding by Benny Halevy · 12 years ago
  8. 00b5f95 nfsd41: share_access_to_flags should consider only nfs4.x share_access flags by Benny Halevy · 12 years ago
  9. 37c593c nfsd41: use current stateid by value by Tigran Mkrtchyan · 12 years ago
  10. 9428fe1 nfsd41: consume current stateid on DELEGRETURN and OPENDOWNGRADE by Tigran Mkrtchyan · 12 years ago
  11. 1e97b51 nfsd41: handle current stateid in SETATTR and FREE_STATEID by Tigran Mkrtchyan · 12 years ago
  12. d147105 nfsd41: mark LOOKUP, LOOKUPP and CREATE to invalidate current stateid by Tigran Mkrtchyan · 12 years ago
  13. 8307111 nfsd41: save and restore current stateid with current fh by Tigran Mkrtchyan · 12 years ago
  14. 80e01cc nfsd41: mark PUTFH, PUTPUBFH and PUTROOTFH to clear current stateid by Tigran Mkrtchyan · 12 years ago
  15. 30813e2 nfsd41: consume current stateid on read and write by Tigran Mkrtchyan · 12 years ago
  16. 62cd4a5 nfsd41: handle current stateid on lock and locku by Tigran Mkrtchyan · 12 years ago
  17. 8b70484 nfsd41: handle current stateid in open and close by Tigran Mkrtchyan · 12 years ago
  18. 19ff0f2 nfsd4: initialize current stateid at compile time by Tigran Mkrtchyan · 12 years ago
  19. bf5c43c nfsd4: check for uninitialized slot by J. Bruce Fields · 12 years ago
  20. 73e7948 nfsd4: rearrange struct nfsd4_slot by J. Bruce Fields · 12 years ago
  21. f6d8248 nfsd4: fix sessions slotid wraparound logic by J. Bruce Fields · 12 years ago
  22. 508f922 nfsd: fix default iosize calculation on 32bit by J. Bruce Fields · 12 years ago
  23. 87b0fc7 nfsd: cleanup setting of default max_block_size by J. Bruce Fields · 12 years ago
  24. 3476964 nfsd: remove some unneeded checks by Dan Carpenter · 12 years ago
  25. a613fa1 SUNRPC: constify the rpc_program by Trond Myklebust · 12 years ago
  26. 4cb54ca SUNRPC: search for service transports in network namespace context by Stanislav Kinsbursky · 12 years ago
  27. 246590f SUNRPC: register service stats /proc entries in passed network namespace context by Stanislav Kinsbursky · 13 years ago
  28. 5ecebb7 SUNRPC: unregister service on creation in current network namespace by Stanislav Kinsbursky · 13 years ago
  29. f2ac4dc SUNRPC: parametrize rpc_uaddr2sockaddr() by network context by Stanislav Kinsbursky · 13 years ago
  30. 90100b1 SUNRPC: parametrize rpc_pton() by network context by Stanislav Kinsbursky · 13 years ago
  31. 0157d02 SUNRPC: handle RPC client pipefs dentries by network namespace aware routines by Stanislav Kinsbursky · 13 years ago
  32. 0b48d42 Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  33. 57eccf1 Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  34. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  35. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 13 years ago
  36. 7a6ef8c nfsd4: nfsd4_create_clid_dir return value is unused by J. Bruce Fields · 13 years ago
  37. 9b4146e NFSD: Change name of extended attribute containing junction by Chuck Lever · 13 years ago
  38. b854889 nfsd4: be forgiving in the absence of the recovery directory by J. Bruce Fields · 13 years ago
  39. 68c9715 SUNRPC: Clean up the RPCSEC_GSS service ticket requests by Trond Myklebust · 13 years ago
  40. 175a4eb fs: propagate umode_t, misc bits by Al Viro · 13 years ago
  41. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  42. bad0dcf new helpers: fh_{want,drop}_write() by Al Viro · 13 years ago
  43. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
  44. aec3968 nfsd4: fix spurious 4.1 post-reboot failures by J. Bruce Fields · 13 years ago
  45. 2d3475c NFSD: forget_delegations should use list_for_each_entry_safe by Bryan Schumaker · 13 years ago
  46. 39c4cc0 NFSD: Only reinitilize the recall_lru list under the recall lock by Bryan Schumaker · 13 years ago
  47. f32f3c2 nfsd4: initialize special stateid's at compile time by J. Bruce Fields · 13 years ago
  48. f5c8593b NFSd: use network-namespace-aware cache registering routines by Stanislav Kinsbursky · 13 years ago
  49. 0cf99b9 nfsd41: allow non-reclaim open-by-fh's in 4.1 by Mi Jinlong · 13 years ago
  50. b2ea70a nfsd: Fix oops when parsing a 0 length export by Sasha Levin · 13 years ago
  51. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  52. 67114fe nfsd4: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  53. 009673b nfsd4: add a separate (lockowner, inode) lookup by J. Bruce Fields · 13 years ago
  54. 353de31 nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile error by J. Bruce Fields · 13 years ago
  55. 16bfdaaf nfsd4: share open and lock owner hash tables by J. Bruce Fields · 13 years ago
  56. 06f1f86 nfsd4: hash lockowners to simplify RELEASE_LOCKOWNER by J. Bruce Fields · 13 years ago
  57. c7e8472 NFSD: Remove unnecessary whitespace by Bryan Schumaker · 13 years ago
  58. 7208339 NFSD: Call nfsd4_init_slabs() from init_nfsd() by Bryan Schumaker · 13 years ago
  59. 65178db NFSD: Added fault injection by Bryan Schumaker · 13 years ago
  60. 64a284d nfsd4: maintain one seqid stream per (lockowner, file) by J. Bruce Fields · 13 years ago
  61. 684e563 nfsd4: cleanup lock clientid handling in sessions case by J. Bruce Fields · 13 years ago
  62. b93d87c nfsd4: fix lockowner matching by J. Bruce Fields · 13 years ago
  63. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  64. 6736c04 Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  65. 31cbecb Merge branch 'osd-devel' into nfs-for-next by Trond Myklebust · 13 years ago
  66. fc0d14f nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_access by Benny Halevy · 13 years ago
  67. 143cb49 fs: add module.h to files that were implicitly using it by Paul Gortmaker · 13 years ago
  68. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  69. 16d0587 NFSd: call svc rpcbind cleanup explicitly by Stanislav Kinsbursky · 13 years ago
  70. 345c284 nfs41: implement DESTROY_CLIENTID operation by Mi Jinlong · 13 years ago
  71. 92bac8c nfsd4: typo logical vs bitwise negate for want_mask by Benny Halevy · 13 years ago
  72. c668fc6 nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG_WHEN_UNCONTENDED by Benny Halevy · 13 years ago
  73. fc0c3dd nfsd4: seq->status_flags may be used unitialized by Benny Halevy · 13 years ago
  74. 5423732 nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalid by Benny Halevy · 13 years ago
  75. 8b289b2 nfsd4: implement new 4.1 open reclaim types by J. Bruce Fields · 13 years ago
  76. a8d86cd nfsd4: remove unneeded CLAIM_DELEGATE_CUR workaround by J. Bruce Fields · 13 years ago
  77. 856121b nfsd4: warn on open failure after create by J. Bruce Fields · 13 years ago
  78. 4cdc951 nfsd4: preallocate open stateid in process_open1() by J. Bruce Fields · 13 years ago
  79. 996e093 nfsd4: do idr preallocation with stateid allocation by J. Bruce Fields · 13 years ago
  80. 32513b4 nfsd4: preallocate nfs4_file in process_open1() by J. Bruce Fields · 13 years ago
  81. d29b20c nfsd4: clean up open owners on OPEN failure by J. Bruce Fields · 13 years ago
  82. bcf130f nfsd4: simplify process_open1 logic by J. Bruce Fields · 13 years ago
  83. 3557e43 nfsd4: make is_open_owner boolean by J. Bruce Fields · 13 years ago
  84. a50d2ad nfsd4: centralize renew_client() calls by J. Bruce Fields · 13 years ago
  85. 01cd4afa nfsd4: typo logical vs bitwise negate by Dan Carpenter · 13 years ago
  86. b6d2f1c nfsd4: more robust ignoring of WANT bits in OPEN by J. Bruce Fields · 13 years ago
  87. a084daf nfsd4: move name-length checks to xdr by J. Bruce Fields · 13 years ago
  88. 04f9e66 nfsd4: move access/deny validity checks to xdr code by J. Bruce Fields · 13 years ago
  89. c30e92d nfsd4: ignore WANT bits in open downgrade by J. Bruce Fields · 13 years ago
  90. b31b30e nfsd4: cleanup state.h comments by J. Bruce Fields · 13 years ago
  91. 6409a5a nfsd4: clean up downgrading code by J. Bruce Fields · 13 years ago
  92. 71c3bcd nfsd4: fix state lock usage in LOCKU by J. Bruce Fields · 13 years ago
  93. 38c2f4b nfsd4: look up stateid's per clientid by J. Bruce Fields · 13 years ago
  94. 36279ac nfsd4: assume test_stateid always has session by J. Bruce Fields · 13 years ago
  95. 6136d2b nfsd4: use idr for stateid's by J. Bruce Fields · 13 years ago
  96. 2a74aba nfsd4: move client * to nfs4_stateid, add init_stid helper by J. Bruce Fields · 13 years ago
  97. c856694 nfsd4: make op_cacheresult another flag by J. Bruce Fields · 13 years ago
  98. 3d02fa2 nfsd4: fix open downgrade, again by J. Bruce Fields · 13 years ago
  99. f7a4d87 nfsd4: hash closed stateid's like any other by J. Bruce Fields · 13 years ago
  100. d3b313a nfsd4: construct stateid from clientid and counter by J. Bruce Fields · 13 years ago