1. f3996e6 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  2. 7b52e27 Allow copy offload (CopyChunk) across shares by Steve French · 9 years ago
  3. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  4. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  5. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  6. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  7. 9576c2f Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  8. 592fafe Add resilienthandles mount parm by Steve French · 9 years ago
  9. b56eae4 [SMB3] Send durable handle v2 contexts when use of persistent handles required by Steve French · 9 years ago
  10. f16dfa7 [SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabled by Steve French · 9 years ago
  11. b618f00 [SMB3] Enable checking for continuous availability and persistent handle support by Steve French · 9 years ago
  12. b2a3077 [SMB3] Add parsing for new mount option controlling persistent handles by Steve French · 9 years ago
  13. ca9e7a1 Allow duplicate extents in SMB3 not just SMB3.1.1 by Steve French · 9 years ago
  14. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  15. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  16. 063d99b mm, fs: obey gfp_mapping for add_to_page_cache() by Michal Hocko · 9 years ago
  17. 616a539 [CIFS] Update cifs version number by Steve French · 9 years ago
  18. 646200a [SMB3] Do not fall back to SMBWriteX in set_file_size error cases by Steve French · 9 years ago
  19. a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  20. ff9f84b [SMB3] Missing null tcon check by Steve French · 9 years ago
  21. 8862714 fix encryption error checks on mount by Steve French · 9 years ago
  22. ceb1b0b [SMB3] Fix sec=krb5 on smb3 mounts by Steve French · 9 years ago
  23. 98ce94c cifs: use server timestamp for ntlmv2 authentication by Peter Seiderer · 9 years ago
  24. e0ddde9 disabling oplocks/leases via module parm enable_oplocks broken for SMB3 by Steve French · 9 years ago
  25. eda2116 [CIFS] mount option sec=none not displayed properly in /proc/mounts by Steve French · 9 years ago
  26. 4c17a6d CIFS: fix type confusion in copy offload ioctl by Jann Horn · 9 years ago
  27. 33e247c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  28. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  29. 384989b Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  30. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  31. 5fb4e28 cifs: Fix use-after-free on mid_q_entry by Christopher Oo · 9 years ago
  32. 0a6d0b6 Update cifs version number by Steve French · 9 years ago
  33. 0de1f4c Add way to query server fs info for smb3 by Steve French · 9 years ago
  34. 1dfd18d cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mounts by Sachin Prabhu · 9 years ago
  35. ebb3a9d Update negotiate protocol for SMB3.11 dialect by Steve French · 9 years ago
  36. b3152e2 Add ioctl to set integrity by Steve French · 9 years ago
  37. 9d1b066 Add Get/Set Integrity Information structure definitions by Steve French · 9 years ago
  38. 02b1666 Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS by Steve French · 9 years ago
  39. aab1893 Add SMB3.11 mount option synonym for new dialect by Steve French · 9 years ago
  40. 80bc83c add struct FILE_STANDARD_INFO by Steve French · 9 years ago
  41. f799d62 Make dialect negotiation warning message easier to read by Steve French · 9 years ago
  42. eed0e17 Add defines and structs for smb3.1 dialect by Steve French · 9 years ago
  43. 5f7fbf7 Allow parsing vers=3.11 on cifs mount by Steve French · 10 years ago
  44. f291095 client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is set by Noel Power · 9 years ago
  45. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  46. 4afe260 CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSE by Federico Sauter · 9 years ago
  47. b291030 Fix to convert SURROGATE PAIR by Nakajima Akira · 9 years ago
  48. 00b8c95 cifs: potential missing check for posix_lock_file_wait by Chengyu Song · 9 years ago
  49. 7196ac1 Fix to check Unique id and FileType when client refer file directly. by Nakajima Akira · 9 years ago
  50. 65c3b20 CIFS: remove an unneeded NULL check by Dan Carpenter · 9 years ago
  51. 1dc92c4 [cifs] fix null pointer check by Steve French · 9 years ago
  52. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  53. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  54. bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 9 years ago
  55. f5d0684 cifs: Don't replace dentries for dfs mounts by Sachin Prabhu · 9 years ago
  56. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  57. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  58. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  59. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  60. 11d8336 mm, mempool: do not allow atomic resizing by David Rientjes · 9 years ago
  61. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  62. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  63. 5f380c7 lift generic_write_checks() into callers of __generic_file_write_iter() by Al Viro · 9 years ago
  64. e9d1593 cifs: fold cifs_iovec_write() into the only caller by Al Viro · 9 years ago
  65. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  66. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  67. 4c5930e Fix warning by Steve French · 9 years ago
  68. dfebe40 Fix another dereference before null check warning by Steve French · 9 years ago
  69. 8b7a454 CIFS: session servername can't be null by Steve French · 9 years ago
  70. c85c35f Fix warning on impossible comparison by Steve French · 9 years ago
  71. 064bcc0 Fix coverity warning by Steve French · 9 years ago
  72. 8e35310 Fix dereference before null check warning by Steve French · 9 years ago
  73. f3a31a2 Don't ignore errors on encrypting password in SMBTcon by Steve French · 9 years ago
  74. 75fdfc8 Fix warning on uninitialized buftype by Steve French · 9 years ago
  75. 2bd50fb cifs: potential memory leaks when parsing mnt opts by Taesoo Kim · 9 years ago
  76. e1e9bda cifs: fix use-after-free bug in find_writable_file by David Disseldorp · 9 years ago
  77. 2477bc5 cifs: smb2_clone_range() - exit on unhandled error by Sachin Prabhu · 9 years ago
  78. e084c1b Revert "locks: keep a count of locks on the flctx lists" by Jeff Layton · 9 years ago
  79. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  80. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  81. 4b4f858 Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  82. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  83. 5ee0e96 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  84. 7a1ceba cifs: fix MUST SecurityFlags filtering by Niklas Cassel · 9 years ago
  85. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  86. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  87. ca7df8e Complete oplock break jobs before closing file handle by Sachin Prabhu · 10 years ago
  88. f99dbfa cifs: use memzero_explicit to clear stack buffer by Giel van Schijndel · 10 years ago
  89. 378ff1a fix deadlock in cifs_ioctl_clone() by Al Viro · 9 years ago
  90. 9bd0f45 locks: keep a count of locks on the flctx lists by Jeff Layton · 10 years ago
  91. 6109c85 locks: add a dedicated spinlock to protect i_flctx lists by Jeff Layton · 10 years ago
  92. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 10 years ago
  93. 9e6d722 cifs: make new inode cache when file type is different by Nakajima Akira · 10 years ago
  94. 97c7134 Fix signed/unsigned pointer warning by Kevin Cernekee · 10 years ago
  95. 9235d09 Convert MessageID in smb2_hdr to LE by Sachin Prabhu · 10 years ago
  96. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  97. 662e9b2 fs/cifs/smb2file.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  98. 4b99d39 fs/cifs/file.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  99. bc09d14 fs/cifs: remove obsolete __constant by Fabian Frederick · 10 years ago
  100. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago