aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-10-20nvmet: use struct_size over open coded arithmeticLen Baker
2021-10-20nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke
2021-10-20nvme-pci: clear shadow doorbell memory on resetsKeith Busch
2021-10-20nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy
2021-10-20nvme-multipath: add error handling support for add_disk()Luis Chamberlain
2021-10-20nvmet: use macro definitions for setting cmic valueMax Gurtovoy
2021-10-20nvmet: use macro definition for setting nmic valueMax Gurtovoy
2021-10-20nvme: display correct subsystem NQNHannes Reinecke
2021-10-20nvme: Add connect option 'discovery'Hannes Reinecke
2021-10-20nvme: expose subsystem type in sysfs attribute 'subsystype'Hannes Reinecke
2021-10-20nvmet: set 'CNTRLTYPE' in the identify controller dataHannes Reinecke
2021-10-20nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke
2021-10-20nvmet: make discovery NQN configurableHannes Reinecke
2021-10-20nvmet-rdma: implement get_max_queue_size controller opMax Gurtovoy
2021-10-20nvmet: add get_max_queue_size op for controllersMax Gurtovoy
2021-10-20nvme-rdma: limit the maximal queue size for RDMA controllersMax Gurtovoy
2021-10-20nvmet-tcp: fix use-after-free when a port is removedIsrael Rukshin
2021-10-20nvmet-rdma: fix use-after-free when a port is removedIsrael Rukshin
2021-10-20nvmet: fix use-after-free when a port is removedIsrael Rukshin
2021-10-20qla2xxx: add ->map_queues support for nvmeSaurav Kashyap
2021-10-20nvme-fc: add support for ->map_queuesSaurav Kashyap
2021-10-20nvme: generate uevent once a multipath namespace is operational againHannes Reinecke
2021-10-19nvme: don't memset() the normal read/write commandJens Axboe
2021-10-19nvme: move command clear into the various setup helpersJens Axboe
2021-10-19block: ataflop: fix breakage introduced at blk-mq refactoringMichael Schmitz
2021-10-18nbd: fix uaf in nbd_handle_reply()Yu Kuai
2021-10-18nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()Yu Kuai
2021-10-18nbd: clean up return value checking of sock_xmit()Yu Kuai
2021-10-18nbd: don't start request if nbd_queue_rq() failedYu Kuai
2021-10-18nbd: check sock index in nbd_read_stat()Yu Kuai
2021-10-18nbd: make sure request completion won't concurrentYu Kuai
2021-10-18nbd: don't handle response without a corresponding request messageYu Kuai
2021-10-18mtip32xx: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-18md: update superblock after changing rdev flags in state_storeXiao Ni
2021-10-18md: remove unused argument from md_new_eventGuoqing Jiang
2021-10-18md/raid5: call roundup_pow_of_two in raid5_runGuoqing Jiang
2021-10-18md/raid1: use rdev in raid1_write_request directlyGuoqing Jiang
2021-10-18md/raid1: only allocate write behind bio for WriteMostly deviceGuoqing Jiang
2021-10-18md: properly unwind when failing to add the kobject in md_allocChristoph Hellwig
2021-10-18md: extend disks_mutex coverageChristoph Hellwig
2021-10-18md: add the bitmap group to the default groups for the md kobjectChristoph Hellwig
2021-10-18md: add error handling support for add_disk()Luis Chamberlain
2021-10-18swim3: add missing major.h includeJens Axboe
2021-10-18sx8: fix an error code in carm_init_one()Dan Carpenter
2021-10-18pf: fix error codes in pf_init_unit()Dan Carpenter
2021-10-18pcd: fix error codes in pcd_init_unit()Dan Carpenter
2021-10-18block/ataflop: add error handling support for add_disk()Luis Chamberlain
2021-10-18block/ataflop: provide a helper for cleanup up an atari diskLuis Chamberlain
2021-10-18block/ataflop: add registration bool before calling del_gendisk()Luis Chamberlain
2021-10-18block/ataflop: use the blk_cleanup_disk() helperLuis Chamberlain