aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-11lightnvm: pblk: stop taking the free lock in in pblk_lines_freeHans Holmberg1-2/+0
2019-02-10blk-sysfs: Rework documention of __blk_release_queueMarcos Paulo de Souza1-12/+7
2019-02-10blk-cgroup: Fix doc related to blkcg_exit_queueMarcos Paulo de Souza1-1/+1
2019-02-09block: queue flag cleanupJens Axboe1-31/+27
2019-02-09block: kill QUEUE_FLAG_FLUSH_NQJens Axboe5-20/+0
2019-02-09bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li1-3/+4
2019-02-09bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li1-2/+11
2019-02-09bcache: fix input overflow to cache set io_error_limitColy Li1-2/+1
2019-02-09bcache: fix input overflow to journal_delay_msColy Li1-1/+3
2019-02-09bcache: fix input overflow to writeback_rate_minimumColy Li1-1/+3
2019-02-09bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li1-1/+3
2019-02-09bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li1-1/+3
2019-02-09bcache: fix input overflow to writeback_delayColy Li1-1/+1
2019-02-09bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li1-8/+8
2019-02-09bcache: add sysfs_strtoul_bool() for setting bit-field variablesColy Li1-0/+10
2019-02-09bcache: fix input overflow to sequential_cutoffColy Li1-1/+3
2019-02-09bcache: fix input integer overflow of congested thresholdColy Li1-4/+6
2019-02-09bcache: improve sysfs_strtoul_clamp()Coly Li1-3/+10
2019-02-09bcache: treat stale && dirty keys as bad keysTang Junhui1-6/+7
2019-02-09bcache: fix indentation issue, remove tabs on a hunk of codeColin Ian King1-15/+15
2019-02-09bcache: export backing_dev_uuid via sysfsColy Li1-0/+9
2019-02-09bcache: export backing_dev_name via sysfsColy Li1-0/+8
2019-02-09bcache: not use hard coded memset size in bch_cache_accounting_clear()Coly Li1-1/+1
2019-02-09bcache: never writeback a discard operationDaniel Axtens1-0/+3
2019-02-08block: avoid setting nr_requests to current valueAleksei Zakharov1-0/+3
2019-02-08cdrom: Fix race condition in cdrom_sysctl_registerGuenter Roeck1-4/+3
2019-02-04raid1: simplify raid1_error functionYufen Yu1-4/+2
2019-02-04md-linear: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-02-04nvme: remove the .stop_ctrl calloutSagi Grimberg4-19/+6
2019-02-04nvme: add support for the Write Zeroes commandChaitanya Kulkarni1-2/+50
2019-02-01blk-mq: save default hctx into ctx->hctxs for not-supported typeJianchao Wang2-9/+13
2019-02-01blk-mq: save queue mapping result into ctx directlyJianchao Wang5-8/+9
2019-01-31block, bfq: fix in-service-queue check for queue mergingPaolo Valente2-1/+7
2019-01-31block, bfq: do not overcharge writes in asymmetric scenariosPaolo Valente1-1/+2
2019-01-31block, bfq: port commit "cfq-iosched: improve hw_tag detection"Paolo Valente1-0/+13
2019-01-31block, bfq: reduce threshold for detecting command queueingPaolo Valente1-2/+2
2019-01-31block, bfq: fix queue removal from weights treePaolo Valente2-7/+16
2019-01-31block, bfq: fix sequential rq detection in rate estimationPaolo Valente1-5/+7
2019-01-31block, bfq: unconditionally plug I/O in asymmetric scenariosPaolo Valente1-181/+165
2019-01-31block, bfq: do not plug I/O of in-service queue when harmfulPaolo Valente1-14/+17
2019-01-31block, bfq: split function bfq_better_to_idlePaolo Valente1-73/+82
2019-01-31block, bfq: consider also ioprio classes in symmetry detectionPaolo Valente3-47/+59
2019-01-31block, bfq: remove case of redirected bic from insert_requestPaolo Valente1-2/+0
2019-01-31block, bfq: make sure queue budgets are not below service receivedPaolo Valente1-2/+4
2019-01-31block, bfq: avoid selecting a queue w/o budgetPaolo Valente1-1/+9
2019-01-31block, bfq: do not consider interactive queues in srt filteringPaolo Valente1-10/+29
2019-01-31mtip32xx: Ń•top abusing the managed resource APIsChristoph Hellwig1-21/+16
2019-01-27Linux 5.0-rc4Linus Torvalds1-1/+1
2019-01-27Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"Jens Axboe2-11/+10
2019-01-25qed: Revert error handling changes.David S. Miller18-743/+202