summaryrefslogtreecommitdiffstats
path: root/LICENSES (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-25block: Remove extra part pointer NULLify in blk_rq_init()John Garry1-1/+0
2024-11-21nvme: tuning pr code by using defined structs and macrosGuixin Liu1-47/+75
2024-11-21nvme: introduce change ptpl and iekey definitionGuixin Liu1-0/+9
2024-11-20block: return bool from get_disk_ro and bdev_read_onlyChristoph Hellwig1-2/+2
2024-11-20block: remove a duplicate definition for bdev_read_onlyChristoph Hellwig1-1/+0
2024-11-20block: return bool from blk_rq_alignedChristoph Hellwig1-1/+1
2024-11-20block: return unsigned int from blk_lim_dma_alignment_and_padChristoph Hellwig1-1/+2
2024-11-20block: return unsigned int from queue_dma_alignmentChristoph Hellwig1-1/+1
2024-11-20block: return unsigned int from bdev_io_optChristoph Hellwig1-1/+1
2024-11-20block: req->bio is always set in the merge codeChristoph Hellwig1-22/+8
2024-11-20block: don't bother checking the data direction for mergesChristoph Hellwig1-7/+0
2024-11-20block: blk-mq: fix uninit-value in blk_rq_prep_clone and refactorSuraj Sonawane1-7/+6
2024-11-20Revert "block, bfq: merge bfq_release_process_ref() into bfq_put_cooperator()"Zach Wade2-2/+5
2024-11-19md/raid10: Atomic write supportJohn Garry1-2/+18
2024-11-19md/raid1: Atomic write supportJohn Garry1-2/+18
2024-11-19md/raid0: Atomic write supportJohn Garry1-0/+1
2024-11-19block: Support atomic writes limits for stacked devicesJohn Garry2-0/+119
2024-11-19block: Add extra checks in blk_validate_atomic_write_limits()John Garry1-0/+17
2024-11-19ublk: fix error code for unsupported commandMing Lei1-1/+1
2024-11-19block: Drop granularity check in queue_limit_discard_alignment()John Garry1-2/+0
2024-11-19nvme-fabrics: fix kernel crash while shutting down controllerNilay Shroff1-0/+5
2024-11-19Revert "nvme: make keep-alive synchronous operation"Nilay Shroff1-7/+10
2024-11-19loop: Fix ABBA locking raceOGAWA Hirofumi1-15/+15
2024-11-19block: return unsigned int from bdev_io_minChristoph Hellwig1-1/+1
2024-11-19block: fix uaf for flush rq while iterating tagsYu Kuai2-10/+5
2024-11-18blk-settings: round down io_opt to physical_block_sizeMikulas Patocka1-0/+7
2024-11-18nvme-pci: use sgls for all user requests if possibleKeith Busch2-4/+13
2024-11-18nvme: define the remaining used sgls constantsKeith Busch4-6/+12
2024-11-18nvme-pci: add support for sgl metadataKeith Busch3-15/+137
2024-11-18nvme/multipath: Fix RCU list traversal to use SRCU primitiveBreno Leitao1-7/+14
2024-11-18rust: block: simplify Result<()> in validate_block_size returnManas1-1/+1
2024-11-15MAINTAINERS: Update git tree for mdraid subsystemSong Liu1-1/+1
2024-11-15block: make struct rq_list available for !CONFIG_BLOCKJens Axboe1-1/+1
2024-11-13block/genhd: use seq_put_decimal_ull for diskstats decimal valuesDavid Wang1-34/+29
2024-11-13block: don't reorder requests in blk_mq_add_to_batchChristoph Hellwig1-1/+1
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig3-4/+4
2024-11-13block: add a rq_list typeChristoph Hellwig11-88/+104
2024-11-13block: remove rq_list_moveChristoph Hellwig1-17/+0
2024-11-13virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig1-25/+21
2024-11-13nvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig1-22/+17
2024-11-13btrfs: validate queue limitsChristoph Hellwig1-0/+6
2024-11-13block: export blk_validate_limitsChristoph Hellwig2-1/+3
2024-11-13nvmet: add tracing of reservation commandsGuixin Liu1-0/+108
2024-11-13nvme: parse reservation commands's action and rtype to stringGuixin Liu1-6/+52
2024-11-13nvmet: report ns's vwc not presentGuixin Liu1-0/+7
2024-11-13md/raid5: Increase r5conf.cache_name sizeJohn Garry1-1/+1
2024-11-12block: remove the ioprio field from struct requestChristoph Hellwig4-15/+11
2024-11-12block: remove the write_hint field from struct requestChristoph Hellwig4-12/+13
2024-11-11nvme: check ns's volatile write cache not presentGuixin Liu2-1/+4
2024-11-11nvme: add rotational supportWang Yugui2-0/+7