1. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  2. 54a696b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  3. 00e485b cifs: store password in tcon by Jeff Layton · 16 years ago
  4. 4e53a3f cifs: have calc_lanman_hash take more granular args by Jeff Layton · 16 years ago
  5. 61e7480 [CIFS] various minor cleanups pointed out by checkpatch script by Steve French · 16 years ago
  6. 13a6e42 [CIFS] add mount option to send mandatory rather than advisory locks by Steve French · 16 years ago
  7. d5c5605 cifs: make ipv6_connect take a TCP_Server_Info arg by Jeff Layton · 16 years ago
  8. bcf4b10 cifs: make ipv4_connect take a TCP_Server_Info arg by Jeff Layton · 16 years ago
  9. 7586b76 cifs: don't declare smb_vol info on the stack by Jeff Layton · 16 years ago
  10. 63c038c cifs: move allocation of new TCP_Server_Info into separate function by Jeff Layton · 16 years ago
  11. 8ecaf67 cifs: account for IPv6 in ses->serverName and clean up netbios name handling by Jeff Layton · 16 years ago
  12. 72ca545 cifs: convert tcpSem to a mutex by Jeff Layton · 16 years ago
  13. 0468a2c cifs: take module reference when starting cifsd by Jeff Layton · 16 years ago
  14. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  15. f3a5c54 Merge branch 'master' into next by James Morris · 16 years ago
  16. ab3f992 [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earlier patch by Steve French · 16 years ago
  17. f1987b4 cifs: reinstate sharing of tree connections by Jeff Layton · 16 years ago
  18. d82c2df [CIFS] minor cleanup to cifs_mount by Steve French · 16 years ago
  19. 14fbf50 cifs: reinstate sharing of SMB sessions sans races by Jeff Layton · 16 years ago
  20. e7ddee9 cifs: disable sharing session and tcon and add new TCP sharing code by Jeff Layton · 16 years ago
  21. 3ec332e [CIFS] clean up server protocol handling by Steve French · 16 years ago
  22. a001e5b CRED: Wrap task credential accesses in the CIFS filesystem by David Howells · 16 years ago
  23. 3b79521 [CIFS] Fix cifs reconnection flags by Steve French · 16 years ago
  24. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  25. c527c8a [CIFS] Can't rely on iov length and base when kernel_recvmsg returns error by Steve French · 16 years ago
  26. be85940 fs: replace NIPQUAD() by Harvey Harrison · 16 years ago
  27. edf1ae4 [CIFS] Reduce number of socket retries in large write path by Steve French · 16 years ago
  28. b1c8d2b cifs: handle the TCP_Server_Info->tsk field more carefully by Jeff Layton · 16 years ago
  29. 84210e9 [CIFS] improve setlease handling by Steve French · 16 years ago
  30. 469ee61 [CIFS] eliminate usage of kthread_stop for cifsd by Jeff Layton · 16 years ago
  31. 2c1b861 [CIFS] Add nodfs mount option by Steve French · 16 years ago
  32. cb7691b cifs: add local server pointer to cifs_setup_session by Jeff Layton · 16 years ago
  33. ad8b15f [CIFS] list entry can not return null by Steve French · 16 years ago
  34. 26b994f [CIFS] Code cleanup in old sessionsetup code by Steve French · 16 years ago
  35. 93d0ec8 remove locking around tcpSesAllocCount atomic variable by Jeff Layton · 16 years ago
  36. 5ca33c6 cifs: assorted endian annotations by Harvey Harrison · 16 years ago
  37. 09e50d5 lockdep: annotate cifs in-kernel sockets by Jeff Layton · 16 years ago
  38. dbdbb87 [CIFS] Fix hang in mount when negprot causes server to kill tcp session by Steve French · 16 years ago
  39. 27adb44 [CIFS] warn if both dynperm and cifsacl mount options specified by Steve French · 16 years ago
  40. 95b1cb9 [CIFS] enable parsing for transport encryption mount parm by Steve French · 16 years ago
  41. c2cf07d [CIFS] Finishup DFS code by Steve French · 16 years ago
  42. 646dd53 [CIFS] Fix paths when share is in DFS to include proper prefix by Steve French · 16 years ago
  43. 582d21e [CIFS] cleanup old checkpatch warnings by Steve French · 16 years ago
  44. d0a9c07 [CIFS] CIFS currently allows for permissions to be changed on files, even by Jeff Layton · 16 years ago
  45. e691b9d [CIFS] don't allow demultiplex thread to exit until kthread_stop is called by Steve French · 16 years ago
  46. 02eadef [CIFS] add local struct inode pointer to cifs_setattr by Jeff Layton · 16 years ago
  47. 1b20d67 [CIFS] cifs_find_tcp_session cleanup by Cyrill Gorcunov · 16 years ago
  48. 7c5e628 [CIFS] Fixed build warning in is_ip by Igor Mammedov · 16 years ago
  49. cf432eb [CIFS] cleanup cifsd completion by Steve French · 16 years ago
  50. dea570e0 [CIFS] Remove over-indented code in find_unc(). by Steve French · 16 years ago
  51. 4b18f2a [CIFS] convert usage of implicit booleans to bool by Steve French · 16 years ago
  52. 5d941ca [CIFS] Fix oops when slow oplock process races with unmount by Steve French · 16 years ago
  53. c2d68ea [CIFS] fix prepath conversion when server supports posix paths by Steve French · 16 years ago
  54. 11b6d64 [CIFS] Only convert / when server does not support posix paths by Igor Mammedov · 16 years ago
  55. 03a143c [CIFS] fixup prefixpaths which contain multiple path components by Steve French · 16 years ago
  56. 90c81e0 [CIFS] clean up some hard to read ifdefs by Steve French · 16 years ago
  57. 366781c [CIFS] DFS build fixes by Steve French · 16 years ago
  58. 88e7d70 [CIFS] hold ses sem on tcp session reconnect during mount by Steve French · 17 years ago
  59. 1d9a885 [CIFS] redo existing session setup if needed in cifs_mount by Jeff Layton · 17 years ago
  60. 2a97468 [CIFS] Fix spurious reconnect on 2nd peek from read of SMB length by Petr Tesarik · 17 years ago
  61. 8840dee [CIFS] minor checkpatch cleanup by Steve French · 17 years ago
  62. c359cf3 [CIFS] add hostname field to TCP_Server_Info struct by Jeff Layton · 17 years ago
  63. 70fe7dc [CIFS] clean up error handling in cifs_mount by Jeff Layton · 17 years ago
  64. 133672e [CIFS] Fix buffer overflow if server sends corrupt response to small request by Steve French · 17 years ago
  65. 91cf45f [NET]: Add the helper kernel_sock_shutdown() by Trond Myklebust · 17 years ago
  66. 9b8f5f5 [CIFS] fix oops on second mount to same server when null auth is used by Jeff Layton · 17 years ago
  67. 7505e05 [CIFS] If no Access Control Entries, set mode perm bits to zero by Steve French · 17 years ago
  68. 2843483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  69. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  70. c18c732 [CIFS] fix bad handling of EAGAIN error on kernel_recvmsg in cifs_demultiplex_thread by Steve French · 17 years ago
  71. 6345a3a [CIFS] formatting fixes by Cyrill Gorcunov · 17 years ago
  72. a013689 [CIFS] Fix cifsd so shuts down when signing fails during mount by Steve French · 17 years ago
  73. a8a11d3 [CIFS] remove some redundant argument checks by Mariusz Kozlowski · 17 years ago
  74. 7f8ed42 [CIFS] CIFS support for named pipes (part 1) by Steve French · 17 years ago
  75. 442aa31 [CIFS] Support for CIFS ACLs (part 1) by Steve French · 17 years ago
  76. 2224f4e [CIFS] fix typo in previous commit by Steve French · 17 years ago
  77. 5a44b31 [CIFS] Add warning message when broken server fails SetFSInfo call by Steve French · 17 years ago
  78. 88f370a [CIFS] Fix potential NULL pointer usage if kzalloc fails by Steve French · 17 years ago
  79. 638b250 [CIFS] typo in earlier cifs_reconnect fix by Steve French · 17 years ago
  80. 77159b4 [CIFS] Fix warnings shown by newer version of sparse by Steve French · 17 years ago
  81. 26f5736 [CIFS] formatting cleanup found by checkpatch by Steve French · 17 years ago
  82. f01d5e1 [CIFS] fix for incorrect session reconnects by Steve French · 17 years ago
  83. 1ff8392 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 17 years ago
  84. c18c842 [CIFS] Allow disabling CIFS Unix Extensions as mount option by Steve French · 17 years ago
  85. 63135e0 [CIFS] More whitespace/formatting fixes (noticed by checkpatch) by Steve French · 17 years ago
  86. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  87. 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
  88. fb8c4b1 [CIFS] whitespace cleanup by Steve French · 17 years ago
  89. b609f06 [CIFS] Fix packet signatures for NTLMv2 case by Steve French · 17 years ago
  90. 467a8f8 [CIFS] whitespace cleanup by Steve French · 17 years ago
  91. 5d9c720 [CIFS] Do not allow signals in cifs_demultiplex_thread by Jeff · 17 years ago
  92. 75865f8c [CIFS] Add in some missing flags and cifs README and TODO corrections by Steve French · 17 years ago
  93. f7f7c31 [CIFS] typo in previous patch by Steve French · 17 years ago
  94. 28356a1 [CIFS] Fix oops on failed cifs mount (in kthread_stop) by Steve French · 17 years ago
  95. 8426c39 [CIFS] Make sec=none force an anonymous mount by Jeff Layton · 17 years ago
  96. 0b2365f [CIFS] Fix oops in reset_cifs_unix_caps on reconnect by Steve French · 17 years ago
  97. 4523cc3 [CIFS] UID/GID override on CIFS mounts to Samba by Steve French · 17 years ago
  98. 984acfe [CIFS] prefixpath mounts to servers supporting posix paths used wrong slash by Steve French · 17 years ago
  99. 5858ae4 [CIFS] Add IPv6 support by Steve French · 17 years ago
  100. aaf737a [CIFS] Switch cifsd to kthread_run from kernel_thread by Igor Mammedov · 17 years ago