summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-11lightnvm: Use u64 instead of __le64 for CPU visible sideAndy Shevchenko
2019-02-11lightnvm: pblk: use vfree to free metadata on error pathHans Holmberg
2019-02-11lightnvm: pblk: stop taking the free lock in in pblk_lines_freeHans Holmberg
2019-02-10blk-sysfs: Rework documention of __blk_release_queueMarcos Paulo de Souza
2019-02-10blk-cgroup: Fix doc related to blkcg_exit_queueMarcos Paulo de Souza
2019-02-09block: queue flag cleanupJens Axboe
2019-02-09block: kill QUEUE_FLAG_FLUSH_NQJens Axboe
2019-02-09bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li
2019-02-09bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li
2019-02-09bcache: fix input overflow to cache set io_error_limitColy Li
2019-02-09bcache: fix input overflow to journal_delay_msColy Li
2019-02-09bcache: fix input overflow to writeback_rate_minimumColy Li
2019-02-09bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li
2019-02-09bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li
2019-02-09bcache: fix input overflow to writeback_delayColy Li
2019-02-09bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li
2019-02-09bcache: add sysfs_strtoul_bool() for setting bit-field variablesColy Li
2019-02-09bcache: fix input overflow to sequential_cutoffColy Li
2019-02-09bcache: fix input integer overflow of congested thresholdColy Li
2019-02-09bcache: improve sysfs_strtoul_clamp()Coly Li
2019-02-09bcache: treat stale && dirty keys as bad keysTang Junhui
2019-02-09bcache: fix indentation issue, remove tabs on a hunk of codeColin Ian King
2019-02-09bcache: export backing_dev_uuid via sysfsColy Li
2019-02-09bcache: export backing_dev_name via sysfsColy Li
2019-02-09bcache: not use hard coded memset size in bch_cache_accounting_clear()Coly Li
2019-02-09bcache: never writeback a discard operationDaniel Axtens
2019-02-08block: avoid setting nr_requests to current valueAleksei Zakharov
2019-02-08cdrom: Fix race condition in cdrom_sysctl_registerGuenter Roeck
2019-02-04Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.1/blockJens Axboe
2019-02-04raid1: simplify raid1_error functionYufen Yu
2019-02-04md-linear: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-02-04Merge branch 'nvme-5.1' of git://git.infradead.org/nvme into for-5.1/blockJens Axboe
2019-02-04nvme: remove the .stop_ctrl calloutSagi Grimberg
2019-02-04nvme: add support for the Write Zeroes commandChaitanya Kulkarni
2019-02-01blk-mq: save default hctx into ctx->hctxs for not-supported typeJianchao Wang
2019-02-01blk-mq: save queue mapping result into ctx directlyJianchao Wang
2019-01-31block, bfq: fix in-service-queue check for queue mergingPaolo Valente
2019-01-31block, bfq: do not overcharge writes in asymmetric scenariosPaolo Valente
2019-01-31block, bfq: port commit "cfq-iosched: improve hw_tag detection"Paolo Valente
2019-01-31block, bfq: reduce threshold for detecting command queueingPaolo Valente
2019-01-31block, bfq: fix queue removal from weights treePaolo Valente
2019-01-31block, bfq: fix sequential rq detection in rate estimationPaolo Valente
2019-01-31block, bfq: unconditionally plug I/O in asymmetric scenariosPaolo Valente
2019-01-31block, bfq: do not plug I/O of in-service queue when harmfulPaolo Valente
2019-01-31block, bfq: split function bfq_better_to_idlePaolo Valente
2019-01-31block, bfq: consider also ioprio classes in symmetry detectionPaolo Valente
2019-01-31block, bfq: remove case of redirected bic from insert_requestPaolo Valente
2019-01-31block, bfq: make sure queue budgets are not below service receivedPaolo Valente
2019-01-31block, bfq: avoid selecting a queue w/o budgetPaolo Valente
2019-01-31block, bfq: do not consider interactive queues in srt filteringPaolo Valente