aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nbd: fix possible overflow for 'first_minor' in nbd_dev_add()Yu Kuai2021-11-021-3/+3
* nbd: fix max value for 'first_minor'Yu Kuai2021-11-021-3/+3
* block/brd: add error handling support for add_disk()Luis Chamberlain2021-10-301-2/+7
* ps3vram: add error handling support for add_disk()Luis Chamberlain2021-10-301-1/+6
* ps3disk: add error handling support for add_disk()Luis Chamberlain2021-10-301-2/+6
* zram: add error handling support for add_disk()Luis Chamberlain2021-10-301-1/+5
* null_blk: Fix handling of submit_queues and poll_queues attributesShin'ichiro Kawasaki2021-10-292-17/+87
* block: ataflop: Fix warning comparing pointer to 0Jiapeng Chong2021-10-291-2/+1
* bcache: replace snprintf in show functions with sysfs_emitQing Wang2021-10-292-19/+16
* bcache: move uapi header bcache.h to bcache code directoryColy Li2021-10-295-4/+450
* nvmet: use flex_array_size and struct_sizeLen Baker2021-10-272-2/+2
* nvmet: register discovery subsystem as 'current'Hannes Reinecke2021-10-272-6/+12
* nvmet: switch check for subsystem typeHannes Reinecke2021-10-271-1/+1
* block: ataflop: more blk-mq refactoring fixesMichael Schmitz2021-10-251-6/+39
* block: remove support for cryptoloop and the xor transferChristoph Hellwig2021-10-225-610/+26
* mtd: add add_disk() error handlingLuis Chamberlain2021-10-211-1/+5
* rnbd: add error handling support for add_disk()Luis Chamberlain2021-10-211-4/+9
* xen-blkfront: add error handling support for add_disk()Luis Chamberlain2021-10-211-1/+7
* bcache: add error handling support for add_disk()Luis Chamberlain2021-10-211-5/+12
* dm: add add_disk() error handlingLuis Chamberlain2021-10-211-1/+3
* block: aoe: fixup coccinelle warningsYe Guojin2021-10-211-7/+6
* Merge tag 'nvme-5.16-2021-10-21' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2021-10-2118-28/+247
|\
| * nvmet: use struct_size over open coded arithmeticLen Baker2021-10-201-2/+2
| * nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke2021-10-201-5/+4
| * nvme-pci: clear shadow doorbell memory on resetsKeith Busch2021-10-201-1/+8
| * nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy2021-10-201-0/+2
| * nvme-multipath: add error handling support for add_disk()Luis Chamberlain2021-10-201-2/+12
| * nvmet: use macro definitions for setting cmic valueMax Gurtovoy2021-10-201-1/+2
| * nvmet: use macro definition for setting nmic valueMax Gurtovoy2021-10-201-1/+1
| * nvme: display correct subsystem NQNHannes Reinecke2021-10-205-4/+11
| * nvme: Add connect option 'discovery'Hannes Reinecke2021-10-203-1/+13
| * nvme: expose subsystem type in sysfs attribute 'subsystype'Hannes Reinecke2021-10-202-0/+28
| * nvmet: set 'CNTRLTYPE' in the identify controller dataHannes Reinecke2021-10-203-1/+9
| * nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke2021-10-203-4/+9
| * nvmet: make discovery NQN configurableHannes Reinecke2021-10-202-1/+41
| * nvmet-rdma: implement get_max_queue_size controller opMax Gurtovoy2021-10-201-0/+6
| * nvmet: add get_max_queue_size op for controllersMax Gurtovoy2021-10-202-3/+6
| * nvme-rdma: limit the maximal queue size for RDMA controllersMax Gurtovoy2021-10-201-0/+7
| * nvmet-tcp: fix use-after-free when a port is removedIsrael Rukshin2021-10-201-0/+16
| * nvmet-rdma: fix use-after-free when a port is removedIsrael Rukshin2021-10-201-0/+24
| * nvmet: fix use-after-free when a port is removedIsrael Rukshin2021-10-201-0/+2
| * qla2xxx: add ->map_queues support for nvmeSaurav Kashyap2021-10-201-0/+15
| * nvme-fc: add support for ->map_queuesSaurav Kashyap2021-10-201-0/+24
| * nvme: generate uevent once a multipath namespace is operational againHannes Reinecke2021-10-201-2/+5
* | bcache: remove bch_crc64_updateChristoph Hellwig2021-10-203-10/+2
* | bcache: use bvec_kmap_local in bch_data_verifyChristoph Hellwig2021-10-201-6/+5
* | bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig2021-10-206-39/+29
* | bcache: remove the cache_dev_name field from struct cacheChristoph Hellwig2021-10-203-10/+7
* | bcache: move calc_cached_dev_sectors to proper place on backing device detachLin Feng2021-10-201-1/+1
* | bcache: fix error info in register_bcache()Chao Yu2021-10-201-3/+10