summaryrefslogtreecommitdiffstats
path: root/lib/kunit (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-02blk-iocost: streamline vtime margin and timer slack handlingTejun Heo1-29/+38
2020-09-02blk-iocost: make ioc_now->now and ioc->period_at 64bitTejun Heo1-2/+2
2020-09-02blk-iocost: use WEIGHT_ONE based fixed point number for weightsTejun Heo1-12/+13
2020-09-02blk-iocost: s/HWEIGHT_WHOLE/WEIGHT_ONE/gTejun Heo1-10/+10
2020-09-02blk-iocost: make iocg_kick_waitq() call iocg_kick_delay() after paying debtTejun Heo1-1/+2
2020-09-02blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()Tejun Heo1-60/+60
2020-09-02blk-iocost: clamp inuse and skip noops in __propagate_weights()Tejun Heo1-1/+4
2020-09-02blk-iocost: rename propagate_active_weights() to propagate_weights()Tejun Heo1-20/+20
2020-09-02blk-iocost: use local[64]_t for percpu statTejun Heo1-10/+27
2020-09-02block: remove the unused q argument to part_in_flight and part_in_flight_rwChristoph Hellwig1-7/+5
2020-09-02block: remove the disk argument to delete_partitionChristoph Hellwig3-6/+7
2020-09-02block: cleanup __alloc_disk_nodeChristoph Hellwig1-35/+38
2020-09-02block: move the devcgroup_inode_permission call to blkdev_getChristoph Hellwig1-19/+17
2020-09-02block: remove an outdated comment on the bd_dev fieldChristoph Hellwig1-1/+1
2020-09-02block: remove the discard_alignment field from struct hd_structChristoph Hellwig3-6/+6
2020-09-02block: remove the alignment_offset field from struct hd_structChristoph Hellwig3-7/+6
2020-09-02blk-mq: use BLK_MQ_NO_TAG for no tagXianting Tian2-3/+3
2020-09-02block: Remove blk_mq_attempt_merge() functionBaolin Wang1-28/+16
2020-09-02block: Add a new helper to attempt to merge a bioBaolin Wang3-60/+71
2020-09-02block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang5-48/+48
2020-09-02block: Move bio merge related functions into blk-merge.cBaolin Wang2-156/+157
2020-09-02blk-wbt: Remove obsolete multiqueue I/O scheduling commentDanny Lin1-2/+0
2020-09-02virtio-blk: Use kobj_to_dev() instead of container_of()Tian Tao1-1/+1
2020-09-02raw: deprecate the raw driverChristoph Hellwig1-0/+5
2020-09-02block: remove the BIO_USER_MAPPED flagChristoph Hellwig2-7/+4
2020-09-02block: remove __blk_rq_map_user_iovChristoph Hellwig1-90/+54
2020-09-02block: remove __blk_rq_unmap_userChristoph Hellwig1-18/+11
2020-09-02block: remove the BIO_NULL_MAPPED flagChristoph Hellwig2-5/+5
2020-09-02nvme: don't call revalidate_disk from nvme_set_queue_dyingChristoph Hellwig2-23/+23
2020-09-02block: fix locking for struct block_device size updatesChristoph Hellwig6-36/+22
2020-09-02block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig6-13/+14
2020-09-02block: Make request_queue.rpm_status an enumGeert Uytterhoeven1-1/+2
2020-09-02blk-stat: make q->stats->lock irqsafeTejun Heo1-6/+11
2020-09-02blk-iocost: ioc_pd_free() shouldn't assume irq disabledTejun Heo1-2/+3
2020-09-01block: fix locking in bdev_del_partitionChristoph Hellwig1-14/+13
2020-09-01block: release disk reference in hd_struct_free_workMing Lei1-1/+9
2020-09-01block: ensure bdi->io_pages is always initializedJens Axboe1-0/+1
2020-08-31Linux 5.9-rc3v5.9-rc3Linus Torvalds1-1/+1
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner1-0/+7
2020-08-29fsldma: fix very broken 32-bit ppc ioread64 functionalityLinus Torvalds1-6/+6
2020-08-29nvme-pci: cancel nvme device request before disablingTong Zhang1-2/+2
2020-08-29nvme: only use power of two io boundariesKeith Busch1-9/+38
2020-08-29nvme: fix controller instance leakKeith Busch1-1/+1
2020-08-29nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET1-2/+2
2020-08-29nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg1-0/+4
2020-08-29nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-29nvme-rdma: fix timeout handlerSagi Grimberg1-16/+33
2020-08-29nvme-rdma: serialize controller teardown sequencesSagi Grimberg1-0/+6
2020-08-29nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-29nvme-tcp: fix timeout handlerSagi Grimberg1-20/+36