1. 0e9ddb3 io_uring: cleanup up cancel SQPOLL reqs across exec by Pavel Begunkov · 4 years ago
  2. 257e84a io_uring: refactor sendmsg/recvmsg iov managing by Pavel Begunkov · 4 years ago
  3. 5476dfe io_uring: clean iov usage for recvmsg buf select by Pavel Begunkov · 4 years ago
  4. 2a78080 io_uring: set msg_name on msg fixup by Pavel Begunkov · 4 years ago
  5. 5280f7e io_uring/io-wq: return 2-step work swap scheme by Pavel Begunkov · 4 years ago
  6. ea64ec02 io_uring: deduplicate file table slot calculation by Pavel Begunkov · 4 years ago
  7. 847595d io_uring: io_import_iovec return type cleanup by Pavel Begunkov · 4 years ago
  8. 75c668c io_uring: treat NONBLOCK and RWF_NOWAIT similarly by Pavel Begunkov · 4 years ago
  9. b23df91 io_uring: highlight read-retry loop by Pavel Begunkov · 4 years ago
  10. 5ea5dd4 io_uring: inline io_read()'s iovec freeing by Pavel Begunkov · 4 years ago
  11. 7335e3b io_uring: don't forget to adjust io_size by Pavel Begunkov · 4 years ago
  12. 6bf985d io_uring: let io_setup_async_rw take care of iovec by Pavel Begunkov · 4 years ago
  13. 1a2cc0c io_uring: further simplify do_read error parsing by Pavel Begunkov · 4 years ago
  14. 6713e7a io_uring: refactor io_read for unsupported nowait by Pavel Begunkov · 4 years ago
  15. eeb60b9 io_uring: refactor io_cqring_wait by Pavel Begunkov · 4 years ago
  16. c1d5a22 io_uring: refactor scheduling in io_cqring_wait by Pavel Begunkov · 4 years ago
  17. 9936c7c io_uring: deduplicate core cancellations sequence by Pavel Begunkov · 4 years ago
  18. 57cd657 io_uring: simplify do_read return parsing by Pavel Begunkov · 4 years ago
  19. ce3d5aa io_uring: deduplicate adding to REQ_F_INFLIGHT by Pavel Begunkov · 4 years ago
  20. e86d004 io_uring: remove work flags after cleanup by Pavel Begunkov · 4 years ago
  21. 34e08fe io_uring: inline io_req_drop_files() by Pavel Begunkov · 4 years ago
  22. ba13e23 io_uring: kill not used needs_file_no_error by Pavel Begunkov · 4 years ago
  23. 9ae1f8d io_uring: fix inconsistent lock state by Pavel Begunkov · 4 years ago
  24. 13770a7 io_uring: Fix NULL dereference in error in io_sqe_files_register() by Dan Carpenter · 4 years ago
  25. 8b28fdf io_uring: check kthread parked flag before sqthread goes to sleep by Hao Xu · 4 years ago
  26. 090da7d MAINTAINERS: update io_uring section by Pavel Begunkov · 4 years ago
  27. 4e0377a io_uring: Add skip option for __io_sqe_files_update by noah · 4 years ago
  28. 67973b9 io_uring: cleanup files_update looping by Pavel Begunkov · 4 years ago
  29. 7c66073 io_uring: consolidate putting reqs task by Pavel Begunkov · 4 years ago
  30. ecfc849 io_uring: ensure only sqo_task has file notes by Pavel Begunkov · 4 years ago
  31. 0bead8c io_uring: simplify io_remove_personalities() by Yejune Deng · 4 years, 1 month ago
  32. 4014d94 io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCEL by Jens Axboe · 4 years ago
  33. 9eac190 io_uring: get rid of intermediate IORING_OP_CLOSE stage by Jens Axboe · 4 years ago
  34. 53dec2e fs: provide locked helper variant of close_fd_get_file() by Jens Axboe · 4 years ago
  35. e342c80 io_uring: save atomic dec for inline executed reqs by Pavel Begunkov · 4 years ago
  36. 9affd66 io_uring: don't flush CQEs deep down the stack by Pavel Begunkov · 4 years ago
  37. a38d68d io_uring: help inlining of io_req_complete() by Pavel Begunkov · 4 years ago
  38. 8662dae io_uring: add a helper timeout mode calculation by Pavel Begunkov · 4 years ago
  39. eab30c4 io_uring: deduplicate failing task_work_add by Pavel Begunkov · 4 years ago
  40. 02b23a9 io_uring: remove __io_state_file_put by Pavel Begunkov · 4 years ago
  41. 85bcb6c io_uring: simplify io_alloc_req() by Pavel Begunkov · 4 years ago
  42. 888aae2 io_uring: further deduplicate #CQ events calc by Pavel Begunkov · 4 years ago
  43. ec30e04 io_uring: inline __io_commit_cqring() by Pavel Begunkov · 4 years ago
  44. 2d7e935 io_uring: inline io_async_submit() by Pavel Begunkov · 4 years ago
  45. 5c766a9 io_uring: cleanup personalities under uring_lock by Pavel Begunkov · 4 years ago
  46. dc2a6e9 io_uring: refactor io_resubmit_prep() by Pavel Begunkov · 4 years ago
  47. bf6182b6d io_uring: optimise io_rw_reissue() by Pavel Begunkov · 4 years ago
  48. 00835dc io_uring: make percpu_ref_release names consistent by Bijan Mottahedeh · 4 years ago
  49. 1ad555c io_uring: create common fixed_rsrc_data allocation routines by Bijan Mottahedeh · 4 years ago
  50. d7954b2 io_uring: create common fixed_rsrc_ref_node handling routines by Bijan Mottahedeh · 4 years ago
  51. bc9744c io_uring: split ref_node alloc and init by Pavel Begunkov · 4 years ago
  52. 6802535 io_uring: split alloc_fixed_file_ref_node by Bijan Mottahedeh · 4 years ago
  53. 2a63b2d io_uring: add rsrc_ref locking routines by Bijan Mottahedeh · 4 years ago
  54. d67d226 io_uring: separate ref_list from fixed_rsrc_data by Bijan Mottahedeh · 4 years ago
  55. 5023853 io_uring: generalize io_queue_rsrc_removal by Bijan Mottahedeh · 4 years ago
  56. 269bbe5 io_uring: rename file related variables to rsrc by Bijan Mottahedeh · 4 years ago
  57. 2b35860 io_uring: modularize io_sqe_buffers_register by Bijan Mottahedeh · 4 years ago
  58. 0a96bbe io_uring: modularize io_sqe_buffer_register by Bijan Mottahedeh · 4 years ago
  59. 3a81fd0 io_uring: enable LOOKUP_CACHED path resolution for filename lookups by Jens Axboe · 4 years, 1 month ago
  60. b2d86c7 Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into for-5.12/io_uring by Jens Axboe · 4 years ago
  61. 1048ba8 Linux 5.11-rc6 by Linus Torvalds · 4 years ago
  62. ac8c6ed Merge tag 'efi-urgent-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  63. f5a376e Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  64. 17b756d Merge tag 'timers-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  65. f7ea44c Merge tag 'core-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  66. b333a99 Merge tag 'powerpc-5.11-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years ago
  67. 1188866 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years ago
  68. 29bd2d2 Merge branch 'for-rc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds by Linus Torvalds · 4 years ago
  69. c178fae Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years ago
  70. e1c6edc leds: rt8515: Add Richtek RT8515 LED driver by Linus Walleij · 4 years ago
  71. c8283eb dt-bindings: leds: Add DT binding for Richtek RT8515 by Linus Walleij · 4 years ago
  72. 27af8e2 leds: trigger: fix potential deadlock with libata by Andrea Righi · 4 years, 2 months ago
  73. 47854d2 leds: leds-ariel: convert comma to semicolon by Zheng Yongjun · 4 years, 1 month ago
  74. 4e04b11 leds: leds-lm3533: convert comma to semicolon by Zheng Yongjun · 4 years, 1 month ago
  75. 6642d60 Merge tag '5.11-rc5-smb3' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years ago
  76. ad8b3c1 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years ago
  77. 03e319e Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years ago
  78. 8c94764 Merge tag 'devicetree-fixes-for-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years ago
  79. 3bf2553 Merge tag 's390-5.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years ago
  80. e37c0fb Merge tag 'riscv-for-linus-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years ago
  81. 32ada6b dt-bindings: Cleanup standard unit properties by Rob Herring · 4 years ago
  82. 0e9bcda Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years ago
  83. c05d51c Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years ago
  84. 2ba1c4d Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  85. c0ec4ff Merge tag 'io_uring-5.11-2021-01-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  86. 1bea2a9 soc: litex: Properly depend on HAS_IOMEM by David Gow · 4 years ago
  87. 8ef24c2 Merge tag 'iommu-fixes-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years ago
  88. 32b0c41 Merge tag 'pm-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years ago
  89. 016decc Merge tag 'acpi-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years ago
  90. 6305d15 Merge tag 'drm-fixes-2021-01-29' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years ago
  91. a9cbbb8 tty: avoid using vfs_iocb_iter_write() for redirected console writes by Linus Torvalds · 4 years ago
  92. b584b7e Merge branch 'acpi-sysfs' by Rafael J. Wysocki · 4 years ago
  93. cd92cdb null_blk: cleanup zoned mode initialization by Damien Le Moal · 4 years ago
  94. 0d4873f cifs: fix dfs domain referrals by Ronnie Sahlberg · 4 years ago
  95. bec4c29 Merge tag 'ecryptfs-5.11-rc6-setxattr-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 4 years ago
  96. e0ecafe Merge tag 'amd-drm-fixes-5.11-2021-01-28' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 4 years ago
  97. 9a1054c Merge tag 'drm-intel-fixes-2021-01-28' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 4 years ago
  98. fb62b7b Merge tag 'drm-misc-fixes-2021-01-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 4 years ago
  99. 87bff75 Merge branch '04.01-ampere-lite' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 4 years ago
  100. ba839b7 drm/nouveau/kms/gk104-gp1xx: Fix > 64x64 cursors by Lyude Paul · 4 years ago