2019-06-28 |
Coly Li | bcache: improve error message in bch_cached_dev_run() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Coly Li | bcache: add more error message in bch_cached_dev_attach() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Coly Li | bcache: more detailed error message to bcache_device_link() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Coly Li | bcache: check CACHE_SET_IO_DISABLE bit in bch_journal() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Coly Li | bcache: check CACHE_SET_IO_DISABLE in allocator code Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Coly Li | bcache: remove unncessary code in bch_btree_keys_init() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Coly Li | bcache: add return value check to bch_cached_dev_run() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Alexandru Ardelean | bcache: use sysfs_match_string() instead of __sysfs_match_st... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Coly Li | bcache: remove unnecessary prefetch() in bset_search_tree() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Coly Li | bcache: add io error counting in write_bdev_super_endio() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Coly Li | bcache: ignore read-ahead request failure on backing... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Coly Li | bcache: avoid flushing btree node in cache_set_flush... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Coly Li | Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_e... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Coly Li | bcache: fix return value error in bch_journal_read() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Coly Li | bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_fl... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-28 |
Coly Li | bcache: don't set max writeback rate if gc is running Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-27 |
Damien Le Moal | block: Remove unused code Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-26 |
Douglas Anderson | block, bfq: Init saved_wr_start_at_switch_to_srt in... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-26 |
Jens Axboe | Merge branch 'md-next' of https://github.com/liu-song...
|
commit | commitdiff | tree |
2019-06-25 |
Paolo Valente | block, bfq: re-schedule empty queues if they deserve... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-25 |
Paolo Valente | block, bfq: preempt lower-weight or lower-priority... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-25 |
Paolo Valente | block, bfq: detect wakers and unconditionally inject... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-25 |
Paolo Valente | block, bfq: bring forward seek&think time update Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-25 |
Paolo Valente | block, bfq: update base request service times when... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-25 |
Paolo Valente | block, bfq: fix rq_in_driver check in bfq_update_inject_limit Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-25 |
Paolo Valente | block, bfq: reset inject limit when think-time state... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-24 |
Jens Axboe | Merge branch 'nvme-5.3' of git://git.infradead.org...
|
commit | commitdiff | tree |
2019-06-21 |
Geert Uytterhoeven | lightnvm: fix uninitialized pointer in nvm_remove_tgt() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-21 |
Heiner Litz | lightnvm: pblk: fix freeing of merged pages Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-21 |
Christoph Hellwig | cgroup: export css_next_descendant_pre for bfq Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-21 |
Jens Axboe | Merge branch 'md-next' of https://github.com/liu-song...
|
commit | commitdiff | tree |
2019-06-20 |
Chaitanya Kulkarni | f2fs: use block layer helper for show_bio_op macro Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Chaitanya Kulkarni | block: update print_req_error() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Chaitanya Kulkarni | block: use blk_op_str() in blk-mq-debugfs.c Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Chaitanya Kulkarni | block: add centralize REQ_OP_XXX to string helper Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Christoph Hellwig | block: improve print_req_error Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Christoph Hellwig | block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUG Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Christoph Hellwig | bfq-iosched: move bfq_stat_recursive_sum into the only... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Christoph Hellwig | blk-cgroup: move struct blkg_stat to bfq Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Christoph Hellwig | blk-cgroup: introduce a new struct blkg_rwstat_sample Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Christoph Hellwig | blk-cgroup: pass blkg_rwstat structures by reference Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Christoph Hellwig | blk-cgroup: factor out a helper to read rwstat counter Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Christoph Hellwig | block: mark blk_rq_bio_prep as inline Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Christoph Hellwig | block: untangle the end of blk_bio_segment_split Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Christoph Hellwig | block: simplify blk_recalc_rq_segments Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Christoph Hellwig | block: remove the bi_phys_segments field in struct bio Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Christoph Hellwig | block: remove blk_init_request_from_bio Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Christoph Hellwig | block: initialize the write priority in blk_rq_bio_prep Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Dennis Zhou | blk-iolatency: only account submitted bios Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Greg Kroah-Hartman | block: drbd: no need to check return value of debugfs_create... Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Pavel Begunkov | blk-core: Remove blk_end_request*() declarations Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Chaitanya Kulkarni | block: code cleanup queue_poll_stat_show() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Chaitanya Kulkarni | block: use right format specifier for op Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Chaitanya Kulkarni | block: get rid of redundant else Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Chaitanya Kulkarni | null_blk: remove duplicate 0 initialization Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Minwoo Im | block: move tag field position in struct request Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-20 |
Arnd Bergmann | floppy: fix harmless clang build warning Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-17 |
Chaitanya Kulkarni | block: use req_op() to maintain consistency Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Tejun Heo | blkcg, writeback: dead memcgs shouldn't contribute... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Tejun Heo | blkcg: blkcg_activate_policy() should initialize ancestors... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Tejun Heo | blkcg: perpcu_ref init/exit should be done from blkg_alloc... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Tejun Heo | blkcg: update blkcg_print_stat() to handle larger outputs Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Tejun Heo | blk-iolatency: clear use_delay when io.latency is set... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Gustavo A. R. Silva | block: bio: Use struct_size() in kmalloc() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Gustavo A. R. Silva | block: genhd: Use struct_size() helper Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Bob Liu | block: null_blk: fix race condition for null_del_dev Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Pavel Begunkov | blk-mq/debugfs: Fix improper print qualifier Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Guoqing Jiang | md/raid10: read balance chooses idlest disk for SSD Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Marcos Paulo de... | md: raid1-10: Unify r{1,10}bio_pool_free Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Gustavo A. R. Silva | md: raid10: Use struct_size() in kmalloc() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Yufen Yu | md/raid1: get rid of extra blank line and space Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Yufen Yu | md: fix spelling typo and add necessary space Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Marcos Paulo de... | md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_show Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Xiao Ni | raid5-cache: Need to do start() part job after adding... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-15 |
Marcos Paulo de... | drivers: md: Unify common definitions of raid1 and... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-13 |
Geert Uytterhoeven | block/ps3vram: Use %llu to format sector_t after LBDAF... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-13 |
Hans de Goede | libata: Extend quirks for the ST1000LM024 drives with... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-13 |
Coly Li | bcache: only set BCACHE_DEV_WB_RUNNING when cached... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-13 |
Coly Li | bcache: fix stack corruption by PRECEDING_KEY() Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-13 |
Ming Lei | blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-13 |
Andreas Herrmann | blkio-controller.txt: Remove references to CFQ Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-13 |
Andreas Herrmann | block/switching-sched.txt: Update to blk-mq schedulers Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-13 |
Chaitanya Kulkarni | null_blk: remove duplicate check for report zone Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-13 |
Greg Kroah-Hartman | blk-mq: no need to check return value of debugfs_create... Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-13 |
Eric Biggers | io_uring: fix memory leak of UNIX domain socket inode Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-13 |
Damien Le Moal | block: force select mq-deadline for zoned block devices Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-10 |
Jens Axboe | cgroup/bfq: revert bfq.weight symlink change Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-07 |
Jens Axboe | Merge branch 'nvme-5.2-rc-next' of git://git.infradead...
|
commit | commitdiff | tree |
2019-06-07 |
Angelo Ruocco | block, bfq: add weight symlink to the bfq.weight cgroup... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-07 |
Angelo Ruocco | cgroup: let a symlink too be created with a cftype... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-07 |
Ming Lei | block: free sched's request pool in blk_cleanup_queue Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-05 |
Christoph Hellwig | mmc: also set max_segment_size in the device Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-05 |
Christoph Hellwig | mtip32xx: also set max_segment_size in the device Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-05 |
Christoph Hellwig | rsxx: don't call dma_set_max_seg_size Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-05 |
Christoph Hellwig | nvme-pci: don't limit DMA segement size Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-05 |
Kefeng Wang | block: Drop unlikely before IS_ERR(_OR_NULL) Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-04 |
Greg Kroah-Hartman | block: aoe: no need to check return value of debugfs_create... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-06-04 |
Bart Van Assche | MAINTAINERS: Hand over skd maintainership Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-05-31 |
John Pittman | block: print offending values when cloned rq limits... Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
2019-05-31 |
Bart Van Assche | blk-mq: Document the blk_mq_hw_queue_to_node() arguments Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
commit | commitdiff | tree |
next |