1. e46a795 io_uring: file switch work needs to get flushed on exit by Jens Axboe · 5 years ago
  2. b14cca0 io_uring: hide uring_fd in ctx by Pavel Begunkov · 5 years ago
  3. 0791015 io_uring: remove extra check in __io_commit_cqring by Pavel Begunkov · 5 years ago
  4. 711be03 io_uring: optimise use of ctx->drain_next by Pavel Begunkov · 5 years ago
  5. 66f4af9 io_uring: add support for probing opcodes by Jens Axboe · 5 years ago
  6. 10fef4b io_uring: account fixed file references correctly in batch by Jens Axboe · 5 years ago
  7. 354420f io_uring: add opcode to issue trace event by Jens Axboe · 5 years ago
  8. cebdb98 io_uring: add support for IORING_OP_OPENAT2 by Jens Axboe · 5 years ago
  9. f874888 io_uring: remove 'fname' from io_open structure by Jens Axboe · 5 years ago
  10. c12cedf io_uring: add 'struct open_how' to the openat request context by Jens Axboe · 5 years ago
  11. f2842ab io_uring: enable option to only trigger eventfd for async completions by Jens Axboe · 5 years ago
  12. 69b3e54 io_uring: change io_ring_ctx bool fields into bit fields by Jens Axboe · 5 years ago
  13. c150368 io_uring: file set registration should use interruptible waits by Jens Axboe · 5 years ago
  14. 96fd84d io_uring: Remove unnecessary null check by YueHaibing · 5 years ago
  15. fddafac io_uring: add support for send(2) and recv(2) by Jens Axboe · 5 years ago
  16. 2550878 io_uring: remove extra io_wq_current_is_worker() by Pavel Begunkov · 5 years ago
  17. caf582c io_uring: optimise commit_sqring() for common case by Pavel Begunkov · 5 years ago
  18. ee7d46d io_uring: optimise head checks in io_get_sqring() by Pavel Begunkov · 5 years ago
  19. 9ef4f12 io_uring: clamp to_submit in io_submit_sqes() by Pavel Begunkov · 5 years ago
  20. 8110c1a io_uring: add support for IORING_SETUP_CLAMP by Jens Axboe · 5 years ago
  21. c6ca97b30 io_uring: extend batch freeing to cover more cases by Jens Axboe · 5 years ago
  22. 8237e04 io_uring: wrap multi-req freeing in struct req_batch by Jens Axboe · 5 years ago
  23. 2b85edf io_uring: batch getting pcpu references by Pavel Begunkov · 5 years ago
  24. 4e5ef02 pcpu_ref: add percpu_ref_tryget_many() by Pavel Begunkov · 5 years ago
  25. c1ca757 io_uring: add IORING_OP_MADVISE by Jens Axboe · 5 years ago
  26. db08ca2 mm: make do_madvise() available internally by Jens Axboe · 5 years ago
  27. 4840e41 io_uring: add IORING_OP_FADVISE by Jens Axboe · 5 years ago
  28. ba04291 io_uring: allow use of offset == -1 to mean file position by Jens Axboe · 5 years ago
  29. 3a6820f io_uring: add non-vectored read/write commands by Jens Axboe · 5 years ago
  30. e94f141 io_uring: improve poll completion performance by Jens Axboe · 5 years ago
  31. ad3eb2c io_uring: split overflow state into SQ and CQ side by Jens Axboe · 5 years ago
  32. d365634 io_uring: add lookup table for various opcode needs by Jens Axboe · 5 years ago
  33. add7b6b io_uring: remove two unnecessary function declarations by Jens Axboe · 5 years ago
  34. 32fe525 io_uring: move *queue_link_head() from common path by Pavel Begunkov · 5 years ago
  35. 9d76377 io_uring: rename prev to head by Pavel Begunkov · 5 years ago
  36. ce35a47 io_uring: add IOSQE_ASYNC by Jens Axboe · 5 years ago
  37. 895e2ca io-wq: support concurrent non-blocking work by Jens Axboe · 5 years ago
  38. eddc7ef io_uring: add support for IORING_OP_STATX by Jens Axboe · 5 years ago
  39. 3934e36 fs: make two stat prep helpers available by Jens Axboe · 5 years ago
  40. 05f3fb3 io_uring: avoid ring quiesce for fixed file set unregister and update by Jens Axboe · 5 years ago
  41. b5dba59 io_uring: add support for IORING_OP_CLOSE by Jens Axboe · 5 years ago
  42. 0c9d5cc io-wq: add support for uncancellable work by Jens Axboe · 5 years ago
  43. 6e802a4 fs: move filp_close() outside of __close_fd_get_file() by Jens Axboe · 5 years ago
  44. 15b71ab io_uring: add support for IORING_OP_OPENAT by Jens Axboe · 5 years ago
  45. 35cb6d5 fs: make build_open_flags() available internally by Jens Axboe · 5 years ago
  46. d63d1b5 io_uring: add support for fallocate() by Jens Axboe · 5 years ago
  47. 4d92748 Merge branch 'io_uring-5.5' into for-5.6/io_uring-vfs by Jens Axboe · 5 years ago
  48. 1292e97 io_uring: fix compat for IORING_REGISTER_FILES_UPDATE by Eugene Syromiatnikov · 5 years ago
  49. 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
  50. def9d27 Linux 5.5-rc7 by Linus Torvalds · 5 years ago
  51. 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
  52. 11a8272 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  53. 5f43644 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  54. b2383ad cxgb4: reject overlapped queues in TC-MQPRIO offload by Rahul Lakkireddy · 5 years ago
  55. c856e2b cxgb4: fix Tx multi channel port rate limit by Rahul Lakkireddy · 5 years ago
  56. 09d4f10 net: sched: act_ctinfo: fix memory leak by Eric Dumazet · 5 years ago
  57. fc585d4 riscv: Less inefficient gcc tishift helpers (and export their symbols) by Olof Johansson · 5 years ago
  58. 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
  59. 244dc268 Merge tag 'drm-fixes-2020-01-19' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  60. 95f4d9c riscv: delete temporary files by Ilie Halip · 5 years ago
  61. 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
  62. 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
  63. 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
  64. 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
  65. 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
  66. 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
  67. 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
  68. 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
  69. 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
  70. 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
  71. 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
  72. 8965de7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  73. 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
  74. 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
  75. 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
  76. b55eef8 Documentation: path-lookup: include new LOOKUP flags by Aleksa Sarai · 5 years ago
  77. b28a10a selftests: add openat2(2) selftests by Aleksa Sarai · 5 years ago
  78. fddb5d4 open: introduce openat2(2) syscall by Aleksa Sarai · 5 years ago
  79. e02d9c4 Merge branch 'bnxt_en-fixes' by David S. Miller · 5 years ago
  80. d061b24 bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal. by Michael Chan · 5 years ago
  81. 6fc7caa8 bnxt_en: Fix ipv6 RFS filter matching logic. by Michael Chan · 5 years ago
  82. ceb3284 bnxt_en: Fix NTUPLE firmware command failures. by Michael Chan · 5 years ago
  83. 6b3ad66 ptrace: reintroduce usage of subjective credentials in ptrace_has_cap() by Christian Brauner · 5 years ago
  84. 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
  85. 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
  86. d704866 mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resume by Esben Haabendal · 5 years ago
  87. 5bc6bb6 mtd: rawnand: gpmi: Fix suspend/resume problem by Esben Haabendal · 5 years ago
  88. da2ef81 mtd: spi-nor: Fix quad enable for Spansion like flashes by Michael Walle · 5 years ago
  89. 440b6d5 mtd: spi-nor: Fix selection of 4-byte addressing opcodes on Spansion by Vignesh Raghavendra · 5 years ago
  90. 25e73aa Merge tag 'io_uring-5.5-2020-01-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  91. effaf90 Merge tag 'for-5.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  92. 453495d Merge tag 'usb-serial-5.5-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 5 years ago
  93. ab7541c Merge tag 'fuse-fixes-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 5 years ago
  94. 07d5ac6 Merge tag 'sound-5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 years ago
  95. 9715a43e USB: serial: quatech2: handle unbound ports by Johan Hovold · 5 years ago
  96. 3018dd3 USB: serial: keyspan: handle unbound ports by Johan Hovold · 5 years ago
  97. 1568c58 USB: serial: io_edgeport: add missing active-port sanity check by Johan Hovold · 5 years ago
  98. e37d1ae USB: serial: io_edgeport: handle unbound ports on URB completion by Johan Hovold · 5 years ago
  99. 4d5ef53 USB: serial: ch341: handle unbound port at reset_resume by Johan Hovold · 5 years ago
  100. b35cf1f btrfs: check rw_devices, not num_devices for balance by Josef Bacik · 5 years ago