1. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  2. 4afe260 CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSE by Federico Sauter · 9 years ago
  3. b291030 Fix to convert SURROGATE PAIR by Nakajima Akira · 9 years ago
  4. 00b8c95 cifs: potential missing check for posix_lock_file_wait by Chengyu Song · 9 years ago
  5. 7196ac1 Fix to check Unique id and FileType when client refer file directly. by Nakajima Akira · 9 years ago
  6. 65c3b20 CIFS: remove an unneeded NULL check by Dan Carpenter · 9 years ago
  7. 1dc92c4 [cifs] fix null pointer check by Steve French · 9 years ago
  8. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  9. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  10. bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 10 years ago
  11. f5d0684 cifs: Don't replace dentries for dfs mounts by Sachin Prabhu · 9 years ago
  12. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  13. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  14. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  15. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  16. 11d8336 mm, mempool: do not allow atomic resizing by David Rientjes · 9 years ago
  17. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  18. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  19. 5f380c7 lift generic_write_checks() into callers of __generic_file_write_iter() by Al Viro · 9 years ago
  20. e9d1593 cifs: fold cifs_iovec_write() into the only caller by Al Viro · 9 years ago
  21. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  22. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  23. 4c5930e Fix warning by Steve French · 9 years ago
  24. dfebe40 Fix another dereference before null check warning by Steve French · 9 years ago
  25. 8b7a454 CIFS: session servername can't be null by Steve French · 9 years ago
  26. c85c35f Fix warning on impossible comparison by Steve French · 9 years ago
  27. 064bcc0 Fix coverity warning by Steve French · 9 years ago
  28. 8e35310 Fix dereference before null check warning by Steve French · 9 years ago
  29. f3a31a2 Don't ignore errors on encrypting password in SMBTcon by Steve French · 9 years ago
  30. 75fdfc8 Fix warning on uninitialized buftype by Steve French · 9 years ago
  31. 2bd50fb cifs: potential memory leaks when parsing mnt opts by Taesoo Kim · 9 years ago
  32. e1e9bda cifs: fix use-after-free bug in find_writable_file by David Disseldorp · 9 years ago
  33. 2477bc5 cifs: smb2_clone_range() - exit on unhandled error by Sachin Prabhu · 10 years ago
  34. e084c1b Revert "locks: keep a count of locks on the flctx lists" by Jeff Layton · 10 years ago
  35. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  36. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  37. 4b4f858 Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  38. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 10 years ago
  39. 5ee0e96 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  40. 7a1ceba cifs: fix MUST SecurityFlags filtering by Niklas Cassel · 10 years ago
  41. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  42. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  43. ca7df8e Complete oplock break jobs before closing file handle by Sachin Prabhu · 10 years ago
  44. f99dbfa cifs: use memzero_explicit to clear stack buffer by Giel van Schijndel · 10 years ago
  45. 378ff1a fix deadlock in cifs_ioctl_clone() by Al Viro · 10 years ago
  46. 9bd0f45 locks: keep a count of locks on the flctx lists by Jeff Layton · 10 years ago
  47. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 10 years ago
  48. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 10 years ago
  49. 9e6d722 cifs: make new inode cache when file type is different by Nakajima Akira · 10 years ago
  50. 97c7134 Fix signed/unsigned pointer warning by Kevin Cernekee · 10 years ago
  51. 9235d09 Convert MessageID in smb2_hdr to LE by Sachin Prabhu · 10 years ago
  52. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  53. 662e9b2 fs/cifs/smb2file.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  54. 4b99d39 fs/cifs/file.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  55. bc09d14 fs/cifs: remove obsolete __constant by Fabian Frederick · 10 years ago
  56. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  57. 15d9870 cifs: remove unneeded condition check by Namjae Jeon · 10 years ago
  58. ee9bbf4 Set UID in sess_auth_rawntlmssp_authenticate too by Sachin Prabhu · 10 years ago
  59. 0b456f0 cifs: convert printk(LEVEL...) to pr_<level> by Andy Shevchenko · 10 years ago
  60. 55d83e0 cifs: convert to print_hex_dump() instead of custom implementation by Andy Shevchenko · 10 years ago
  61. 28e2aed cifs: call strtobool instead of custom implementation by Andy Shevchenko · 10 years ago
  62. f8098b8 Update modinfo cifs version for cifs.ko by Steve French · 10 years ago
  63. ebdd207 decode_negTokenInit had wrong calling sequence by Steve French · 10 years ago
  64. 911a8df Add missing defines for ACL query support by Steve French · 10 years ago
  65. 9ccf321 Add support for original fallocate by Steve French · 10 years ago
  66. b583043 kill f_dentry uses by Al Viro · 10 years ago
  67. 7119e22 cifs: get rid of ->f_path.dentry->d_sb uses, add a new helper by Al Viro · 10 years ago
  68. 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
  69. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  70. ff273cb [CIFS] Remove obsolete comment by Steve French · 10 years ago
  71. 9ffc541 Check minimum response length on query_network_interface by Steve French · 10 years ago
  72. b5b374ea Workaround Mac server problem by Steve French · 10 years ago
  73. 2baa268 Remap reserved posix characters by default (part 3/3) by Steve French · 10 years ago
  74. a4153cb Allow conversion of characters in Mac remap range (part 2) by Steve French · 10 years ago
  75. b693855 Allow conversion of characters in Mac remap range. Part 1 by Steve French · 10 years ago
  76. c22870e mfsymlinks support for SMB2.1/SMB3. Part 2 query symlink by Steve French · 10 years ago
  77. 5ab9757 Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlink by Steve French · 10 years ago
  78. db8b631 Allow mknod and mkfifo on SMB2/SMB3 mounts by Steve French · 10 years ago
  79. 7332297 add defines for two new file attributes by Steve French · 10 years ago
  80. 87e747c cifs: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  81. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  82. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  83. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  84. 35c265e cifs: switch to use of %p[dD] by Al Viro · 10 years ago
  85. 5542aa2 vfs: Make d_invalidate return void by Eric W. Biederman · 11 years ago
  86. e6f5c78 locks: plumb a "priv" pointer into the setlease routines by Jeff Layton · 10 years ago
  87. 1209bbd CIFS: Fix readpages retrying on reconnects by Pavel Shilovsky · 10 years ago
  88. 19e8157 Fix problem recognizing symlinks by Steve French · 10 years ago
  89. c06cfb0 KEYS: Remove key_type::match in favour of overriding default by match_preparse by David Howells · 10 years ago
  90. 364d429 Fix mfsymlinks file size check by Steve French · 10 years ago
  91. 69af38d Update version number displayed by modinfo for cifs.ko by Steve French · 10 years ago
  92. 116ae5e cifs: remove dead code by Arnd Bergmann · 10 years ago
  93. a5c3e1c Revert "cifs: No need to send SIGKILL to demux_thread during umount" by Steve French · 10 years ago
  94. da80659 [SMB3] Fix oops when creating symlinks on smb3 by Steve French · 10 years ago
  95. 2ae83bf [CIFS] Fix setting time before epoch (negative time values) by Steve French · 10 years ago
  96. ca5d13f Clarify Kconfig help text for CIFS and SMB2/SMB3 by Steve French · 10 years ago
  97. 1bbe499 CIFS: Fix wrong filename length for SMB2 by Pavel Shilovsky · 10 years ago
  98. f736906 CIFS: Fix wrong restart readdir for SMB1 by Pavel Shilovsky · 10 years ago
  99. a07d322 CIFS: Fix directory rename error by Pavel Shilovsky · 10 years ago
  100. 52a3624 cifs: No need to send SIGKILL to demux_thread during umount by Namjae Jeon · 10 years ago