summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* loop: Remove duplicate assignmentsluo penghao2021-11-041-1/+0
* drbd: Fix double free problem in drbd_create_deviceWu Bo2021-11-041-3/+1
* nvdimm/btt: do not call del_gendisk() if not neededLuis Chamberlain2021-11-031-1/+0
* bcache: fix use-after-free problem in bcache_device_free()Coly Li2021-11-031-1/+1
* zram: replace fsync_bdev with sync_blockdevMing Lei2021-11-021-2/+2
* zram: avoid race between zram_remove and disksize_storeMing Lei2021-11-021-0/+7
* zram: don't fail to remove zram during unloading moduleMing Lei2021-11-021-6/+21
* zram: fix race between zram_reset_device() and disksize_store()Ming Lei2021-11-021-1/+2
* nbd: error out if socket index doesn't match in nbd_handle_reply()Yu Kuai2021-11-021-0/+2
* raid5-ppl: use swap() to make code cleanerYang Guang2021-11-021-4/+2
* md/bitmap: don't set max_write_behind if there is no write mostly deviceGuoqing Jiang2021-11-021-0/+19
* nbd: Fix hungtask when nbd_config_putYe Bin2021-11-021-20/+16
* nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_addYe Bin2021-11-021-1/+1
* 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