summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nvme: cleanup zone information initializationDamien Le Moal2021-02-102-13/+9
* md/raid10: remove dead code in reshape_requestChristoph Hellwig2021-02-081-4/+0
* md: use rdev_read_only in restart_arrayChristoph Hellwig2021-02-011-1/+1
* md: check for NULL ->meta_bdev before calling bdev_read_onlyChristoph Hellwig2021-02-011-5/+8
* nvme-core: check bdev value for NULLChaitanya Kulkarni2021-01-271-1/+2
* md/raid6: refactor raid5_read_one_chunkChristoph Hellwig2021-01-271-63/+45
* md: remove md_bio_alloc_syncChristoph Hellwig2021-01-271-9/+1
* md: simplify sync_page_ioChristoph Hellwig2021-01-271-13/+13
* md: remove bio_alloc_mddevChristoph Hellwig2021-01-274-15/+3
* drbd: remove drbd_req_make_private_bioChristoph Hellwig2021-01-273-14/+8
* drbd: remove bio_alloc_drbdChristoph Hellwig2021-01-274-17/+2
* dm-clone: use blkdev_issue_flush in commit_metadataChristoph Hellwig2021-01-271-13/+1
* block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-273-5/+5
* bcache: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-261-1/+1
* nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-263-4/+4
* target/file: allocate the bvec array as part of struct target_core_file_cmdChristoph Hellwig2021-01-251-14/+6
* block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-2419-26/+26
* block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-249-14/+12
* bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'Ming Lei2021-01-241-1/+1
* block: add a disk_uevent helperChristoph Hellwig2021-01-241-21/+5
* block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig2021-01-242-17/+25
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-2430-66/+63
* dcssblk: remove the end of device check in dcssblk_submit_bioChristoph Hellwig2021-01-241-4/+0
* brd: remove the end of device check in brd_do_bvecChristoph Hellwig2021-01-241-5/+1
* nvme: allow revalidate to set a namespace read-onlyChristoph Hellwig2021-01-241-3/+2
* rbd: remove the ->set_read_only methodChristoph Hellwig2021-01-241-19/+0
* dm: use bdev_read_only to check if a device is read-onlyChristoph Hellwig2021-01-242-2/+2
* Merge tag 'sh-for-5.11' of git://git.libc.org/linux-shLinus Torvalds2021-01-242-13/+3
|\
| * sh/intc: Restore devm_ioremap() alignmentGeert Uytterhoeven2021-01-061-1/+1
| * sh: intc: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2021-01-061-12/+2
* | Merge tag 'block-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-247-52/+126
|\ \
| * | lightnvm: fix memory leak when submit failsPan Bian2021-01-211-2/+1
| * | Merge tag 'nvme-5.11-2020-01-21' of git://git.infradead.org/nvme into block-5.11Jens Axboe2021-01-215-50/+123
| |\ \
| | * | nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig2021-01-201-10/+18
| | * | nvme-pci: refactor nvme_unmap_dataChristoph Hellwig2021-01-201-28/+49
| | * | nvmet: set right status on error in id-ns handlerChaitanya Kulkarni2021-01-181-2/+6
| | * | nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen2021-01-181-0/+14
| | * | nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeoutChao Leng2021-01-181-4/+10
| | * | nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeoutChao Leng2021-01-181-4/+11
| | * | nvme: check the PRINFO bit before deciding the host buffer lengthRevanth Rajashekar2021-01-181-2/+15
| * | | md: Set prev_flush_start and flush_bio in an atomic wayXiao Ni2021-01-201-0/+2
| |/ /
* | | Merge tag 'char-misc-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-01-2415-21/+75
|\ \ \
| * | | misc: rtsx: init value of aspm_enabledRicky Wu2021-01-221-1/+6
| * | | habanalabs: disable FW events on device removalOded Gabbay2021-01-211-0/+9
| * | | habanalabs: fix backward compatibility of idle checkOded Gabbay2021-01-211-0/+2
| * | | habanalabs: zero pci counters packet before submit to FWOfir Bitton2021-01-211-0/+5
| * | | intel_th: pci: Add Alder Lake-P supportAlexander Shishkin2021-01-211-0/+5
| * | | stm class: Fix module init return on allocation failureWang Hui2021-01-211-2/+4
| * | | habanalabs: prevent soft lockup during unmapOded Gabbay2021-01-123-5/+12
| * | | habanalabs: fix reset process in case of failuresOded Gabbay2021-01-122-3/+11