Age | Commit message (Expand) | Author |
2019-02-11 | lightnvm: Use u64 instead of __le64 for CPU visible side | Andy Shevchenko |
2019-02-11 | lightnvm: pblk: use vfree to free metadata on error path | Hans Holmberg |
2019-02-11 | lightnvm: pblk: stop taking the free lock in in pblk_lines_free | Hans Holmberg |
2019-02-10 | blk-sysfs: Rework documention of __blk_release_queue | Marcos Paulo de Souza |
2019-02-10 | blk-cgroup: Fix doc related to blkcg_exit_queue | Marcos Paulo de Souza |
2019-02-09 | block: queue flag cleanup | Jens Axboe |
2019-02-09 | block: kill QUEUE_FLAG_FLUSH_NQ | Jens Axboe |
2019-02-09 | bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata | Coly Li |
2019-02-09 | bcache: fix input overflow to cache set sysfs file io_error_halflife | Coly Li |
2019-02-09 | bcache: fix input overflow to cache set io_error_limit | Coly Li |
2019-02-09 | bcache: fix input overflow to journal_delay_ms | Coly Li |
2019-02-09 | bcache: fix input overflow to writeback_rate_minimum | Coly Li |
2019-02-09 | bcache: fix potential div-zero error of writeback_rate_p_term_inverse | Coly Li |
2019-02-09 | bcache: fix potential div-zero error of writeback_rate_i_term_inverse | Coly Li |
2019-02-09 | bcache: fix input overflow to writeback_delay | Coly Li |
2019-02-09 | bcache: use sysfs_strtoul_bool() to set bit-field variables | Coly Li |
2019-02-09 | bcache: add sysfs_strtoul_bool() for setting bit-field variables | Coly Li |
2019-02-09 | bcache: fix input overflow to sequential_cutoff | Coly Li |
2019-02-09 | bcache: fix input integer overflow of congested threshold | Coly Li |
2019-02-09 | bcache: improve sysfs_strtoul_clamp() | Coly Li |
2019-02-09 | bcache: treat stale && dirty keys as bad keys | Tang Junhui |
2019-02-09 | bcache: fix indentation issue, remove tabs on a hunk of code | Colin Ian King |
2019-02-09 | bcache: export backing_dev_uuid via sysfs | Coly Li |
2019-02-09 | bcache: export backing_dev_name via sysfs | Coly Li |
2019-02-09 | bcache: not use hard coded memset size in bch_cache_accounting_clear() | Coly Li |
2019-02-09 | bcache: never writeback a discard operation | Daniel Axtens |
2019-02-08 | block: avoid setting nr_requests to current value | Aleksei Zakharov |
2019-02-08 | cdrom: Fix race condition in cdrom_sysctl_register | Guenter Roeck |
2019-02-04 | Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.1/block | Jens Axboe |
2019-02-04 | raid1: simplify raid1_error function | Yufen Yu |
2019-02-04 | md-linear: use struct_size() in kzalloc() | Gustavo A. R. Silva |
2019-02-04 | Merge branch 'nvme-5.1' of git://git.infradead.org/nvme into for-5.1/block | Jens Axboe |
2019-02-04 | nvme: remove the .stop_ctrl callout | Sagi Grimberg |
2019-02-04 | nvme: add support for the Write Zeroes command | Chaitanya Kulkarni |
2019-02-01 | blk-mq: save default hctx into ctx->hctxs for not-supported type | Jianchao Wang |
2019-02-01 | blk-mq: save queue mapping result into ctx directly | Jianchao Wang |
2019-01-31 | block, bfq: fix in-service-queue check for queue merging | Paolo Valente |
2019-01-31 | block, bfq: do not overcharge writes in asymmetric scenarios | Paolo Valente |
2019-01-31 | block, bfq: port commit "cfq-iosched: improve hw_tag detection" | Paolo Valente |
2019-01-31 | block, bfq: reduce threshold for detecting command queueing | Paolo Valente |
2019-01-31 | block, bfq: fix queue removal from weights tree | Paolo Valente |
2019-01-31 | block, bfq: fix sequential rq detection in rate estimation | Paolo Valente |
2019-01-31 | block, bfq: unconditionally plug I/O in asymmetric scenarios | Paolo Valente |
2019-01-31 | block, bfq: do not plug I/O of in-service queue when harmful | Paolo Valente |
2019-01-31 | block, bfq: split function bfq_better_to_idle | Paolo Valente |
2019-01-31 | block, bfq: consider also ioprio classes in symmetry detection | Paolo Valente |
2019-01-31 | block, bfq: remove case of redirected bic from insert_request | Paolo Valente |
2019-01-31 | block, bfq: make sure queue budgets are not below service received | Paolo Valente |
2019-01-31 | block, bfq: avoid selecting a queue w/o budget | Paolo Valente |
2019-01-31 | block, bfq: do not consider interactive queues in srt filtering | Paolo Valente |