1. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  2. a00be0e cifs: don't use ->d_time by Miklos Szeredi · 8 years ago
  3. 348c1bf Move check for prefix path to within cifs_get_root() by Sachin Prabhu · 8 years ago
  4. c1d8b24 Compare prepaths when comparing superblocks by Sachin Prabhu · 8 years ago
  5. 4214ebf Fix memory leaks in cifs_do_mount() by Sachin Prabhu · 8 years ago
  6. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  7. d3fe198 cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare() by Al Viro · 8 years ago
  8. b0c4e2a Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  9. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  10. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  11. 7893242 CIFS: Fix a possible invalid memory access in smb2_query_symlink() by Pavel Shilovsky · 8 years ago
  12. a6b5058 fs/cifs: make share unaccessible at root level mountable by Aurelien Aptel · 8 years ago
  13. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  14. bd975d1 cifs: fix crash due to race in hmac(md5) handling by Rabin Vincent · 8 years ago
  15. b782fcc cifs: unbreak TCP session reuse by Rabin Vincent · 8 years ago
  16. 8d9535b cifs: Check for existing directory when opening file with O_CREAT by Sachin Prabhu · 8 years ago
  17. 5b23c97 Add MF-Symlinks support for SMB 2.0 by Sachin Prabhu · 8 years ago
  18. 00699ad Use the right predicate in ->atomic_open() instances by Al Viro · 8 years ago
  19. 45e8a25 File names with trailing period or space need special case conversion by Steve French · 8 years ago
  20. 4fcd181 Fix reconnect to not defer smb3 session reconnect long after socket reconnect by Steve French · 8 years ago
  21. a6b6bef cifs: check hash calculating succeeded by Luis de Bethencourt · 8 years ago
  22. b8da344 cifs: dynamic allocation of ntlmssp blob by Jerome Marchand · 8 years ago
  23. 202d772 cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain name by Jerome Marchand · 8 years ago
  24. 3d22462 cifs: stuff the fl_owner into "pid" field in the lock request by Jeff Layton · 8 years ago
  25. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  26. 84c60b1 drop redundant ->owner initializations by Al Viro · 8 years ago
  27. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  28. 48a77aa CIFS: Remove some obsolete comments by Steve French · 8 years ago
  29. b74cb9a cifs: Create dedicated keyring for spnego operations by Sachin Prabhu · 8 years ago
  30. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  31. 442c9ac Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  32. 8908c94 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  33. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  34. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  35. 681750c Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  36. 897fba1 remove directory incorrectly tries to set delete on close on non-empty directories by Steve French · 8 years ago
  37. 5a4f7e8 Update cifs.ko version to 2.09 by Steve French · 8 years ago
  38. 1a967d6 fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication by Stefan Metzmacher · 8 years ago
  39. 777f69b fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication by Stefan Metzmacher · 8 years ago
  40. fa8f3a3 fs/cifs: correctly to anonymous authentication for the LANMAN authentication by Stefan Metzmacher · 8 years ago
  41. cfda35d fs/cifs: correctly to anonymous authentication via NTLMSSP by Stefan Metzmacher · 8 years ago
  42. 11e3164 cifs: remove any preceding delimiter from prefix_path by Sachin Prabhu · 8 years ago
  43. 1f1735c cifs: Use file_dentry() by Goldwyn Rodrigues · 8 years ago
  44. 3125d26 cifs: switch to ->iterate_shared() by Al Viro · 8 years ago
  45. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  46. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 8 years ago
  47. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 8 years ago
  48. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  49. a9ae008 cifs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  50. 534bb0c cifs: Fix removexattr for os2.* xattrs by Andreas Gruenbacher · 8 years ago
  51. 45987e0 cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT by Andreas Gruenbacher · 8 years ago
  52. d9a1548 cifs: Fix xattr name checks by Andreas Gruenbacher · 8 years ago
  53. fafc4e1 sock: tigthen lockdep checks for sock_owned_by_user by Hannes Frederic Sowa · 8 years ago
  54. 5ac7eac KEYS: Add a facility to restrict new links into a keyring by David Howells · 8 years ago
  55. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  56. 5fdccfe cifs: kill more bogus checks in ->...xattr() methods by Al Viro · 8 years ago
  57. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  58. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  59. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  60. 7133566 cifs: don't bother with kmap on read_pages side by Al Viro · 8 years ago
  61. a613730 cifs_readv_receive: use cifs_read_from_socket() by Al Viro · 8 years ago
  62. 09aab88 cifs: no need to wank with copying and advancing iovec on recvmsg side either by Al Viro · 9 years ago
  63. 3ab3f2a cifs: quit playing games with draining iovecs by Al Viro · 9 years ago
  64. 16c568e cifs: merge the hash calculation helpers by Al Viro · 9 years ago
  65. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  66. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  67. 1404297 lib: update single-char callers of strtobool() by Kees Cook · 8 years ago
  68. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  69. 85f4048 cifs_get_root(): use lookup_one_len_unlocked() by Al Viro · 8 years ago
  70. 9589995 CIFS: Fix duplicate line introduced by clone_file_range patch by Steve French · 8 years ago
  71. 1ee9f4b Fix cifs_uniqueid_to_ino_t() function for s390x by Yadan Fan · 8 years ago
  72. 6cc3b24 CIFS: Fix SMB2+ interim response processing for read requests by Pavel Shilovsky · 8 years ago
  73. deb7def cifs: fix out-of-bounds access in lease parsing by Justin Maggard · 8 years ago
  74. 4b550af cifs: fix erroneous return value by Anton Protopopov · 8 years ago
  75. f34d69c cifs: fix potential overflow in cifs_compose_mount_options by Insu Yun · 8 years ago
  76. 997152f cifs: remove redundant check for null string pointer by Colin Ian King · 8 years ago
  77. 9651ddb cifs: Use skcipher by Herbert Xu · 8 years ago
  78. 772950e Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  79. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  80. 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 8 years ago
  81. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  82. 01b9b0b cifs_dbg() outputs an uninitialized buffer in cifs_readdir() by Vasily Averin · 8 years ago
  83. 820962d cifs: fix race between call_async() and reconnect() by Rabin Vincent · 8 years ago
  84. 373512e Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this. by Steve French · 8 years ago
  85. 882137c cifs: Allow using O_DIRECT with cache=loose by Ross Lagerwall · 8 years ago
  86. adfeb3e cifs: Make echo interval tunable by Steve French · 8 years ago
  87. a108471b cifs: Check uniqueid for SMB2+ and return -ESTALE if necessary by Ross Lagerwall · 8 years ago
  88. 275516c Print IP address of unresponsive server by Arnd Hannemann · 9 years ago
  89. ec7147a cifs: Ratelimit kernel log messages by Jamie Bainbridge · 9 years ago
  90. fce205e Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  91. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  92. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  93. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  94. dfd01f0 sched/wait: Fix the signal handling fix by Peter Zijlstra · 8 years ago
  95. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  96. 8c36e9d cifs: avoid unused variable and label by Arnd Bergmann · 8 years ago
  97. 04b38d6 vfs: pull btrfs clone API to vfs layer by Christoph Hellwig · 8 years ago
  98. 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 8 years ago
  99. f3996e6 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  100. 7b52e27 Allow copy offload (CopyChunk) across shares by Steve French · 9 years ago