summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-18blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche3-23/+0
2024-01-17nbd: always initialize struct msghdr completelyEric Dumazet1-5/+1
2024-01-17block: Fix iterating over an empty bio with bio_for_each_folio_allMatthew Wilcox (Oracle)1-3/+6
2024-01-16block: bio-integrity: fix kcalloc() arguments orderDmitry Antipov1-1/+1
2024-01-15virtio_blk: remove duplicate check if queue is broken in virtblk_doneLi RongQing1-2/+0
2024-01-15sbitmap: remove stale comment in sbq_calc_wake_batchKemeng Shi1-5/+0
2024-01-15block: Correct a documentation comment in blk-cgroup.cNicky Chorley1-1/+1
2024-01-14null_blk: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2024-01-13block: ensure we hold a queue reference when using queue limitsJens Axboe1-6/+10
2024-01-12blk-mq: rename blk_mq_can_use_cached_rqChristoph Hellwig1-3/+6
2024-01-12block: print symbolic error name instead of error codeChristian Heusel1-2/+2
2024-01-12blk-mq: fix IO hang from sbitmap wakeup raceMing Lei1-0/+16
2024-01-11Merge tag 'nvme-6.8-2024-1-10' of git://git.infradead.org/nvme into for-6.8/b...Jens Axboe15-88/+146
2024-01-11nvmet-rdma: avoid circular locking dependency on install_queue()Hannes Reinecke1-3/+16
2024-01-11nvmet-tcp: avoid circular locking dependency on install_queue()Hannes Reinecke1-3/+15
2024-01-10nvme-pci: set doorbell config before unquiescingWilliam Butler1-1/+1
2024-01-10block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal1-2/+7
2024-01-10block/iocost: silence warning on 'last_period' potentially being unusedJens Axboe1-1/+1
2024-01-10Merge tag 'md-6.8-20240109' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe2-19/+33
2024-01-10md/raid1: Use blk_opf_t for read and write operationsBart Van Assche1-6/+6
2024-01-09md: Fix md_seq_ops() regressionsYu Kuai1-13/+27
2024-01-08block: make __get_task_ioprio() easier to readJens Axboe1-4/+4
2024-01-08block: move __get_task_ioprio() into header fileJens Axboe2-27/+24
2024-01-08nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi1-3/+7
2024-01-08nvme-tcp: enhance timeout kernel logMax Gurtovoy1-3/+3
2024-01-08nvme-rdma: enhance timeout kernel logMax Gurtovoy1-3/+8
2024-01-08nvme-pci: enhance timeout kernel logKeith Busch1-10/+13
2024-01-08block: Treat sequential write preferred zone type as invalidDamien Le Moal1-1/+1
2024-01-08block: remove disk_clear_zonedChristoph Hellwig2-22/+0
2024-01-08sd: remove the !ZBC && blk_queue_is_zoned case in sd_read_block_characteristicsChristoph Hellwig1-4/+3
2024-01-06nvme: trace: avoid memcpy overflow warningArnd Bergmann1-1/+1
2024-01-06nvmet: re-fix tracing strncpy() warningArnd Bergmann1-2/+1
2024-01-06nvme: introduce nvme_disk_is_ns_head helperGuixin Liu3-6/+17
2024-01-06nvme-pci: disable write zeroes for SK Hynix BC901Jim.Lin1-0/+2
2024-01-06nvmet-fcloop: Remove remote port from list when unlinkingDaniel Wagner1-5/+2
2024-01-05drivers/block/xen-blkback/common.h: Fix spelling typo in commentliyouhong1-1/+1
2024-01-05blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei1-1/+2
2024-01-05blk-cgroup: don't use removal safe list iteratorsDaniel Vacek1-2/+2
2024-01-05block: floor the discard granularity to the physical block sizeChristoph Hellwig1-0/+3
2024-01-03nvmet-trace: avoid dereferencing pointer too earlyDaniel Wagner2-14/+20
2024-01-03nvmet-fc: remove unnecessary bracketDaniel Wagner1-1/+1
2024-01-03nvme: simplify the max_discard_segments calculationChristoph Hellwig2-9/+6
2024-01-03nvme: fix max_discard_sectors calculationChristoph Hellwig2-12/+9
2024-01-03nvme: also skip discard granularity updates in nvme_config_discardChristoph Hellwig1-3/+1
2024-01-03nvme: update the explanation for not updating the limits in nvme_config_discardChristoph Hellwig1-1/+7
2024-01-03nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pduChristoph Hellwig1-1/+1
2024-01-03nvme-common: mark nvme_tls_psk_prio staticChristoph Hellwig1-1/+1
2024-01-03nvme: remove unused definitionMax Gurtovoy1-1/+0
2024-01-03nvme: tcp: remove unnecessary goto statementGuixin Liu1-3/+2
2024-01-02nvmet-tcp: remove boilerplate codeMaurizio Lombardi1-8/+8