summaryrefslogtreecommitdiffstats
path: root/drivers/platform (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg6-20/+66
2021-08-16nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg1-11/+3
2021-08-16nvme-pci: limit maximum queue depth to 4095Sagi Grimberg1-9/+5
2021-08-16params: lift param_set_uint_minmax to common codeSagi Grimberg3-18/+20
2021-08-14remove the lightnvm subsystemChristoph Hellwig30-13678/+1
2021-08-13nbd: reduce the nbd_index_mutex scopeChristoph Hellwig1-27/+28
2021-08-13nbd: refactor device search and allocation in nbd_genl_connectChristoph Hellwig1-31/+14
2021-08-13nbd: return the allocated nbd_device from nbd_dev_addChristoph Hellwig1-12/+9
2021-08-13nbd: remove nbd_del_diskChristoph Hellwig1-12/+5
2021-08-13nbd: refactor device removalChristoph Hellwig1-24/+13
2021-08-13nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECTHou Tao1-9/+61
2021-08-13nbd: add the check to prevent overflow in __nbd_ioctl()Baokun Li1-2/+4
2021-08-10xen-blkfront: Remove redundant assignment to variable errColin Ian King1-1/+0
2021-08-02block/rnbd: Use sysfs_emit instead of s*printf function for sysfs showMd Haris Iqbal2-25/+22
2021-08-02block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptrGioh Kim1-1/+1
2021-08-02block: remove blk-mq-sysfs dead codeDamien Le Moal1-55/+0
2021-08-02loop: raise media_change eventMatteo Croce1-0/+5
2021-08-02block: add a helper to raise a media changed eventMatteo Croce2-15/+47
2021-08-02block: export diskseq in sysfsMatteo Croce2-0/+22
2021-08-02block: add ioctl to read the disk sequence numberMatteo Croce2-0/+3
2021-08-02block: export the diskseq in ueventsMatteo Croce1-0/+9
2021-08-02block: add disk sequence numberMatteo Croce3-0/+29
2021-08-02block: remove cmdline-parser.cChristoph Hellwig7-319/+262
2021-08-02block: remove disk_name()Christoph Hellwig2-9/+9
2021-08-02block: simplify disk name formatting in check_partitionChristoph Hellwig1-1/+1
2021-08-02block: simplify printing the device names disk_stack_limitsChristoph Hellwig1-9/+3
2021-08-02block: use the %pg format specifier in show_partitionChristoph Hellwig1-4/+2
2021-08-02block: use the %pg format specifier in printk_all_partitionsChristoph Hellwig1-4/+2
2021-08-02block: reduce stack usage in diskstats_showAbd-Alrhman Masalkhi1-4/+2
2021-08-02block: remove bdputChristoph Hellwig4-10/+3
2021-08-02block: remove bdgrabChristoph Hellwig2-16/+0
2021-08-02loop: don't grab a reference to the block deviceChristoph Hellwig1-5/+0
2021-08-02block: change the refcounting for partitionsChristoph Hellwig2-38/+31
2021-08-02block: allocate bd_meta_info later in add_partitionsChristoph Hellwig1-10/+7
2021-08-02block: unhash the whole device inode earlierChristoph Hellwig2-7/+2
2021-08-02block: assert the locking state in delete_partitionChristoph Hellwig1-4/+2
2021-08-02block: use bvec_kmap_local in bio_integrity_processChristoph Hellwig1-8/+6
2021-08-02block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}Christoph Hellwig1-10/+6
2021-08-02block: use memcpy_from_bvec in __blk_queue_bounceChristoph Hellwig1-12/+7
2021-08-02block: use memcpy_from_bvec in bio_copy_kern_endio_readChristoph Hellwig1-1/+1
2021-08-02block: use memcpy_to_bvec in copy_to_high_bio_irqChristoph Hellwig1-18/+2
2021-08-02block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvecChristoph Hellwig1-20/+8
2021-08-02block: remove bvec_kmap_irq and bvec_kunmap_irqChristoph Hellwig1-42/+0
2021-08-02ps3disk: use memcpy_{from,to}_bvecChristoph Hellwig1-16/+2
2021-08-02dm-writecache: use bvec_kmap_local instead of bvec_kmap_irqChristoph Hellwig1-3/+2
2021-08-02rbd: use memzero_bvecChristoph Hellwig1-13/+2
2021-08-02block: use memzero_page in zero_fill_bioChristoph Hellwig1-7/+2
2021-08-02bvec: add memcpy_{from,to}_bvec and memzero_bvec helperChristoph Hellwig1-0/+33
2021-08-02bvec: add a bvec_kmap_local helperChristoph Hellwig1-0/+13
2021-08-02bvec: fix the include guards for bvec.hChristoph Hellwig1-3/+3