summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Add extra checks in blk_validate_atomic_write_limits()John Garry2024-11-191-0/+17
* ublk: fix error code for unsupported commandMing Lei2024-11-191-1/+1
* block: Drop granularity check in queue_limit_discard_alignment()John Garry2024-11-191-2/+0
* loop: Fix ABBA locking raceOGAWA Hirofumi2024-11-191-15/+15
* block: return unsigned int from bdev_io_minChristoph Hellwig2024-11-191-1/+1
* block: fix uaf for flush rq while iterating tagsYu Kuai2024-11-192-10/+5
* blk-settings: round down io_opt to physical_block_sizeMikulas Patocka2024-11-181-0/+7
* rust: block: simplify Result<()> in validate_block_size returnManas2024-11-181-1/+1
* Merge tag 'md-6.13-20241115' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2024-11-152-2/+2
|\
| * MAINTAINERS: Update git tree for mdraid subsystemSong Liu2024-11-151-1/+1
| * md/raid5: Increase r5conf.cache_name sizeJohn Garry2024-11-131-1/+1
* | block: make struct rq_list available for !CONFIG_BLOCKJens Axboe2024-11-151-1/+1
* | block/genhd: use seq_put_decimal_ull for diskstats decimal valuesDavid Wang2024-11-131-34/+29
* | block: don't reorder requests in blk_mq_add_to_batchChristoph Hellwig2024-11-131-1/+1
* | block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig2024-11-133-4/+4
* | block: add a rq_list typeChristoph Hellwig2024-11-1311-88/+104
* | block: remove rq_list_moveChristoph Hellwig2024-11-131-17/+0
* | virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig2024-11-131-25/+21
* | nvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig2024-11-131-22/+17
* | btrfs: validate queue limitsChristoph Hellwig2024-11-131-0/+6
* | block: export blk_validate_limitsChristoph Hellwig2024-11-132-1/+3
* | Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...Jens Axboe2024-11-1314-52/+1968
|\ \
| * | nvmet: add tracing of reservation commandsGuixin Liu2024-11-131-0/+108
| * | nvme: parse reservation commands's action and rtype to stringGuixin Liu2024-11-131-6/+52
| * | nvmet: report ns's vwc not presentGuixin Liu2024-11-131-0/+7
| * | nvme: check ns's volatile write cache not presentGuixin Liu2024-11-112-1/+4
| * | nvme: add rotational supportWang Yugui2024-11-112-0/+7
| * | nvme: use command set independent id ns if availableMatias Bjørling2024-11-111-3/+4
| * | nvmet: support for csi identify nsKeith Busch2024-11-112-0/+33
| * | nvmet: implement rotational media information logKeith Busch2024-11-113-1/+57
| * | nvmet: implement endurance groupsKeith Busch2024-11-113-2/+123
| * | nvmet: declare 2.1 version complianceKeith Busch2024-11-111-1/+1
| * | nvmet: implement crto propertyKeith Busch2024-11-111-0/+3
| * | nvmet: implement supported features logKeith Busch2024-11-112-0/+44
| * | nvmet: implement supported log pagesKeith Busch2024-11-112-0/+37
| * | nvmet: implement active command set ns listKeith Busch2024-11-112-2/+8
| * | nvmet: implement id ns for nvm command setKeith Busch2024-11-111-2/+16
| * | nvmet: support reservation featureGuixin Liu2024-11-118-13/+1329
| * | nvme: add reservation command's definesGuixin Liu2024-11-071-0/+68
| * | nvme-core: remove repeated wq flagsChaitanya Kulkarni2024-11-051-6/+4
| * | nvmet: make nvmet_wq visible in sysfsGuixin Liu2024-11-051-1/+1
| * | nvme-pci: use dma_alloc_noncontigous if possibleChristoph Hellwig2024-11-051-5/+53
| * | nvme-pci: fix freeing of the HMB descriptor tableChristoph Hellwig2024-11-051-7/+9
| * | nvme: use helpers to access io_uring cmd spacePavel Begunkov2024-10-221-3/+1
* | | block: remove the ioprio field from struct requestChristoph Hellwig2024-11-124-15/+11
* | | block: remove the write_hint field from struct requestChristoph Hellwig2024-11-124-12/+13
| |/ |/|
* | nvme-multipath: don't bother clearing max_hw_zone_append_sectorsChristoph Hellwig2024-11-111-2/+0
* | block: pre-calculate max_zone_append_sectorsChristoph Hellwig2024-11-1112-58/+28
* | block: lift bio_is_zone_append to bio.hChristoph Hellwig2024-11-112-9/+17
* | block: fix bio_split_rw_at to take zone_write_granularity into accountChristoph Hellwig2024-11-111-1/+9