summary refs log tree commit diff
path: root/drivers
AgeCommit message (Expand)Author
2022-08-02remove the sx8 block driverChristoph Hellwig
2022-08-02md: fix build failure for !MODULEStephen Rothwell
2022-08-02raid5: fix duplicate checks for rdev->saved_raid_diskJackie Liu
2022-08-02md: simplify md_openChristoph Hellwig
2022-08-02md: only delete entries from all_mddevs when the disk is freedChristoph Hellwig
2022-08-02md: stop using for_each_mddev in md_exitChristoph Hellwig
2022-08-02md: stop using for_each_mddev in md_notify_rebootChristoph Hellwig
2022-08-02md: stop using for_each_mddev in md_do_syncChristoph Hellwig
2022-08-02md: factor out the rdev overlaps check from rdev_size_storeChristoph Hellwig
2022-08-02md: rename md_free to md_kobj_releaseChristoph Hellwig
2022-08-02md: implement ->free_diskChristoph Hellwig
2022-08-02md: fix error handling in md_allocChristoph Hellwig
2022-08-02md: fix mddev->kobj lifetimeChristoph Hellwig
2022-08-02md/raid5: Convert prepare_to_wait() to wait_woken() apiLogan Gunthorpe
2022-08-02md/raid5: Fix sectors_to_do bitmap overflow in raid5_make_request()Logan Gunthorpe
2022-08-02bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registrat...Coly Li
2022-08-02nbd: add missing definition of pr_fmtYu Kuai
2022-08-02null_blk: fix ida error handling in null_add_dev()Dan Carpenter
2022-08-02nvme-multipath: refactor nvme_mpath_add_diskJoel Granados
2022-08-02nvme-apple: use nvme core helper to cancel requests in tagsetGuixin Liu
2022-08-02nvme-pci: use nvme core helper to cancel requests in tagsetGuixin Liu
2022-08-02nvme-tcp: use in-capsule data for I/O connectCaleb Sander
2022-08-02nvme-rdma: remove timeout for getting RDMA-CM established eventIsrael Rukshin
2022-08-02null_blk: add configfs variables for 2 optionsVincent Fu
2022-08-02null_blk: add module parameters for 4 optionsVincent Fu
2022-08-02block/rnbd-srv: Replace sess_dev_list with index_idrMd Haris Iqbal
2022-08-02block/rnbd-srv: Set keep_id to true after mutex_trylockMd Haris Iqbal
2022-08-02nvmet-auth: expire authentication sessionsHannes Reinecke
2022-08-02nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke
2022-08-02nvmet: implement basic In-Band AuthenticationHannes Reinecke
2022-08-02nvmet: parse fabrics commands on io queuesHannes Reinecke
2022-08-02nvme-auth: Diffie-Hellman key exchange supportHannes Reinecke
2022-08-02nvme: implement In-Band authenticationHannes Reinecke
2022-08-02nvme-fabrics: decode 'authentication required' connect errorHannes Reinecke
2022-08-02nvme-loop: use nvme core helpers to cancel all requests in a tagsetSagi Grimberg
2022-08-02nvme: fix qid param blk_mq_alloc_request_hctxChaitanya Kulkarni
2022-08-02nvme: remove unused timeout parameterChaitanya Kulkarni
2022-08-02nvme: handle the persistent internal error AERMichael Kelley
2022-08-02nvme: remove a double word in a commentXiang wangx
2022-08-02rnbd-clt: make rnbd_clt_change_capacity return voidGuoqing Jiang
2022-08-02rnbd-clt: pass sector_t type for resize capacityGuoqing Jiang
2022-08-02rnbd-clt: check capacity inside rnbd_clt_change_capacityGuoqing Jiang
2022-08-02rnbd-clt: adjust the layout of struct rnbd_clt_devGuoqing Jiang
2022-08-02rnbd-clt: reduce the size of struct rnbd_clt_devGuoqing Jiang
2022-08-02rnbd-clt: kill read_only from struct rnbd_clt_devGuoqing Jiang
2022-08-02rnbd-clt: don't free rsp in msg_open_conf for map scenarioGuoqing Jiang
2022-08-02rnbd-clt: open code send_msg_open in rnbd_clt_map_deviceGuoqing Jiang
2022-08-02block: null_blk: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-08-02md: Fix spelling mistake in commentsZhang Jiaming
2022-08-02md/raid5: Increase restriction on max segments per requestLogan Gunthorpe