| Commit message (Expand) | Author | Files | Lines |
2019-02-09 | bcache: fix input overflow to writeback_rate_minimum | Coly Li | 1 | -1/+3 |
2019-02-09 | bcache: fix potential div-zero error of writeback_rate_p_term_inverse | Coly Li | 1 | -1/+3 |
2019-02-09 | bcache: fix potential div-zero error of writeback_rate_i_term_inverse | Coly Li | 1 | -1/+3 |
2019-02-09 | bcache: fix input overflow to writeback_delay | Coly Li | 1 | -1/+1 |
2019-02-09 | bcache: use sysfs_strtoul_bool() to set bit-field variables | Coly Li | 1 | -8/+8 |
2019-02-09 | bcache: add sysfs_strtoul_bool() for setting bit-field variables | Coly Li | 1 | -0/+10 |
2019-02-09 | bcache: fix input overflow to sequential_cutoff | Coly Li | 1 | -1/+3 |
2019-02-09 | bcache: fix input integer overflow of congested threshold | Coly Li | 1 | -4/+6 |
2019-02-09 | bcache: improve sysfs_strtoul_clamp() | Coly Li | 1 | -3/+10 |
2019-02-09 | bcache: treat stale && dirty keys as bad keys | Tang Junhui | 1 | -6/+7 |
2019-02-09 | bcache: fix indentation issue, remove tabs on a hunk of code | Colin Ian King | 1 | -15/+15 |
2019-02-09 | bcache: export backing_dev_uuid via sysfs | Coly Li | 1 | -0/+9 |
2019-02-09 | bcache: export backing_dev_name via sysfs | Coly Li | 1 | -0/+8 |
2019-02-09 | bcache: not use hard coded memset size in bch_cache_accounting_clear() | Coly Li | 1 | -1/+1 |
2019-02-09 | bcache: never writeback a discard operation | Daniel Axtens | 1 | -0/+3 |
2019-02-08 | block: avoid setting nr_requests to current value | Aleksei Zakharov | 1 | -0/+3 |
2019-02-08 | cdrom: Fix race condition in cdrom_sysctl_register | Guenter Roeck | 1 | -4/+3 |
2019-02-04 | raid1: simplify raid1_error function | Yufen Yu | 1 | -4/+2 |
2019-02-04 | md-linear: use struct_size() in kzalloc() | Gustavo A. R. Silva | 1 | -2/+1 |
2019-02-04 | nvme: remove the .stop_ctrl callout | Sagi Grimberg | 4 | -19/+6 |
2019-02-04 | nvme: add support for the Write Zeroes command | Chaitanya Kulkarni | 1 | -2/+50 |
2019-02-01 | blk-mq: save default hctx into ctx->hctxs for not-supported type | Jianchao Wang | 2 | -9/+13 |
2019-02-01 | blk-mq: save queue mapping result into ctx directly | Jianchao Wang | 5 | -8/+9 |
2019-01-31 | block, bfq: fix in-service-queue check for queue merging | Paolo Valente | 2 | -1/+7 |
2019-01-31 | block, bfq: do not overcharge writes in asymmetric scenarios | Paolo Valente | 1 | -1/+2 |
2019-01-31 | block, bfq: port commit "cfq-iosched: improve hw_tag detection" | Paolo Valente | 1 | -0/+13 |
2019-01-31 | block, bfq: reduce threshold for detecting command queueing | Paolo Valente | 1 | -2/+2 |
2019-01-31 | block, bfq: fix queue removal from weights tree | Paolo Valente | 2 | -7/+16 |
2019-01-31 | block, bfq: fix sequential rq detection in rate estimation | Paolo Valente | 1 | -5/+7 |
2019-01-31 | block, bfq: unconditionally plug I/O in asymmetric scenarios | Paolo Valente | 1 | -181/+165 |
2019-01-31 | block, bfq: do not plug I/O of in-service queue when harmful | Paolo Valente | 1 | -14/+17 |
2019-01-31 | block, bfq: split function bfq_better_to_idle | Paolo Valente | 1 | -73/+82 |
2019-01-31 | block, bfq: consider also ioprio classes in symmetry detection | Paolo Valente | 3 | -47/+59 |
2019-01-31 | block, bfq: remove case of redirected bic from insert_request | Paolo Valente | 1 | -2/+0 |
2019-01-31 | block, bfq: make sure queue budgets are not below service received | Paolo Valente | 1 | -2/+4 |
2019-01-31 | block, bfq: avoid selecting a queue w/o budget | Paolo Valente | 1 | -1/+9 |
2019-01-31 | block, bfq: do not consider interactive queues in srt filtering | Paolo Valente | 1 | -10/+29 |
2019-01-31 | mtip32xx: Ń•top abusing the managed resource APIs | Christoph Hellwig | 1 | -21/+16 |
2019-01-28 | Linux 5.0-rc4v5.0-rc4 | Linus Torvalds | 1 | -1/+1 |
2019-01-27 | Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED" | Jens Axboe | 2 | -11/+10 |
2019-01-26 | qed: Revert error handling changes. | David S. Miller | 18 | -743/+202 |
2019-01-25 | KVM: x86: Mark expected switch fall-throughs | Gustavo A. R. Silva | 6 | -4/+10 |
2019-01-25 | KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search paths | Masahiro Yamada | 2 | -5/+1 |
2019-01-25 | KVM: selftests: check returned evmcs version range | Vitaly Kuznetsov | 1 | -0/+6 |
2019-01-25 | x86/kvm/hyper-v: nested_enable_evmcs() sets vmcs_version incorrectly | Vitaly Kuznetsov | 1 | -3/+4 |
2019-01-25 | KVM: VMX: Move vmx_vcpu_run()'s VM-Enter asm blob to a helper function | Sean Christopherson | 1 | -66/+73 |
2019-01-25 | kvm: selftests: Fix region overlap check in kvm_util | Ben Gardon | 1 | -7/+2 |
2019-01-25 | kvm: vmx: fix some -Wmissing-prototypes warnings | Yi Wang | 2 | -2/+2 |
2019-01-25 | KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t... | Vitaly Kuznetsov | 1 | -0/+8 |
2019-01-25 | svm: Fix AVIC incomplete IPI emulation | Suravee Suthikulpanit | 1 | -15/+4 |