1. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  2. a39f009 Merge tag 'pstore-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  3. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  4. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  5. b5dd0c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  6. 6eb3c3d exec: increase BINPRM_BUF_SIZE to 256 by Oleg Nesterov · 6 years ago
  7. 26e1522 fs/exec.c: replace opencoded set_mask_bits() by Vineet Gupta · 6 years ago
  8. 67ceb1e fat: enable .splice_write to support splice on O_DIRECT file by Hou Tao · 6 years ago
  9. 660c9fc autofs: clear O_NONBLOCK on the pipe by NeilBrown · 6 years ago
  10. 874d22d fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options() by Ian Kent · 6 years ago
  11. 60d6d04 autofs: add ignore mount option by Ian Kent · 6 years ago
  12. 49ac981 fs/binfmt_elf.c: spread const a little by Alexey Dobriyan · 6 years ago
  13. 93f044e fs/binfmt_elf.c: use list_for_each_entry() by Alexey Dobriyan · 6 years ago
  14. faf1c31 fs/binfmt_elf.c: don't be afraid of overflow by Alexey Dobriyan · 6 years ago
  15. a218cc4 epoll: use rwlock in order to reduce ep_poll_callback() contention by Roman Penyaev · 6 years ago
  16. c3e320b epoll: unify awaking of wakeup source on ep_poll_callback() path by Roman Penyaev · 6 years ago
  17. c141175 epoll: make sure all elements in ready list are in FIFO order by Roman Penyaev · 6 years ago
  18. afe1a71 btrfs: implement btrfs_debug* in terms of helper macro by Rasmus Villemoes · 6 years ago
  19. f1fffbd linux/fs.h: move member alignment check next to definition of struct filename by Rasmus Villemoes · 6 years ago
  20. be37f21 Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  21. ae5906c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  22. 9e1fd79 Merge tag 'xfs-5.1-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  23. b1e2439 Merge tag 'for-5.1-part1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  24. 0556161 Merge tag 'fsnotify_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  25. a9913f2 Merge tag 'fs_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  26. b39a07a Merge tag 'dtype_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  27. 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
  28. 31b5151 io_uring: allow workqueue item to handle multiple buffered requests by Jens Axboe · 6 years ago
  29. 221c5eb io_uring: add support for IORING_OP_POLL by Jens Axboe · 6 years ago
  30. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  31. 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
  32. 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
  33. 08b5577 proc: use seq_puts() everywhere by Alexey Dobriyan · 6 years ago
  34. 5713f35 proc: read kernel cpu stat pointer once by Alexey Dobriyan · 6 years ago
  35. 867aacc proc: remove unused argument in proc_pid_lookup() by Zhikang Zhang · 6 years ago
  36. 45f68ab fs/proc/thread_self.c: code cleanup for proc_setup_thread_self() by Chengguang Xu · 6 years ago
  37. 756ca74 fs/proc/self.c: code cleanup for proc_setup_self() by Chengguang Xu · 6 years ago
  38. ab3948f mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd by Joel Fernandes (Google) · 6 years ago
  39. 04a8645 mm: update ptep_modify_prot_commit to take old pte value as arg by Aneesh Kumar K.V · 6 years ago
  40. 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
  41. 147e1a9 fs: kernfs: add poll file operation by Johannes Weiner · 6 years ago
  42. 60cd4bc memcg: localize memcg_kmem_enabled() check by Shakeel Butt · 6 years ago
  43. ca21508 mm: convert PG_balloon to PG_offline by David Hildenbrand · 6 years ago
  44. 5704a06 fs/file.c: initialize init_files.resize_wait by Shuriyc Chu · 6 years ago
  45. a905737 fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits() by Vineet Gupta · 6 years ago
  46. f402cf0 ocfs2: Use zero-sized array and struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  47. 5500ab4 ocfs2: fix the application IO timeout when fstrim is running by Gang He · 6 years ago
  48. cc725ef ocfs2: fix a panic problem caused by o2cb_ctl by Jia Guo · 6 years ago
  49. 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
  50. 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
  51. 08300f4 a.out: remove core dumping support by Linus Torvalds · 6 years ago
  52. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  53. 6456300 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  54. ee5e001 fs: Make splice() and tee() take into account O_NONBLOCK flag on pipes by Slavomir Kaslev · 6 years ago
  55. 18a4d8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  56. 4f9020f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  57. 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
  58. 84c4e1f8 aio: simplify - and fix - fget/fput for io_submit() by Linus Torvalds · 6 years ago
  59. 2d28e01 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  60. cb6acd0 hugetlbfs: fix races and page leaks during migration by Mike Kravetz · 6 years ago
  61. 1b9598c xfs: fix reporting supported extra file attributes for statx() by Luis R. Rodriguez · 6 years ago
  62. 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
  63. dce30ca fs: fix guard_bio_eod to check for real EOD errors by Carlos Maiolino · 6 years ago
  64. c16361c io_uring: add io_kiocb ref count by Jens Axboe · 6 years ago
  65. 6c271ce io_uring: add submission polling by Jens Axboe · 6 years ago
  66. 6b06314 io_uring: add file set registration by Jens Axboe · 6 years ago
  67. edafcce io_uring: add support for pre-mapped user IO buffers by Jens Axboe · 6 years ago
  68. 2579f91 io_uring: batch io_kiocb allocation by Jens Axboe · 6 years ago
  69. 9a56a23 io_uring: use fget/fput_many() for file references by Jens Axboe · 6 years ago
  70. 091141a fs: add fget_many() and fput_many() by Jens Axboe · 6 years ago
  71. def596e io_uring: support for IO polling by Jens Axboe · 6 years ago
  72. c992fe2 io_uring: add fsync support by Christoph Hellwig · 6 years ago
  73. 2b188cc Add io_uring IO interface by Jens Axboe · 6 years ago
  74. 02e525b2 locking/percpu-rwsem: Remove preempt_disable variants by Peter Zijlstra · 6 years ago
  75. 7d762d69 afs: Fix manually set volume location server list by David Howells · 6 years ago
  76. 3d129e1 xfs: fix backwards endian conversion in scrub by Darrick J. Wong · 6 years ago
  77. c1a4447 xfs: fix uninitialized error variables by Darrick J. Wong · 6 years ago
  78. 4f29e10 xfs: rework breaking of shared extents in xfs_file_iomap_begin by Darrick J. Wong · 6 years ago
  79. 53a41cb Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses" by Linus Torvalds · 6 years ago
  80. affe250 xfs: don't pass iomap flags to xfs_reflink_allocate_cow by Darrick J. Wong · 6 years ago
  81. f65e25e btrfs: Remove unnecessary casts in btrfs_read_root_item by YueHaibing · 6 years ago
  82. 253002f Btrfs: remove assertion when searching for a key in a node/leaf by Filipe Manana · 6 years ago
  83. cbca7d5 Btrfs: add missing error handling after doing leaf/node binary search by Filipe Manana · 6 years ago
  84. 669e859 btrfs: drop the lock on error in btrfs_dev_replace_cancel by Dan Carpenter · 6 years ago
  85. 349ae63 btrfs: ensure that a DUP or RAID1 block group has exactly two stripes by Johannes Thumshirn · 6 years ago
  86. e49be14 btrfs: init csum_list before possible free by Dan Robertson · 6 years ago
  87. 57a50e2 Btrfs: remove no longer needed range length checks for deduplication by Filipe Manana · 6 years ago
  88. a3baaf0 Btrfs: fix fsync after succession of renames and unlink/rmdir by Filipe Manana · 6 years ago
  89. 6b5fc43 Btrfs: fix fsync after succession of renames of different files by Filipe Manana · 6 years ago
  90. 38e3eeb btrfs: honor path->skip_locking in backref code by Josef Bacik · 6 years ago
  91. f5fef45 btrfs: qgroup: Make qgroup async transaction commit more aggressive by Qu Wenruo · 6 years ago
  92. 1418bae btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to btrfs_qgroup_extent_record by Qu Wenruo · 6 years ago
  93. 0ea8207 btrfs: scrub: remove unused nocow worker pointer by David Sterba · 6 years ago
  94. c835294 btrfs: scrub: add assertions for worker pointers by David Sterba · 6 years ago
  95. ff09c4c btrfs: scrub: convert scrub_workers_refcnt to refcount_t by Anand Jain · 6 years ago
  96. eb4318e btrfs: scrub: add scrub_lock lockdep check in scrub_workers_get by Anand Jain · 6 years ago
  97. 1cec3f27 btrfs: scrub: fix circular locking dependency warning by Anand Jain · 6 years ago
  98. 7faad6e btrfs: fix comment its device list mutex not volume lock by Anand Jain · 6 years ago
  99. bb58eb9 btrfs: extent_io: Kill the forward declaration of flush_write_bio by Qu Wenruo · 6 years ago
  100. 352646c btrfs: Fix grossly misleading argument names in extent io search by Nikolay Borisov · 6 years ago