aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22md/raid5: Cleanup prototype of raid5_get_active_stripe()Logan Gunthorpe3-25/+39
2022-09-22md/raid5: Drop extern on function declarations in raid5.hLogan Gunthorpe1-12/+10
2022-09-22md/raid5: Refactor raid5_get_active_stripe()Logan Gunthorpe1-41/+41
2022-09-22md: Replace snprintf with scnprintfSaurabh Sengar1-1/+1
2022-09-22md/raid10: fix compile warningGuoqing Jiang1-1/+1
2022-09-22md/raid5: Fix spelling mistakes in commentsXU pengfei1-3/+3
2022-09-21block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfsLiu Shixin1-13/+2
2022-09-21block: move from strlcpy with unused retval to strscpyWolfram Sang5-12/+12
2022-09-21block/drbd: remove useless comments in receive_DataReply()Gaosheng Cui1-3/+0
2022-09-21drbd: remove orphan _req_may_be_done() declarationGaosheng Cui1-2/+0
2022-09-21rnbd-srv: remove struct rnbd_devChristoph Hellwig3-50/+18
2022-09-21rnbd-srv: remove rnbd_dev_{open,close}Christoph Hellwig4-62/+18
2022-09-21rnbd-srv: remove rnbd_endioChristoph Hellwig2-15/+7
2022-09-21rnbd-srv: simplify rnbd_srv_fill_msg_open_rspChristoph Hellwig2-52/+13
2022-09-21s390/dasd: add device ping attributeStefan Haberland4-0/+81
2022-09-21s390/dasd: suppress generic error messages for PPRC secondary devicesStefan Haberland1-0/+5
2022-09-21s390/dasd: add ioctl to perform a swap of the drivers copy pairStefan Haberland1-0/+53
2022-09-21s390/dasd: add copy pair swap capabilityStefan Haberland4-1/+117
2022-09-21s390/dasd: add copy pair setupStefan Haberland4-17/+623
2022-09-21s390/dasd: add query PPRC functionStefan Haberland3-0/+104
2022-09-21s390/dasd: put block allocation in separate functionStefan Haberland1-15/+23
2022-09-20Merge tag 'nvme-6.1-2022-09-20' of git://git.infradead.org/nvme into for-6.1/blockJens Axboe12-91/+176
2022-09-19bcache: fix set_at_max_writeback_rate() for multiple attached devicesColy Li1-21/+52
2022-09-19bcache:: fix repeated words in commentsJilin Yuan1-1/+1
2022-09-19bcache: bset: Fix comment typosJules Maselbas1-1/+1
2022-09-19bcache: remove unused bch_mark_cache_readahead function def in stats.hLin Feng1-1/+0
2022-09-19bcache: remove unnecessary flush_workqueueLi Lei1-3/+2
2022-09-19nvme-tcp: print actual source IP address through sysfs "address" attrMartin Belanger1-1/+20
2022-09-19nvmet-tcp: don't map pages which can't come from HIGHMEMFabio M. De Francesco1-31/+13
2022-09-19nvme-pci: move iod dma_len fill gapsKeith Busch1-1/+1
2022-09-19nvme-pci: iod npages fits in s8Keith Busch1-13/+16
2022-09-19nvme-pci: iod's 'aborted' is a boolKeith Busch1-3/+3
2022-09-19nvme-pci: remove nvme_queue from nvme_iodKeith Busch1-15/+13
2022-09-19nvme: consider also host_iface when checking ip optionsDaniel Wagner1-5/+18
2022-09-19nvme-rdma: handle number of queue changesDaniel Wagner1-5/+21
2022-09-19nvme-tcp: handle number of queue changesDaniel Wagner1-5/+21
2022-09-19nvmet: expose max queues to configfsDaniel Wagner1-0/+29
2022-09-19nvmet: avoid unnecessary flush bioGuixin Liu1-0/+8
2022-09-19nvmet-auth: remove redundant parameters reqGenjian Zhang1-2/+2
2022-09-19nvmet-auth: clean up with done_kfreeJackie Liu1-4/+2
2022-09-19nvme-auth: remove the redundant req->cqe->result.u16 assignment operationJackie Liu1-1/+0
2022-09-19nvme: move from strlcpy with unused retval to strscpyWolfram Sang4-4/+4
2022-09-19nvme: add comment for unaligned "fake" nqnLinjun Bao1-1/+5
2022-09-12block/drbd: remove unused w_start_resync declarationGaosheng Cui1-1/+0
2022-09-08nbd: Fix hung when signal interrupts nbd_start_device_ioctl()Shigeru Yoshida1-2/+4
2022-09-05rnbd-srv: remove redundant setting of blk_open_flagsGuoqing Jiang1-1/+0
2022-09-05rnbd-srv: make process_msg_close returns voidGuoqing Jiang1-4/+3
2022-09-05rnbd-srv: add comment in rnbd_srv_rdma_evGuoqing Jiang1-0/+5
2022-08-24block/rnbd-clt: Remove the unneeded result variableye xingchen1-3/+1
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche20-68/+33