summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-2313-39/+62
|\
| * lkdtm/bugs: Improve warning message for compilers without counted_by supportNathan Chancellor2024-03-221-1/+1
| * overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook2024-03-228-22/+58
| * Revert "kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST"Guenter Roeck2024-03-182-15/+0
| * arch/Kconfig: eliminate needless UTF-8 character in Kconfig helpLiu Song2024-03-181-1/+1
| * ubsan: Disable signed integer overflow sanitizer on GCC < 8Kees Cook2024-03-181-0/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-2210-71/+490
|\ \
| * | scsi: scsi_debug: Maintain write statistics per group numberBart Van Assche2024-02-261-4/+45
| * | scsi: scsi_debug: Implement GET STREAM STATUSBart Van Assche2024-02-261-0/+50
| * | scsi: scsi_debug: Implement the IO Advice Hints Grouping mode pageBart Van Assche2024-02-261-3/+58
| * | scsi: scsi_debug: Allocate the MODE SENSE response from the heapBart Van Assche2024-02-261-2/+7
| * | scsi: scsi_debug: Rework subpage code error handlingBart Van Assche2024-02-261-34/+36
| * | scsi: scsi_debug: Rework page code error handlingBart Van Assche2024-02-261-12/+12
| * | scsi: scsi_debug: Support the block limits extension VPD pageBart Van Assche2024-02-261-0/+16
| * | scsi: scsi_debug: Reduce code duplicationBart Van Assche2024-02-261-14/+2
| * | scsi: sd: Translate data lifetime informationBart Van Assche2024-02-262-4/+98
| * | scsi: scsi_proto: Add structures and constants related to I/O groups and streamsBart Van Assche2024-02-264-0/+141
| * | scsi: core: Query the Block Limits Extension VPD pageBart Van Assche2024-02-265-0/+27
* | | Merge tag 'block-6.9-20240322' of git://git.kernel.dk/linuxLinus Torvalds2024-03-2212-34/+233
|\ \ \
| * \ \ Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe2024-03-2111-33/+233
| |\ \ \
| | * | | nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flagGuixin Liu2024-03-211-5/+3
| | * | | nvme: remove redundant BUILD_BUG_ON checkGuixin Liu2024-03-211-3/+0
| | * | | nvme/tcp: Add wq_unbound modparam for nvme_tcp_wqLi Feng2024-03-181-3/+18
| | * | | nvme-tcp: Export the nvme_tcp_wq to sysfsLi Feng2024-03-181-1/+1
| | * | | drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)2024-03-181-0/+3
| | * | | nvme: parse format command's lbafu when tracingGuixin Liu2024-03-141-1/+4
| | * | | nvme: add tracing of reservation commandsGuixin Liu2024-03-141-0/+62
| | * | | nvme: parse zns command's zsa and zrasf to stringGuixin Liu2024-03-141-3/+35
| | * | | nvme: use nvme_disk_is_ns_head helperGuixin Liu2024-03-142-4/+2
| | * | | nvme: fix reconnection fail due to reserved tag allocationChunguang Xu2024-03-142-9/+4
| | * | | nvmet: add tracing of zns commandsGuixin Liu2024-03-081-0/+66
| | * | | nvmet: add tracing of authentication commandsGuixin Liu2024-03-081-0/+32
| | * | | nvme-apple: Convert to platform remove callback returning voidUwe Kleine-König2024-03-081-4/+2
| | * | | nvmet-tcp: do not continue for invalid icreqHannes Reinecke2024-03-081-0/+1
| | * | | nvme: change shutdown timeout setting messageKeith Busch2024-03-081-1/+1
| * | | | floppy: remove duplicated code in redo_fd_request()Yufeng Wang2024-03-181-1/+0
* | | | | Merge tag 'io_uring-6.9-20240322' of git://git.kernel.dk/linuxLinus Torvalds2024-03-229-49/+65
|\ \ \ \ \
| * | | | | io_uring/sqpoll: early exit thread if task_context wasn't allocatedJens Axboe2024-03-181-1/+5
| * | | | | io_uring: clear opcode specific data for an early failureJens Axboe2024-03-161-9/+16
| * | | | | io_uring/net: ensure async prep handlers always initialize ->done_ioJens Axboe2024-03-161-1/+8
| * | | | | io_uring/waitid: always remove waitid entry for cancel allJens Axboe2024-03-151-6/+1
| * | | | | io_uring/futex: always remove futex entry for cancel allJens Axboe2024-03-151-0/+1
| * | | | | io_uring: fix poll_remove stalled req completionPavel Begunkov2024-03-151-2/+2
| * | | | | io_uring: Fix release of pinned pages when __io_uaddr_map failsGabriel Krisman Bertazi2024-03-131-9/+13
| * | | | | io_uring/kbuf: rename is_mappedPavel Begunkov2024-03-132-11/+11
| * | | | | io_uring: simplify io_pages_freePavel Begunkov2024-03-131-5/+1
| * | | | | io_uring: clean rings on NO_MMAP alloc failPavel Begunkov2024-03-121-2/+3
| * | | | | io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retryJens Axboe2024-03-121-0/+2
| * | | | | io_uring: don't save/restore iowait stateJens Axboe2024-03-111-3/+2
* | | | | | Merge tag 'for-6.9/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-222-6/+16
|\ \ \ \ \ \