summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang2022-09-231-0/+116
* ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang2022-09-231-4/+18
* ublk_drv: consider recovery feature in aborting mechanismZiyangZhang2022-09-231-6/+110
* ublk_drv: requeue rqs with recovery feature enabledZiyangZhang2022-09-231-5/+15
* ublk_drv: define macros for recovery feature and check themZiyangZhang2022-09-231-1/+17
* ublk_drv: check 'current' instead of 'ubq_daemon'ZiyangZhang2022-09-231-2/+10
* md: Fix spelling mistake in comments of r5l_logZhou nan2022-09-221-1/+1
* md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5dLogan Gunthorpe2022-09-221-0/+12
* md/raid10: convert resync_lock to use seqlockYu Kuai2022-09-222-30/+59
* md/raid10: fix improper BUG_ON() in raise_barrier()Yu Kuai2022-09-221-1/+1
* md/raid10: prevent unnecessary calls to wake_up() in fast pathYu Kuai2022-09-221-2/+8
* md/raid10: don't modify 'nr_waitng' in wait_barrier() for the case nowaitYu Kuai2022-09-221-2/+2
* md/raid10: factor out code from wait_barrier() to stop_waiting_barrier()Yu Kuai2022-09-221-22/+28
* md: Remove extra mddev_get() in md_seq_start()Logan Gunthorpe2022-09-221-1/+0
* md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()David Sloan2022-09-221-1/+0
* md/raid5: Ensure stripe_fill happens on non-read IO with journalLogan Gunthorpe2022-09-221-1/+1
* md/raid5: Don't read ->active_stripes if it's not neededLogan Gunthorpe2022-09-221-3/+2
* md/raid5: Cleanup prototype of raid5_get_active_stripe()Logan Gunthorpe2022-09-223-25/+39
* md/raid5: Drop extern on function declarations in raid5.hLogan Gunthorpe2022-09-221-12/+10
* md/raid5: Refactor raid5_get_active_stripe()Logan Gunthorpe2022-09-221-41/+41
* md: Replace snprintf with scnprintfSaurabh Sengar2022-09-221-1/+1
* md/raid10: fix compile warningGuoqing Jiang2022-09-221-1/+1
* md/raid5: Fix spelling mistakes in commentsXU pengfei2022-09-221-3/+3
* block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfsLiu Shixin2022-09-211-13/+2
* block: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-215-12/+12
* block/drbd: remove useless comments in receive_DataReply()Gaosheng Cui2022-09-211-3/+0
* drbd: remove orphan _req_may_be_done() declarationGaosheng Cui2022-09-211-2/+0
* rnbd-srv: remove struct rnbd_devChristoph Hellwig2022-09-213-50/+18
* rnbd-srv: remove rnbd_dev_{open,close}Christoph Hellwig2022-09-214-62/+18
* rnbd-srv: remove rnbd_endioChristoph Hellwig2022-09-212-15/+7
* rnbd-srv: simplify rnbd_srv_fill_msg_open_rspChristoph Hellwig2022-09-212-52/+13
* s390/dasd: add device ping attributeStefan Haberland2022-09-214-0/+81
* s390/dasd: suppress generic error messages for PPRC secondary devicesStefan Haberland2022-09-211-0/+5
* s390/dasd: add ioctl to perform a swap of the drivers copy pairStefan Haberland2022-09-211-0/+53
* s390/dasd: add copy pair swap capabilityStefan Haberland2022-09-214-1/+117
* s390/dasd: add copy pair setupStefan Haberland2022-09-214-17/+623
* s390/dasd: add query PPRC functionStefan Haberland2022-09-213-0/+104
* s390/dasd: put block allocation in separate functionStefan Haberland2022-09-211-15/+23
* Merge tag 'nvme-6.1-2022-09-20' of git://git.infradead.org/nvme into for-6.1/...Jens Axboe2022-09-2012-91/+176
|\
| * nvme-tcp: print actual source IP address through sysfs "address" attrMartin Belanger2022-09-191-1/+20
| * nvmet-tcp: don't map pages which can't come from HIGHMEMFabio M. De Francesco2022-09-191-31/+13
| * nvme-pci: move iod dma_len fill gapsKeith Busch2022-09-191-1/+1
| * nvme-pci: iod npages fits in s8Keith Busch2022-09-191-13/+16
| * nvme-pci: iod's 'aborted' is a boolKeith Busch2022-09-191-3/+3
| * nvme-pci: remove nvme_queue from nvme_iodKeith Busch2022-09-191-15/+13
| * nvme: consider also host_iface when checking ip optionsDaniel Wagner2022-09-191-5/+18
| * nvme-rdma: handle number of queue changesDaniel Wagner2022-09-191-5/+21
| * nvme-tcp: handle number of queue changesDaniel Wagner2022-09-191-5/+21
| * nvmet: expose max queues to configfsDaniel Wagner2022-09-191-0/+29
| * nvmet: avoid unnecessary flush bioGuixin Liu2022-09-191-0/+8