aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/amiflop.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-03nvdimm/btt: do not call del_gendisk() if not neededLuis Chamberlain1-1/+0
2021-11-03bcache: fix use-after-free problem in bcache_device_free()Coly Li1-1/+1
2021-11-02zram: replace fsync_bdev with sync_blockdevMing Lei1-2/+2
2021-11-02zram: avoid race between zram_remove and disksize_storeMing Lei1-0/+7
2021-11-02zram: don't fail to remove zram during unloading moduleMing Lei1-6/+21
2021-11-02zram: fix race between zram_reset_device() and disksize_store()Ming Lei1-1/+2
2021-11-02nbd: error out if socket index doesn't match in nbd_handle_reply()Yu Kuai1-0/+2
2021-11-02raid5-ppl: use swap() to make code cleanerYang Guang1-4/+2
2021-11-02md/bitmap: don't set max_write_behind if there is no write mostly deviceGuoqing Jiang1-0/+19
2021-11-02nbd: Fix hungtask when nbd_config_putYe Bin1-20/+16
2021-11-02nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_addYe Bin1-1/+1
2021-11-02nbd: fix possible overflow for 'first_minor' in nbd_dev_add()Yu Kuai1-3/+3
2021-11-02nbd: fix max value for 'first_minor'Yu Kuai1-3/+3
2021-10-30block/brd: add error handling support for add_disk()Luis Chamberlain1-2/+7
2021-10-30ps3vram: add error handling support for add_disk()Luis Chamberlain1-1/+6
2021-10-30ps3disk: add error handling support for add_disk()Luis Chamberlain1-2/+6
2021-10-30zram: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-29null_blk: Fix handling of submit_queues and poll_queues attributesShin'ichiro Kawasaki2-17/+87
2021-10-29block: ataflop: Fix warning comparing pointer to 0Jiapeng Chong1-2/+1
2021-10-29bcache: replace snprintf in show functions with sysfs_emitQing Wang2-19/+16
2021-10-29bcache: move uapi header bcache.h to bcache code directoryColy Li5-4/+5
2021-10-27nvmet: use flex_array_size and struct_sizeLen Baker2-2/+2
2021-10-27nvmet: register discovery subsystem as 'current'Hannes Reinecke2-6/+12
2021-10-27nvmet: switch check for subsystem typeHannes Reinecke1-1/+1
2021-10-27nvme: add new discovery log page entry definitionsHannes Reinecke1-3/+16
2021-10-25block: ataflop: more blk-mq refactoring fixesMichael Schmitz1-6/+39
2021-10-22block: remove support for cryptoloop and the xor transferChristoph Hellwig5-610/+26
2021-10-21mtd: add add_disk() error handlingLuis Chamberlain1-1/+5
2021-10-21rnbd: add error handling support for add_disk()Luis Chamberlain1-4/+9
2021-10-21um/drivers/ubd_kern: add error handling support for add_disk()Luis Chamberlain1-4/+9
2021-10-21m68k/emu/nfblock: add error handling support for add_disk()Luis Chamberlain1-2/+7
2021-10-21xen-blkfront: add error handling support for add_disk()Luis Chamberlain1-1/+7
2021-10-21bcache: add error handling support for add_disk()Luis Chamberlain1-5/+12
2021-10-21dm: add add_disk() error handlingLuis Chamberlain1-1/+3
2021-10-21block: aoe: fixup coccinelle warningsYe Guojin1-7/+6
2021-10-20nvmet: use struct_size over open coded arithmeticLen Baker1-2/+2
2021-10-20nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke1-5/+4
2021-10-20nvme-pci: clear shadow doorbell memory on resetsKeith Busch1-1/+8
2021-10-20nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy1-0/+2
2021-10-20nvme-multipath: add error handling support for add_disk()Luis Chamberlain1-2/+12
2021-10-20nvmet: use macro definitions for setting cmic valueMax Gurtovoy2-1/+3
2021-10-20nvmet: use macro definition for setting nmic valueMax Gurtovoy1-1/+1
2021-10-20nvme: display correct subsystem NQNHannes Reinecke5-4/+11
2021-10-20nvme: Add connect option 'discovery'Hannes Reinecke3-1/+13
2021-10-20nvme: expose subsystem type in sysfs attribute 'subsystype'Hannes Reinecke2-0/+28
2021-10-20nvmet: set 'CNTRLTYPE' in the identify controller dataHannes Reinecke3-1/+9
2021-10-20nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke3-4/+9
2021-10-20nvme: add CNTRLTYPE definitions for 'identify controller'Hannes Reinecke1-1/+9
2021-10-20nvmet: make discovery NQN configurableHannes Reinecke2-1/+41
2021-10-20nvmet-rdma: implement get_max_queue_size controller opMax Gurtovoy1-0/+6