summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvmet: add passthru admin timeout value attrChaitanya Kulkarni2020-12-013-0/+27
* nvme: use consistent macro name for timeoutChaitanya Kulkarni2020-12-017-10/+10
* nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni2020-12-013-5/+11
* nvme: simplify nvme_req_qid()Baolin Wang2020-12-011-1/+2
* nvme-fcloop: add sysfs attribute to inject command dropJames Smart2020-12-011-2/+79
* Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2020-11-304-43/+66
|\
| * md/cluster: fix deadlock when node is doing resync jobZhao Heming2020-11-302-31/+42
| * md/cluster: block reshape with remote resync jobZhao Heming2020-11-301-2/+6
| * md: use current request time as base for ktime comparisonsPankaj Gupta2020-11-301-2/+2
| * md: add comments in md_flush_request()Pankaj Gupta2020-11-301-0/+4
| * md: improve variable names in md_flush_request()Pankaj Gupta2020-11-302-7/+7
| * md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor2020-11-301-1/+2
| * md: fix a warning caused by a race between concurrent md_ioctl()sDae R. Jeong2020-11-301-2/+5
|/
* s390/dasd: Process FCES path event notificationJan Höppner2020-11-163-9/+64
* s390/dasd: Prepare for additional path event handlingJan Höppner2020-11-163-36/+47
* s390/dasd: Display FC Endpoint Security information via sysfsJan Höppner2020-11-163-0/+207
* s390/dasd: Fix operational path inconsistencyJan Höppner2020-11-161-0/+1
* s390/dasd: Store path configuration data during path handlingJan Höppner2020-11-161-1/+15
* s390/dasd: Move duplicate code to separate functionJan Höppner2020-11-161-22/+20
* s390/dasd: Remove unused parameter from dasd_generic_probe()Jan Höppner2020-11-164-5/+4
* s390/cio: Add support for FCES status notificationVineeth Vijayan2020-11-164-10/+70
* s390/cio: Provide Endpoint-Security Mode per CUVineeth Vijayan2020-11-162-0/+84
* s390/cio: Export information about Endpoint-Security CapabilitySebastian Ott2020-11-162-1/+17
* block: fix the kerneldoc comment for __register_blkdevChristoph Hellwig2020-11-161-1/+4
* block: switch gendisk lookup to a simple xarrayChristoph Hellwig2020-11-162-178/+37
* z2ram: use separate gendisk for the different modesChristoph Hellwig2020-11-161-42/+58
* z2ram: reindentChristoph Hellwig2020-11-161-257/+236
* ataflop: use a separate gendisk for each media formatChristoph Hellwig2020-11-161-49/+86
* amiflop: use separate gendisks for Amiga vs MS-DOS modeChristoph Hellwig2020-11-161-43/+55
* floppy: use a separate gendisk for each media formatChristoph Hellwig2020-11-161-57/+97
* ide: switch to __register_blkdev for command set probingChristoph Hellwig2020-11-161-28/+6
* md: use __register_blkdev to allocate devices on demandChristoph Hellwig2020-11-161-13/+8
* loop: use __register_blkdev to allocate devices on demandChristoph Hellwig2020-11-161-22/+8
* brd: use __register_blkdev to allocate devices on demandChristoph Hellwig2020-11-161-28/+11
* sd: use __register_blkdev to avoid a modprobe for an unregistered dev_tChristoph Hellwig2020-11-161-14/+5
* swim: don't call blk_register_regionChristoph Hellwig2020-11-161-17/+0
* ide: remove ide_{,un}register_regionChristoph Hellwig2020-11-163-37/+0
* block: add an optional probe callback to major_namesChristoph Hellwig2020-11-162-4/+22
* block: rework requesting modules for unclaimed devicesChristoph Hellwig2020-11-161-10/+15
* block: split block_class_lockChristoph Hellwig2020-11-161-14/+15
* block: open code kobj_map into in block/genhd.cChristoph Hellwig2020-11-161-13/+117
* block: cleanup del_gendisk a bitChristoph Hellwig2020-11-161-7/+8
* block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-165-27/+16
* block: remove set_device_roChristoph Hellwig2020-11-163-9/+1
* loop: use set_disk_roChristoph Hellwig2020-11-161-1/+1
* block: don't call into the driver for BLKROSETChristoph Hellwig2020-11-161-23/+0
* dasd: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig2020-11-163-19/+12
* md: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig2020-11-161-31/+31
* rbd: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig2020-11-161-36/+4
* block: add a new set_read_only methodChristoph Hellwig2020-11-162-0/+6