summary refs log tree commit diff
AgeCommit message (Expand)Author
2020-09-01blk-iocost: streamline vtime margin and timer slack handlingTejun Heo
2020-09-01blk-iocost: make ioc_now->now and ioc->period_at 64bitTejun Heo
2020-09-01blk-iocost: use WEIGHT_ONE based fixed point number for weightsTejun Heo
2020-09-01blk-iocost: s/HWEIGHT_WHOLE/WEIGHT_ONE/gTejun Heo
2020-09-01blk-iocost: make iocg_kick_waitq() call iocg_kick_delay() after paying debtTejun Heo
2020-09-01blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()Tejun Heo
2020-09-01blk-iocost: clamp inuse and skip noops in __propagate_weights()Tejun Heo
2020-09-01blk-iocost: rename propagate_active_weights() to propagate_weights()Tejun Heo
2020-09-01blk-iocost: use local[64]_t for percpu statTejun Heo
2020-09-01block: remove the unused q argument to part_in_flight and part_in_flight_rwChristoph Hellwig
2020-09-01block: remove the disk argument to delete_partitionChristoph Hellwig
2020-09-01block: cleanup __alloc_disk_nodeChristoph Hellwig
2020-09-01block: move the devcgroup_inode_permission call to blkdev_getChristoph Hellwig
2020-09-01block: remove an outdated comment on the bd_dev fieldChristoph Hellwig
2020-09-01block: remove the discard_alignment field from struct hd_structChristoph Hellwig
2020-09-01block: remove the alignment_offset field from struct hd_structChristoph Hellwig
2020-09-01blk-mq: use BLK_MQ_NO_TAG for no tagXianting Tian
2020-09-01block: Remove blk_mq_attempt_merge() functionBaolin Wang
2020-09-01block: Add a new helper to attempt to merge a bioBaolin Wang
2020-09-01block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang
2020-09-01block: Move bio merge related functions into blk-merge.cBaolin Wang
2020-09-01blk-wbt: Remove obsolete multiqueue I/O scheduling commentDanny Lin
2020-09-01virtio-blk: Use kobj_to_dev() instead of container_of()Tian Tao
2020-09-01raw: deprecate the raw driverChristoph Hellwig
2020-09-01block: remove the BIO_USER_MAPPED flagChristoph Hellwig
2020-09-01block: remove __blk_rq_map_user_iovChristoph Hellwig
2020-09-01block: remove __blk_rq_unmap_userChristoph Hellwig
2020-09-01block: remove the BIO_NULL_MAPPED flagChristoph Hellwig
2020-09-01nvme: don't call revalidate_disk from nvme_set_queue_dyingChristoph Hellwig
2020-09-01block: fix locking for struct block_device size updatesChristoph Hellwig
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig
2020-09-01block: Make request_queue.rpm_status an enumGeert Uytterhoeven
2020-09-01Merge branch 'block-5.9' into for-5.10/blockJens Axboe
2020-09-01blk-stat: make q->stats->lock irqsafeTejun Heo
2020-09-01blk-iocost: ioc_pd_free() shouldn't assume irq disabledTejun Heo
2020-09-01block: fix locking in bdev_del_partitionChristoph Hellwig
2020-09-01block: release disk reference in hd_struct_free_workMing Lei
2020-09-01block: ensure bdi->io_pages is always initializedJens Axboe
2020-08-30Linux 5.9-rc3Linus Torvalds
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-30Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-30Merge tag 'edac_urgent_for_v5.9_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-08-30Merge tag 'dma-mapping-5.9-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner