summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* md: Move alloc/free acct bioset in to personalityXiao Ni2022-01-064-31/+77
* lib/raid6: Use strict priority ranking for pq gen() benchmarkingDirk Müller2022-01-064-9/+9
* lib/raid6: skip benchmark of non-chosen xor_syndrome functionsDirk Müller2022-01-061-39/+37
* md: fix spelling of "its"Randy Dunlap2022-01-062-2/+2
* md: raid456 add nowait supportVishal Verma2022-01-061-0/+15
* md: raid10 add nowait supportVishal Verma2022-01-061-33/+67
* md: raid1 add nowait supportVishal Verma2022-01-061-20/+56
* md: add support for REQ_NOWAITVishal Verma2022-01-061-0/+21
* md: drop queue limitation for RAID1 and RAID10Mariusz Tkaczyk2022-01-063-20/+0
* md/raid5: play nice with PREEMPT_RTDavidlohr Bueso2022-01-062-6/+9
* block/rnbd-clt-sysfs: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-1/+2
* pktcdvd: convert to use attribute groupsGreg Kroah-Hartman2022-01-042-151/+134
* Merge tag 'nvme-5.17-2021-12-29' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2021-12-294-12/+66
|\
| * nvme: add 'iopolicy' module parameterHannes Reinecke2021-12-233-8/+41
| * nvme: drop unused variable ctrl in nvme_setup_cmdGeliang Tang2021-12-231-1/+0
| * nvme: increment request genctr on completionKeith Busch2021-12-232-2/+4
| * nvme-fabrics: print out valid arguments when reading from /dev/nvme-fabricsHannes Reinecke2021-12-231-1/+21
* | block: null_blk: only set set->nr_maps as 3 if active poll_queues is > 0Ming Lei2021-12-241-1/+1
|/
* block: remove the rsxx driverChristoph Hellwig2021-12-1612-4026/+0
* rsxx: Drop PCI legacy power managementBjorn Helgaas2021-12-141-7/+0
* mtip32xx: convert to generic power managementVaibhav Gupta2021-12-141-38/+10
* mtip32xx: remove pointless drvdata lookupsBjorn Helgaas2021-12-141-13/+12
* mtip32xx: remove pointless drvdata checkingBjorn Helgaas2021-12-141-14/+1
* drbd: Use struct_group() to zero algsKees Cook2021-12-143-4/+8
* loop: make autoclear operation asynchronousTetsuo Handa2021-12-132-29/+37
* null_blk: cast command status to integerJens Axboe2021-12-111-1/+1
* pktdvd: stop using bdi congestion framework.NeilBrown2021-12-102-11/+22
* block: null_blk: batched complete poll requestsMing Lei2021-12-031-1/+3
* floppy: Add max size check for user space requestXiongwei Song2021-12-031-1/+3
* floppy: Fix hang in watchdog when disk is ejectedTasos Sahanidis2021-12-031-1/+1
* null_blk: allow zero poll queuesMing Lei2021-12-031-4/+2
* loop: don't hold lo_mutex during __loop_clr_fd()Tetsuo Handa2021-11-291-33/+22
* scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig2021-11-297-34/+24
* block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-2921-42/+35
* block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-2928-67/+62
* block: don't check ->rq_disk in mergesChristoph Hellwig2021-11-291-6/+1
* mtd_blkdevs: remove the sector out of range check in do_blktrans_requestChristoph Hellwig2021-11-291-8/+2
* block: Remove redundant initialization of variable retColin Ian King2021-11-291-1/+1
* block: simplify ioc_lookup_icqChristoph Hellwig2021-11-293-6/+6
* block: simplify ioc_create_icqChristoph Hellwig2021-11-291-7/+5
* block: return the io_context from create_task_io_contextChristoph Hellwig2021-11-291-36/+30
* block: use alloc_io_context in __copy_ioChristoph Hellwig2021-11-291-6/+3
* block: factor out a alloc_io_context helperChristoph Hellwig2021-11-291-5/+14
* block: remove get_io_context_activeChristoph Hellwig2021-11-292-21/+3
* block: move the remaining elv.icq handling to the I/O schedulerChristoph Hellwig2021-11-293-12/+15
* block: move blk_mq_sched_assign_ioc to blk-ioc.cChristoph Hellwig2021-11-295-43/+37
* block: mark put_io_context_active staticChristoph Hellwig2021-11-292-2/+1
* Revert "block: Provide blk_mq_sched_get_icq()"Christoph Hellwig2021-11-292-16/+11
* bfq: use bfq_bic_lookup in bfq_limit_depthChristoph Hellwig2021-11-291-1/+1
* bfq: simplify bfq_bic_lookupChristoph Hellwig2021-11-291-15/+10