summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-04nvmet: replace kmalloc + memset with kzalloc for data allocationYu-Chun Lin
2024-12-04nvme-fabrics: handle zero MAXCMD without closing the connectionMaurizio Lombardi
2024-12-03nvme-pci: remove two deallocate zeroes quirksKeith Busch
2024-12-02nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supportedChristoph Hellwig
2024-12-02nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()Nilay Shroff
2024-11-21Merge tag 'nvme-6.13-2024-11-21' of git://git.infradead.org/nvme into for-6.1...Jens Axboe
2024-11-21nvme: tuning pr code by using defined structs and macrosGuixin Liu
2024-11-21nvme: introduce change ptpl and iekey definitionGuixin Liu
2024-11-19block: return bool from get_disk_ro and bdev_read_onlyChristoph Hellwig
2024-11-19block: remove a duplicate definition for bdev_read_onlyChristoph Hellwig
2024-11-19block: return bool from blk_rq_alignedChristoph Hellwig
2024-11-19block: return unsigned int from blk_lim_dma_alignment_and_padChristoph Hellwig
2024-11-19block: return unsigned int from queue_dma_alignmentChristoph Hellwig
2024-11-19block: return unsigned int from bdev_io_optChristoph Hellwig
2024-11-19block: req->bio is always set in the merge codeChristoph Hellwig
2024-11-19block: don't bother checking the data direction for mergesChristoph Hellwig
2024-11-19block: blk-mq: fix uninit-value in blk_rq_prep_clone and refactorSuraj Sonawane
2024-11-19Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()"Zach Wade
2024-11-19md/raid10: Atomic write supportJohn Garry
2024-11-19md/raid1: Atomic write supportJohn Garry
2024-11-19md/raid0: Atomic write supportJohn Garry
2024-11-19block: Support atomic writes limits for stacked devicesJohn Garry
2024-11-19block: Add extra checks in blk_validate_atomic_write_limits()John Garry
2024-11-19ublk: fix error code for unsupported commandMing Lei
2024-11-19block: Drop granularity check in queue_limit_discard_alignment()John Garry
2024-11-19nvme-fabrics: fix kernel crash while shutting down controllerNilay Shroff
2024-11-19Revert "nvme: make keep-alive synchronous operation"Nilay Shroff
2024-11-19loop: Fix ABBA locking raceOGAWA Hirofumi
2024-11-19block: return unsigned int from bdev_io_minChristoph Hellwig
2024-11-18block: fix uaf for flush rq while iterating tagsYu Kuai
2024-11-18blk-settings: round down io_opt to physical_block_sizeMikulas Patocka
2024-11-18nvme-pci: use sgls for all user requests if possibleKeith Busch
2024-11-18nvme: define the remaining used sgls constantsKeith Busch
2024-11-18nvme-pci: add support for sgl metadataKeith Busch
2024-11-18nvme/multipath: Fix RCU list traversal to use SRCU primitiveBreno Leitao
2024-11-18rust: block: simplify Result<()> in validate_block_size returnManas
2024-11-15Merge tag 'md-6.13-20241115' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2024-11-15MAINTAINERS: Update git tree for mdraid subsystemSong Liu
2024-11-15block: make struct rq_list available for !CONFIG_BLOCKJens Axboe
2024-11-13block/genhd: use seq_put_decimal_ull for diskstats decimal valuesDavid Wang
2024-11-13block: don't reorder requests in blk_mq_add_to_batchChristoph Hellwig
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig
2024-11-13block: add a rq_list typeChristoph Hellwig
2024-11-13block: remove rq_list_moveChristoph Hellwig
2024-11-13virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig
2024-11-13nvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig
2024-11-13btrfs: validate queue limitsChristoph Hellwig
2024-11-13block: export blk_validate_limitsChristoph Hellwig
2024-11-13Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...Jens Axboe
2024-11-13nvmet: add tracing of reservation commandsGuixin Liu