1. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 7 years ago
  2. f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  3. ae6f8dd CIFS: Allow to switch on encryption with seal mount option by Pavel Shilovsky · 8 years ago
  4. c42a6ab CIFS: Add capability to decrypt big read responses by Pavel Shilovsky · 8 years ago
  5. 4326ed2 CIFS: Decrypt and process small encrypted packets by Pavel Shilovsky · 8 years ago
  6. d70b910 CIFS: Add copy into pages callback for a read operation by Pavel Shilovsky · 8 years ago
  7. 9b7c18a CIFS: Add mid handle callback by Pavel Shilovsky · 8 years ago
  8. 9bb17e0 CIFS: Add transform header handling callbacks by Pavel Shilovsky · 8 years ago
  9. 026e93d CIFS: Encrypt SMB3 requests before sending by Pavel Shilovsky · 8 years ago
  10. cabfb36 CIFS: Enable encryption during session setup phase by Pavel Shilovsky · 8 years ago
  11. 7fb8986 CIFS: Add capability to transform requests before sending by Pavel Shilovsky · 8 years ago
  12. b8f57ee CIFS: Separate RFC1001 length processing for SMB2 read by Pavel Shilovsky · 8 years ago
  13. cb200bd CIFS: Separate SMB2 sync header processing by Pavel Shilovsky · 8 years ago
  14. 738f9de CIFS: Send RFC1001 length in a separate iov by Pavel Shilovsky · 8 years ago
  15. fb2036d CIFS: Make send_cancel take rqst as argument by Pavel Shilovsky · 8 years ago
  16. da502f7 CIFS: Make SendReceive2() takes resp iov by Pavel Shilovsky · 8 years ago
  17. 31473fc CIFS: Separate SMB2 header structure by Pavel Shilovsky · 8 years ago
  18. 9c25702 CIFS: Fix splice read for non-cached files by Pavel Shilovsky · 8 years ago
  19. b9be76d cifs: Add soft dependencies by Jean Delvare · 8 years ago
  20. 3692304 cifs: Only select the required crypto modules by Jean Delvare · 8 years ago
  21. c1ecea8 cifs: Simplify SMB2 and SMB311 dependencies by Jean Delvare · 8 years ago
  22. 93faccbb fs: Better permission checking for submounts by Eric W. Biederman · 7 years ago
  23. 81ddd8c cifs: initialize file_info_lock by Rabin Vincent · 8 years ago
  24. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  25. 1dd5c6b Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  26. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  27. 374402a cifs_get_root shouldn't use path with tree name by Sachin Prabhu · 8 years ago
  28. 3956644 Fix default behaviour for empty domains and add domainauto option by Germano Percossi · 8 years ago
  29. c6fc663 cifs: use %16phN for formatting md5 sum by Rasmus Villemoes · 8 years ago
  30. 06deeec cifs: Fix smbencrypt() to stop pointing a scatterlist at the stack by Andy Lutomirski · 8 years ago
  31. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  32. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  33. 96a988f CIFS: Fix a possible double locking of mutex during reconnect by Pavel Shilovsky · 8 years ago
  34. 53e0e11 CIFS: Fix a possible memory corruption during reconnect by Pavel Shilovsky · 8 years ago
  35. e3d240e CIFS: Fix a possible memory corruption in push locks by Pavel Shilovsky · 8 years ago
  36. 4772c79 CIFS: Fix missing nls unload in smb2_reconnect() by Pavel Shilovsky · 8 years ago
  37. b0a752b CIFS: Decrease verbosity of ioctl call by Pavel Shilovsky · 8 years ago
  38. 8b217fe SMB3: parsing for new snapshot timestamp mount parm by Steve French · 8 years ago
  39. ae9ebe7 CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix() by Eryu Guan · 8 years ago
  40. b8c6001 Call echo service immediately after socket reconnect by Sachin Prabhu · 8 years ago
  41. 5f4b556 CIFS: Fix BUG() in calc_seckey() by Sachin Prabhu · 8 years ago
  42. 2f8b544 block,fs: untangle fs.h and blk_types.h by Christoph Hellwig · 8 years ago
  43. 3514de3 CIFS: Retrieve uid and gid from special sid if enabled by Steve French · 8 years ago
  44. 9593265 CIFS: Add new mount option to set owner uid and gid from special sids in acl by Steve French · 8 years ago
  45. de74025 CIFS: Reset read oplock to NONE if we have mandatory locks after reopen by Pavel Shilovsky · 8 years ago
  46. f2cca6a CIFS: Fix persistent handles re-opening on reconnect by Pavel Shilovsky · 8 years ago
  47. 166cea4 SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup by Sachin Prabhu · 8 years ago
  48. 3baf1a7 SMB2: Separate Kerberos authentication from SMB2_sess_setup by Sachin Prabhu · 8 years ago
  49. cb978ac Expose cifs module parameters in sysfs by Germano Percossi · 8 years ago
  50. 24df148 Cleanup missing frees on some ioctls by Steve French · 8 years ago
  51. 834170c Enable previous version support by Steve French · 8 years ago
  52. 18dd8e1 Do not send SMB3 SET_INFO request if nothing is changing by Steve French · 8 years ago
  53. 141891f SMB3: Add mount parameter to allow user to override max credits by Steve French · 8 years ago
  54. 52ace1e fs/cifs: reopen persistent handles on reconnect by Steve French · 8 years ago
  55. 3afca26 Clarify locking of cifs file and tcon structures and make more granular by Steve French · 8 years ago
  56. d171356 Fix regression which breaks DFS mounting by Sachin Prabhu · 8 years ago
  57. 94f8737 fs/cifs: keep guid when assigning fid to fileinfo by Aurelien Aptel · 8 years ago
  58. fa70b87 SMB3: GUIDs should be constructed as random but valid uuids by Steve French · 8 years ago
  59. c2afb81 Set previous session id correctly on SMB3 reconnect by Steve French · 8 years ago
  60. 7d414f3 cifs: Limit the overall credit acquired by Ross Lagerwall · 8 years ago
  61. 9742805 Display number of credits available by Steve French · 8 years ago
  62. 6609804 Add way to query creation time of file via cifs xattr by Steve French · 8 years ago
  63. a958fff Add way to query file attributes via cifs xattr by Steve French · 8 years ago
  64. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  65. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  66. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  67. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  68. f334bcd Merge remote-tracking branch 'ovl/misc' into work.misc by Al Viro · 8 years ago
  69. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  70. dbbab32 cifs: get rid of unused arguments of CIFSSMBWrite() by Al Viro · 8 years ago
  71. 2211d5b posix_acl: xattr representation cleanups by Andreas Gruenbacher · 8 years ago
  72. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  73. fc56b98 cifs: don't use memcpy() to copy struct iov_iter by Al Viro · 8 years ago
  74. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  75. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  76. a00be0e cifs: don't use ->d_time by Miklos Szeredi · 8 years ago
  77. 348c1bf Move check for prefix path to within cifs_get_root() by Sachin Prabhu · 8 years ago
  78. c1d8b24 Compare prepaths when comparing superblocks by Sachin Prabhu · 8 years ago
  79. 4214ebf Fix memory leaks in cifs_do_mount() by Sachin Prabhu · 8 years ago
  80. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  81. d3fe198 cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare() by Al Viro · 8 years ago
  82. b0c4e2a Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  83. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  84. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  85. 7893242 CIFS: Fix a possible invalid memory access in smb2_query_symlink() by Pavel Shilovsky · 8 years ago
  86. a6b5058 fs/cifs: make share unaccessible at root level mountable by Aurelien Aptel · 8 years ago
  87. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  88. bd975d1 cifs: fix crash due to race in hmac(md5) handling by Rabin Vincent · 8 years ago
  89. b782fcc cifs: unbreak TCP session reuse by Rabin Vincent · 8 years ago
  90. 8d9535b cifs: Check for existing directory when opening file with O_CREAT by Sachin Prabhu · 8 years ago
  91. 5b23c97 Add MF-Symlinks support for SMB 2.0 by Sachin Prabhu · 8 years ago
  92. 00699ad Use the right predicate in ->atomic_open() instances by Al Viro · 8 years ago
  93. 45e8a25 File names with trailing period or space need special case conversion by Steve French · 8 years ago
  94. 4fcd181 Fix reconnect to not defer smb3 session reconnect long after socket reconnect by Steve French · 8 years ago
  95. a6b6bef cifs: check hash calculating succeeded by Luis de Bethencourt · 8 years ago
  96. b8da344 cifs: dynamic allocation of ntlmssp blob by Jerome Marchand · 8 years ago
  97. 202d772 cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain name by Jerome Marchand · 8 years ago
  98. 3d22462 cifs: stuff the fl_owner into "pid" field in the lock request by Jeff Layton · 8 years ago
  99. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  100. 84c60b1 drop redundant ->owner initializations by Al Viro · 8 years ago