summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei
2019-02-15block: document usage of bio iterator helpersMing Lei
2019-02-15block: always define BIO_MAX_PAGES as 256Ming Lei
2019-02-15block: enable multipage bvecsMing Lei
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-15bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei
2019-02-15block: loop: pass multi-page bvec to iov_iterMing Lei
2019-02-15btrfs: use mp_bvec_last_segment to get bio's last pageMing Lei
2019-02-15fs/buffer.c: use bvec iterator to truncate the bioMing Lei
2019-02-15block: introduce mp_bvec_last_segment()Ming Lei
2019-02-15block: use bio_for_each_bvec() to map sgMing Lei
2019-02-15block: use bio_for_each_bvec() to compute multi-page bvec countMing Lei
2019-02-15block: introduce bio_for_each_bvec() and rq_for_each_bvec()Ming Lei
2019-02-15block: introduce multi-page bvec helpersMing Lei
2019-02-15block: remove bvec_iter_rewind()Ming Lei
2019-02-15block: don't use bio->bi_vcnt to figure out segment numberMing Lei
2019-02-15btrfs: look at bi_size for repair decisionsChristoph Hellwig
2019-02-11block: avoid setting none scheduler if it's already noneAleksei Zakharov
2019-02-11block: avoid setting wbt_lat_usec to current valueAleksei Zakharov
2019-02-11lightnvm: pblk: fix race condition on GCHeiner Litz
2019-02-11lightnvm: pblk: prevent stall due to wb thresholdJavier González
2019-02-11lightnvm: pblk: extend line wp balance checkHans Holmberg
2019-02-11lightnvm: pblk: fix TRACE_INCLUDE_PATHMasahiro Yamada
2019-02-11lightnvm: pblk: Switch to use new generic UUID APIAndy Shevchenko
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