1. 6463523 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 19 years ago
  2. cc314ee Fix nasty ncpfs symlink handling bug. by Linus Torvalds · 19 years ago
  3. d3485d3 [CIFS] Finish cifs mount option which requests case insensitive path by Steve French · 19 years ago
  4. c46fa8a [CIFS] Add mount option for disabling sending byte range lock requests by Steve French · 19 years ago
  5. 8d0d509 [CIFS] Change Notify support part 1 - add dnotify thread for processing by Steve French · 19 years ago
  6. f191401 [CIFS] rmmod cifs can oops if done soon after the last cifs unmount by Steve French · 19 years ago
  7. 1982c34 [CIFS] Ensure that cifs multiplex ids do not collide. by Steve French · 19 years ago
  8. a59c658 [CIFS] Missing ; from previous fix. Pointed out by Shaggy. by Steve French · 19 years ago
  9. 27876d0 [PATCH] CIFS: Fix path name conversion for long filenames by Steve French · 19 years ago
  10. d024709 [PATCH] CIFS: Fix missing entries in search results by Steve French · 19 years ago
  11. 4a6d87f [CIFS] Add missing check for path name allocation failure. Remove four by Steve French · 19 years ago
  12. ef6724e [CIFS] Fix missing entries in search results when very long file names and by Steve French · 19 years ago
  13. eda3c02 [CIFS] Add compat with SFU (part 2) by Steve French · 19 years ago
  14. f4cfd69 [CIFS] Fix path name conversion for long filenames when mapchars mount by Steve French · 19 years ago
  15. d7245c2 [CIFS] Add compat with SFU (part 1) by Steve French · 19 years ago
  16. 0c0ff09 [CIFS] Performance improvement, finish up adding CIFSSMBWrite2 by Steve French · 19 years ago
  17. 45abc6e [CIFS] Fix typo in POSIX SetFSInfo call by Steve French · 19 years ago
  18. ea0daab Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git by Steve French · 19 years ago
  19. ac67055 [CIFS] POSIX extensions, SetFSInfo added by Jeremy Allison · 19 years ago
  20. dfb7533 [CIFS] Add stats for findfirst, findnext, findclose by Steve French · 19 years ago
  21. 5893a65 Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git by Steve French · 19 years ago
  22. d6e04ae [CIFS] CIFS writepage improvements - eliminate double copy by Steve French · 19 years ago
  23. 3079ca6 [CIFS] Fix cifs update of page cache. Write at correct offset when out of memory by Steve French · 19 years ago
  24. 36358c2 [CIFS] fs/cifs/netmisc.c: fix sparse warning by Alexey Dobriyan · 19 years ago
  25. d0d2f2d [CIFS] Update cifs version number and fix whitespace by Steve French · 19 years ago
  26. b1a4569 [CIFS] fix casts of unicode strings to match function definition by Steve French · 19 years ago
  27. b2aeb9d [CIFS] Fix oops in cifs_unlink. Caused in some cases when renaming over existing, by Steve French · 19 years ago
  28. 67594fe [CIFS] missing break needed to handle < when mount option "mapchars" specified by Steve French · 19 years ago
  29. dfc1e14 [PATCH] remove BK documentation by Adrian Bunk · 19 years ago
  30. 9ea1f8f [PATCH] cifs: Update cifs todo list by Steve French · 19 years ago
  31. 6857547 [PATCH] cifs: append \* properly on ASCII servers by Steve French · 19 years ago
  32. 0cb766a [PATCH] cifs: Do not sleep interruptible after socket connect failure by Steve French · 19 years ago
  33. 31ca3bc [PATCH] cifs: Do not init smb requests or block when sending requests by Steve French · 19 years ago
  34. 57337e4 [PATCH] cifs: handle termination of cifs oplockd kernel thread by Steve French · 19 years ago
  35. 11aa014 [PATCH] cifs: Fix mapping of EMLINK case by Steve French · 19 years ago
  36. cd63499 [PATCH] cifs: Handle case of multiple trans2 responses for one SMB request (part 2 of 2) by Steve French · 19 years ago
  37. 275cde1 [PATCH] cifs: cleanup various long lines by Steve French · 19 years ago
  38. e4eb295 [PATCH] cifs: Handle multiple response transact2 part 1 of 2 by Steve French · 19 years ago
  39. 46810cb [PATCH] cifs: Ease memory pressure, do not use large buffers in byte range lock requests. by Steve French · 19 years ago
  40. 79944bf [PATCH] cifs: missing semicolon from previous fix by Steve French · 19 years ago
  41. 67010fb [PATCH] cifs: Better handle errors on second socket recv message call by Steve French · 19 years ago
  42. 09d1db5 [PATCH] cifs: improve check for search entry going beyond end of SMB transact by Steve French · 19 years ago
  43. 966ca92 [PATCH] cifs: Fix caching problem by Steve French · 19 years ago
  44. 433dc24 [PATCH] cifs: remove cifs_kcalloc and check for NULL return on kcalloc in session initialization by Steve French · 19 years ago
  45. 099a58f [PATCH] cifs: Missing initialization for largeBuf flag left out of previous changeset by Steve French · 19 years ago
  46. b8643e1 [PATCH] cifs: Do not use large smb buffers in response path by Steve French · 19 years ago
  47. c81156d [PATCH] cifs: cleanup of ifdefs usage so it is more consistent by Steve French · 19 years ago
  48. f28ac91 [PATCH] cifs: CIFS ioctl needed by umount.cifs utility by Steve French · 19 years ago
  49. 848f3fc [PATCH] cifs: Do not interpret oplock break responses as responses to an unrelated command by Steve French · 19 years ago
  50. d072471 [PATCH] cifs: Fix PPC64 compile error by Steve French · 19 years ago
  51. 737b758 [PATCH] cifs: character mapping of special characters (part 3 of 3) by Steve French · 19 years ago
  52. 6c91d36 [PATCH] cifs: finish up of special character mapping capable unicode conversion routine part 2 of 3 by Steve French · 19 years ago
  53. d14537f1 [PATCH] cifs: remove a few redundant null pointer checks, and cleanup misc source formatting by Steve French · 19 years ago
  54. 6a0b482 [PATCH] cifs: Add new mount parm mapchars by Steve French · 19 years ago
  55. cbe0476 [PATCH] cifs: fix rare oops in cifs_close by Steve French · 19 years ago
  56. ad009ac [PATCH] cifs: Fix multiuser packet signing to use the right sequence number and mac session key by Steve French · 19 years ago
  57. c67593a [PATCH] cifs: Enable ioctl support in POSIX extensions to handle lsattr by Steve French · 19 years ago
  58. 75cf6bd [PATCH] cifs: Gracefully turn off serverino (when serverino is enabled on mount) by Steve French · 19 years ago
  59. f654bac [PATCH] cifs: add support for chattr/lsattr in new CIFS POSIX extensions by Steve French · 19 years ago
  60. 1da0c78 [PATCH] cifs: Only send POSIX ACL calls to server if server claims to support that capability bit by Steve French · 19 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago