1. 84f97dc io_uring: make io_cqring_events() take 'ctx' as argument by Jens Axboe · 5 years ago
  2. 2665abf io_uring: add support for linked SQE timeouts by Jens Axboe · 5 years ago
  3. e977d6d io_uring: abstract out io_async_cancel_one() helper by Jens Axboe · 5 years ago
  4. 267bc90 io_uring: use inlined struct sqe_submit by Pavel Begunkov · 5 years ago
  5. 50585b9 io_uring: Use submit info inlined into req by Pavel Begunkov · 5 years ago
  6. 196be95 io_uring: allocate io_kiocb upfront by Pavel Begunkov · 5 years ago
  7. e5eb636 io_uring: io_queue_link*() right after submit by Pavel Begunkov · 5 years ago
  8. ae9428c io_uring: Merge io_submit_sqes and io_ring_submit by Pavel Begunkov · 5 years ago
  9. 3aa5fa0 io_uring: kill dead REQ_F_LINK_DONE flag by Jens Axboe · 5 years ago
  10. f1f4085 io_uring: fixup a few spots where link failure isn't flagged by Jens Axboe · 5 years ago
  11. 89723d0 io_uring: enable optimized link handling for IORING_OP_POLL_ADD by Jens Axboe · 5 years ago
  12. 6f72653 io-wq: use proper nesting IRQ disabling spinlocks for cancel by Jens Axboe · 5 years ago
  13. 51c3ff6 io_uring: add completion trace event by Jens Axboe · 5 years ago
  14. 364b05f io-wq: use kfree_rcu() to simplify the code by YueHaibing · 5 years ago
  15. e9ffa5c io_uring: set -EINTR directly when a signal wakes up in io_cqring_wait by Jackie Liu · 5 years ago
  16. 62755e3 io_uring: support for generic async request cancel by Jens Axboe · 5 years ago
  17. 975c99a5 io_uring: io_wq_create() returns an error pointer, not NULL by Jens Axboe · 5 years ago
  18. 842f961 io_uring: fix race with canceling timeouts by Jens Axboe · 5 years ago
  19. 65e19f5 io_uring: support for larger fixed file sets by Jens Axboe · 5 years ago
  20. b762012 io_uring: protect fixed file indexing with array_index_nospec() by Jens Axboe · 5 years ago
  21. 17f2fe3 io_uring: add support for IORING_OP_ACCEPT by Jens Axboe · 5 years ago
  22. fcb323c io_uring: io_uring: add support for async work inheriting files by Jens Axboe · 5 years ago
  23. 561fb04 io_uring: replace workqueue usage with io-wq by Jens Axboe · 5 years ago
  24. 771b53d0 io-wq: small threadpool implementation for io_uring by Jens Axboe · 5 years ago
  25. 95a1b3ff io_uring: Fix mm_fault with READ/WRITE_FIXED by Pavel Begunkov · 5 years ago
  26. fa45622 io_uring: remove index from sqe_submit by Pavel Begunkov · 5 years ago
  27. c826bd7 io_uring: add set of tracing events by Dmitrii Dolgov · 5 years ago
  28. 1136504 io_uring: add support for canceling timeout requests by Jens Axboe · 5 years ago
  29. a41525a io_uring: add support for absolute timeouts by Jens Axboe · 5 years ago
  30. ba5290c io_uring: replace s->needs_lock with s->in_async by Jackie Liu · 5 years ago
  31. 33a107f io_uring: allow application controlled CQ ring size by Jens Axboe · 5 years ago
  32. c3a31e6 io_uring: add support for IORING_REGISTER_FILES_UPDATE by Jens Axboe · 5 years ago
  33. 08a45173 io_uring: allow sparse fixed file sets by Jens Axboe · 5 years ago
  34. ba816ad io_uring: run dependent links inline if possible by Jens Axboe · 5 years ago
  35. 044c1ab io_uring: don't touch ctx in setup after ring fd install by Jens Axboe · 5 years ago
  36. 7b20238 io_uring: Fix leaked shadow_req by Pavel Begunkov · 5 years ago
  37. c9a2e4a Merge tag '5.4-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  38. acf913b Merge tag 'for-linus-2019-10-26' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  39. 485fc4b Merge tag 'dax-fix-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  40. 2b2ed97 io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREAD by Jens Axboe · 5 years ago
  41. 498ccd9 io_uring: used cached copies of sq->dropped and cq->overflow by Jens Axboe · 5 years ago
  42. 935d1e4 io_uring: Fix race for sqes with userspace by Pavel Begunkov · 5 years ago
  43. fb5ccc9 io_uring: Fix broken links with offloading by Pavel Begunkov · 5 years ago
  44. 84d55dc io_uring: Fix corrupted user_data by Pavel Begunkov · 5 years ago
  45. d46b0da cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs by Dave Wysochanski · 5 years ago
  46. 1a67c41 CIFS: Fix use after free of file info structures by Pavel Shilovsky · 5 years ago
  47. abe5707 CIFS: Fix retry mid list corruption on reconnects by Pavel Shilovsky · 5 years ago
  48. 65b15b7 Merge tag 'gfs2-v5.4-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 5 years ago
  49. 30aecae gfs2: Fix memory leak when gfs2meta's fs_context is freed by Andrew Price · 5 years ago
  50. a1f58ba io_uring: correct timeout req sequence when inserting a new entry by zhangyi (F) · 5 years ago
  51. ef03681 io_uring : correct timeout req sequence when waiting timeout by zhangyi (F) · 5 years ago
  52. bc808bc io_uring: revert "io_uring: optimize submit_and_wait API" by Jens Axboe · 5 years ago
  53. 54955e3 Merge tag 'for-5.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  54. 6370740 fs/dax: Fix pmd vs pte conflict detection by Dan Williams · 5 years ago
  55. 783bf7b cifs: Fix missed free operations by Chuhong Yuan · 5 years ago
  56. 03d9a9f CIFS: avoid using MID 0xFFFF by Roberto Bergantinos Corpas · 5 years ago
  57. 553292a cifs: clarify comment about timestamp granularity for old servers by Steve French · 5 years ago
  58. d532cc7 cifs: Handle -EINPROGRESS only when noblockcnt is set by Paulo Alcantara (SUSE) · 5 years ago
  59. 998d755 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  60. 2be5fbf proc/meminfo: fix output alignment by Kirill A. Shutemov · 5 years ago
  61. b918c43 ocfs2: fix panic due to ocfs2_wq is null by Yi Li · 5 years ago
  62. ce750f4 ocfs2: fix error handling in ocfs2_setattr() by Chengguang Xu · 5 years ago
  63. aad5f69 fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.c by David Hildenbrand · 5 years ago
  64. d418d07 Merge tag 'for-linus-2019-10-18' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  65. b9959c7 filldir[64]: remove WARN_ON_ONCE() for bad directory entries by Linus Torvalds · 5 years ago
  66. 6b95cf9 Merge tag 'ceph-for-5.4-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  67. 8b07a65 io_uring: fix logic error in io_timeout by yangerkun · 5 years ago
  68. 491381ce io_uring: fix up O_NONBLOCK handling for sockets by Jens Axboe · 5 years ago
  69. 6e8ba00 Merge tag 'xfs-5.4-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  70. ba0b084 Btrfs: check for the full sync flag while holding the inode lock during fsync by Filipe Manana · 5 years ago
  71. c7967fc Btrfs: fix qgroup double free after failure to reserve metadata for delalloc by Filipe Manana · 5 years ago
  72. fd2b007 btrfs: tracepoints: Fix wrong parameter order for qgroup events by Qu Wenruo · 5 years ago
  73. 8702ba9 btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents() by Qu Wenruo · 5 years ago
  74. 5e0cd1e xfs: change the seconds fields in xfs_bulkstat to signed by Darrick J. Wong · 5 years ago
  75. 1d3f872 ceph: just skip unrecognized info in ceph_reply_info_extra by Jeff Layton · 5 years ago
  76. 5da0fb1 io_uring: consider the overflow of sequence for timeout req by yangerkun · 5 years ago
  77. 80ed454 btrfs: don't needlessly create extent-refs kernel thread by David Sterba · 5 years ago
  78. b46ec1d fs/fs-writeback.c: fix kernel-doc warning by Randy Dunlap · 5 years ago
  79. 8e88bfb fs/libfs.c: fix kernel-doc warning by Randy Dunlap · 5 years ago
  80. c70d868 fs/direct-io.c: fix kernel-doc warning by Randy Dunlap · 5 years ago
  81. d4615e5 Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  82. b27528b Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  83. bf8e602 tracing: Do not create tracefs files if tracefs lockdown is in effect by Steven Rostedt (VMware) · 5 years ago
  84. 3ed270b tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is locked down") by Steven Rostedt (VMware) · 5 years ago
  85. 1c0cc5f Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  86. c6ad7c3 Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  87. 4b654ac btrfs: block-group: Fix a memory leak due to missing btrfs_put_block_group() by Qu Wenruo · 5 years ago
  88. 44db121 Btrfs: add missing extents release on file extent cluster relocation error by Filipe Manana · 5 years ago
  89. 297cbcc Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  90. 7adf4ea io_uring: fix sequence logic for timeout requests by Jens Axboe · 5 years ago
  91. 1047ec8 NFSv4: Fix leak of clp->cl_acceptor string by Chuck Lever · 5 years ago
  92. 9e208aa Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  93. f877987 Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  94. ad338d0 Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  95. 015c21b Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  96. 26b6c98 libfs: take cursors out of list when moving past the end of directory by Al Viro · 5 years ago
  97. 6fcf0c7 vfs: add missing blkdev_put() in get_tree_bdev() by Ian Kent · 5 years ago
  98. 8a99734 io_uring: only flush workqueues on fileset removal by Jens Axboe · 5 years ago
  99. aeea4b7 xfs: move local to extent inode logging into bmap helper by Brian Foster · 5 years ago
  100. 603efeb xfs: remove broken error handling on failed attr sf to leaf change by Brian Foster · 5 years ago