aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: add blk_rq_map_user_ioAnuj Gupta2022-09-301-0/+2
* io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta2022-09-302-1/+10
* io_uring: add io_uring_cmd_import_fixedAnuj Gupta2022-09-301-0/+8
* block: allow end_io based requests in the completion batch handlingJens Axboe2022-09-301-1/+2
* block: change request end_io handler to pass back a return valueJens Axboe2022-09-301-1/+6
* Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe2022-09-308-4/+52
|\
| * io_uring/net: zerocopy sendmsgPavel Begunkov2022-09-211-0/+1
| * fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe2022-09-211-1/+2
| * block: export blk_rq_is_pollKanchan Joshi2022-09-211-0/+1
| * io_uring: add iopoll infrastructure for io_uring_cmdKanchan Joshi2022-09-211-2/+6
| * fs: add file_operations->uring_cmd_iopollKanchan Joshi2022-09-211-0/+1
| * io_uring: trace local task work runDylan Yudaken2022-09-211-0/+29
| * io_uring: signal registered eventfd to process deferred task workDylan Yudaken2022-09-211-0/+2
| * io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken2022-09-212-0/+9
| * eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken2022-09-212-2/+2
* | Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe2022-09-3015-24/+65
|\ \
| * | block: adapt blk_mq_plug() to not plug for writes that require a zone lockPankaj Raghav2022-09-291-0/+9
| * | Merge tag 'nvme-6.1-2022-09-28' of git://git.infradead.org/nvme into for-6.1/...Jens Axboe2022-09-281-2/+2
| |\ \
| | * | nvme: improve the NVME_CONNECT_AUTHREQ* definitionsChristoph Hellwig2022-09-271-2/+2
| * | | block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig2022-09-271-1/+5
| |/ /
| * | blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig2022-09-261-3/+2
| * | ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang2022-09-231-1/+2
| * | ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang2022-09-231-0/+2
| * | ublk_drv: define macros for recovery feature and check themZiyangZhang2022-09-231-0/+3
| * | block: Fix the enum blk_eh_timer_return documentationBart Van Assche2022-09-211-2/+9
| * | block: remove PSI accounting from the bio layerChristoph Hellwig2022-09-201-1/+0
| * | mm: add PSI accounting around ->read_folio and ->readahead callsChristoph Hellwig2022-09-201-0/+2
| * | blk-throttle: fix that io throttle can only work for single bioYu Kuai2022-09-122-2/+2
| * | sbitmap: fix batched wait_cnt accountingKeith Busch2022-09-121-1/+2
| * | Revert "sbitmap: fix batched wait_cnt accounting"Jens Axboe2022-09-041-2/+1
| * | sbitmap: fix batched wait_cnt accountingKeith Busch2022-09-011-1/+2
| * | block: shrink rq_map_data a bitJens Axboe2022-08-221-4/+4
| * | block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-225-7/+7
| * | block: sed-opal: Add ioctl to return device statusdougmill@linux.vnet.ibm.com2022-08-222-0/+14
* | | Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-09-241-0/+17
|\ \ \
| * | | serial: Create uart_xmit_advance()Ilpo Järvinen2022-09-071-0/+17
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-09-231-2/+1
|\ \ \ \
| * | | | vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignmentWill Deacon2022-09-231-2/+1
* | | | | Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-09-231-2/+3
|\ \ \ \ \
| * | | | | drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld2022-09-221-2/+3
* | | | | | Merge tag 'soc-fixes-6.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-09-222-17/+17
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'scmi-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2022-09-082-17/+17
| |\ \ \ \ \ \
| | * | | | | | firmware: arm_scmi: Harmonize SCMI tracing message formatCristian Marussi2022-08-231-15/+15
| | * | | | | | firmware: arm_scmi: Improve checks in the info_get operationsCristian Marussi2022-08-221-2/+2
| | | |/ / / / | | |/| | | |
* | | | | | | Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-224-4/+40
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'for-net-2022-09-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-09-191-2/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Bluetooth: Fix HCIGETDEVINFO regressionLuiz Augusto von Dentz2022-09-091-2/+0
| * | | | | | | | net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier2022-09-162-2/+3
| * | | | | | | | net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang2022-09-161-0/+37
| |/ / / / / / /
* | | | | | | / Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"Lu Baolu2022-09-211-3/+1
| |_|_|_|_|_|/ |/| | | | | |