1. c954acc CIFS: Fix a possible memory corruption in push locks by Pavel Shilovsky · 8 years ago
  2. 9f9d982 CIFS: Decrease verbosity of ioctl call by Pavel Shilovsky · 8 years ago
  3. 46890ff CIFS: Fix a possible double locking of mutex during reconnect by Pavel Shilovsky · 8 years ago
  4. 69d13b6 CIFS: Fix missing nls unload in smb2_reconnect() by Pavel Shilovsky · 8 years ago
  5. 48f9526 CIFS: Fix a possible memory corruption during reconnect by Pavel Shilovsky · 8 years ago
  6. 7aa58e7 cifs: Fix smbencrypt() to stop pointing a scatterlist at the stack by Andy Lutomirski · 8 years ago
  7. ae9ebe7 CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix() by Eryu Guan · 8 years ago
  8. b8c6001 Call echo service immediately after socket reconnect by Sachin Prabhu · 8 years ago
  9. 5f4b556 CIFS: Fix BUG() in calc_seckey() by Sachin Prabhu · 8 years ago
  10. 3514de3 CIFS: Retrieve uid and gid from special sid if enabled by Steve French · 8 years ago
  11. 9593265 CIFS: Add new mount option to set owner uid and gid from special sids in acl by Steve French · 8 years ago
  12. de74025 CIFS: Reset read oplock to NONE if we have mandatory locks after reopen by Pavel Shilovsky · 8 years ago
  13. f2cca6a CIFS: Fix persistent handles re-opening on reconnect by Pavel Shilovsky · 8 years ago
  14. 166cea4 SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup by Sachin Prabhu · 8 years ago
  15. 3baf1a7 SMB2: Separate Kerberos authentication from SMB2_sess_setup by Sachin Prabhu · 8 years ago
  16. cb978ac Expose cifs module parameters in sysfs by Germano Percossi · 8 years ago
  17. 24df148 Cleanup missing frees on some ioctls by Steve French · 8 years ago
  18. 834170c Enable previous version support by Steve French · 8 years ago
  19. 18dd8e1 Do not send SMB3 SET_INFO request if nothing is changing by Steve French · 8 years ago
  20. 141891f SMB3: Add mount parameter to allow user to override max credits by Steve French · 8 years ago
  21. 52ace1e fs/cifs: reopen persistent handles on reconnect by Steve French · 8 years ago
  22. 3afca26 Clarify locking of cifs file and tcon structures and make more granular by Steve French · 8 years ago
  23. d171356 Fix regression which breaks DFS mounting by Sachin Prabhu · 8 years ago
  24. 94f8737 fs/cifs: keep guid when assigning fid to fileinfo by Aurelien Aptel · 8 years ago
  25. fa70b87 SMB3: GUIDs should be constructed as random but valid uuids by Steve French · 8 years ago
  26. c2afb81 Set previous session id correctly on SMB3 reconnect by Steve French · 8 years ago
  27. 7d414f3 cifs: Limit the overall credit acquired by Ross Lagerwall · 8 years ago
  28. 9742805 Display number of credits available by Steve French · 8 years ago
  29. 6609804 Add way to query creation time of file via cifs xattr by Steve French · 8 years ago
  30. a958fff Add way to query file attributes via cifs xattr by Steve French · 8 years ago
  31. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  32. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  33. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  34. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  35. f334bcd Merge remote-tracking branch 'ovl/misc' into work.misc by Al Viro · 8 years ago
  36. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  37. dbbab32 cifs: get rid of unused arguments of CIFSSMBWrite() by Al Viro · 8 years ago
  38. 2211d5b posix_acl: xattr representation cleanups by Andreas Gruenbacher · 8 years ago
  39. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  40. fc56b98 cifs: don't use memcpy() to copy struct iov_iter by Al Viro · 8 years ago
  41. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  42. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  43. a00be0e cifs: don't use ->d_time by Miklos Szeredi · 8 years ago
  44. 348c1bf Move check for prefix path to within cifs_get_root() by Sachin Prabhu · 8 years ago
  45. c1d8b24 Compare prepaths when comparing superblocks by Sachin Prabhu · 8 years ago
  46. 4214ebf Fix memory leaks in cifs_do_mount() by Sachin Prabhu · 8 years ago
  47. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  48. d3fe198 cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare() by Al Viro · 8 years ago
  49. b0c4e2a Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  50. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  51. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  52. 7893242 CIFS: Fix a possible invalid memory access in smb2_query_symlink() by Pavel Shilovsky · 8 years ago
  53. a6b5058 fs/cifs: make share unaccessible at root level mountable by Aurelien Aptel · 8 years ago
  54. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  55. bd975d1 cifs: fix crash due to race in hmac(md5) handling by Rabin Vincent · 8 years ago
  56. b782fcc cifs: unbreak TCP session reuse by Rabin Vincent · 8 years ago
  57. 8d9535b cifs: Check for existing directory when opening file with O_CREAT by Sachin Prabhu · 8 years ago
  58. 5b23c97 Add MF-Symlinks support for SMB 2.0 by Sachin Prabhu · 8 years ago
  59. 00699ad Use the right predicate in ->atomic_open() instances by Al Viro · 8 years ago
  60. 45e8a25 File names with trailing period or space need special case conversion by Steve French · 8 years ago
  61. 4fcd181 Fix reconnect to not defer smb3 session reconnect long after socket reconnect by Steve French · 8 years ago
  62. a6b6bef cifs: check hash calculating succeeded by Luis de Bethencourt · 8 years ago
  63. b8da344 cifs: dynamic allocation of ntlmssp blob by Jerome Marchand · 8 years ago
  64. 202d772 cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain name by Jerome Marchand · 8 years ago
  65. 3d22462 cifs: stuff the fl_owner into "pid" field in the lock request by Jeff Layton · 8 years ago
  66. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  67. 84c60b1 drop redundant ->owner initializations by Al Viro · 8 years ago
  68. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  69. 48a77aa CIFS: Remove some obsolete comments by Steve French · 8 years ago
  70. b74cb9a cifs: Create dedicated keyring for spnego operations by Sachin Prabhu · 8 years ago
  71. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  72. 442c9ac Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  73. 8908c94 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  74. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  75. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  76. 681750c Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  77. 897fba1 remove directory incorrectly tries to set delete on close on non-empty directories by Steve French · 8 years ago
  78. 5a4f7e8 Update cifs.ko version to 2.09 by Steve French · 8 years ago
  79. 1a967d6 fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication by Stefan Metzmacher · 8 years ago
  80. 777f69b fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication by Stefan Metzmacher · 8 years ago
  81. fa8f3a3 fs/cifs: correctly to anonymous authentication for the LANMAN authentication by Stefan Metzmacher · 8 years ago
  82. cfda35d fs/cifs: correctly to anonymous authentication via NTLMSSP by Stefan Metzmacher · 8 years ago
  83. 11e3164 cifs: remove any preceding delimiter from prefix_path by Sachin Prabhu · 8 years ago
  84. 1f1735c cifs: Use file_dentry() by Goldwyn Rodrigues · 8 years ago
  85. 3125d26 cifs: switch to ->iterate_shared() by Al Viro · 8 years ago
  86. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  87. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 8 years ago
  88. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 8 years ago
  89. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  90. a9ae008 cifs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  91. 534bb0c cifs: Fix removexattr for os2.* xattrs by Andreas Gruenbacher · 8 years ago
  92. 45987e0 cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT by Andreas Gruenbacher · 8 years ago
  93. d9a1548 cifs: Fix xattr name checks by Andreas Gruenbacher · 8 years ago
  94. fafc4e1 sock: tigthen lockdep checks for sock_owned_by_user by Hannes Frederic Sowa · 8 years ago
  95. 5ac7eac KEYS: Add a facility to restrict new links into a keyring by David Howells · 8 years ago
  96. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  97. 5fdccfe cifs: kill more bogus checks in ->...xattr() methods by Al Viro · 8 years ago
  98. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  99. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  100. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago