1. 26b994f [CIFS] Code cleanup in old sessionsetup code by Steve French · 16 years ago
  2. 93d0ec8 remove locking around tcpSesAllocCount atomic variable by Jeff Layton · 16 years ago
  3. 5ca33c6 cifs: assorted endian annotations by Harvey Harrison · 16 years ago
  4. 09e50d5 lockdep: annotate cifs in-kernel sockets by Jeff Layton · 16 years ago
  5. dbdbb87 [CIFS] Fix hang in mount when negprot causes server to kill tcp session by Steve French · 16 years ago
  6. 27adb44 [CIFS] warn if both dynperm and cifsacl mount options specified by Steve French · 16 years ago
  7. 95b1cb9 [CIFS] enable parsing for transport encryption mount parm by Steve French · 16 years ago
  8. c2cf07d [CIFS] Finishup DFS code by Steve French · 16 years ago
  9. 646dd53 [CIFS] Fix paths when share is in DFS to include proper prefix by Steve French · 16 years ago
  10. 582d21e [CIFS] cleanup old checkpatch warnings by Steve French · 16 years ago
  11. d0a9c07 [CIFS] CIFS currently allows for permissions to be changed on files, even by Jeff Layton · 16 years ago
  12. e691b9d [CIFS] don't allow demultiplex thread to exit until kthread_stop is called by Steve French · 16 years ago
  13. 02eadef [CIFS] add local struct inode pointer to cifs_setattr by Jeff Layton · 16 years ago
  14. 1b20d67 [CIFS] cifs_find_tcp_session cleanup by Cyrill Gorcunov · 16 years ago
  15. 7c5e628 [CIFS] Fixed build warning in is_ip by Igor Mammedov · 16 years ago
  16. cf432eb [CIFS] cleanup cifsd completion by Steve French · 16 years ago
  17. dea570e0 [CIFS] Remove over-indented code in find_unc(). by Steve French · 16 years ago
  18. 4b18f2a [CIFS] convert usage of implicit booleans to bool by Steve French · 16 years ago
  19. 5d941ca [CIFS] Fix oops when slow oplock process races with unmount by Steve French · 16 years ago
  20. c2d68ea [CIFS] fix prepath conversion when server supports posix paths by Steve French · 16 years ago
  21. 11b6d64 [CIFS] Only convert / when server does not support posix paths by Igor Mammedov · 16 years ago
  22. 03a143c [CIFS] fixup prefixpaths which contain multiple path components by Steve French · 16 years ago
  23. 90c81e0 [CIFS] clean up some hard to read ifdefs by Steve French · 16 years ago
  24. 366781c [CIFS] DFS build fixes by Steve French · 16 years ago
  25. 88e7d70 [CIFS] hold ses sem on tcp session reconnect during mount by Steve French · 16 years ago
  26. 1d9a885 [CIFS] redo existing session setup if needed in cifs_mount by Jeff Layton · 16 years ago
  27. 2a97468 [CIFS] Fix spurious reconnect on 2nd peek from read of SMB length by Petr Tesarik · 17 years ago
  28. 8840dee [CIFS] minor checkpatch cleanup by Steve French · 17 years ago
  29. c359cf3 [CIFS] add hostname field to TCP_Server_Info struct by Jeff Layton · 17 years ago
  30. 70fe7dc [CIFS] clean up error handling in cifs_mount by Jeff Layton · 17 years ago
  31. 133672e [CIFS] Fix buffer overflow if server sends corrupt response to small request by Steve French · 17 years ago
  32. 91cf45f [NET]: Add the helper kernel_sock_shutdown() by Trond Myklebust · 17 years ago
  33. 9b8f5f5 [CIFS] fix oops on second mount to same server when null auth is used by Jeff Layton · 17 years ago
  34. 7505e05 [CIFS] If no Access Control Entries, set mode perm bits to zero by Steve French · 17 years ago
  35. 2843483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  36. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  37. c18c732 [CIFS] fix bad handling of EAGAIN error on kernel_recvmsg in cifs_demultiplex_thread by Steve French · 17 years ago
  38. 6345a3a [CIFS] formatting fixes by Cyrill Gorcunov · 17 years ago
  39. a013689 [CIFS] Fix cifsd so shuts down when signing fails during mount by Steve French · 17 years ago
  40. a8a11d3 [CIFS] remove some redundant argument checks by Mariusz Kozlowski · 17 years ago
  41. 7f8ed42 [CIFS] CIFS support for named pipes (part 1) by Steve French · 17 years ago
  42. 442aa31 [CIFS] Support for CIFS ACLs (part 1) by Steve French · 17 years ago
  43. 2224f4e [CIFS] fix typo in previous commit by Steve French · 17 years ago
  44. 5a44b31 [CIFS] Add warning message when broken server fails SetFSInfo call by Steve French · 17 years ago
  45. 88f370a [CIFS] Fix potential NULL pointer usage if kzalloc fails by Steve French · 17 years ago
  46. 638b250 [CIFS] typo in earlier cifs_reconnect fix by Steve French · 17 years ago
  47. 77159b4 [CIFS] Fix warnings shown by newer version of sparse by Steve French · 17 years ago
  48. 26f5736 [CIFS] formatting cleanup found by checkpatch by Steve French · 17 years ago
  49. f01d5e1 [CIFS] fix for incorrect session reconnects by Steve French · 17 years ago
  50. 1ff8392 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 17 years ago
  51. c18c842 [CIFS] Allow disabling CIFS Unix Extensions as mount option by Steve French · 17 years ago
  52. 63135e0 [CIFS] More whitespace/formatting fixes (noticed by checkpatch) by Steve French · 17 years ago
  53. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  54. 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
  55. fb8c4b1 [CIFS] whitespace cleanup by Steve French · 17 years ago
  56. b609f06 [CIFS] Fix packet signatures for NTLMv2 case by Steve French · 17 years ago
  57. 467a8f8 [CIFS] whitespace cleanup by Steve French · 17 years ago
  58. 5d9c720 [CIFS] Do not allow signals in cifs_demultiplex_thread by Jeff · 17 years ago
  59. 75865f8c [CIFS] Add in some missing flags and cifs README and TODO corrections by Steve French · 17 years ago
  60. f7f7c31 [CIFS] typo in previous patch by Steve French · 17 years ago
  61. 28356a1 [CIFS] Fix oops on failed cifs mount (in kthread_stop) by Steve French · 17 years ago
  62. 8426c39 [CIFS] Make sec=none force an anonymous mount by Jeff Layton · 17 years ago
  63. 0b2365f [CIFS] Fix oops in reset_cifs_unix_caps on reconnect by Steve French · 17 years ago
  64. 4523cc3 [CIFS] UID/GID override on CIFS mounts to Samba by Steve French · 17 years ago
  65. 984acfe [CIFS] prefixpath mounts to servers supporting posix paths used wrong slash by Steve French · 17 years ago
  66. 5858ae4 [CIFS] Add IPv6 support by Steve French · 17 years ago
  67. aaf737a [CIFS] Switch cifsd to kthread_run from kernel_thread by Igor Mammedov · 17 years ago
  68. 8af1897 [CIFS] on reconnect to Samba - reset the unix capabilities by Steve French · 17 years ago
  69. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  70. 4b952a9 [CIFS] Allow null user connections by Steve French · 18 years ago
  71. 12e36b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 18 years ago
  72. 1a4e15a [CIFS] Missing flags2 for DFS by Steve French · 18 years ago
  73. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  74. 9ac00b7 [CIFS] Do not send newer QFSInfo to legacy servers which can not support it by Steve French · 18 years ago
  75. 175ec9e [CIFS] Rename server time zone field by Steve French · 18 years ago
  76. 2cd646a [CIFS] Remove static and unused symbols by Steve French · 18 years ago
  77. 2fe87f0 [CIFS] Support deep tree mounts (e.g. mounts to //server/share/path) by Steve French · 18 years ago
  78. e466e48 [CIFS] Fix oops in cifs_close due to unitialized lock sem and list in by Steve French · 18 years ago
  79. 6c3d890 [CIFS] Allow cifsd to suspend if connection is lost by Steve French · 18 years ago
  80. 3a5ff61 [CIFS] Do not time out posix brl requests when using new posix setfileinfo by Steve French · 18 years ago
  81. 750d115 [CIFS] Fix allocation of buffers for new session setup routine to allow by Steve French · 18 years ago
  82. cd49b49 [CIFS] remove some redundant null pointer checks by Steve French · 18 years ago
  83. 189acaa [CIFS] Enable sec flags on mount for cifs (part one) by Steve French · 18 years ago
  84. 0fd1ffe [CIFS] Fix suspend/resume problem which causes EIO on subsequent access to by Pavel Machek · 18 years ago
  85. 7c7b25b [CIFS] Support for setting up SMB sessions to legacy lanman servers part 2 by Steve French · 18 years ago
  86. 3979877 [CIFS] Support for setting up SMB sessions to legacy lanman servers by Steve French · 18 years ago
  87. 0877583 [CIFS] Fix typos in previous fix by Steve French · 18 years ago
  88. a424f8b [CIFS] fix memory leak in cifs session info struct on reconnect by Steve French · 18 years ago
  89. a878fb2 [CIFS] Do not limit the length of share names (was 100 for whole UNC name) by Steve French · 18 years ago
  90. 301dc3e [CIFS] Fix compile error when CONFIG_CIFS_EXPERIMENTAL is undefined by Steve French · 18 years ago
  91. 6080823 [CIFS] Readdir fixes to allow search to start at arbitrary position in directory by Steve French · 18 years ago
  92. d7c8c94 [CIFS] Fix slow oplock break response when mounts to different by Steve French · 18 years ago
  93. 083d3a2 [CIFS] Workaround various server bugs found in testing at connectathon by Steve French · 18 years ago
  94. 82940a4 [CIFS] Make POSIX CIFS Extensions SetFSInfo match exactly what we want by Steve French · 18 years ago
  95. 184ed21 [CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffer case for wrapping by Steve French · 18 years ago
  96. 5d2f248 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 18 years ago
  97. 6cec2ae [PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket error by Steve French · 18 years ago
  98. 5815449d [CIFS] SessionSetup cleanup part 2 by Steve French · 18 years ago
  99. 12b3b8f [CIFS] Cleanup NTLMSSP session setup handling by Steve French · 18 years ago
  100. 1877c9e [CIFS] Remove compiler warning by Steve French · 18 years ago