OSDN Git Service

uclinux-h8/linux.git
2022-03-18 Ming Leiblock: let blkcg_gq grab request queue's refcnt
2022-03-18 Ming Leiblock: avoid use-after-free on throttle data
2022-03-18 Shin'ichiro... block: limit request dispatch loop duration
2022-03-16 Colin Ian Kingblock/bfq-iosched: Fix spelling mistake "tenative"...
2022-03-15 Lukas Bulwahnsr: simplify the local variable initialization in sr_bl...
2022-03-15 Tejun Heoblock: don't merge across cgroup boundaries if blkcg...
2022-03-14 Tejun Heoblock: fix rq-qos breakage from skipping rq_qos_done_bio()
2022-03-11 Jens Axboeblock: flush plug based on hardware and software queue...
2022-03-11 Jens Axboeblock: ensure plug merging checks the correct queue...
2022-03-09 Ming Leiblock: move rq_qos_exit() into disk_release()
2022-03-09 Christoph Hellwigblock: do more work in elevator_exit
2022-03-09 Ming Leiblock: move blk_exit_queue into disk_release
2022-03-09 Ming Leiblock: move q_usage_counter release into blk_queue_release
2022-03-09 Ming Leiblock: don't remove hctx debugfs dir from blk_mq_exit_queue
2022-03-09 Ming Leiblock: move blkcg initialization/destroy into disk...
2022-03-09 Christoph Hellwigsr: implement ->free_disk to simplify refcounting
2022-03-09 Christoph Hellwigsd: implement ->free_disk to simplify refcounting
2022-03-09 Christoph Hellwigsd: delay calling free_opal_dev
2022-03-09 Christoph Hellwigsd: call sd_zbc_release_disk before releasing the scsi_...
2022-03-09 Christoph Hellwigsd: rename the scsi_disk.dev field
2022-03-09 Christoph Hellwigscsi: don't use disk->private_data to find the scsi_driver
2022-03-09 Ming Leiblk-mq: handle already freed tags gracefully in blk_mq_...
2022-03-09 Christoph Hellwigblk-mq: do not include passthrough requests in I/O...
2022-03-09 Ming Leiblk-mq: manage hctx map via xarray
2022-03-09 Ming Leiblk-mq: prepare for implementing hctx table via xarray
2022-03-09 Ming Leiblock: mtip32xx: don't touch q->queue_hw_ctx
2022-03-09 Ming Leiblk-mq: reconfigure poll after queue map is changed
2022-03-09 Ming Leiblk-mq: simplify reallocation of hw ctxs a bit
2022-03-09 Ming Leiblk-mq: figure out correct numa node for hw queue
2022-03-09 Paolo ValenteRevert "Revert "block, bfq: honor already-setup queue...
2022-03-07 Christoph Hellwigblock: remove bio_devname
2022-03-07 Christoph Hellwigext4: stop using bio_devname
2022-03-07 Christoph Hellwigraid5-ppl: stop using bio_devname
2022-03-07 Christoph Hellwigraid1: stop using bio_devname
2022-03-07 Christoph Hellwigmd-multipath: stop using bio_devname
2022-03-07 Christoph Hellwigdm-integrity: stop using bio_devname
2022-03-07 Christoph Hellwigdm-crypt: stop using bio_devname
2022-03-07 Christoph Hellwigpktcdvd: remove a pointless debug check in pkt_submit_bio
2022-03-07 Christoph Hellwigblock: remove handle_bad_sector
2022-03-07 Christoph Hellwigblock: fix and cleanup bio_check_ro
2022-03-05 Zhang Wenshengbfq: fix use-after-free in bfq_dispatch_request
2022-02-28 Eric Biggersblk-crypto: show crypto capabilities in sysfs
2022-02-28 Eric Biggersblock: don't delete queue kobject before its children
2022-02-28 Eric Biggersblock: simplify calling convention of elv_unregister_qu...
2022-02-27 Nian Yanchuanblock: remove redundant semicolon
2022-02-27 Christoph Hellwigblock: default BLOCK_LEGACY_AUTOLOAD to y
2022-02-22 Zhang Wenshengblock: update io_ticks when io hang
2022-02-18 Yu Kuaiblock, bfq: don't move oom_bfqq
2022-02-18 Yu Kuaiblock, bfq: avoid moving bfqq to it's parent bfqg
2022-02-18 Yu Kuaiblock, bfq: cleanup bfq_bfqq_to_bfqg()
2022-02-17 Yahu Gaoblock/bfq_wf2q: correct weight to ioprio
2022-02-17 David Jefferyblk-mq: avoid extending delays of active hctx from...
2022-02-17 Christoph Hellwigvirtio_blk: simplify refcounting
2022-02-17 Christoph Hellwigmemstick/mspro_block: simplify refcounting
2022-02-17 Christoph Hellwigmemstick/mspro_block: fix handling of read-only devices
2022-02-17 Christoph Hellwigmemstick/ms_block: simplify refcounting
2022-02-17 Christoph Hellwigblock: add a ->free_disk method
2022-02-17 Ming Leiblock: revert 4f1e9630afe6 ("blk-throtl: optimize IOPS...
2022-02-17 Ming Leiblock: don't try to throttle split bio if iops limit...
2022-02-17 Ming Leiblock: throttle split bio in case of iops limit
2022-02-17 Ming Leiblock: merge submit_bio_checks() into submit_bio_noacct
2022-02-17 Ming Leiblock: don't check bio in blk_throtl_dispatch_work_fn
2022-02-17 Ming Leiblock: don't declare submit_bio_checks in local header
2022-02-17 Ming Leiblock: move blk_crypto_bio_prep() out of blk-mq.c
2022-02-17 Ming Leiblock: move submit_bio_checks() into submit_bio_noacct
2022-02-17 Christoph Hellwigdm: remove dm_dispatch_clone_request
2022-02-17 Christoph Hellwigdm: remove useless code from dm_dispatch_clone_request
2022-02-17 Christoph Hellwigblk-mq: remove the request_queue argument to blk_insert...
2022-02-17 Christoph Hellwigblk-mq: fold blk_cloned_rq_check_limits into blk_insert...
2022-02-17 Christoph Hellwigblk-mq: make the blk-mq stacking code optional
2022-02-15 Chengming Zhoublk-cgroup: set blkg iostat after percpu stat aggregation
2022-02-15 Chaitanya Kulkarniblk-lib: don't check bdev_get_queue() NULL check
2022-02-15 Christoph Hellwigblock: remove biodoc.rst
2022-02-11 Barry Songdocs: block: biodoc.rst: Drop the obsolete and incorrec...
2022-02-11 Ming Leiblock: partition include/linux/blk-cgroup.h
2022-02-11 Ming Leiblock: move initialization of q->blkg_list into blkcg_i...
2022-02-11 Ming Leiblock: remove THROTL_IOPS_MAX
2022-02-11 Yang Shiblock: introduce block_rq_error tracepoint
2022-02-08 John Garrysbitmap: Delete old sbitmap_queue_get_shallow()
2022-02-08 Ming Leilib/sbitmap: kill 'depth' from sbitmap_word
2022-02-04 Christoph Hellwigblock: pass a block_device to bio_clone_fast
2022-02-04 Christoph Hellwigblock: initialize the target bio in __bio_clone_fast
2022-02-04 Christoph Hellwigdm: use bio_clone_fast in alloc_io/alloc_tio
2022-02-04 Christoph Hellwigblock: clone crypto and integrity data in __bio_clone_fast
2022-02-04 Christoph Hellwigdm-cache: remove __remap_to_origin_clear_discard
2022-02-04 Christoph Hellwigdm: simplify the single bio fast path in __send_duplica...
2022-02-04 Christoph Hellwigdm: retun the clone bio from alloc_tio
2022-02-04 Christoph Hellwigdm: pass the bio instead of tio to __map_bio
2022-02-04 Christoph Hellwigdm: move cloning the bio into alloc_tio
2022-02-04 Christoph Hellwigdm: fold __send_duplicate_bios into __clone_and_map_sim...
2022-02-04 Christoph Hellwigdm: fold clone_bio into __clone_and_map_data_bio
2022-02-04 Christoph Hellwigdm: add a clone_to_tio helper
2022-02-04 Christoph Hellwigdrbd: set ->bi_bdev in drbd_req_new
2022-02-04 Christoph Hellwigblock: call bio_associate_blkg from bio_reset
2022-02-04 Song Liuscsi: use BLK_STS_OFFLINE for not fully online devices
2022-02-04 Song Liublock: return -ENODEV for BLK_STS_OFFLINE
2022-02-04 Song Liublock: introduce BLK_STS_OFFLINE
2022-02-02 Dan Carpenterfs/ntfs3: remove unnecessary NULL check
2022-02-02 Jiapeng Chongblock: fix boolreturn.cocci warning
2022-02-02 Christoph HellwigMAINTAINERS: add bio.h to the block section
next