1. 8862714 fix encryption error checks on mount by Steve French · 9 years ago
  2. ceb1b0b [SMB3] Fix sec=krb5 on smb3 mounts by Steve French · 9 years ago
  3. 98ce94c cifs: use server timestamp for ntlmv2 authentication by Peter Seiderer · 9 years ago
  4. e0ddde9 disabling oplocks/leases via module parm enable_oplocks broken for SMB3 by Steve French · 9 years ago
  5. eda2116 [CIFS] mount option sec=none not displayed properly in /proc/mounts by Steve French · 9 years ago
  6. 4c17a6d CIFS: fix type confusion in copy offload ioctl by Jann Horn · 9 years ago
  7. 33e247c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  8. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  9. 384989b Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  10. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  11. 5fb4e28 cifs: Fix use-after-free on mid_q_entry by Christopher Oo · 9 years ago
  12. 0a6d0b6 Update cifs version number by Steve French · 9 years ago
  13. 0de1f4c Add way to query server fs info for smb3 by Steve French · 9 years ago
  14. 1dfd18d cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mounts by Sachin Prabhu · 9 years ago
  15. ebb3a9d Update negotiate protocol for SMB3.11 dialect by Steve French · 9 years ago
  16. b3152e2 Add ioctl to set integrity by Steve French · 9 years ago
  17. 9d1b066 Add Get/Set Integrity Information structure definitions by Steve French · 9 years ago
  18. 02b1666 Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS by Steve French · 9 years ago
  19. aab1893 Add SMB3.11 mount option synonym for new dialect by Steve French · 9 years ago
  20. 80bc83c add struct FILE_STANDARD_INFO by Steve French · 9 years ago
  21. f799d62 Make dialect negotiation warning message easier to read by Steve French · 9 years ago
  22. eed0e17 Add defines and structs for smb3.1 dialect by Steve French · 9 years ago
  23. 5f7fbf7 Allow parsing vers=3.11 on cifs mount by Steve French · 10 years ago
  24. f291095 client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is set by Noel Power · 9 years ago
  25. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  26. 4afe260 CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSE by Federico Sauter · 9 years ago
  27. b291030 Fix to convert SURROGATE PAIR by Nakajima Akira · 9 years ago
  28. 00b8c95 cifs: potential missing check for posix_lock_file_wait by Chengyu Song · 9 years ago
  29. 7196ac1 Fix to check Unique id and FileType when client refer file directly. by Nakajima Akira · 9 years ago
  30. 65c3b20 CIFS: remove an unneeded NULL check by Dan Carpenter · 9 years ago
  31. 1dc92c4 [cifs] fix null pointer check by Steve French · 9 years ago
  32. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  33. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  34. bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 9 years ago
  35. f5d0684 cifs: Don't replace dentries for dfs mounts by Sachin Prabhu · 9 years ago
  36. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  37. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  38. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  39. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  40. 11d8336 mm, mempool: do not allow atomic resizing by David Rientjes · 9 years ago
  41. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  42. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  43. 5f380c7 lift generic_write_checks() into callers of __generic_file_write_iter() by Al Viro · 9 years ago
  44. e9d1593 cifs: fold cifs_iovec_write() into the only caller by Al Viro · 9 years ago
  45. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  46. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  47. 4c5930e Fix warning by Steve French · 9 years ago
  48. dfebe40 Fix another dereference before null check warning by Steve French · 9 years ago
  49. 8b7a454 CIFS: session servername can't be null by Steve French · 9 years ago
  50. c85c35f Fix warning on impossible comparison by Steve French · 9 years ago
  51. 064bcc0 Fix coverity warning by Steve French · 9 years ago
  52. 8e35310 Fix dereference before null check warning by Steve French · 9 years ago
  53. f3a31a2 Don't ignore errors on encrypting password in SMBTcon by Steve French · 9 years ago
  54. 75fdfc8 Fix warning on uninitialized buftype by Steve French · 9 years ago
  55. 2bd50fb cifs: potential memory leaks when parsing mnt opts by Taesoo Kim · 9 years ago
  56. e1e9bda cifs: fix use-after-free bug in find_writable_file by David Disseldorp · 9 years ago
  57. 2477bc5 cifs: smb2_clone_range() - exit on unhandled error by Sachin Prabhu · 9 years ago
  58. e084c1b Revert "locks: keep a count of locks on the flctx lists" by Jeff Layton · 9 years ago
  59. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  60. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  61. 4b4f858 Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  62. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  63. 5ee0e96 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  64. 7a1ceba cifs: fix MUST SecurityFlags filtering by Niklas Cassel · 10 years ago
  65. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  66. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  67. ca7df8e Complete oplock break jobs before closing file handle by Sachin Prabhu · 10 years ago
  68. f99dbfa cifs: use memzero_explicit to clear stack buffer by Giel van Schijndel · 10 years ago
  69. 378ff1a fix deadlock in cifs_ioctl_clone() by Al Viro · 10 years ago
  70. 9bd0f45 locks: keep a count of locks on the flctx lists by Jeff Layton · 10 years ago
  71. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 10 years ago
  72. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 10 years ago
  73. 9e6d722 cifs: make new inode cache when file type is different by Nakajima Akira · 10 years ago
  74. 97c7134 Fix signed/unsigned pointer warning by Kevin Cernekee · 10 years ago
  75. 9235d09 Convert MessageID in smb2_hdr to LE by Sachin Prabhu · 10 years ago
  76. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  77. 662e9b2 fs/cifs/smb2file.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  78. 4b99d39 fs/cifs/file.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  79. bc09d14 fs/cifs: remove obsolete __constant by Fabian Frederick · 10 years ago
  80. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  81. 15d9870 cifs: remove unneeded condition check by Namjae Jeon · 10 years ago
  82. ee9bbf4 Set UID in sess_auth_rawntlmssp_authenticate too by Sachin Prabhu · 10 years ago
  83. 0b456f0 cifs: convert printk(LEVEL...) to pr_<level> by Andy Shevchenko · 10 years ago
  84. 55d83e0 cifs: convert to print_hex_dump() instead of custom implementation by Andy Shevchenko · 10 years ago
  85. 28e2aed cifs: call strtobool instead of custom implementation by Andy Shevchenko · 10 years ago
  86. f8098b8 Update modinfo cifs version for cifs.ko by Steve French · 10 years ago
  87. ebdd207 decode_negTokenInit had wrong calling sequence by Steve French · 10 years ago
  88. 911a8df Add missing defines for ACL query support by Steve French · 10 years ago
  89. 9ccf321 Add support for original fallocate by Steve French · 10 years ago
  90. b583043 kill f_dentry uses by Al Viro · 10 years ago
  91. 7119e22 cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper by Al Viro · 10 years ago
  92. 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
  93. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  94. ff273cb [CIFS] Remove obsolete comment by Steve French · 10 years ago
  95. 9ffc541 Check minimum response length on query_network_interface by Steve French · 10 years ago
  96. b5b374ea Workaround Mac server problem by Steve French · 10 years ago
  97. 2baa268 Remap reserved posix characters by default (part 3/3) by Steve French · 10 years ago
  98. a4153cb Allow conversion of characters in Mac remap range (part 2) by Steve French · 10 years ago
  99. b693855 Allow conversion of characters in Mac remap range. Part 1 by Steve French · 10 years ago
  100. c22870e mfsymlinks support for SMB2.1/SMB3. Part 2 query symlink by Steve French · 10 years ago