1. 35e2cc1 cifs: Use correct packet length in SMB2_TRANSFORM header by Paulo Alcantara · 6 years ago
  2. d819d29 smb3: fix corrupt path in subdirs on smb311 with posix by Steve French · 6 years ago
  3. 115d5d2 smb3: do not display empty interface list by Steve French · 6 years ago
  4. bea851b smb3: Fix mode on mkdir on smb311 mounts by Steve French · 6 years ago
  5. 662bf5b cifs: Fix kernel oops when traceSMB is enabled by Paulo Alcantara · 6 years ago
  6. bc0fe8b CIFS: dump every session iface info by Aurelien Aptel · 6 years ago
  7. fe856be CIFS: parse and store info on iface queries by Aurelien Aptel · 6 years ago
  8. b6f0dd5 CIFS: add iface info to struct cifs_ses by Aurelien Aptel · 6 years ago
  9. bead042 CIFS: complete PDU definitions for interface queries by Aurelien Aptel · 6 years ago
  10. e229243 CIFS: move default port definitions to cifsglob.h by Aurelien Aptel · 6 years ago
  11. cd2dca6 cifs: Fix encryption/signing by Paulo Alcantara · 6 years ago
  12. 07cd952 cifs: update __smb_send_rqst() to take an array of requests by Ronnie Sahlberg · 6 years ago
  13. 40eff45 cifs: remove smb2_send_recv() by Ronnie Sahlberg · 6 years ago
  14. c713c87 cifs: push rfc1002 generation down the stack by Ronnie Sahlberg · 6 years ago
  15. d409014 smb3: increase initial number of credits requested to allow write by Steve French · 6 years ago
  16. 290c398 cifs: minor documentation updates by Steve French · 6 years ago
  17. a93864d cifs: add lease tracking to the cached root fid by Ronnie Sahlberg · 6 years ago
  18. 2fbb564 smb3: note that smb3.11 posix extensions mount option is experimental by Steve French · 6 years ago
  19. b5d903c2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  20. ee410f1 lib/test_printf.c: call wait_for_random_bytes() before plain %p tests by Thierry Escande · 6 years ago
  21. 608dbdf hexagon: drop the unused variable zero_page_mask by Anshuman Khandual · 6 years ago
  22. 2738f35 hexagon: fix printk format warning in setup.c by Randy Dunlap · 6 years ago
  23. fe6bdfc mm: fix oom_kill event handling by Roman Gushchin · 6 years ago
  24. d7dc899 treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX by Stefan Agner · 6 years ago
  25. 0825a6f mm: use octal not symbolic permissions by Joe Perches · 6 years ago
  26. 14f28f5 ipc: use new return type vm_fault_t by Souptick Joarder · 6 years ago
  27. ec67aaa sysvipc/sem: mitigate semnum index against spectre v1 by Davidlohr Bueso · 6 years ago
  28. f1b4bd0 fault-injection: reorder config entries by Mikulas Patocka · 6 years ago
  29. 7585172 arm: port KCOV to arm by Dmitry Vyukov · 6 years ago
  30. 0ed557a sched/core / kcov: avoid kcov_area during task switch by Mark Rutland · 6 years ago
  31. dc55daf kcov: prefault the kcov_area by Mark Rutland · 6 years ago
  32. c9484b9 kcov: ensure irq code sees a valid area by Mark Rutland · 6 years ago
  33. 3fb3894 kernel/relay.c: change return type to vm_fault_t by Souptick Joarder · 6 years ago
  34. 20fe935 exofs: avoid VLA in structures by Kees Cook · 6 years ago
  35. 86a2bb5 coredump: fix spam with zero VMA process by Alexey Dobriyan · 6 years ago
  36. c2574aa fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block() by OGAWA Hirofumi · 6 years ago
  37. 26b9513 proc: skip branch in /proc/*/* lookup by Alexey Dobriyan · 6 years ago
  38. 37a4094e mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdowns by Mel Gorman · 6 years ago
  39. 69b5086 mm/memblock: add missing include <linux/bootmem.h> by Mathieu Malaterre · 6 years ago
  40. 655c79b mm: check for SIGKILL inside dup_mmap() loop by Tetsuo Handa · 6 years ago
  41. a8311f6 kexec: yield to scheduler when loading kimage segments by Jarrett Farnitano · 6 years ago
  42. 92ee383 mm: fix race between kmem_cache destroy, create and deactivate by Shakeel Butt · 6 years ago
  43. 2bdce74 mm: fix devmem_is_allowed() for sub-page System RAM intersections by Dan Williams · 6 years ago
  44. 955c97f mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONT by Daniel Jordan · 6 years ago
  45. df2a419 mm: fix null pointer dereference in mem_cgroup_protected by Roman Gushchin · 6 years ago
  46. 1105a2f mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm() by Jia He · 6 years ago
  47. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  48. dc594c3 Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  49. e7655d2 Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  50. d148eac Kbuild: rename HAVE_CC_STACKPROTECTOR config variable by Masahiro Yamada · 6 years ago
  51. a0f8c29 kconfig: tinyconfig: remove stale stack protector fixups by Masahiro Yamada · 6 years ago
  52. 8458f8c x86: fix dependency of X86_32_LAZY_GS by Masahiro Yamada · 6 years ago
  53. e264abea pstore: Remove bogus format string definition by Arnd Bergmann · 6 years ago
  54. 15eefe2 Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64 by Arnd Bergmann · 6 years ago
  55. 2837461 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  56. f3b5020 Merge tag 'platform-drivers-x86-v4.18-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 6 years ago
  57. 4b4bb99 Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 6 years ago
  58. 9bca19a Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  59. 463f202 Merge tag 'apparmor-pr-2018-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor by Linus Torvalds · 6 years ago
  60. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 6 years ago
  61. be779f0 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  62. d290ef9 Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  63. d09fcec Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  64. 6744553 Merge branch 'acpica' by Rafael J. Wysocki · 6 years ago
  65. 6a900f8 Merge branches 'pm-domains' and 'pm-tools' by Rafael J. Wysocki · 6 years ago
  66. 2652df3 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 6 years ago
  67. f5b7769e Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent" by Linus Torvalds · 6 years ago
  68. dbee3d0 KVM: x86: VMX: fix build without hyper-v by Linus Torvalds · 6 years ago
  69. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  70. 4597fcf Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 6 years ago
  71. 9d2a789 treewide: Use array_size in f2fs_kvzalloc() by Kees Cook · 6 years ago
  72. 026f050 treewide: Use array_size() in f2fs_kzalloc() by Kees Cook · 6 years ago
  73. c860659 treewide: Use array_size() in f2fs_kmalloc() by Kees Cook · 6 years ago
  74. 76e43e3 treewide: Use array_size() in sock_kmalloc() by Kees Cook · 6 years ago
  75. 84ca176b treewide: Use array_size() in kvzalloc_node() by Kees Cook · 6 years ago
  76. fd7bece treewide: Use array_size() in vzalloc_node() by Kees Cook · 6 years ago
  77. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 6 years ago
  78. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 6 years ago
  79. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 6 years ago
  80. 3c4211b treewide: devm_kmalloc() -> devm_kmalloc_array() by Kees Cook · 6 years ago
  81. 778e1cd treewide: kvzalloc() -> kvcalloc() by Kees Cook · 6 years ago
  82. 344476e treewide: kvmalloc() -> kvmalloc_array() by Kees Cook · 6 years ago
  83. 590b5b7 treewide: kzalloc_node() -> kcalloc_node() by Kees Cook · 6 years ago
  84. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  85. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  86. 1c542f3 mm: Introduce kvcalloc() by Kees Cook · 6 years ago
  87. 9f645bc video: uvesafb: Fix integer overflow in allocation by Kees Cook · 6 years ago
  88. 353748a UBIFS: Fix potential integer overflow in allocation by Silvio Cesare · 6 years ago
  89. f3278e3 leds: Use struct_size() in allocation by Kees Cook · 6 years ago
  90. 6566f90 Convert intel uncore to struct_size by Matthew Wilcox · 6 years ago
  91. a3ac973 Convert jffs2 acl to struct_size by Matthew Wilcox · 6 years ago
  92. b2303d7 Convert vhost to struct_size by Matthew Wilcox · 6 years ago
  93. c817e6c Convert v4l2 event to struct_size by Matthew Wilcox · 6 years ago
  94. 7654cb1 Convert infiniband uverbs to struct_size by Matthew Wilcox · 6 years ago
  95. 5b572e2 Convert virtio_console to struct_size by Matthew Wilcox · 6 years ago
  96. 8958fd4 test_overflow: fix an IS_ERR() vs NULL bug by Dan Carpenter · 6 years ago
  97. a205f0c Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  98. 38da0d6 Merge tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  99. 19785cf Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 6 years ago
  100. 98db5e5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 6 years ago