]> git.ipfire.org Git - thirdparty/linux.git/history - block
blk-throttle: remove tg_drain_bios
[thirdparty/linux.git] / block /
2020-05-29  Guoqing Jiangblk-throttle: remove tg_drain_bios
2020-05-29  Guoqing Jiangblk-throttle: remove blk_throtl_drain
2020-05-29  Ming Leiblk-mq: drain I/O when all CPUs in a hctx are offline
2020-05-29  Ming Leiblk-mq: add blk_mq_all_tag_iter
2020-05-29  Christoph Hellwigblk-mq: open code __blk_mq_alloc_request in blk_mq_allo...
2020-05-29  Christoph Hellwigblk-mq: use BLK_MQ_NO_TAG in more places
2020-05-29  Christoph Hellwigblk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAG
2020-05-29  Christoph Hellwigblk-mq: move more request initialization to blk_mq_rq_c...
2020-05-29  Christoph Hellwigblk-mq: simplify the blk_mq_get_request calling convention
2020-05-29  Christoph Hellwigblk-mq: remove the bio argument to ->prepare_request
2020-05-29  Keith Buschblk-mq: blk-mq: provide forced completion method
2020-05-27  Colin Ian Kingblock: blk-crypto-fallback: remove redundant initializa...
2020-05-27  Christoph Hellwigblock: reduce part_stat_lock() scope
2020-05-27  Konstantin Khlebnikovblock: remove rcu_read_lock() from part_stat_lock()
2020-05-27  Konstantin Khlebnikovblock: add a blk_account_io_merge_bio helper
2020-05-27  Konstantin Khlebnikovblock: account merge of two requests
2020-05-27  Christoph Hellwigblock: always use a percpu variable for disk stats
2020-05-27  Christoph Hellwigblock: move update_io_ticks to blk-core.c
2020-05-27  Christoph Hellwigblock: remove generic_{start,end}_io_acct
2020-05-27  Christoph Hellwigblock: add disk/bio-based accounting helpers
2020-05-22  Christoph Hellwigblock: remove the disk and queue NULL checks in blkdev_...
2020-05-22  Christoph Hellwigblock: remove the error_sector argument to blkdev_issue...
2020-05-19  Baolin Wangblock: Remove unused flush_queue_delayed in struct...
2020-05-19  Bart Van Asscheblock: Fix type of first compat_put_{,u}long() argument
2020-05-19  Christoph Hellwigblock: merge part_{inc,dev}_in_flight into their only...
2020-05-19  Christoph Hellwigblock: don't call part_{inc,dec}_in_flight for blk...
2020-05-19  Christoph Hellwigblock: move the blk-mq calls out of part_in_flight...
2020-05-19  Christoph Hellwigblock: mark blk_account_io_completion static
2020-05-19  Christoph Hellwigblk-mq: allow blk_mq_make_request to consume the q_usag...
2020-05-19  Christoph Hellwigblk-mq: remove a pointless queue enter pair in blk_mq_a...
2020-05-19  Christoph Hellwigblk-mq: remove a pointless queue enter pair in blk_mq_a...
2020-05-19  Christoph Hellwigblk-mq: move the call to blk_queue_enter_live out of...
2020-05-14  Satya Tangiralablock: blk-crypto-fallback for Inline Encryption
2020-05-14  Satya Tangiralablock: Make blk-integrity preclude hardware inline...
2020-05-14  Satya Tangiralablock: Inline encryption support for blk-mq
2020-05-14  Satya Tangiralablock: Keyslot Manager for Inline Encryption
2020-05-14  Tejun Heoiocost: don't let vrate run wild while there's no satur...
2020-05-14  Ming Leiblock: move blk_io_schedule() out of header file
2020-05-13  Johannes Thumshirnblock: export bio_release_pages and bio_iov_iter_get_pages
2020-05-13  Damien Le Moalblock: Modify revalidate zones
2020-05-13  Johannes Thumshirnblock: introduce blk_req_zone_write_trylock
2020-05-13  Keith Buschblock: Introduce REQ_OP_ZONE_APPEND
2020-05-13  Christoph Hellwigblock: rename __bio_add_pc_page to bio_add_hw_page
2020-05-13  Ming Leiblock: don't hold part0's refcount in IO path
2020-05-13  Ming Leiblock: only define 'nr_sects_seq' in hd_part for 32bit SMP
2020-05-13  Ming Leiblock: fix use-after-free on cached last_lookup partition
2020-05-13  Weiping Zhangblock: reset mapping if failed to update hardware queue...
2020-05-09  Christoph Hellwigbdi: remove the name field in struct backing_dev_info
2020-05-09  Christoph Hellwigbdi: simplify bdi_alloc
2020-05-09  Christoph Hellwigbdi: remove bdi_register_owner
2020-05-09  Weiping Zhangblock: rename blk_mq_alloc_rq_maps
2020-05-09  Weiping Zhangblock: rename __blk_mq_alloc_rq_map
2020-05-09  Ming Leiblock: alloc map and request for new hardware queue
2020-05-09  Weiping Zhangblock: save previous hardware queue count before udpate
2020-05-09  Weiping Zhangblock: free both rq_map and request
2020-05-09  Jens AxboeMerge branch 'block-5.7' into for-5.8/block
2020-05-09  Yufen Yubdi: use bdi_dev_name() to get device name
2020-05-05  Tejun Heoiocost: protect iocg->abs_vdebt with iocg->waitq.lock
2020-04-30  Tejun Heoblk-iocost: account for IO size when testing latencies
2020-04-30  Tejun Heoblk-iocost: switch to fixed non-auto-decaying use_delay
2020-04-30  Christoph Hellwigblock: remove the bd_openers checks in blk_drop_partitions
2020-04-29  Christoph Hellwigblock: add a bio_queue_enter helper
2020-04-29  Christoph Hellwigblock: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCT
2020-04-29  Christoph Hellwigblock: cleanup the memory stall accounting in submit_bio
2020-04-29  Christoph Hellwigblock: improve the submit_bio and generic_make_request...
2020-04-29  Zheng Binblk-mq: make function '__blk_mq_sched_dispatch_requests...
2020-04-25  Christoph Hellwigblock: bypass ->make_request_fn for blk-mq drivers
2020-04-25  Christoph Hellwigblock: remove create_io_context
2020-04-24  Salman Qaziblock: Limit number of items taken from the I/O schedul...
2020-04-22  Christoph Hellwigblock: move dma_pad handling from blk_rq_map_sg into...
2020-04-22  Christoph Hellwigblock: move dma drain handling to scsi
2020-04-22  Christoph Hellwigblock: provide a blk_rq_map_sg variant that returns...
2020-04-22  Christoph Hellwigblock: remove RQF_COPY_USER
2020-04-21  Waiman Longblk-iocost: Fix error on iocost_ioc_vrate_adj
2020-04-20  Christoph Hellwigblock: fold bdev_unhash_inode into invalidate_partition
2020-04-20  Christoph Hellwigblock: mark invalidate_partition static
2020-04-20  Christoph Hellwigblock: simplify block device syncing in bdev_del_partition
2020-04-20  Christoph Hellwigblock: don't call invalidate_partition from blk_drop_pa...
2020-04-20  Christoph Hellwigdasd: use blk_drop_partitions instead of badly reimplem...
2020-04-20  Christoph Hellwigblock: remove the disk argument from blk_drop_partitions
2020-04-20  Christoph Hellwigblock: remove hd_struct_kill
2020-04-20  Christoph Hellwigblock: cleanup hd_struct freeing
2020-04-20  Christoph Hellwigblock: pass a hd_struct to delete_partition
2020-04-20  Christoph Hellwigblock: refactor blkpg_ioctl
2020-04-20  Douglas Andersonblk-mq: Rerun dispatching in the case of budget contention
2020-04-20  Douglas Andersonblk-mq: Add blk_mq_delay_run_hw_queues() API call
2020-04-20  Douglas Andersonblk-mq: In blk_mq_dispatch_rq_list() "no budget" is...
2020-04-19  Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.kernel...
2020-04-19  Linus TorvaldsMerge tag 'x86-urgent-2020-04-19' of git://git.kernel...
2020-04-19  Linus TorvaldsMerge tag 'timers-urgent-2020-04-19' of git://git.kerne...
2020-04-19  Linus TorvaldsMerge tag 'perf-urgent-2020-04-19' of git://git.kernel...
2020-04-19  Linus TorvaldsMerge tag 'irq-urgent-2020-04-19' of git://git.kernel...
2020-04-19  Linus TorvaldsMerge tag 'sched-urgent-2020-04-19' of git://git.kernel...
2020-04-19  Linus TorvaldsMerge tag 'core-urgent-2020-04-19' of git://git.kernel...
2020-04-19  Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git.kernel...
2020-04-19  Linus TorvaldsMerge tag '5.7-rc-smb3-fixes' of git://git.samba.org...
2020-04-19  Linus TorvaldsMerge tag 'flexible-array-member-5.7-rc2' of git:/...
2020-04-18  Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2020-04-18  Linus TorvaldsMerge tag 'hwmon-for-v5.7-rc2' of git://git.kernel...
2020-04-18  Linus TorvaldsMerge tag 'xfs-5.7-fixes-3' of git://git.kernel.org...
next