1. 31c0519 cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs by Jeff Layton · 14 years ago
  2. ec06aed cifs: clean up handling when server doesn't consistently support inode numbers by Jeff Layton · 15 years ago
  3. 5d2c0e2 cifs: fix problems with last two commits by Jeff Layton · 15 years ago
  4. 086f68b cifs: eliminate cifs_init_private by Jeff Layton · 15 years ago
  5. 3bc303c cifs: convert oplock breaks to use slow_work facility (try #4) by Jeff Layton · 15 years ago
  6. 590a3fe cifs: fix oplock request handling in posix codepath by Jeff Layton · 15 years ago
  7. 0b8f18e cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget by Jeff Layton · 15 years ago
  8. 3bbeeb3 cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls by Jeff Layton · 15 years ago
  9. 01ea95e cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo by Jeff Layton · 15 years ago
  10. cc0bad7 cifs: add new cifs_iget function and convert unix codepath to use it by Jeff Layton · 15 years ago
  11. 1e68b2b cifs: add new routine for converting AF_INET and AF_INET6 addrs by Jeff Layton · 15 years ago
  12. 1bf4072 cifs: reorganize get_cifs_acl by Christoph Hellwig · 15 years ago
  13. c4a2c08 cifs: make cnvrtDosUnixTm take a little-endian args and an offset by Jeff Layton · 15 years ago
  14. 07119a4 cifs: have cifs_NTtimeToUnix take a little-endian arg by Jeff Layton · 15 years ago
  15. f588416 cifs: change cifs_get_name_from_search_buf to use new unicode helper by Jeff Layton · 15 years ago
  16. 460b969 cifs: change CIFSSMBUnixQuerySymLink to use new helpers by Jeff Layton · 15 years ago
  17. c6c0091 [CIFS] Rename compose_mount_options to cifs_compose_mount_options. by Steve French · 15 years ago
  18. 7fc8f4e [CIFS] reopen file via newer posix open protocol operation if available by Steve French · 15 years ago
  19. b298f22 [CIFS] Send SMB flush in cifs_fsync by Steve French · 15 years ago
  20. 44f68fa cifs: posix fill in inode needed by posix open by Jeff Layton · 15 years ago
  21. 950ec52 cifs: properly handle case where CIFSGetSrvInodeNumber fails by Jeff Layton · 15 years ago
  22. 132ac7b cifs: refactor new_inode() calls and inode initialization by Jeff Layton · 15 years ago
  23. e4cce94 [CIFS] Prevent OOPs when mounting with remote prefixpath. by Igor Mammedov · 15 years ago
  24. 0496e02 cifs: turn smb_send into a wrapper around smb_sendv by Jeff Layton · 16 years ago
  25. 54a696b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  26. 4e53a3f cifs: have calc_lanman_hash take more granular args by Jeff Layton · 16 years ago
  27. a001e5b CRED: Wrap task credential accesses in the CIFS filesystem by David Howells · 16 years ago
  28. edf1ae4 [CIFS] Reduce number of socket retries in large write path by Steve French · 16 years ago
  29. 391e575 cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIle by Jeff Layton · 16 years ago
  30. 6d22f09 cifs: add function to set file disposition by Jeff Layton · 16 years ago
  31. 2dd2dfa Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg by Jeff Layton · 16 years ago
  32. 6fc000e change CIFSSMBSetTimes to CIFSSMBSetPathInfo by Jeff Layton · 16 years ago
  33. 4e1e7fb bundle up Unix SET_PATH_INFO args into a struct and change name by Jeff Layton · 16 years ago
  34. c2cf07d [CIFS] Finishup DFS code by Steve French · 16 years ago
  35. 646dd53 [CIFS] Fix paths when share is in DFS to include proper prefix by Steve French · 16 years ago
  36. 582d21e [CIFS] cleanup old checkpatch warnings by Steve French · 16 years ago
  37. 7c5e628 [CIFS] Fixed build warning in is_ip by Igor Mammedov · 16 years ago
  38. 4b18f2a [CIFS] convert usage of implicit booleans to bool by Steve French · 16 years ago
  39. 78d31a3 cifs: timeout dfs automounts +little fix. by Igor Mammedov · 16 years ago
  40. 5d941ca [CIFS] Fix oops when slow oplock process races with unmount by Steve French · 16 years ago
  41. 8b1327f [CIFS] file create with acl support enabled is slow by Steve French · 16 years ago
  42. 55f78e1 [CIFS] cifs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  43. c1ce264 [CIFS] fix typo by Steve French · 16 years ago
  44. 90c81e0 [CIFS] clean up some hard to read ifdefs by Steve French · 16 years ago
  45. ad7a292 [CIFS] reduce checkpatch warnings by Steve French · 16 years ago
  46. 366781c [CIFS] DFS build fixes by Steve French · 16 years ago
  47. 6d5ae0d [CIFS] DFS support: provide shrinkable mounts by Igor Mammedov · 16 years ago
  48. 9783758 [CIFS] Allow setting mode via cifs acl by Steve French · 17 years ago
  49. f7a44ea [CIFS] remove build warning by Steve French · 17 years ago
  50. 8840dee [CIFS] minor checkpatch cleanup by Steve French · 17 years ago
  51. d6c2e4d [CIFS] have cifs_get_spnego_key get the hostname from TCP_Server_Info by Jeff Layton · 17 years ago
  52. 133672e [CIFS] Fix buffer overflow if server sends corrupt response to small request by Steve French · 17 years ago
  53. 09fe7ba [CIFS] implement upcalls for SPNEGO blob via keyctl API by Jeff Layton · 17 years ago
  54. 953f868 [CIFS] Don't request too much permission when reading an ACL by Steve French · 17 years ago
  55. 630f3f0c [CIFS] acl support part 6 by Steve French · 17 years ago
  56. 4879b44 [CIFS] ACL support part 5 by Steve French · 17 years ago
  57. a761ac5 [CIFS] log better errors on failed mounts by Steve French · 17 years ago
  58. d0d66c4 [CIFS] CIFS ACL support (part 2) by Shirish Pargaonkar · 17 years ago
  59. bcb0203 [CIFS] move cifs acl code to new file and fix build break by Steve French · 17 years ago
  60. 26f5736 [CIFS] formatting cleanup found by checkpatch by Steve French · 17 years ago
  61. 2d785a5 [CIFS] Add support for new POSIX unlink by Steve French · 17 years ago
  62. 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
  63. b609f06 [CIFS] Fix packet signatures for NTLMv2 case by Steve French · 17 years ago
  64. d38d8c7 [CIFS] whitespace fixes by Steve French · 17 years ago
  65. 2dd29d3 [CIFS] New CIFS POSIX mkdir performance improvement by Steve French · 17 years ago
  66. 99ee4db [CIFS] Remove some unused functions/declarations by Steve French · 17 years ago
  67. 8af1897 [CIFS] on reconnect to Samba - reset the unix capabilities by Steve French · 17 years ago
  68. 7ba5263 [CIFS] Allow update of EOF on remote extend of file by Steve French · 17 years ago
  69. d103e16 [CIFS] Workaround incomplete byte length returned by some by Steve French · 18 years ago
  70. acf1a1b [CIFS] Level 1 QPathInfo needed for proper OS2 support by Steve French · 18 years ago
  71. 2cd646a [CIFS] Remove static and unused symbols by Steve French · 18 years ago
  72. 1bd5bbc [CIFS] Legacy time handling for Win9x and OS/2 part 1 by Steve French · 18 years ago
  73. 7ee1af7 [CIFS] by Jeremy Allison · 18 years ago
  74. f90f00a [CIFS] Fix compile warning when CONFIG_CIFS_EXPERIMENTAL is off by Steve French · 18 years ago
  75. 189acaa [CIFS] Enable sec flags on mount for cifs (part one) by Steve French · 18 years ago
  76. 1717ffc [CIFS] NTLMv2 support part 5 by Steve French · 18 years ago
  77. 6d027cf [CIFS] NTLMv2 support part 3 by Steve French · 18 years ago
  78. 7c7b25b [CIFS] Support for setting up SMB sessions to legacy lanman servers part 2 by Steve French · 18 years ago
  79. 3979877 [CIFS] Support for setting up SMB sessions to legacy lanman servers by Steve French · 18 years ago
  80. fc94cdb [CIFS] Fix new POSIX Locking for setting lock_type correctly on unlock by Steve French · 18 years ago
  81. d7c8c94 [CIFS] Fix slow oplock break response when mounts to different by Steve French · 18 years ago
  82. 08547b0 [CIFS] Add posix (advisory) byte range locking support to cifs client by Steve French · 18 years ago
  83. 5815449d [CIFS] SessionSetup cleanup part 2 by Steve French · 18 years ago
  84. 12b3b8f [CIFS] Cleanup NTLMSSP session setup handling by Steve French · 18 years ago
  85. 0a4b92c [CIFS] Add worker function for Get ACL cifs style by Steve French · 19 years ago
  86. ec637e3 [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpages by Steve French · 19 years ago
  87. 84afc29 [CIFS] Readpages and readir performance improvements - eliminate extra by Steve French · 19 years ago
  88. ec58ef0 [CIFS] Update kconfig for cifs by Steve French · 19 years ago
  89. 6148a74 CIFS: Create routine find_writable_file to reduce redundant code by Steve French · 19 years ago
  90. 3e84469 [CIFS] Add writepages support to shrink memory usage on writes, by Steve French · 19 years ago
  91. 70ca734 [CIFS] Various minor bigendian fixes and sparse level 2 warning message fixes by Steve French · 19 years ago
  92. 2096243 [CIFS] Add support for legacy servers part nine. statfs (df and du) is now by Steve French · 19 years ago
  93. bfa0d75 [CIFS] Add support for legacy servers part 5 by Steve French · 19 years ago
  94. 7f57356 [CIFS] Remove cifs_sb argument from *build_path_from_dentry by Steve French · 19 years ago
  95. a9d02ad [CIFS] Support for legacy servers part 3 - Add support for Open and most by Steve French · 19 years ago
  96. 167a251 [CIFS] Change notify support part 3 by Steve French · 19 years ago
  97. 6b8edfe [CIFS] Support for mounting to older servers part 2. Add support for by Steve French · 19 years ago
  98. 1982c34 [CIFS] Ensure that cifs multiplex ids do not collide. by Steve French · 19 years ago
  99. 45abc6e [CIFS] Fix typo in POSIX SetFSInfo call by Steve French · 19 years ago
  100. ea0daab Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git by Steve French · 19 years ago