summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-12block: drop dead assignments in loop_init()for-5.11/drivers-2020-12-14Lukas Bulwahn
2020-12-12sr: Remove in_interrupt() usage in sr_init_command().Sebastian Andrzej Siewior
2020-12-12sr: Switch the sector size back to 2048 if sr_read_sector() changed it.Sebastian Andrzej Siewior
2020-12-12cdrom: Reset sector_size back it is not 2048.Sebastian Andrzej Siewior
2020-12-08drivers/lightnvm: fix a null-ptr-deref bug in pblk-core.ctangzhenhao
2020-12-07null_blk: Move driver into its own directoryDamien Le Moal
2020-12-07null_blk: Allow controlling max_hw_sectors limitDamien Le Moal
2020-12-07null_blk: discard zones on resetDamien Le Moal
2020-12-07null_blk: cleanup discard handlingDamien Le Moal
2020-12-07null_blk: Improve implicit zone closeDamien Le Moal
2020-12-07null_blk: improve zone lockingDamien Le Moal
2020-12-07block: Align max_hw_sectors to logical blocksizeDamien Le Moal
2020-12-07null_blk: Fail zone append to conventional zonesDamien Le Moal
2020-12-07null_blk: Fix zone size initializationDamien Le Moal
2020-12-07bcache: fix race between setting bdev state to none and new write request dir...Dongsheng Yang
2020-12-07block/rnbd: fix a null pointer dereference on dev->blk_symlink_nameColin Ian King
2020-12-04block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal
2020-12-04block/rnbd: call kobject_put in the failure pathGuoqing Jiang
2020-12-04Documentation/ABI/rnbd-srv: add document for force_closeJack Wang
2020-12-04block/rnbd-srv: close a mapped device from server side.Lutz Pogrell
2020-12-04Documentation/ABI/rnbd-clt: session name is appended to the device pathGioh Kim
2020-12-04Documentation/ABI/rnbd-clt: fix typo in sysfs-class-rnbd-clientGioh Kim
2020-12-04block/rnbd-clt: support mapping two devices with the same name from different...Guoqing Jiang
2020-12-04block/rnbd-clt: Make path parameter optional for map_deviceMd Haris Iqbal
2020-12-02Merge tag 'nvme-5.11-20201202' of git://git.infradead.org/nvme into for-5.11/...Jens Axboe
2020-12-01nvme: export zoned namespaces without Zone Append support read-onlyJavier González
2020-12-01nvme: rename bdev operationsJavier González
2020-12-01nvme: rename controller base dev_t char deviceJavier González
2020-12-01nvme: remove unnecessary return valuesJavier González
2020-12-01nvme: print a warning for when listing active namespaces failsMinwoo Im
2020-12-01nvme: improve an error message on Identify failureMinwoo Im
2020-12-01nvme-fabrics: reject I/O to offline deviceVictor Gladkov
2020-12-01nvmet: fix a spelling mistake "incuding" -> "including" in KconfigColin Ian King
2020-12-01nvmet: make sure discovery change log event is protectedMax Gurtovoy
2020-12-01nvmet: remove unused ctrl->cqsAmit
2020-12-01nvme-pci: don't allocate unused I/O queuesNiklas Schnelle
2020-12-01nvme-pci: drop min() from nr_io_queues assignmentNiklas Schnelle
2020-12-01nvmet: use inline bio for passthru fast pathChaitanya Kulkarni
2020-12-01nvmet: use blk_rq_bio_prep instead of blk_rq_append_bioChaitanya Kulkarni
2020-12-01nvmet: remove op_flags for passthru commandsChaitanya Kulkarni
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni
2020-12-01block: move blk_rq_bio_prep() to linux/blk-mq.hChaitanya Kulkarni
2020-12-01nvmet: add passthru io timeout value attrChaitanya Kulkarni
2020-12-01nvmet: add passthru admin timeout value attrChaitanya Kulkarni
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni
2020-12-01nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni
2020-12-01nvme: simplify nvme_req_qid()Baolin Wang
2020-12-01nvme-fcloop: add sysfs attribute to inject command dropJames Smart
2020-11-30Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe
2020-11-30md/cluster: fix deadlock when node is doing resync jobZhao Heming