summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2019-02-095-20/+0
* bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li2019-02-091-3/+4
* bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li2019-02-091-2/+11
* bcache: fix input overflow to cache set io_error_limitColy Li2019-02-091-2/+1
* bcache: fix input overflow to journal_delay_msColy Li2019-02-091-1/+3
* bcache: fix input overflow to writeback_rate_minimumColy Li2019-02-091-1/+3
* bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li2019-02-091-1/+3
* bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li2019-02-091-1/+3
* bcache: fix input overflow to writeback_delayColy Li2019-02-091-1/+1
* bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li2019-02-091-8/+8
* bcache: add sysfs_strtoul_bool() for setting bit-field variablesColy Li2019-02-091-0/+10
* bcache: fix input overflow to sequential_cutoffColy Li2019-02-091-1/+3
* bcache: fix input integer overflow of congested thresholdColy Li2019-02-091-4/+6
* bcache: improve sysfs_strtoul_clamp()Coly Li2019-02-091-3/+10
* bcache: treat stale && dirty keys as bad keysTang Junhui2019-02-091-6/+7
* bcache: fix indentation issue, remove tabs on a hunk of codeColin Ian King2019-02-091-15/+15
* bcache: export backing_dev_uuid via sysfsColy Li2019-02-091-0/+9
* bcache: export backing_dev_name via sysfsColy Li2019-02-091-0/+8
* bcache: not use hard coded memset size in bch_cache_accounting_clear()Coly Li2019-02-091-1/+1
* bcache: never writeback a discard operationDaniel Axtens2019-02-091-0/+3
* block: avoid setting nr_requests to current valueAleksei Zakharov2019-02-081-0/+3
* cdrom: Fix race condition in cdrom_sysctl_registerGuenter Roeck2019-02-081-4/+3
* Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.1/blockJens Axboe2019-02-042-6/+3
|\
| * raid1: simplify raid1_error functionYufen Yu2019-02-041-4/+2
| * md-linear: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-041-2/+1
* | Merge branch 'nvme-5.1' of git://git.infradead.org/nvme into for-5.1/blockJens Axboe2019-02-044-21/+56
|\ \ | |/ |/|
| * nvme: remove the .stop_ctrl calloutSagi Grimberg2019-02-044-19/+6
| * nvme: add support for the Write Zeroes commandChaitanya Kulkarni2019-02-041-2/+50
|/
* blk-mq: save default hctx into ctx->hctxs for not-supported typeJianchao Wang2019-02-012-9/+13
* blk-mq: save queue mapping result into ctx directlyJianchao Wang2019-02-015-8/+9
* block, bfq: fix in-service-queue check for queue mergingPaolo Valente2019-01-312-1/+7
* block, bfq: do not overcharge writes in asymmetric scenariosPaolo Valente2019-01-311-1/+2
* block, bfq: port commit "cfq-iosched: improve hw_tag detection"Paolo Valente2019-01-311-0/+13
* block, bfq: reduce threshold for detecting command queueingPaolo Valente2019-01-311-2/+2
* block, bfq: fix queue removal from weights treePaolo Valente2019-01-312-7/+16
* block, bfq: fix sequential rq detection in rate estimationPaolo Valente2019-01-311-5/+7
* block, bfq: unconditionally plug I/O in asymmetric scenariosPaolo Valente2019-01-311-181/+165
* block, bfq: do not plug I/O of in-service queue when harmfulPaolo Valente2019-01-311-14/+17
* block, bfq: split function bfq_better_to_idlePaolo Valente2019-01-311-73/+82
* block, bfq: consider also ioprio classes in symmetry detectionPaolo Valente2019-01-313-47/+59
* block, bfq: remove case of redirected bic from insert_requestPaolo Valente2019-01-311-2/+0
* block, bfq: make sure queue budgets are not below service receivedPaolo Valente2019-01-311-2/+4
* block, bfq: avoid selecting a queue w/o budgetPaolo Valente2019-01-311-1/+9
* block, bfq: do not consider interactive queues in srt filteringPaolo Valente2019-01-311-10/+29
* mtip32xx: Ń•top abusing the managed resource APIsChristoph Hellwig2019-01-311-21/+16
* Linux 5.0-rc4v5.0-rc4Linus Torvalds2019-01-281-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-278-17/+61
|\
| * x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabledSinan Kaya2019-01-221-1/+1
| * x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich2019-01-181-2/+4
| * x86/kexec: Fix a kexec_file_load() failureDave Young2019-01-152-0/+3