summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-01nvme: export zoned namespaces without Zone Append support read-onlyJavier González3-5/+12
2020-12-01nvme: rename bdev operationsJavier González1-4/+4
2020-12-01nvme: rename controller base dev_t char deviceJavier González1-5/+7
2020-12-01nvme: remove unnecessary return valuesJavier González1-5/+3
2020-12-01nvme: print a warning for when listing active namespaces failsMinwoo Im1-1/+4
2020-12-01nvme: improve an error message on Identify failureMinwoo Im1-1/+2
2020-12-01nvme-fabrics: reject I/O to offline deviceVictor Gladkov5-4/+77
2020-12-01nvmet: fix a spelling mistake "incuding" -> "including" in KconfigColin Ian King1-1/+1
2020-12-01nvmet: make sure discovery change log event is protectedMax Gurtovoy1-0/+1
2020-12-01nvmet: remove unused ctrl->cqsAmit2-14/+2
2020-12-01nvme-pci: don't allocate unused I/O queuesNiklas Schnelle1-9/+7
2020-12-01nvme-pci: drop min() from nr_io_queues assignmentNiklas Schnelle1-2/+1
2020-12-01nvmet: use inline bio for passthru fast pathChaitanya Kulkarni2-3/+10
2020-12-01nvmet: use blk_rq_bio_prep instead of blk_rq_append_bioChaitanya Kulkarni1-6/+2
2020-12-01nvmet: remove op_flags for passthru commandsChaitanya Kulkarni1-7/+1
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni5-23/+42
2020-12-01nvmet: add passthru io timeout value attrChaitanya Kulkarni3-1/+23
2020-12-01nvmet: add passthru admin timeout value attrChaitanya Kulkarni3-0/+27
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni7-10/+10
2020-12-01nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni3-5/+11
2020-12-01nvme: simplify nvme_req_qid()Baolin Wang1-1/+2
2020-12-01nvme-fcloop: add sysfs attribute to inject command dropJames Smart1-2/+79
2020-11-30md/cluster: fix deadlock when node is doing resync jobZhao Heming2-31/+42
2020-11-30md/cluster: block reshape with remote resync jobZhao Heming1-2/+6
2020-11-30md: use current request time as base for ktime comparisonsPankaj Gupta1-2/+2
2020-11-30md: add comments in md_flush_request()Pankaj Gupta1-0/+4
2020-11-30md: improve variable names in md_flush_request()Pankaj Gupta2-7/+7
2020-11-30md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor1-1/+2
2020-11-30md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong1-2/+5
2020-11-16s390/dasd: Process FCES path event notificationJan Höppner3-9/+64
2020-11-16s390/dasd: Prepare for additional path event handlingJan Höppner3-36/+47
2020-11-16s390/dasd: Display FC Endpoint Security information via sysfsJan Höppner3-0/+207
2020-11-16s390/dasd: Fix operational path inconsistencyJan Höppner1-0/+1
2020-11-16s390/dasd: Store path configuration data during path handlingJan Höppner1-1/+15
2020-11-16s390/dasd: Move duplicate code to separate functionJan Höppner1-22/+20
2020-11-16s390/dasd: Remove unused parameter from dasd_generic_probe()Jan Höppner4-5/+4
2020-11-16s390/cio: Add support for FCES status notificationVineeth Vijayan3-10/+68
2020-11-16s390/cio: Provide Endpoint-Security Mode per CUVineeth Vijayan1-0/+83
2020-11-16s390/cio: Export information about Endpoint-Security CapabilitySebastian Ott2-1/+17
2020-11-16z2ram: use separate gendisk for the different modesChristoph Hellwig1-42/+58
2020-11-16z2ram: reindentChristoph Hellwig1-257/+236
2020-11-16ataflop: use a separate gendisk for each media formatChristoph Hellwig1-49/+86
2020-11-16amiflop: use separate gendisks for Amiga vs MS-DOS modeChristoph Hellwig1-43/+55
2020-11-16floppy: use a separate gendisk for each media formatChristoph Hellwig1-57/+97
2020-11-16ide: switch to __register_blkdev for command set probingChristoph Hellwig1-28/+6
2020-11-16md: use __register_blkdev to allocate devices on demandChristoph Hellwig1-13/+8
2020-11-16loop: use __register_blkdev to allocate devices on demandChristoph Hellwig1-22/+8
2020-11-16brd: use __register_blkdev to allocate devices on demandChristoph Hellwig1-28/+11
2020-11-16sd: use __register_blkdev to avoid a modprobe for an unregistered dev_tChristoph Hellwig1-14/+5
2020-11-16swim: don't call blk_register_regionChristoph Hellwig1-17/+0