Age | Commit message (Expand) | Author |
2020-03-25 | block: mark part_in_flight and part_in_flight_rw static | Christoph Hellwig |
2020-03-25 | block: mark block_depr static | Christoph Hellwig |
2020-03-25 | block: factor out requeue handling from dispatch code | Johannes Thumshirn |
2020-03-25 | block/diskstats: replace time_in_queue with sum of request times | Konstantin Khlebnikov |
2020-03-25 | block/diskstats: accumulate all per-cpu counters in one pass | Konstantin Khlebnikov |
2020-03-25 | block/diskstats: more accurate approximation of io_ticks for slow disks | Konstantin Khlebnikov |
2020-03-24 | block: merge partition-generic.c and check.c | Christoph Hellwig |
2020-03-24 | block: move the various x86 Unix label formats out of genhd.h | Christoph Hellwig |
2020-03-24 | partitions/msdos: remove LINUX_SWAP_PARTITION | Christoph Hellwig |
2020-03-24 | block: move the *_PARTITION enum out of genhd.h | Christoph Hellwig |
2020-03-24 | block: move struct partition out of genhd.h | Christoph Hellwig |
2020-03-24 | block: remove block/partitions/sun.h | Christoph Hellwig |
2020-03-24 | block: remove block/partitions/sgi.h | Christoph Hellwig |
2020-03-24 | block: remove block/partitions/osf.h | Christoph Hellwig |
2020-03-24 | block: remove block/partitions/karma.h | Christoph Hellwig |
2020-03-24 | block: declare all partition detection routines in check.h | Christoph Hellwig |
2020-03-24 | block: remove warn_no_part | Christoph Hellwig |
2020-03-24 | block: cleanup how md_autodetect_dev is called | Christoph Hellwig |
2020-03-24 | block: unexport read_dev_sector and put_dev_sector | Christoph Hellwig |
2020-03-24 | block: remove alloc_part_info and free_part_info | Christoph Hellwig |
2020-03-24 | block: move sysfs methods shared by disks and partitions to genhd.c | Christoph Hellwig |
2020-03-24 | block: move disk_name and related helpers out of partition-generic.c | Christoph Hellwig |
2020-03-24 | block: remove __bdevname | Christoph Hellwig |
2020-03-24 | block: remove the blk_lookup_devt export | Christoph Hellwig |
2020-03-21 | block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offline | Paolo Valente |
2020-03-21 | block, bfq: make reparent_leaf_entity actually work only on leaf entities | Paolo Valente |
2020-03-21 | block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup | Paolo Valente |
2020-03-21 | block, bfq: move forward the getting of an extra ref in bfq_bfqq_move | Paolo Valente |
2020-03-21 | block, bfq: fix use-after-free in bfq_idle_slice_timer_body | Zhiqiang Liu |
2020-03-18 | block/genhd: Notify udev about capacity change | Balbir Singh |
2020-03-18 | block: Prevent hung_check firing during long sync IO | Ming Lei |
2020-03-12 | block, zoned: fix integer overflow with BLKRESETZONE et al | Alexey Dobriyan |
2020-03-12 | blk-iocost: remove duplicated lines in comments | Weiping Zhang |
2020-03-12 | block: sed-opal: Change the check condition for regular session validity | Revanth Rajashekar |
2020-03-12 | block: cleanup comment for blk_flush_complete_seq | Guoqing Jiang |
2020-03-12 | block: remove unneeded argument from blk_alloc_flush_queue | Guoqing Jiang |
2020-03-12 | block: cleanup for _blk/blk_rq_prep_clone | Guoqing Jiang |
2020-03-12 | block: remove redundant setting of QUEUE_FLAG_DYING | Guoqing Jiang |
2020-03-12 | block: use bio_{wouldblock,io}_error in direct_make_request | Guoqing Jiang |
2020-03-12 | block: fix comment for blk_cloned_rq_check_limits | Guoqing Jiang |
2020-03-12 | block: Fix use-after-free issue accessing struct io_cq | Sahitya Tummala |
2020-03-10 | blk-mq: Fix a recently introduced regression in blk_mq_realloc_hw_ctxs() | Bart Van Assche |
2020-03-10 | blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync | Bart Van Assche |
2020-03-06 | block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group() | Carlo Nonato |
2020-03-02 | block: Remove used kblockd_schedule_work_on() | Daniel Wagner |
2020-02-26 | blk-mq: Remove some unused function arguments | John Garry |
2020-02-24 | blk-mq: insert passthrough request into hctx->dispatch directly | Ming Lei |
2020-02-06 | Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-02-03 | block, bfq: clarify the goal of bfq_split_bfqq() | Paolo Valente |
2020-02-03 | block, bfq: get a ref to a group when adding it to a service tree | Paolo Valente |