1. 501dacb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  2. 13ba17b notifier: Remove notifier header file wherever not used by Mukesh Ojha · 6 years ago
  3. f3f106d Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  4. aba16dc Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  5. d207ea8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  6. 2923b27 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  7. 828bf6e Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  8. db84abf Merge tag 'upstream-4.19-rc1-fix' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 6 years ago
  9. 04faac1 Merge tag '4.19-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  10. e0fcfe1 hpfs: remove unnecessary checks on the value of r when assigning error code by Colin Ian King · 6 years ago
  11. 4def196 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  12. 6e5461d7 ubifs: Remove empty file.h by Richard Weinberger · 6 years ago
  13. ee4af50 udf: Fix mounting of Win7 created UDF filesystems by Jan Kara · 6 years ago
  14. 82c82ab udf: Remove dead code from udf_find_fileset() by Jan Kara · 6 years ago
  15. 33e1787 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  16. 2b74030 mm: Change return type int to vm_fault_t for fault handlers by Souptick Joarder · 6 years ago
  17. a2036a1 fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds by Arnd Bergmann · 6 years ago
  18. 0722f18 fs/afs: use new return type vm_fault_t by Souptick Joarder · 6 years ago
  19. 30aba66 namei: allow restricted O_CREAT of FIFOs and regular files by Salvatore Mesoraca · 6 years ago
  20. dc25727 hfs: prevent crash on exit from failed search by Ernesto A. Fernández · 6 years ago
  21. aba93a9 hfsplus: prevent crash on exit from failed search by Ernesto A. Fernandez · 6 years ago
  22. a7ec7a4 hfsplus: fix NULL dereference in hfsplus_lookup() by Ernesto A. Fernández · 6 years ago
  23. 53a01c9 Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  24. 9157141 Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  25. 6f7948f Merge tag 'upstream-4.19-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 6 years ago
  26. 7753e38 cifs: update internal module version number for cifs.ko to 2.12 by Steve French · 6 years ago
  27. 126c97f cifs: check kmalloc before use by Nicholas Mc Guire · 6 years ago
  28. e6c47dd cifs: check if SMB2 PDU size has been padded and suppress the warning by Ronnie Sahlberg · 6 years ago
  29. 4d8dfaf cifs: create a define for how many iovs we need for an SMB2_open() by Ronnie Sahlberg · 6 years ago
  30. 82c9a92 getxattr: use correct xattr length by Christian Brauner · 6 years ago
  31. a26dd64 nfsd: Remove callback_cred by Chuck Lever · 6 years ago
  32. cb25e7b nfsd: Use correct credential for NFSv4.0 callback with GSS by Chuck Lever · 6 years ago
  33. 9abdda5 sunrpc: Extract target name into svc_cred by Chuck Lever · 6 years ago
  34. fe6f0ed Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  35. 6faf05c ovl: set I_CREATING on inode being created by Miklos Szeredi · 6 years ago
  36. cd9b44f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  37. 3e811f0 fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stamp by Arnd Bergmann · 6 years ago
  38. d9edcbc adfs: use timespec64 for time conversion by Arnd Bergmann · 6 years ago
  39. f423420 fat: propagate 64-bit inode timestamps by Arnd Bergmann · 6 years ago
  40. 0afa962 fat: validate ->i_start before using by OGAWA Hirofumi · 6 years ago
  41. f663b5b fat: add FITRIM ioctl for FAT file system by Wentao Wang · 6 years ago
  42. a13f085 reiserfs: fix broken xattr handling (heap corruption, bad retval) by Jann Horn · 6 years ago
  43. 8b73ce6 reiserfs: change j_timestamp type to time64_t by Arnd Bergmann · 6 years ago
  44. 5b1d149 reiserfs: remove obsolete print_time function by Arnd Bergmann · 6 years ago
  45. 34d0826 reiserfs: use monotonic time for j_trans_start_time by Arnd Bergmann · 6 years ago
  46. f168d9f hfsplus: drop ACL support by Ernesto A. Fernández · 6 years ago
  47. afd6c9e hfsplus: fix decomposition of Hangul characters by Ernesto A. Fernández · 6 years ago
  48. 31651c6 hfsplus: avoid deadlock on file truncation by Ernesto A. Fernández · 6 years ago
  49. 7464726 hfsplus: don't return 0 when fill_super() failed by Tetsuo Handa · 6 years ago
  50. c8ed98c fs/nilfs2/file.c: use new return type vm_fault_t by Souptick Joarder · 6 years ago
  51. 21a1a52 nilfs2: use 64-bit superblock timstamps by Arnd Bergmann · 6 years ago
  52. cbf6898 autofs: add AUTOFS_EXP_FORCED flag by Ian Kent · 6 years ago
  53. e5c85e1 autofs: make expire flags usage consistent with v5 params by Ian Kent · 6 years ago
  54. 571bc35 autofs: make autofs_expire_indirect() static by Ian Kent · 6 years ago
  55. 5d30517 autofs: make autofs_expire_direct() static by Ian Kent · 6 years ago
  56. d105556 autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect() by Ian Kent · 6 years ago
  57. 2fd9944 autofs: fix inconsistent use of now variable by Ian Kent · 6 years ago
  58. d4d79b8 autofs: fix directory and symlink access by Ian Kent · 6 years ago
  59. 992991c fs/eventpoll.c: simplify ep_is_linked() callers by Davidlohr Bueso · 6 years ago
  60. 679abf3 fs/eventpoll.c: loosen irq safety in ep_poll() by Davidlohr Bueso · 6 years ago
  61. 514056d fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdefery by Davidlohr Bueso · 6 years ago
  62. 92e6417 s/epoll: robustify irq safety with lockdep_assert_irqs_enabled() by Davidlohr Bueso · 6 years ago
  63. 304b18b fs/epoll: loosen irq safety in epoll_insert() and epoll_remove() by Davidlohr Bueso · 6 years ago
  64. 002b343 fs/epoll: loosen irq safety in ep_scan_ready_list() by Davidlohr Bueso · 6 years ago
  65. c430d1e userfaultfd: use fault_wqh lock by Matthew Wilcox · 6 years ago
  66. ee8ef0a epoll: use the waitqueue lock to protect ep->wq by Christoph Hellwig · 6 years ago
  67. 23c8509 proc/kcore: add vmcoreinfo note to /proc/kcore by Omar Sandoval · 6 years ago
  68. bf991c2 proc/kcore: optimize multiple page reads by Omar Sandoval · 6 years ago
  69. 37e949b proc/kcore: clean up ELF header generation by Omar Sandoval · 6 years ago
  70. 3673fb0 proc/kcore: hold lock during read by Omar Sandoval · 6 years ago
  71. b66fb00 proc/kcore: fix memory hotplug vs multiple opens race by Omar Sandoval · 6 years ago
  72. 0b172f8 proc/kcore: replace kclist_lock rwlock with rwsem by Omar Sandoval · 6 years ago
  73. bf53183 proc/kcore: don't grab lock for memory hotplug notifier by Omar Sandoval · 6 years ago
  74. a8dd9c4 proc/kcore: don't grab lock for kclist_add() by Omar Sandoval · 6 years ago
  75. df865e8 fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries by James Morse · 6 years ago
  76. 36f0620 fs/proc/vmcore.c: use new typedef vm_fault_t by Souptick Joarder · 6 years ago
  77. 9a27e97 proc: use "unsigned int" in /proc/stat hook by Alexey Dobriyan · 6 years ago
  78. 891ae71 proc: spread "const" a bit by Alexey Dobriyan · 6 years ago
  79. f6d2f58 proc: use macro in /proc/latency hook by Alexey Dobriyan · 6 years ago
  80. 41089b6 proc: save 2 atomic ops on write to "/proc/*/attr/*" by Alexey Dobriyan · 6 years ago
  81. a44937f proc: put task earlier in /proc/*/fail-nth by Alexey Dobriyan · 6 years ago
  82. 8d48b2e proc: smaller readlock section in readdir("/proc") by Alexey Dobriyan · 6 years ago
  83. bdf228a fs/proc/uptime.c: use ktime_get_boottime_ts64 by Arnd Bergmann · 6 years ago
  84. 2d6e4e8 proc: fixup PDE allocation bloat by Alexey Dobriyan · 6 years ago
  85. 7e8a630 /proc/meminfo: add percpu populated pages count by Dennis Zhou (Facebook) · 6 years ago
  86. a670468 mm: zero out the vma in vma_init() by Andrew Morton · 6 years ago
  87. 258f669 mm: /proc/pid/smaps_rollup: convert to single value seq_file by Vlastimil Babka · 6 years ago
  88. f154795 mm: /proc/pid/smaps: factor out common stats printing by Vlastimil Babka · 6 years ago
  89. 8e68d68 mm: /proc/pid/smaps: factor out mem stats gathering by Vlastimil Babka · 6 years ago
  90. 871305b mm: /proc/pid/*maps remove is_pid and related wrappers by Vlastimil Babka · 6 years ago
  91. 0633da4 autofs: fix autofs_sbi() does not check super block type by Ian Kent · 6 years ago
  92. 7b6924d fs/quota: Fix spectre gadget in do_quotactl by Jeremy Cline · 6 years ago
  93. 64d9d13 fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTAS by Jeremy Cline · 6 years ago
  94. 0f0a0e5 devpts: Convert to new IDA API by Matthew Wilcox · 6 years ago
  95. 169b480 fs: Convert namespace IDAs to new API by Matthew Wilcox · 6 years ago
  96. 5a66847 fs: Convert unnamed_dev_ida to new API by Matthew Wilcox · 6 years ago
  97. ad1d697 Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  98. d9a185f Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 6 years ago
  99. c22fc16 Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  100. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago