1. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  2. 4b952a9 [CIFS] Allow null user connections by Steve French · 18 years ago
  3. 12e36b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 18 years ago
  4. 1a4e15a [CIFS] Missing flags2 for DFS by Steve French · 18 years ago
  5. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  6. 9ac00b7 [CIFS] Do not send newer QFSInfo to legacy servers which can not support it by Steve French · 18 years ago
  7. 175ec9e [CIFS] Rename server time zone field by Steve French · 18 years ago
  8. 2cd646a [CIFS] Remove static and unused symbols by Steve French · 18 years ago
  9. 2fe87f0 [CIFS] Support deep tree mounts (e.g. mounts to //server/share/path) by Steve French · 18 years ago
  10. e466e48 [CIFS] Fix oops in cifs_close due to unitialized lock sem and list in by Steve French · 18 years ago
  11. 6c3d890 [CIFS] Allow cifsd to suspend if connection is lost by Steve French · 18 years ago
  12. 3a5ff61 [CIFS] Do not time out posix brl requests when using new posix setfileinfo by Steve French · 18 years ago
  13. 750d115 [CIFS] Fix allocation of buffers for new session setup routine to allow by Steve French · 18 years ago
  14. cd49b49 [CIFS] remove some redundant null pointer checks by Steve French · 18 years ago
  15. 189acaa [CIFS] Enable sec flags on mount for cifs (part one) by Steve French · 18 years ago
  16. 0fd1ffe [CIFS] Fix suspend/resume problem which causes EIO on subsequent access to by Pavel Machek · 18 years ago
  17. 7c7b25b [CIFS] Support for setting up SMB sessions to legacy lanman servers part 2 by Steve French · 18 years ago
  18. 3979877 [CIFS] Support for setting up SMB sessions to legacy lanman servers by Steve French · 18 years ago
  19. 0877583 [CIFS] Fix typos in previous fix by Steve French · 18 years ago
  20. a424f8b [CIFS] fix memory leak in cifs session info struct on reconnect by Steve French · 18 years ago
  21. a878fb2 [CIFS] Do not limit the length of share names (was 100 for whole UNC name) by Steve French · 18 years ago
  22. 301dc3e [CIFS] Fix compile error when CONFIG_CIFS_EXPERIMENTAL is undefined by Steve French · 18 years ago
  23. 6080823 [CIFS] Readdir fixes to allow search to start at arbitrary position in directory by Steve French · 18 years ago
  24. d7c8c94 [CIFS] Fix slow oplock break response when mounts to different by Steve French · 18 years ago
  25. 083d3a2 [CIFS] Workaround various server bugs found in testing at connectathon by Steve French · 18 years ago
  26. 82940a4 [CIFS] Make POSIX CIFS Extensions SetFSInfo match exactly what we want by Steve French · 18 years ago
  27. 184ed21 [CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffer case for wrapping by Steve French · 18 years ago
  28. 5d2f248 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 18 years ago
  29. 6cec2ae [PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket error by Steve French · 18 years ago
  30. 5815449d [CIFS] SessionSetup cleanup part 2 by Steve French · 18 years ago
  31. 12b3b8f [CIFS] Cleanup NTLMSSP session setup handling by Steve French · 18 years ago
  32. 1877c9e [CIFS] Remove compiler warning by Steve French · 18 years ago
  33. 17cbbaf [CIFS] Make cifs default wsize match what we actually want to send (52K by Steve French · 18 years ago
  34. eeac804 [CIFS] Fix CIFS to recognize share mode security by Steve French · 18 years ago
  35. 0a4b92c [CIFS] Add worker function for Get ACL cifs style by Steve French · 18 years ago
  36. ec637e3 [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpages by Steve French · 19 years ago
  37. bf82067 [CIFS] Kerberos and CIFS ACL support part 1 by Steve French · 19 years ago
  38. e89dc92 [CIFS] Cleanup sparse warnings for unicode little endian casts by Steve French · 19 years ago
  39. a2653eb [CIFS] Reserve upcall IDX value for CIFS with connector header and add by Steve French · 19 years ago
  40. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  41. d6d3f5b Merge with /pub/scm/linux/kernel/git/sfrench/cifs-2.6.git/ by Steve French · 19 years ago
  42. 1047abc [CIFS] CIFS Stats improvements by Steve French · 19 years ago
  43. b387eae [CIFS] Do not shrink tcp sndbuf/rcvbuf from their defaults by Steve French · 19 years ago
  44. 0ae0efa [CIFS] Fix rsize calculation so that large readx flag is checked. by Steve French · 19 years ago
  45. 4a77118 CIFS: Allow wsize to exceed CIFSMaxBufSize by Steve French · 19 years ago
  46. 3e84469 [CIFS] Add writepages support to shrink memory usage on writes, by Steve French · 19 years ago
  47. ede1327 [PATCH] cifs: Add support for suspend by Steve French · 19 years ago
  48. 70ca734 [CIFS] Various minor bigendian fixes and sparse level 2 warning message fixes by Steve French · 19 years ago
  49. 041e0e3 [PATCH] fs: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  50. e915fc4 [PATCH] fs: convert kcalloc to kzalloc by Pekka Enberg · 19 years ago
  51. 1c95518 [CIFS] Add support for legacy servers part 4 by Steve French · 19 years ago
  52. cb8be64 [CIFS] Add nolock synonym (ala nfs) for nobrl to disable sending byte range by Steve French · 19 years ago
  53. 16abbec [CIFS] Add support for suspend by Steve French · 19 years ago
  54. 6b8edfe [CIFS] Support for mounting to older servers part 2. Add support for by Steve French · 19 years ago
  55. a10faeb2 [CIFS] Support for mounting to older, pre-CIFS servers added. This by Steve French · 19 years ago
  56. d3485d3 [CIFS] Finish cifs mount option which requests case insensitive path by Steve French · 19 years ago
  57. c46fa8a [CIFS] Add mount option for disabling sending byte range lock requests by Steve French · 19 years ago
  58. f191401 [CIFS] rmmod cifs can oops if done soon after the last cifs unmount by Steve French · 19 years ago
  59. 1982c34 [CIFS] Ensure that cifs multiplex ids do not collide. by Steve French · 19 years ago
  60. d7245c2 [CIFS] Add compat with SFU (part 1) by Steve French · 19 years ago
  61. 45abc6e [CIFS] Fix typo in POSIX SetFSInfo call by Steve French · 19 years ago
  62. ac67055 [CIFS] POSIX extensions, SetFSInfo added by Jeremy Allison · 19 years ago
  63. 0cb766a [PATCH] cifs: Do not sleep interruptible after socket connect failure by Steve French · 19 years ago
  64. 31ca3bc [PATCH] cifs: Do not init smb requests or block when sending requests by Steve French · 19 years ago
  65. 57337e4 [PATCH] cifs: handle termination of cifs oplockd kernel thread by Steve French · 19 years ago
  66. cd63499 [PATCH] cifs: Handle case of multiple trans2 responses for one SMB request (part 2 of 2) by Steve French · 19 years ago
  67. e4eb295 [PATCH] cifs: Handle multiple response transact2 part 1 of 2 by Steve French · 19 years ago
  68. 46810cb [PATCH] cifs: Ease memory pressure, do not use large buffers in byte range lock requests. by Steve French · 19 years ago
  69. 67010fb [PATCH] cifs: Better handle errors on second socket recv message call by Steve French · 19 years ago
  70. 09d1db5 [PATCH] cifs: improve check for search entry going beyond end of SMB transact by Steve French · 19 years ago
  71. 433dc24 [PATCH] cifs: remove cifs_kcalloc and check for NULL return on kcalloc in session initialization by Steve French · 19 years ago
  72. 099a58f [PATCH] cifs: Missing initialization for largeBuf flag left out of previous changeset by Steve French · 19 years ago
  73. b8643e1 [PATCH] cifs: Do not use large smb buffers in response path by Steve French · 19 years ago
  74. 848f3fc [PATCH] cifs: Do not interpret oplock break responses as responses to an unrelated command by Steve French · 19 years ago
  75. 737b758 [PATCH] cifs: character mapping of special characters (part 3 of 3) by Steve French · 19 years ago
  76. 6a0b482 [PATCH] cifs: Add new mount parm mapchars by Steve French · 19 years ago
  77. ad009ac [PATCH] cifs: Fix multiuser packet signing to use the right sequence number and mac session key by Steve French · 19 years ago
  78. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago