summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-1662-485/+1395
|\
| * block: drop dead assignments in loop_init()Lukas Bulwahn2020-12-121-6/+2
| * sr: Remove in_interrupt() usage in sr_init_command().Sebastian Andrzej Siewior2020-12-121-17/+0
| * sr: Switch the sector size back to 2048 if sr_read_sector() changed it.Sebastian Andrzej Siewior2020-12-121-0/+2
| * cdrom: Reset sector_size back it is not 2048.Sebastian Andrzej Siewior2020-12-121-5/+7
| * drivers/lightnvm: fix a null-ptr-deref bug in pblk-core.ctangzhenhao2020-12-081-0/+4
| * null_blk: Move driver into its own directoryDamien Le Moal2020-12-089-16/+28
| * null_blk: Allow controlling max_hw_sectors limitDamien Le Moal2020-12-082-1/+20
| * null_blk: discard zones on resetDamien Le Moal2020-12-083-2/+7
| * null_blk: cleanup discard handlingDamien Le Moal2020-12-081-21/+22
| * null_blk: Improve implicit zone closeDamien Le Moal2020-12-082-5/+18
| * null_blk: improve zone lockingDamien Le Moal2020-12-082-120/+188
| * block: Align max_hw_sectors to logical blocksizeDamien Le Moal2020-12-081-5/+18
| * null_blk: Fail zone append to conventional zonesDamien Le Moal2020-12-081-1/+4
| * null_blk: Fix zone size initializationDamien Le Moal2020-12-081-8/+15
| * bcache: fix race between setting bdev state to none and new write request dir...Dongsheng Yang2020-12-072-9/+9
| * block/rnbd: fix a null pointer dereference on dev->blk_symlink_nameColin Ian King2020-12-071-1/+1
| * block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal2020-12-043-7/+23
| * block/rnbd: call kobject_put in the failure pathGuoqing Jiang2020-12-042-13/+19
| * Documentation/ABI/rnbd-srv: add document for force_closeJack Wang2020-12-041-0/+8
| * block/rnbd-srv: close a mapped device from server side.Lutz Pogrell2020-12-043-4/+57
| * Documentation/ABI/rnbd-clt: session name is appended to the device pathGioh Kim2020-12-041-3/+3
| * Documentation/ABI/rnbd-clt: fix typo in sysfs-class-rnbd-clientGioh Kim2020-12-041-1/+1
| * block/rnbd-clt: support mapping two devices with the same name from different...Guoqing Jiang2020-12-042-5/+12
| * block/rnbd-clt: Make path parameter optional for map_deviceMd Haris Iqbal2020-12-042-1/+6
| * Merge tag 'nvme-5.11-20201202' of git://git.infradead.org/nvme into for-5.11/...Jens Axboe2020-12-0221-117/+336
| |\
| | * nvme: export zoned namespaces without Zone Append support read-onlyJavier González2020-12-013-5/+12
| | * nvme: rename bdev operationsJavier González2020-12-011-4/+4
| | * nvme: rename controller base dev_t char deviceJavier González2020-12-011-5/+7
| | * nvme: remove unnecessary return valuesJavier González2020-12-011-5/+3
| | * nvme: print a warning for when listing active namespaces failsMinwoo Im2020-12-011-1/+4
| | * nvme: improve an error message on Identify failureMinwoo Im2020-12-011-1/+2
| | * nvme-fabrics: reject I/O to offline deviceVictor Gladkov2020-12-015-4/+77
| | * nvmet: fix a spelling mistake "incuding" -> "including" in KconfigColin Ian King2020-12-011-1/+1
| | * nvmet: make sure discovery change log event is protectedMax Gurtovoy2020-12-011-0/+1
| | * nvmet: remove unused ctrl->cqsAmit2020-12-012-14/+2
| | * nvme-pci: don't allocate unused I/O queuesNiklas Schnelle2020-12-011-9/+7
| | * nvme-pci: drop min() from nr_io_queues assignmentNiklas Schnelle2020-12-011-2/+1
| | * nvmet: use inline bio for passthru fast pathChaitanya Kulkarni2020-12-012-3/+10
| | * nvmet: use blk_rq_bio_prep instead of blk_rq_append_bioChaitanya Kulkarni2020-12-011-6/+2
| | * nvmet: remove op_flags for passthru commandsChaitanya Kulkarni2020-12-011-7/+1
| | * nvme: split nvme_alloc_request()Chaitanya Kulkarni2020-12-015-23/+42
| | * block: move blk_rq_bio_prep() to linux/blk-mq.hChaitanya Kulkarni2020-12-012-12/+12
| | * nvmet: add passthru io timeout value attrChaitanya Kulkarni2020-12-013-1/+23
| | * 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
| |\