summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: riscv: selftests: Add vector crypto extensions to get-reg-list testAnup Patel2024-01-191-0/+40
* RISC-V: KVM: Allow vector crypto extensions for Guest/VMAnup Patel2024-01-192-0/+30
* KVM: riscv: selftests: Add scaler crypto extensions to get-reg-list testAnup Patel2024-01-191-0/+40
* RISC-V: KVM: Allow scalar crypto extensions for Guest/VMAnup Patel2024-01-192-0/+30
* KVM: riscv: selftests: Add Zbc extension to get-reg-list testAnup Patel2024-01-191-0/+4
* RISC-V: KVM: Allow Zbc extension for Guest/VMAnup Patel2024-01-192-0/+3
* Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-1834-224/+287
|\
| * Documentation: block: ioprio: Update schedulersChristian Loehle2024-01-181-7/+6
| * loop: fix the the direct I/O support check when used on top of block devicesChristoph Hellwig2024-01-181-27/+25
| * blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche2024-01-173-23/+0
| * nbd: always initialize struct msghdr completelyEric Dumazet2024-01-171-5/+1
| * block: Fix iterating over an empty bio with bio_for_each_folio_allMatthew Wilcox (Oracle)2024-01-161-3/+6
| * block: bio-integrity: fix kcalloc() arguments orderDmitry Antipov2024-01-161-1/+1
| * virtio_blk: remove duplicate check if queue is broken in virtblk_doneLi RongQing2024-01-151-2/+0
| * sbitmap: remove stale comment in sbq_calc_wake_batchKemeng Shi2024-01-151-5/+0
| * block: Correct a documentation comment in blk-cgroup.cNicky Chorley2024-01-151-1/+1
| * null_blk: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-141-2/+2
| * block: ensure we hold a queue reference when using queue limitsJens Axboe2024-01-121-6/+10
| * blk-mq: rename blk_mq_can_use_cached_rqChristoph Hellwig2024-01-121-3/+6
| * block: print symbolic error name instead of error codeChristian Heusel2024-01-121-2/+2
| * blk-mq: fix IO hang from sbitmap wakeup raceMing Lei2024-01-121-0/+16
| * Merge tag 'nvme-6.8-2024-1-10' of git://git.infradead.org/nvme into for-6.8/b...Jens Axboe2024-01-1015-88/+146
| |\
| | * nvmet-rdma: avoid circular locking dependency on install_queue()Hannes Reinecke2024-01-101-3/+16
| | * nvmet-tcp: avoid circular locking dependency on install_queue()Hannes Reinecke2024-01-101-3/+15
| | * nvme-pci: set doorbell config before unquiescingWilliam Butler2024-01-101-1/+1
| | * nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi2024-01-081-3/+7
| | * nvme-tcp: enhance timeout kernel logMax Gurtovoy2024-01-081-3/+3
| | * nvme-rdma: enhance timeout kernel logMax Gurtovoy2024-01-081-3/+8
| | * nvme-pci: enhance timeout kernel logKeith Busch2024-01-081-10/+13
| | * nvme: trace: avoid memcpy overflow warningArnd Bergmann2024-01-051-1/+1
| | * nvmet: re-fix tracing strncpy() warningArnd Bergmann2024-01-051-2/+1
| | * nvme: introduce nvme_disk_is_ns_head helperGuixin Liu2024-01-053-6/+17
| | * nvme-pci: disable write zeroes for SK Hynix BC901Jim.Lin2024-01-051-0/+2
| | * nvmet-fcloop: Remove remote port from list when unlinkingDaniel Wagner2024-01-051-5/+2
| | * nvmet-trace: avoid dereferencing pointer too earlyDaniel Wagner2024-01-032-14/+20
| | * nvmet-fc: remove unnecessary bracketDaniel Wagner2024-01-031-1/+1
| | * nvme: simplify the max_discard_segments calculationChristoph Hellwig2024-01-032-9/+6
| | * nvme: fix max_discard_sectors calculationChristoph Hellwig2024-01-032-12/+9
| | * nvme: also skip discard granularity updates in nvme_config_discardChristoph Hellwig2024-01-031-3/+1
| | * nvme: update the explanation for not updating the limits in nvme_config_discardChristoph Hellwig2024-01-031-1/+7
| | * nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pduChristoph Hellwig2024-01-031-1/+1
| | * nvme-common: mark nvme_tls_psk_prio staticChristoph Hellwig2024-01-031-1/+1
| | * nvme: remove unused definitionMax Gurtovoy2024-01-031-1/+0
| | * nvme: tcp: remove unnecessary goto statementGuixin Liu2024-01-031-3/+2
| | * nvmet-tcp: remove boilerplate codeMaurizio Lombardi2024-01-021-8/+8
| | * nvmet-tcp: fix a crash in nvmet_req_complete()Maurizio Lombardi2024-01-021-2/+1
| | * nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU lengthMaurizio Lombardi2024-01-021-1/+12
| * | block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal2024-01-101-2/+7
| * | block/iocost: silence warning on 'last_period' potentially being unusedJens Axboe2024-01-101-1/+1
| * | Merge tag 'md-6.8-20240109' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe2024-01-092-19/+33
| |\ \