linux-2.6-microblaze.git
2020-09-10 Christoph Hellwigsd: use bdev_check_media_change
2020-09-10 Christoph Hellwigmd: use bdev_check_media_change
2020-09-10 Christoph Hellwigide-gd: stop using the disk events mechanism
2020-09-10 Christoph Hellwigide-cd: remove idecd_revalidate_disk
2020-09-10 Christoph Hellwigide-cd: use bdev_check_media_changed
2020-09-10 Christoph Hellwiggdrom: use bdev_check_media_change
2020-09-10 Christoph Hellwigparide/pcd: use bdev_check_media_change
2020-09-10 Christoph Hellwigxsysace: simplify media change handling
2020-09-10 Christoph Hellwigxsysace: use bdev_check_media_change
2020-09-10 Christoph Hellwigswim3: use bdev_check_media_changed
2020-09-10 Christoph Hellwigswim: simplify media change handling
2020-09-10 Christoph Hellwigswim: use bdev_check_media_change
2020-09-10 Christoph Hellwigfloppy: use bdev_check_media_change
2020-09-10 Christoph Hellwigataflop: use bdev_check_media_change
2020-09-10 Christoph Hellwigamiflop: use bdev_check_media_change
2020-09-10 Christoph Hellwigblock: add a bdev_check_media_change helper
2020-09-08 Christoph Hellwigblock: make QUEUE_SYSFS_BIT_FNS more useful
2020-09-08 Christoph Hellwigblock: add helper macros for queue sysfs entries
2020-09-08 Wang Haiblktrace: make function blk_trace_bio_get_cgid() static
2020-09-08 Baolin Wangblock: Remove unused blk_mq_sched_free_hctx_data()
2020-09-08 Jan Karablock: Do not discard buffers under a mounted filesystem
2020-09-07 Jan Karafs: Don't invalidate page buffers in block_write_full_p...
2020-09-03 Kashyap Desaiblk-mq, elevator: Count requests per hctx to improve...
2020-09-03 John Garryblk-mq: Record active_queues_shared_sbitmap per tag_set...
2020-09-03 John Garryblk-mq: Record nr_active_requests per queue for when...
2020-09-03 John Garryblk-mq: Relocate hctx_may_queue()
2020-09-03 John Garryblk-mq: Facilitate a shared sbitmap per tagset
2020-09-03 John Garryblk-mq: Use pointers for blk_mq_tags bitmap tags
2020-09-03 John Garryblk-mq: Pass flags for tag init/free
2020-09-03 Hannes Reineckeblk-mq: Free tags in blk_mq_init_tags() upon error
2020-09-03 Hannes Reineckeblk-mq: Rename blk_mq_update_tag_set_depth()
2020-09-03 Ming Leiblk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEU...
2020-09-02 Christoph Hellwigblock: remove revalidate_disk()
2020-09-02 Christoph Hellwignvdimm: simplify revalidate_disk handling
2020-09-02 Christoph Hellwigsd: open code revalidate_disk
2020-09-02 Christoph Hellwignvme: opencode revalidate_disk in nvme_validate_ns
2020-09-02 Christoph Hellwigblock: use revalidate_disk_size in set_capacity_revalid...
2020-09-02 Christoph Hellwigblock: add a new revalidate_disk_size helper
2020-09-02 Christoph Hellwigblock: rename bd_invalidated
2020-09-02 Christoph Hellwigblock: don't clear bd_invalidated in check_disk_size_change
2020-09-02 Christoph HellwigDocumentation/filesystems/locking.rst: remove an incorr...
2020-09-02 Baolin Wangblock: Remove a duplicative condition
2020-09-02 Ritika Srivastavablock: better deal with the delayed not supported case...
2020-09-02 Ritika Srivastavablock: Return blk_status_t instead of errno codes
2020-09-02 Khazhismel... block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
2020-09-02 Tejun Heoblk-iocost: update iocost_monitor.py
2020-09-02 Tejun Heoblk-iocost: add three debug stat - cost.wait, indebt...
2020-09-02 Tejun Heoblk-iocost: restore inuse update tracepoints
2020-09-02 Tejun Heoblk-iocost: implement vtime loss compensation
2020-09-02 Tejun Heoblk-iocost: halve debts if device stays idle
2020-09-02 Tejun Heoblk-iocost: implement delay adjustment hysteresis
2020-09-02 Tejun Heoblk-iocost: revamp debt handling
2020-09-02 Tejun Heoblk-iocost: revamp in-period donation snapbacks
2020-09-02 Tejun Heoblk-iocost: revamp donation amount determination
2020-09-02 Tejun Heoblk-iocost: implement Andy's method for donation weight...
2020-09-02 Tejun Heoblk-iocost: restructure surplus donation logic
2020-09-02 Tejun Heoblk-iocost: decouple vrate adjustment from surplus...
2020-09-02 Tejun Heoblk-iocost: replace iocg->has_surplus with ->surplus_list
2020-09-02 Tejun Heoblk-iocost: calculate iocg->usages[] from iocg->local_s...
2020-09-02 Tejun Heoblk-iocost: add absolute usage stat
2020-09-02 Tejun Heoblk-iocost: grab ioc->lock for debt handling
2020-09-02 Tejun Heoblk-iocost: streamline vtime margin and timer slack...
2020-09-02 Tejun Heoblk-iocost: make ioc_now->now and ioc->period_at 64bit
2020-09-02 Tejun Heoblk-iocost: use WEIGHT_ONE based fixed point number...
2020-09-02 Tejun Heoblk-iocost: s/HWEIGHT_WHOLE/WEIGHT_ONE/g
2020-09-02 Tejun Heoblk-iocost: make iocg_kick_waitq() call iocg_kick_delay...
2020-09-02 Tejun Heoblk-iocost: move iocg_kick_delay() above iocg_kick_waitq()
2020-09-02 Tejun Heoblk-iocost: clamp inuse and skip noops in __propagate_w...
2020-09-02 Tejun Heoblk-iocost: rename propagate_active_weights() to propag...
2020-09-02 Tejun Heoblk-iocost: use local[64]_t for percpu stat
2020-09-02 Christoph Hellwigblock: remove the unused q argument to part_in_flight...
2020-09-02 Christoph Hellwigblock: remove the disk argument to delete_partition
2020-09-01 Christoph Hellwigblock: cleanup __alloc_disk_node
2020-09-01 Christoph Hellwigblock: move the devcgroup_inode_permission call to...
2020-09-01 Christoph Hellwigblock: remove an outdated comment on the bd_dev field
2020-09-01 Christoph Hellwigblock: remove the discard_alignment field from struct...
2020-09-01 Christoph Hellwigblock: remove the alignment_offset field from struct...
2020-09-01 Xianting Tianblk-mq: use BLK_MQ_NO_TAG for no tag
2020-09-01 Baolin Wangblock: Remove blk_mq_attempt_merge() function
2020-09-01 Baolin Wangblock: Add a new helper to attempt to merge a bio
2020-09-01 Baolin Wangblock: Move blk_mq_bio_list_merge() into blk-merge.c
2020-09-01 Baolin Wangblock: Move bio merge related functions into blk-merge.c
2020-09-01 Danny Linblk-wbt: Remove obsolete multiqueue I/O scheduling...
2020-09-01 Tian Taovirtio-blk: Use kobj_to_dev() instead of container_of()
2020-09-01 Christoph Hellwigraw: deprecate the raw driver
2020-09-01 Christoph Hellwigblock: remove the BIO_USER_MAPPED flag
2020-09-01 Christoph Hellwigblock: remove __blk_rq_map_user_iov
2020-09-01 Christoph Hellwigblock: remove __blk_rq_unmap_user
2020-09-01 Christoph Hellwigblock: remove the BIO_NULL_MAPPED flag
2020-09-01 Christoph Hellwignvme: don't call revalidate_disk from nvme_set_queue_dying
2020-09-01 Christoph Hellwigblock: fix locking for struct block_device size updates
2020-09-01 Christoph Hellwigblock: replace bd_set_size with bd_set_nr_sectors
2020-09-01 Geert Uytterhoevenblock: Make request_queue.rpm_status an enum
2020-09-01 Jens AxboeMerge branch 'block-5.9' into for-5.10/block
2020-09-01 Tejun Heoblk-stat: make q->stats->lock irqsafe
2020-09-01 Tejun Heoblk-iocost: ioc_pd_free() shouldn't assume irq disabled
2020-09-01 Christoph Hellwigblock: fix locking in bdev_del_partition
2020-09-01 Ming Leiblock: release disk reference in hd_struct_free_work
2020-09-01 Jens Axboeblock: ensure bdi->io_pages is always initialized
2020-08-30 Linus TorvaldsLinux 5.9-rc3
next