1. 6eb3c3d exec: increase BINPRM_BUF_SIZE to 256 by Oleg Nesterov · 6 years ago
  2. 26e1522 fs/exec.c: replace opencoded set_mask_bits() by Vineet Gupta · 6 years ago
  3. 67ceb1e fat: enable .splice_write to support splice on O_DIRECT file by Hou Tao · 6 years ago
  4. 660c9fc autofs: clear O_NONBLOCK on the pipe by NeilBrown · 6 years ago
  5. 874d22d fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options() by Ian Kent · 6 years ago
  6. 60d6d04 autofs: add ignore mount option by Ian Kent · 6 years ago
  7. 49ac981 fs/binfmt_elf.c: spread const a little by Alexey Dobriyan · 6 years ago
  8. 93f044e fs/binfmt_elf.c: use list_for_each_entry() by Alexey Dobriyan · 6 years ago
  9. faf1c31 fs/binfmt_elf.c: don't be afraid of overflow by Alexey Dobriyan · 6 years ago
  10. a218cc4 epoll: use rwlock in order to reduce ep_poll_callback() contention by Roman Penyaev · 6 years ago
  11. c3e320b epoll: unify awaking of wakeup source on ep_poll_callback() path by Roman Penyaev · 6 years ago
  12. c141175 epoll: make sure all elements in ready list are in FIFO order by Roman Penyaev · 6 years ago
  13. afe1a71 btrfs: implement btrfs_debug* in terms of helper macro by Rasmus Villemoes · 6 years ago
  14. f1fffbd linux/fs.h: move member alignment check next to definition of struct filename by Rasmus Villemoes · 6 years ago
  15. e431f2d Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  16. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  17. 45802da Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  18. 3478588 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  19. 08b5577 proc: use seq_puts() everywhere by Alexey Dobriyan · 6 years ago
  20. 5713f35 proc: read kernel cpu stat pointer once by Alexey Dobriyan · 6 years ago
  21. 867aacc proc: remove unused argument in proc_pid_lookup() by Zhikang Zhang · 6 years ago
  22. 45f68ab fs/proc/thread_self.c: code cleanup for proc_setup_thread_self() by Chengguang Xu · 6 years ago
  23. 756ca74 fs/proc/self.c: code cleanup for proc_setup_self() by Chengguang Xu · 6 years ago
  24. ab3948f mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd by Joel Fernandes (Google) · 6 years ago
  25. 04a8645 mm: update ptep_modify_prot_commit to take old pte value as arg by Aneesh Kumar K.V · 6 years ago
  26. 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
  27. 147e1a9 fs: kernfs: add poll file operation by Johannes Weiner · 6 years ago
  28. 60cd4bc memcg: localize memcg_kmem_enabled() check by Shakeel Butt · 6 years ago
  29. ca21508 mm: convert PG_balloon to PG_offline by David Hildenbrand · 6 years ago
  30. 5704a06 fs/file.c: initialize init_files.resize_wait by Shuriyc Chu · 6 years ago
  31. a905737 fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits() by Vineet Gupta · 6 years ago
  32. f402cf0 ocfs2: Use zero-sized array and struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  33. 5500ab4 ocfs2: fix the application IO timeout when fstrim is running by Gang He · 6 years ago
  34. cc725ef ocfs2: fix a panic problem caused by o2cb_ctl by Jia Guo · 6 years ago
  35. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  36. 78f8601 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  37. 08300f4 a.out: remove core dumping support by Linus Torvalds · 6 years ago
  38. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  39. 6456300 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  40. ee5e001 fs: Make splice() and tee() take into account O_NONBLOCK flag on pipes by Slavomir Kaslev · 6 years ago
  41. 18a4d8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  42. 4f9020f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  43. 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
  44. 84c4e1f8 aio: simplify - and fix - fget/fput for io_submit() by Linus Torvalds · 6 years ago
  45. 2d28e01 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  46. cb6acd0 hugetlbfs: fix races and page leaks during migration by Mike Kravetz · 6 years ago
  47. 3eb07d2 Merge tag 'for-linus-5.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 6 years ago
  48. 02e525b2 locking/percpu-rwsem: Remove preempt_disable variants by Peter Zijlstra · 6 years ago
  49. 7d762d69 afs: Fix manually set volume location server list by David Howells · 6 years ago
  50. 53a41cb Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses" by Linus Torvalds · 6 years ago
  51. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  52. d3d6a18 aio: Fix locking in aio_poll() by Bart Van Assche · 6 years ago
  53. 8a61716 Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  54. b2b4699 proc, oom: do not report alien mms when setting oom_score_adj by Michal Hocko · 6 years ago
  55. 6e356d4 orangefs: remove two un-needed BUG_ONs... by Mike Marshall · 6 years ago
  56. 1f5a018 Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  57. 375ca54 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  58. f612acf exec: Fix mem leak in kernel_read_file by YueHaibing · 6 years ago
  59. b5372fe exec: load_script: Do not exec truncated interpreter path by Kees Cook · 6 years ago
  60. 04242ff ceph: avoid repeatedly adding inode to mdsc->snap_flush_list by Yan, Zheng · 6 years ago
  61. 88fe73c Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  62. 55638c5 Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  63. 822ad64 keys: Fix dependency loop between construction record and auth key by David Howells · 6 years ago
  64. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  65. cb5b020 Revert "exec: load_script: don't blindly truncate shebang string" by Linus Torvalds · 6 years ago
  66. d869f86 Merge branch 'linus' into irq/core by Thomas Gleixner · 6 years ago
  67. 23e93c9 Revert "gfs2: read journal in large chunks to locate the head" by Bob Peterson · 6 years ago
  68. 3bf6b57 Revert "nfsd4: return default lease period" by J. Bruce Fields · 6 years ago
  69. 1f947a7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  70. 27dd768 mm: proc: smaps_rollup: fix pss_locked calculation by Sandeep Patil · 6 years ago
  71. 69056ee Revert "mm: don't reclaim inodes with many attached pages" by Dave Chinner · 6 years ago
  72. d2ceb7e NFS: Don't use page_file_mapping after removing the page by Benjamin Coddington · 6 years ago
  73. 8ae757e Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  74. 9481caf Merge 5.0-rc6 into driver-core-next by Greg Kroah-Hartman · 6 years ago
  75. c9ba756 Merge tag 'v5.0-rc6' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  76. c2da3f1 proc/stat: Make the interrupt statistics more efficient by Thomas Gleixner · 6 years ago
  77. 41ea391 Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038 by Thomas Gleixner · 6 years ago
  78. e5a8a11 Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  79. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  80. 8c8e62c Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  81. bd5ff86 Merge tag 'xfs-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  82. 26e28d6 kernfs: Allocating memory for kernfs_iattrs with kmem_cache. by Ayush Mittal · 6 years ago
  83. 5b2f2bd sysfs: remove unused include of kernfs-internal.h by Ondrej Mosnacek · 6 years ago
  84. ee6c073 Merge tag 'nfsd-5.0-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  85. 076a3f5 Merge tag 'fuse-fixes-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 6 years ago
  86. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  87. e3fdc89 nfsd: Fix error return values for nfsd4_clone_file_range() by Trond Myklebust · 6 years ago
  88. 43636c8 fs: ratelimit __find_get_block_slow() failure message. by Tetsuo Handa · 6 years ago
  89. ec51f8e aio: initialize kiocb private in case any filesystems expect it. by Mike Marshall · 6 years ago
  90. d036bda sched/core: Convert sighand_struct.count to refcount_t by Elena Reshetova · 6 years ago
  91. add46b3 xfs: set buffer ops when repair probes for btree type by Darrick J. Wong · 6 years ago
  92. 465fa17 xfs: end sync buffer I/O properly on shutdown error by Brian Foster · 6 years ago
  93. aa6ee4a xfs: eof trim writeback mapping as soon as it is cached by Brian Foster · 6 years ago
  94. 45bdc66 socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes by Deepa Dinamani · 6 years ago
  95. 312b3a9 Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  96. b9de6ef Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  97. 33640d7 Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  98. f585b28 autofs: fix error return in autofs_fill_super() by Ian Kent · 6 years ago
  99. 63ce5f5 autofs: drop dentry reference only when it is never used by Pan Bian · 6 years ago
  100. c27d82f fs/drop_caches.c: avoid softlockups in drop_pagecache_sb() by Jan Kara · 6 years ago