block: add QUEUE_FLAG_NOWAIT
[linux-2.6-microblaze.git] / block /
2020-09-25 Mike Snitzerblock: add QUEUE_FLAG_NOWAIT
2020-09-25 Christoph Hellwigblock: use bd_partno in bdevname
2020-09-25 Christoph Hellwigblock: add a bdev_is_partition helper
2020-09-24 Christoph Hellwigbdi: replace BDI_CAP_STABLE_WRITES with a queue and...
2020-09-24 Christoph Hellwigbdi: remove BDI_CAP_CGROUP_WRITEBACK
2020-09-24 Christoph Hellwigblock: lift setting the readahead size into the block...
2020-09-24 Christoph Hellwigbdi: initialize ->ra_pages and ->io_pages in bdi_init
2020-09-23 Christoph Hellwigblock: cleanup blkdev_bszset
2020-09-23 Christoph Hellwigblock: cleanup partition scanning in register_disk
2020-09-23 Christoph Hellwigblock: move the NEED_PART_SCAN flag to struct gendisk
2020-09-23 Mike Snitzerblock: allow 'chunk_sectors' to be non-power-of-2
2020-09-23 Mike Snitzerblock: use lcm_not_zero() when stacking chunk_sectors
2020-09-23 Christoph Hellwigblock: fix bmd->is_null_mapped initialization
2020-09-23 Julia Lawallblock: drop double zeroing
2020-09-15 Baolin Wangblk-throttle: Avoid checking bps/iops limitation if...
2020-09-15 Baolin Wangblk-throttle: Avoid calculating bps/iops limitation...
2020-09-15 Baolin Wangblk-throttle: Define readable macros instead of static...
2020-09-15 Baolin Wangblk-throttle: Use readable READ/WRITE macros
2020-09-15 Baolin Wangblk-throttle: Fix some comments' typos
2020-09-14 Tejun Heoiocost: fix infinite loop bug in adjust_inuse_and_calc_...
2020-09-11 Tejun Heoblk-iocost: fix divide-by-zero in transfer_surpluses()
2020-09-11 Song Liublock: introduce part_[begin|end]_io_acct
2020-09-11 Ming Leiblk-mq: always allow reserved allocation in hctx_may_queue
2020-09-11 Tian Taoblock: remove duplicate include statement in scsi_ioctl.c
2020-09-10 Xianting Tianblkcg: add plugging support for punt bio
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 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-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: use revalidate_disk_size in set_capacity_revalid...
2020-09-02 Christoph Hellwigblock: rename bd_invalidated
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 Kumykovblock: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
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: 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 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 Hellwigblock: fix locking for struct block_device size updates
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 TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2020-08-30 Linus TorvaldsMerge tag 'x86-urgent-2020-08-30' of git://git./linux...
2020-08-30 Linus TorvaldsMerge tag 'irq-urgent-2020-08-30' of git://git./linux...
2020-08-30 Linus TorvaldsMerge tag 'sched-urgent-2020-08-30' of git://git./linux...
2020-08-30 Linus TorvaldsMerge tag 'locking-urgent-2020-08-30' of git://git...
2020-08-30 Linus TorvaldsMerge tag '5.9-rc2-smb-fix' of git://git.samba.org...
2020-08-30 Linus TorvaldsMerge tag 'powerpc-5.9-4' of git://git./linux/kernel...
2020-08-30 Linus TorvaldsMerge tag 'usb-5.9-rc3' of git://git./linux/kernel...
next