summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * md-raid10: fix KASAN warningMikulas Patocka2022-08-021-1/+4
| * md-raid: destroy the bitmap after destroying the threadMikulas Patocka2022-08-021-1/+1
| * md: return the allocated devices from md_allocChristoph Hellwig2022-08-023-49/+30
| * md: open code md_probe in autorun_devicesChristoph Hellwig2022-08-021-1/+1
| * md: remove unneeded semicolonYang Li2022-08-021-1/+1
| * remove the sx8 block driverChristoph Hellwig2022-08-023-1593/+0
| * md: fix build failure for !MODULEStephen Rothwell2022-08-021-0/+2
| * raid5: fix duplicate checks for rdev->saved_raid_diskJackie Liu2022-08-021-2/+1
| * md: simplify md_openChristoph Hellwig2022-08-021-27/+15
| * md: only delete entries from all_mddevs when the disk is freedChristoph Hellwig2022-08-022-18/+40
| * md: stop using for_each_mddev in md_exitChristoph Hellwig2022-08-021-28/+11
| * md: stop using for_each_mddev in md_notify_rebootChristoph Hellwig2022-08-021-3/+9
| * md: stop using for_each_mddev in md_do_syncChristoph Hellwig2022-08-021-3/+5
| * md: factor out the rdev overlaps check from rdev_size_storeChristoph Hellwig2022-08-021-45/+39
| * md: rename md_free to md_kobj_releaseChristoph Hellwig2022-08-021-2/+2
| * md: implement ->free_diskChristoph Hellwig2022-08-021-6/+12
| * md: fix error handling in md_allocChristoph Hellwig2022-08-021-13/+32
| * md: fix mddev->kobj lifetimeChristoph Hellwig2022-08-021-6/+4
| * md/raid5: Convert prepare_to_wait() to wait_woken() apiLogan Gunthorpe2022-08-021-7/+6
| * md/raid5: Fix sectors_to_do bitmap overflow in raid5_make_request()Logan Gunthorpe2022-08-021-8/+11
| * bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registrat...Coly Li2022-08-021-1/+1
| * nbd: add missing definition of pr_fmtYu Kuai2022-08-021-2/+4
| * null_blk: fix ida error handling in null_add_dev()Dan Carpenter2022-08-021-3/+11
| * nvme-multipath: refactor nvme_mpath_add_diskJoel Granados2022-08-023-7/+6
| * nvme-apple: use nvme core helper to cancel requests in tagsetGuixin Liu2022-08-021-5/+2
| * nvme-pci: use nvme core helper to cancel requests in tagsetGuixin Liu2022-08-021-4/+2
| * nvme-tcp: use in-capsule data for I/O connectCaleb Sander2022-08-021-5/+7
| * nvme-rdma: remove timeout for getting RDMA-CM established eventIsrael Rukshin2022-08-021-8/+5
| * null_blk: add configfs variables for 2 optionsVincent Fu2022-08-022-19/+50
| * null_blk: add module parameters for 4 optionsVincent Fu2022-08-022-0/+42
| * block/rnbd-srv: Replace sess_dev_list with index_idrMd Haris Iqbal2022-08-022-14/+7
| * block/rnbd-srv: Set keep_id to true after mutex_trylockMd Haris Iqbal2022-08-021-1/+2
| * nvmet-auth: expire authentication sessionsHannes Reinecke2022-08-023-1/+21
| * nvmet-auth: Diffie-Hellman key exchange supportHannes Reinecke2022-08-025-8/+232
| * nvmet: implement basic In-Band AuthenticationHannes Reinecke2022-08-029-3/+1100
| * nvmet: parse fabrics commands on io queuesHannes Reinecke2022-08-024-3/+23
| * nvme-auth: Diffie-Hellman key exchange supportHannes Reinecke2022-08-024-6/+358
| * nvme: implement In-Band authenticationHannes Reinecke2022-08-0216-7/+1498
| * nvme-fabrics: decode 'authentication required' connect errorHannes Reinecke2022-08-021-0/+4
| * nvme: add definitions for NVMe In-Band authenticationHannes Reinecke2022-08-021-1/+208
| * lib/base64: RFC4648-compliant base64 encodingHannes Reinecke2022-08-023-1/+120
| * crypto: add crypto_has_kpp()Hannes Reinecke2022-08-022-0/+8
| * crypto: add crypto_has_shash()Hannes Reinecke2022-08-022-0/+8
| * nvme-loop: use nvme core helpers to cancel all requests in a tagsetSagi Grimberg2022-08-021-6/+2
| * nvme: fix qid param blk_mq_alloc_request_hctxChaitanya Kulkarni2022-08-021-1/+1
| * nvme: remove unused timeout parameterChaitanya Kulkarni2022-08-023-14/+10
| * nvme: handle the persistent internal error AERMichael Kelley2022-08-022-2/+33
| * nvme: remove a double word in a commentXiang wangx2022-08-021-1/+1
| * rnbd-clt: make rnbd_clt_change_capacity return voidGuoqing Jiang2022-08-021-4/+3
| * rnbd-clt: pass sector_t type for resize capacityGuoqing Jiang2022-08-023-5/+5