1. eba6f5a io-wq: allow grabbing existing io-wq by Pavel Begunkov · 5 years ago
  2. cccf0ee io_uring/io-wq: don't use static creds/mm assignments by Jens Axboe · 5 years ago
  3. 848f7e1 io-wq: make the io_wq ref counted by Jens Axboe · 5 years ago
  4. 9466f43 io_uring: fix refcounting with batched allocations at OOM by Pavel Begunkov · 5 years ago
  5. 8cdf219 io_uring: add comment for drain_next by Pavel Begunkov · 5 years ago
  6. 980ad26 io_uring: don't attempt to copy iovec for READ/WRITE by Jens Axboe · 5 years ago
  7. 86a761f io_uring: honor IOSQE_ASYNC for linked reqs by Pavel Begunkov · 5 years ago
  8. 1118591 io_uring: prep req when do IOSQE_ASYNC by Pavel Begunkov · 5 years ago
  9. 0463b6c io_uring: use labeled array init in io_op_defs by Pavel Begunkov · 5 years ago
  10. 6b47ee6 io_uring: optimise sqe-to-req flags translation by Pavel Begunkov · 5 years ago
  11. 8798789 io_uring: remove REQ_F_IO_DRAINED by Pavel Begunkov · 5 years ago
  12. e46a795 io_uring: file switch work needs to get flushed on exit by Jens Axboe · 5 years ago
  13. b14cca0 io_uring: hide uring_fd in ctx by Pavel Begunkov · 5 years ago
  14. 0791015 io_uring: remove extra check in __io_commit_cqring by Pavel Begunkov · 5 years ago
  15. 711be03 io_uring: optimise use of ctx->drain_next by Pavel Begunkov · 5 years ago
  16. 66f4af9 io_uring: add support for probing opcodes by Jens Axboe · 5 years ago
  17. 10fef4b io_uring: account fixed file references correctly in batch by Jens Axboe · 5 years ago
  18. 354420f io_uring: add opcode to issue trace event by Jens Axboe · 5 years ago
  19. cebdb98 io_uring: add support for IORING_OP_OPENAT2 by Jens Axboe · 5 years ago
  20. f874888 io_uring: remove 'fname' from io_open structure by Jens Axboe · 5 years ago
  21. c12cedf io_uring: add 'struct open_how' to the openat request context by Jens Axboe · 5 years ago
  22. f2842ab io_uring: enable option to only trigger eventfd for async completions by Jens Axboe · 5 years ago
  23. 69b3e54 io_uring: change io_ring_ctx bool fields into bit fields by Jens Axboe · 5 years ago
  24. c150368 io_uring: file set registration should use interruptible waits by Jens Axboe · 5 years ago
  25. 96fd84d io_uring: Remove unnecessary null check by YueHaibing · 5 years ago
  26. fddafac io_uring: add support for send(2) and recv(2) by Jens Axboe · 5 years ago
  27. 2550878 io_uring: remove extra io_wq_current_is_worker() by Pavel Begunkov · 5 years ago
  28. caf582c io_uring: optimise commit_sqring() for common case by Pavel Begunkov · 5 years ago
  29. ee7d46d io_uring: optimise head checks in io_get_sqring() by Pavel Begunkov · 5 years ago
  30. 9ef4f12 io_uring: clamp to_submit in io_submit_sqes() by Pavel Begunkov · 5 years ago
  31. 8110c1a io_uring: add support for IORING_SETUP_CLAMP by Jens Axboe · 5 years ago
  32. c6ca97b30 io_uring: extend batch freeing to cover more cases by Jens Axboe · 5 years ago
  33. 8237e04 io_uring: wrap multi-req freeing in struct req_batch by Jens Axboe · 5 years ago
  34. 2b85edf io_uring: batch getting pcpu references by Pavel Begunkov · 5 years ago
  35. 4e5ef02 pcpu_ref: add percpu_ref_tryget_many() by Pavel Begunkov · 5 years ago
  36. c1ca757 io_uring: add IORING_OP_MADVISE by Jens Axboe · 5 years ago
  37. db08ca2 mm: make do_madvise() available internally by Jens Axboe · 5 years ago
  38. 4840e41 io_uring: add IORING_OP_FADVISE by Jens Axboe · 5 years ago
  39. ba04291 io_uring: allow use of offset == -1 to mean file position by Jens Axboe · 5 years ago
  40. 3a6820f io_uring: add non-vectored read/write commands by Jens Axboe · 5 years ago
  41. e94f141 io_uring: improve poll completion performance by Jens Axboe · 5 years ago
  42. ad3eb2c io_uring: split overflow state into SQ and CQ side by Jens Axboe · 5 years ago
  43. d365634 io_uring: add lookup table for various opcode needs by Jens Axboe · 5 years ago
  44. add7b6b io_uring: remove two unnecessary function declarations by Jens Axboe · 5 years ago
  45. 32fe525 io_uring: move *queue_link_head() from common path by Pavel Begunkov · 5 years ago
  46. 9d76377 io_uring: rename prev to head by Pavel Begunkov · 5 years ago
  47. ce35a47 io_uring: add IOSQE_ASYNC by Jens Axboe · 5 years ago
  48. 895e2ca io-wq: support concurrent non-blocking work by Jens Axboe · 5 years ago
  49. eddc7ef io_uring: add support for IORING_OP_STATX by Jens Axboe · 5 years ago
  50. 3934e36 fs: make two stat prep helpers available by Jens Axboe · 5 years ago
  51. 05f3fb3 io_uring: avoid ring quiesce for fixed file set unregister and update by Jens Axboe · 5 years ago
  52. b5dba59 io_uring: add support for IORING_OP_CLOSE by Jens Axboe · 5 years ago
  53. 0c9d5cc io-wq: add support for uncancellable work by Jens Axboe · 5 years ago
  54. 6e802a4 fs: move filp_close() outside of __close_fd_get_file() by Jens Axboe · 5 years ago
  55. 15b71ab io_uring: add support for IORING_OP_OPENAT by Jens Axboe · 5 years ago
  56. 35cb6d5 fs: make build_open_flags() available internally by Jens Axboe · 5 years ago
  57. d63d1b5 io_uring: add support for fallocate() by Jens Axboe · 5 years ago
  58. 4d92748 Merge branch 'io_uring-5.5' into for-5.6/io_uring-vfs by Jens Axboe · 5 years ago
  59. 1292e97 io_uring: fix compat for IORING_REGISTER_FILES_UPDATE by Eugene Syromiatnikov · 5 years ago
  60. fa7773d Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-5.6/io_uring-vfs by Jens Axboe · 5 years ago
  61. def9d27 Linux 5.5-rc7 by Linus Torvalds · 5 years ago
  62. 7008ee1 Merge tag 'riscv/for-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  63. 11a8272 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  64. 5f43644 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  65. b2383ad cxgb4: reject overlapped queues in TC-MQPRIO offload by Rahul Lakkireddy · 5 years ago
  66. c856e2b cxgb4: fix Tx multi channel port rate limit by Rahul Lakkireddy · 5 years ago
  67. 09d4f10 net: sched: act_ctinfo: fix memory leak by Eric Dumazet · 5 years ago
  68. fc585d4 riscv: Less inefficient gcc tishift helpers (and export their symbols) by Olof Johansson · 5 years ago
  69. 8f8972a Merge tag 'mtd/fixes-for-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 5 years ago
  70. 244dc268 Merge tag 'drm-fixes-2020-01-19' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  71. 95f4d9c riscv: delete temporary files by Ilie Halip · 5 years ago
  72. 0cc2682 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  73. 7ff15cd Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  74. 9e79c52 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  75. a186c11 Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  76. b07b9e8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  77. 124b554 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  78. a1c6f87 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  79. e2f73d1 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  80. ba0f472 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  81. 8cac899 Merge tag 'for-linus-2020-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  82. 2324de6 Merge tag 's390-5.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  83. 8965de7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  84. f04dba6 Merge tag 'char-misc-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  85. bf3f401 Merge tag 'staging-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 5 years ago
  86. c5fd2c5 Merge tag 'usb-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 5 years ago
  87. b55eef8 Documentation: path-lookup: include new LOOKUP flags by Aleksa Sarai · 5 years ago
  88. b28a10a selftests: add openat2(2) selftests by Aleksa Sarai · 5 years ago
  89. fddb5d4 open: introduce openat2(2) syscall by Aleksa Sarai · 5 years ago
  90. e02d9c4 Merge branch 'bnxt_en-fixes' by David S. Miller · 5 years ago
  91. d061b24 bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal. by Michael Chan · 5 years ago
  92. 6fc7caa8 bnxt_en: Fix ipv6 RFS filter matching logic. by Michael Chan · 5 years ago
  93. ceb3284 bnxt_en: Fix NTUPLE firmware command failures. by Michael Chan · 5 years ago
  94. 6b3ad66 ptrace: reintroduce usage of subjective credentials in ptrace_has_cap() by Christian Brauner · 5 years ago
  95. f66d84c Merge tag 'drm-misc-fixes-2020-01-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 5 years ago
  96. e33c7ba Merge tag 'drm-intel-fixes-2020-01-16' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 5 years ago
  97. d704866 mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resume by Esben Haabendal · 5 years ago
  98. 5bc6bb6 mtd: rawnand: gpmi: Fix suspend/resume problem by Esben Haabendal · 5 years ago
  99. da2ef81 mtd: spi-nor: Fix quad enable for Spansion like flashes by Michael Walle · 5 years ago
  100. 440b6d5 mtd: spi-nor: Fix selection of 4-byte addressing opcodes on Spansion by Vignesh Raghavendra · 5 years ago