1. cf2f542 io_uring: don't fail iopoll requeue without ->mm by Pavel Begunkov · 4 years, 6 months ago
  2. ab0b645 io_uring: clean up io_kill_linked_timeout() locking by Jens Axboe · 4 years, 6 months ago
  3. cbdcb43 io_uring: do grab_env() just before punting by Pavel Begunkov · 4 years, 6 months ago
  4. debb85f io_uring: factor out grab_env() from defer_prep() by Pavel Begunkov · 4 years, 6 months ago
  5. edcdfcc io_uring: do init work in grab_env() by Pavel Begunkov · 4 years, 6 months ago
  6. 351fd53 io_uring: don't pass def into io_req_work_grab_env by Pavel Begunkov · 4 years, 6 months ago
  7. ecfc517 io_uring: fix potential use after free on fallback request free by Pavel Begunkov · 4 years, 6 months ago
  8. 8eb7e2d io_uring: kill REQ_F_TIMEOUT_NOSEQ by Pavel Begunkov · 4 years, 6 months ago
  9. a1a4661 io_uring: kill REQ_F_TIMEOUT by Pavel Begunkov · 4 years, 6 months ago
  10. 9b5f7bd9 io_uring: replace find_next() out param with ret by Pavel Begunkov · 4 years, 6 months ago
  11. 7c86ffe io_uring: deduplicate freeing linked timeouts by Pavel Begunkov · 4 years, 6 months ago
  12. fb49278 io_uring: fix missing wake_up io_rw_reissue() by Pavel Begunkov · 4 years, 6 months ago
  13. f3a6fa2 io_uring: fix iopoll -EAGAIN handling by Pavel Begunkov · 4 years, 6 months ago
  14. 3adfeca io_uring: do task_work_run() during iopoll by Pavel Begunkov · 4 years, 6 months ago
  15. 6795c5a io_uring: clean up req->result setting by rw by Pavel Begunkov · 4 years, 6 months ago
  16. 9b0d911 io_uring: kill REQ_F_LINK_NEXT by Pavel Begunkov · 4 years, 6 months ago
  17. 2d6500d io_uring: cosmetic changes for batch free by Pavel Begunkov · 4 years, 6 months ago
  18. c352438 io_uring: batch-free linked requests as well by Pavel Begunkov · 4 years, 6 months ago
  19. 2757a23 io_uring: dismantle req early and remove need_iter by Pavel Begunkov · 4 years, 6 months ago
  20. e6543a8 io_uring: remove inflight batching in free_many() by Pavel Begunkov · 4 years, 6 months ago
  21. 8c9cb6c io_uring: fix refs underflow in io_iopoll_queue() by Pavel Begunkov · 4 years, 6 months ago
  22. 710c2bf io_uring: fix missing io_grab_files() by Pavel Begunkov · 4 years, 6 months ago
  23. a6d45dd io_uring: don't mark link's head for_async by Pavel Begunkov · 4 years, 6 months ago
  24. 1bcb8c5d io_uring: fix feeding io-wq with uninit reqs by Pavel Begunkov · 4 years, 6 months ago
  25. 906a8c3 io_uring: fix punting req w/o grabbed env by Pavel Begunkov · 4 years, 6 months ago
  26. 8ef7776 io_uring: fix req->work corruption by Pavel Begunkov · 4 years, 6 months ago
  27. 1e16c2f io_uring: fix function args for !CONFIG_NET by Randy Dunlap · 4 years, 6 months ago
  28. 2237d76 Merge branch 'io_uring-5.8' into for-5.9/io_uring by Jens Axboe · 4 years, 6 months ago
  29. f4db718 io-wq: return next work from ->do_work() directly by Pavel Begunkov · 4 years, 7 months ago
  30. e883a79 io-wq: compact io-wq flags numbers by Pavel Begunkov · 4 years, 7 months ago
  31. c40f637 io_uring: use task_work for links if possible by Jens Axboe · 4 years, 7 months ago
  32. a1d7c39 io_uring: enable READ/WRITE to use deferred completions by Jens Axboe · 4 years, 7 months ago
  33. 229a7b6 io_uring: pass in completion state to appropriate issue side handlers by Jens Axboe · 4 years, 7 months ago
  34. f13fad7 io_uring: pass down completion state on the issue side by Jens Axboe · 4 years, 7 months ago
  35. 013538b io_uring: add 'io_comp_state' to struct io_submit_state by Jens Axboe · 4 years, 7 months ago
  36. e1e1609 io_uring: provide generic io_req_complete() helper by Jens Axboe · 4 years, 7 months ago
  37. d3cac64 io_uring: fix NULL-mm for linked reqs by Pavel Begunkov · 4 years, 7 months ago
  38. d60b5fb io_uring: fix current->mm NULL dereference on exit by Pavel Begunkov · 4 years, 7 months ago
  39. cd664b0 io_uring: fix hanging iopoll in case of -EAGAIN by Pavel Begunkov · 4 years, 7 months ago
  40. b772f07 io_uring: fix io_sq_thread no schedule when busy by Xuan Zhuo · 4 years, 7 months ago
  41. f6b6c7d io_uring: kill NULL checks for submit state by Pavel Begunkov · 4 years, 7 months ago
  42. b90cd19 io_uring: set @poll->file after @poll init by Pavel Begunkov · 4 years, 7 months ago
  43. 24c7467 io_uring: remove REQ_F_MUST_PUNT by Pavel Begunkov · 4 years, 7 months ago
  44. 62ef731 io_uring: remove setting REQ_F_MUST_PUNT in rw by Pavel Begunkov · 4 years, 7 months ago
  45. 895aa7b Merge branch 'async-buffered.8' into for-5.9/io_uring by Jens Axboe · 4 years, 7 months ago
  46. bcf5a06 io_uring: support true async buffered reads, if file provides it by Jens Axboe · 4 years, 8 months ago
  47. d1932dc mm: add kiocb_wait_page_queue_init() helper by Jens Axboe · 4 years, 8 months ago
  48. 8730f12 btrfs: flag files as supporting buffered async reads by Jens Axboe · 4 years, 8 months ago
  49. f89fb73 xfs: flag files as supporting buffered async reads by Jens Axboe · 4 years, 8 months ago
  50. a304f07 block: flag block devices as supporting IOCB_WAITQ by Jens Axboe · 4 years, 8 months ago
  51. c2a25ec fs: add FMODE_BUF_RASYNC by Jens Axboe · 4 years, 8 months ago
  52. 1a0a785 mm: support async buffered reads in generic_file_buffered_read() by Jens Axboe · 4 years, 8 months ago
  53. dd3e6d5 mm: add support for async page locking by Jens Axboe · 4 years, 8 months ago
  54. c7510ab mm: abstract out wake_page_match() from wake_page_function() by Jens Axboe · 4 years, 8 months ago
  55. 2e85abf mm: allow read-ahead with IOCB_NOWAIT set by Jens Axboe · 4 years, 8 months ago
  56. b63534c io_uring: re-issue block requests that failed because of resources by Jens Axboe · 4 years, 7 months ago
  57. 4503b76 io_uring: catch -EIO from buffered issue request failure by Jens Axboe · 4 years, 7 months ago
  58. ac8691c io_uring: always plug for any number of IOs by Jens Axboe · 4 years, 7 months ago
  59. 5a473e8 block: provide plug based way of signaling forced no-wait semantics by Jens Axboe · 4 years, 7 months ago
  60. 2e0464d io_uring: separate reporting of ring pages from registered pages by Bijan Mottahedeh · 4 years, 7 months ago
  61. 3097582 io_uring: report pinned memory usage by Bijan Mottahedeh · 4 years, 7 months ago
  62. aad5d8d io_uring: rename ctx->account_mem field by Bijan Mottahedeh · 4 years, 7 months ago
  63. a087e2b io_uring: add wrappers for memory accounting by Bijan Mottahedeh · 4 years, 7 months ago
  64. a31eb4a io_uring: use EPOLLEXCLUSIVE flag to aoid thundering herd type behavior by Jiufei Xue · 4 years, 7 months ago
  65. 5769a35 io_uring: change the poll type to be 32-bits by Jiufei Xue · 4 years, 7 months ago
  66. 4877846 Linux 5.8-rc2 by Linus Torvalds · 4 years, 7 months ago
  67. 817d914 Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 7 months ago
  68. 16f4aa9 Merge tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 4 years, 7 months ago
  69. be9160a Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  70. 7561393 Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 7 months ago
  71. 93bbca2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 7 months ago
  72. 214377e samples: watch_queue: build sample program for target architecture by Masahiro Yamada · 4 years, 7 months ago
  73. 2c6d963 Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n" by Masahiro Yamada · 4 years, 7 months ago
  74. 6467777 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 7 months ago
  75. a5c6a1f Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 7 months ago
  76. 25fae75 pinctrl: single: fix function name in documentation by Drew Fustini · 4 years, 7 months ago
  77. 8b6ddd1 Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 7 months ago
  78. eede2b9 Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 7 months ago
  79. 7f5f4de pinctrl: qcom: ipq6018 Add missing pins in qpic pin group by Sivaprakash Murugesan · 4 years, 7 months ago
  80. 13f2d25 Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in case of error in 'imx_pinctrl_probe()'" by Haibo Chen · 4 years, 7 months ago
  81. 1566fee Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 7 months ago
  82. 7fdfbe0 Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 7 months ago
  83. 27c2760 Merge tag 'linux-kselftest-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 7 months ago
  84. 5481fc6 afs: Fix hang on rmmod due to outstanding timer by David Howells · 4 years, 7 months ago
  85. f8ea5c7 afs: Fix afs_do_lookup() to call correct fetch-status op variant by David Howells · 4 years, 7 months ago
  86. c0e1c8c powerpc/8xx: Provide ptep_get() with 16k pages by Christophe Leroy · 4 years, 7 months ago
  87. 481e980 mm: Allow arches to provide ptep_get() by Christophe Leroy · 4 years, 7 months ago
  88. 55ca226 mm/gup: Use huge_ptep_get() in gup_hugepte() by Christophe Leroy · 4 years, 7 months ago
  89. 9df24ea Merge branch 'for-5.8/papr_scm' into libnvdimm-for-next by Dan Williams · 4 years, 7 months ago
  90. 4333a9b Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  91. d2b1c81 Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  92. 592be75 Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  93. 62c91ea Merge tag 'drm-fixes-2020-06-19' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 7 months ago
  94. 672f925 Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 7 months ago
  95. 84bc199 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
  96. 98b7699 Merge tag 'overflow-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 7 months ago
  97. 98d7e74 Merge tag 'perf-tools-fixes-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 7 months ago
  98. 28f9f8f MAINTAINERS: Add robert and myself as qcom i2c cci maintainers by Loic Poulain · 4 years, 7 months ago
  99. a23ff37 i2c: smbus: Fix spelling mistake in the comments by Keyur Patel · 4 years, 7 months ago
  100. a576512 Documentation/i2c: SMBus start signal is S not A by Daniel Schaefer · 4 years, 7 months ago