aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-17blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche
2024-01-17nbd: always initialize struct msghdr completelyEric Dumazet
2024-01-16block: Fix iterating over an empty bio with bio_for_each_folio_allMatthew Wilcox (Oracle)
2024-01-16block: bio-integrity: fix kcalloc() arguments orderDmitry Antipov
2024-01-15virtio_blk: remove duplicate check if queue is broken in virtblk_doneLi RongQing
2024-01-15sbitmap: remove stale comment in sbq_calc_wake_batchKemeng Shi
2024-01-15block: Correct a documentation comment in blk-cgroup.cNicky Chorley
2024-01-14null_blk: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-01-12block: ensure we hold a queue reference when using queue limitsJens Axboe
2024-01-12blk-mq: rename blk_mq_can_use_cached_rqChristoph Hellwig
2024-01-12block: print symbolic error name instead of error codeChristian Heusel
2024-01-12blk-mq: fix IO hang from sbitmap wakeup raceMing Lei
2024-01-10Merge tag 'nvme-6.8-2024-1-10' of git://git.infradead.org/nvme into for-6.8/b...Jens Axboe
2024-01-10nvmet-rdma: avoid circular locking dependency on install_queue()Hannes Reinecke
2024-01-10nvmet-tcp: avoid circular locking dependency on install_queue()Hannes Reinecke
2024-01-10nvme-pci: set doorbell config before unquiescingWilliam Butler
2024-01-10block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal
2024-01-10block/iocost: silence warning on 'last_period' potentially being unusedJens Axboe
2024-01-09Merge tag 'md-6.8-20240109' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jens Axboe
2024-01-09md/raid1: Use blk_opf_t for read and write operationsBart Van Assche
2024-01-09md: Fix md_seq_ops() regressionsYu Kuai
2024-01-08block: make __get_task_ioprio() easier to readJens Axboe
2024-01-08block: move __get_task_ioprio() into header fileJens Axboe
2024-01-08nvmet-tcp: Fix the H2C expected PDU len calculationMaurizio Lombardi
2024-01-08nvme-tcp: enhance timeout kernel logMax Gurtovoy
2024-01-08nvme-rdma: enhance timeout kernel logMax Gurtovoy
2024-01-08nvme-pci: enhance timeout kernel logKeith Busch
2024-01-08block: Treat sequential write preferred zone type as invalidDamien Le Moal
2024-01-08block: remove disk_clear_zonedChristoph Hellwig
2024-01-08sd: remove the !ZBC && blk_queue_is_zoned case in sd_read_block_characteristicsChristoph Hellwig
2024-01-05nvme: trace: avoid memcpy overflow warningArnd Bergmann
2024-01-05nvmet: re-fix tracing strncpy() warningArnd Bergmann
2024-01-05nvme: introduce nvme_disk_is_ns_head helperGuixin Liu
2024-01-05nvme-pci: disable write zeroes for SK Hynix BC901Jim.Lin
2024-01-05nvmet-fcloop: Remove remote port from list when unlinkingDaniel Wagner
2024-01-04drivers/block/xen-blkback/common.h: Fix spelling typo in commentliyouhong
2024-01-04blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei
2024-01-04blk-cgroup: don't use removal safe list iteratorsDaniel Vacek
2024-01-04block: floor the discard granularity to the physical block sizeChristoph Hellwig
2024-01-03nvmet-trace: avoid dereferencing pointer too earlyDaniel Wagner
2024-01-03nvmet-fc: remove unnecessary bracketDaniel Wagner
2024-01-03nvme: simplify the max_discard_segments calculationChristoph Hellwig
2024-01-03nvme: fix max_discard_sectors calculationChristoph Hellwig
2024-01-03nvme: also skip discard granularity updates in nvme_config_discardChristoph Hellwig
2024-01-03nvme: update the explanation for not updating the limits in nvme_config_discardChristoph Hellwig
2024-01-03nvmet-tcp: fix a missing endianess conversion in nvmet_tcp_try_peek_pduChristoph Hellwig
2024-01-03nvme-common: mark nvme_tls_psk_prio staticChristoph Hellwig
2024-01-03nvme: remove unused definitionMax Gurtovoy
2024-01-03nvme: tcp: remove unnecessary goto statementGuixin Liu
2024-01-02nvmet-tcp: remove boilerplate codeMaurizio Lombardi