summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'md-6.13-20241115' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2024-11-151-1/+1
|\
| * md/raid5: Increase r5conf.cache_name sizeJohn Garry2024-11-131-1/+1
* | block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig2024-11-132-2/+2
* | block: add a rq_list typeChristoph Hellwig2024-11-134-21/+18
* | 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
* | Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...Jens Axboe2024-11-1313-49/+1836
|\ \
| * | 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-111-1/+3
| * | 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-111-0/+32
| * | nvmet: implement rotational media information logKeith Busch2024-11-112-0/+43
| * | nvmet: implement endurance groupsKeith Busch2024-11-112-0/+96
| * | 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-111-0/+33
| * | nvmet: implement supported log pagesKeith Busch2024-11-111-0/+28
| * | nvmet: implement active command set ns listKeith Busch2024-11-111-2/+7
| * | nvmet: implement id ns for nvm command setKeith Busch2024-11-111-2/+16
| * | nvmet: support reservation featureGuixin Liu2024-11-117-12/+1328
| * | 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 write_hint field from struct requestChristoph Hellwig2024-11-121-3/+3
| |/ |/|
* | 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-117-9/+7
* | md/raid10: Handle bio_split() errorsJohn Garry2024-11-111-1/+46
* | md/raid1: Handle bio_split() errorsJohn Garry2024-11-111-2/+31
* | md/raid0: Handle bio_split() errorsJohn Garry2024-11-111-0/+12
* | ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei2024-11-111-3/+12
* | s390/dasd: Fix typo in commentYu Jiaoliang2024-11-103-3/+3
* | s390/dasd: fix redundant /proc/dasd* entries removalMiroslav Franc2024-11-101-0/+5
* | Merge tag 'md-6.13-20241107' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2024-11-101-0/+4
|\ \
| * | md/raid5: Wait sync io to finish before changing group cntXiao Ni2024-11-081-0/+4
* | | loop: fix type of block sizeLi Wang2024-11-101-3/+3
* | | rbd: unfreeze queue after marking disk as deadMing Lei2024-11-081-0/+1
|/ /
* | Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe2024-11-077-7/+9
* | Merge tag 'md-6.13-20241105' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2024-11-067-69/+101
|\ \
| * | md/md-bitmap: Add missing destroy_work_on_stack()Yuan Can2024-11-061-0/+1
| * | md/raid5: don't set Faulty rdev for blocked_rdevYu Kuai2024-11-061-7/+6
| * | md/raid10: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai2024-11-061-22/+18
| * | md/raid1: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai2024-11-061-13/+4
| * | md/raid1: factor out helper to handle blocked rdev from raid1_write_request()Yu Kuai2024-11-061-36/+48
| * | md: don't record new badblocks for faulty rdevYu Kuai2024-11-061-0/+11
| * | md: don't wait faulty rdev in md_wait_for_blocked_rdev()Yu Kuai2024-11-061-3/+1