1. 0de1f4c Add way to query server fs info for smb3 by Steve French · 9 years ago
  2. 02b1666 Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS by Steve French · 9 years ago
  3. 80bc83c add struct FILE_STANDARD_INFO by Steve French · 9 years ago
  4. 8ae31240 Add missing definitions for CIFS File System Attributes by Steve French · 10 years ago
  5. 2c957dd cifs: Use data structures to compute NTLMv2 response offsets by Tim Gardner · 11 years ago
  6. c7f508a Allow setting per-file compression via CIFS protocol by Steve French · 11 years ago
  7. 3d378d3 cifs: Make big endian multiplex ID sequences monotonic on the wire by Tim Gardner · 11 years ago
  8. 34f6264 Query file system attributes from server on SMB2, not just cifs, mounts by Steve French · 11 years ago
  9. c31f330 do not treat non-symlink reparse points as valid symlinks by Steve French · 11 years ago
  10. 05c715f [CIFS] Remove ext2 flags that have been moved to fs.h by Steve French · 11 years ago
  11. d244bf2 CIFS: Implement follow_link for nounix CIFS mounts by Pavel Shilovsky · 11 years ago
  12. 429b46f [CIFS] SMB3 Signing enablement by Steve French · 11 years ago
  13. be7457d Update headers to update various SMB3 ioctl definitions by Steve French · 11 years ago
  14. 31d9e2b cifs: break out decoding of security blob into separate function by Jeff Layton · 11 years ago
  15. 8abf277 cifs: Use kuids and kgids SID to uid/gid mapping by Eric W. Biederman · 11 years ago
  16. e4e3703 CIFS: Fix endian conversion of IndexNumber by Pavel Shilovsky · 12 years ago
  17. 96814ec Add definition for share encryption by Steve French · 13 years ago
  18. 2ab2593 cifs: fix protocol definition for READ_RSP by Jeff Layton · 13 years ago
  19. 460458c cifs: turn BCC into a static inlined function by Jeff Layton · 13 years ago
  20. 820a803 cifs: keep BCC in little-endian format by Jeff Layton · 13 years ago
  21. be8e3b0 consistently use smb_buf_length as be32 for cifs (try 3) by Steve French · 13 years ago
  22. 690c522 cifs: use get/put_unaligned functions to access ByteCount by Jeff Layton · 13 years ago
  23. 766fdbb cifs: add ability to send an echo request by Jeff Layton · 13 years ago
  24. d2b9152 NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange by Shirish Pargaonkar · 14 years ago
  25. 21e7339 NTLM auth and sign - Allocate session key/client response dynamically by Shirish Pargaonkar · 14 years ago
  26. 2b149f1 cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code by Shirish Pargaonkar · 14 years ago
  27. c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
  28. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  29. 370b419 cifs: add parens around smb_var in BCC macros by Jeff Layton · 14 years ago
  30. 6070d81 tree-wide: fix misspelling of "definition" in comments by Adam Buchbinder · 14 years ago
  31. cc0bad7 cifs: add new cifs_iget function and convert unix codepath to use it by Jeff Layton · 15 years ago
  32. 85a6dac [CIFS] Endian convert UniqueId when reporting inode numbers from server files by Steve French · 15 years ago
  33. 0382457 [CIFS] Add definitions for remoteably fsctl calls by Steve French · 15 years ago
  34. 10e70af [CIFS] DFS no longer experimental by Steve French · 15 years ago
  35. b298f22 [CIFS] Send SMB flush in cifs_fsync by Steve French · 15 years ago
  36. 61e7480 [CIFS] various minor cleanups pointed out by checkpatch script by Steve French · 15 years ago
  37. 4e1e7fb bundle up Unix SET_PATH_INFO args into a struct and change name by Jeff Layton · 16 years ago
  38. ef571ca [CIFS] Fix warnings from checkpatch by Shirish Pargaonkar · 16 years ago
  39. b720615 [CIFS] Correct incorrect obscure open flag by Steve French · 16 years ago
  40. a1fe78f [CIFS] Add missing defines for DFS by Steve French · 16 years ago
  41. fec4585 CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 the MS-DFSC spec. by Igor Mammedov · 16 years ago
  42. 67750fb [CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdir by Jeff Layton · 16 years ago
  43. 0206e61 [CIFS] Fix spelling mistake by Steve French · 16 years ago
  44. a7f796a [CIFS] Fix typo in previous commit by Steve French · 16 years ago
  45. ee4987a [CIFS] Fix define for new proxy cap to match documentation by Steve French · 16 years ago
  46. 2302aca [CIFS] Reserve new proxy cap for WAFS by Steve French · 16 years ago
  47. 675c467 [CIFS] Add various missing flags and defintions by Steve French · 16 years ago
  48. 9783758 [CIFS] Allow setting mode via cifs acl by Steve French · 16 years ago
  49. 7505e05 [CIFS] If no Access Control Entries, set mode perm bits to zero by Steve French · 17 years ago
  50. 953f868 [CIFS] Don't request too much permission when reading an ACL by Steve French · 17 years ago
  51. a750e77 [CIFS] acl support part 4 by Steve French · 17 years ago
  52. 92ad9b9 [CIFS] named pipe support (part 2) by Steve French · 17 years ago
  53. 26f5736 [CIFS] formatting cleanup found by checkpatch by Steve French · 17 years ago
  54. 2d785a5 [CIFS] Add support for new POSIX unlink by Steve French · 17 years ago
  55. 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
  56. 75865f8c [CIFS] Add in some missing flags and cifs README and TODO corrections by Steve French · 17 years ago
  57. 2dd29d3 [CIFS] New CIFS POSIX mkdir performance improvement by Steve French · 17 years ago
  58. 1299809 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  59. 38e2aff [CIFS] Do not negotiate new POSIX_PATH_OPERATIONS_CAP yet by Steve French · 17 years ago
  60. 82c05a1 [PATCH] cifs endianness annotations by Al Viro · 17 years ago
  61. c7af185 [CIFS] Fix set file size to zero when doing chmod to Samba 3.0.26pre by Steve French · 17 years ago
  62. c14e894 [CIFS] fix &&/& typo in cifs_setattr() by Steve French · 17 years ago
  63. 8af1897 [CIFS] on reconnect to Samba - reset the unix capabilities by Steve French · 17 years ago
  64. 595dcfe [CIFS] POSIX CIFS Extensions (continued) - POSIX Open by Steve French · 17 years ago
  65. 87f440e [CIFS] Additional POSIX CIFS Extensions infolevels by Steve French · 17 years ago
  66. 33ec32f [CIFS] Fix NTLMv2 mounts to Windows servers by Steve French · 17 years ago
  67. b815f1e5 [CIFS] Allow for 15 minute TZs (e.g. Nepal) and be more explicit about by Steve French · 18 years ago
  68. 9ac00b7 [CIFS] Do not send newer QFSInfo to legacy servers which can not support it by Steve French · 18 years ago
  69. 175ec9e [CIFS] Rename server time zone field by Steve French · 18 years ago
  70. 2fe87f0 [CIFS] Support deep tree mounts (e.g. mounts to //server/share/path) by Steve French · 18 years ago
  71. 5bafd76 [CIFS] Add support for readdir to legacy servers by Steve French · 18 years ago
  72. 6d027cf [CIFS] NTLMv2 support part 3 by Steve French · 18 years ago
  73. f64b23a [CIFS] NTLMv2 support part 2 by Steve French · 18 years ago
  74. 254e55e CIFS] Support for older servers which require plaintext passwords - part 2 by Steve French · 18 years ago
  75. 7c7b25b [CIFS] Support for setting up SMB sessions to legacy lanman servers part 2 by Steve French · 18 years ago
  76. 3979877 [CIFS] Support for setting up SMB sessions to legacy lanman servers by Steve French · 18 years ago
  77. 82940a4 [CIFS] Make POSIX CIFS Extensions SetFSInfo match exactly what we want by Steve French · 18 years ago
  78. 08547b0 [CIFS] Add posix (advisory) byte range locking support to cifs client by Steve French · 18 years ago
  79. 0a4b92c [CIFS] Add worker function for Get ACL cifs style by Steve French · 18 years ago
  80. ec637e3 [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpages by Steve French · 18 years ago
  81. bf82067 [CIFS] Kerberos and CIFS ACL support part 1 by Steve French · 18 years ago
  82. 86c96b4 [CIFS] Fix mknod of block and chardev over SFU mounts by Steve French · 18 years ago
  83. 0753ca7 [CIFS] Change pragma pack(1) to attribute(packed) to allow cifs on arm to access by Steve French · 19 years ago
  84. 70ca734 [CIFS] Various minor bigendian fixes and sparse level 2 warning message fixes by Steve French · 19 years ago
  85. 2096243 [CIFS] Add support for legacy servers part nine. statfs (df and du) is now by Steve French · 19 years ago
  86. a9d02ad [CIFS] Support for legacy servers part 3 - Add support for Open and most by Steve French · 19 years ago
  87. ff5dbd9 [CIFS] Change notify support part 2 by Steve French · 19 years ago
  88. 6b8edfe [CIFS] Support for mounting to older servers part 2. Add support for by Steve French · 19 years ago
  89. 1982c34 [CIFS] Ensure that cifs multiplex ids do not collide. by Steve French · 19 years ago
  90. eda3c029 [CIFS] Add compat with SFU (part 2) by Steve French · 19 years ago
  91. ac67055 [CIFS] POSIX extensions, SetFSInfo added by Jeremy Allison · 19 years ago
  92. e4eb295 [PATCH] cifs: Handle multiple response transact2 part 1 of 2 by Steve French · 19 years ago
  93. f28ac91 [PATCH] cifs: CIFS ioctl needed by umount.cifs utility by Steve French · 19 years ago
  94. c67593a [PATCH] cifs: Enable ioctl support in POSIX extensions to handle lsattr by Steve French · 19 years ago
  95. f654bac [PATCH] cifs: add support for chattr/lsattr in new CIFS POSIX extensions by Steve French · 19 years ago
  96. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago