summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval
2018-05-09block: replace bio->bi_issue_stat with bio-specific typeOmar Sandoval
2018-05-09block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval
2018-05-09block: move some wbt helpers to blk-wbt.cOmar Sandoval
2018-05-08blk-wbt: throttle discards like background writesJens Axboe
2018-05-08blk-wbt: pass in enum wbt_flags to get_rq_wait()Jens Axboe
2018-05-08blk-wbt: account any writing command as a writeJens Axboe
2018-05-08block: break discard submissions into the user defined sizeJens Axboe
2018-05-07block: Shorten interrupt disabled regionsThomas Gleixner
2018-05-07block: Remove redundant WARN_ON()Anna-Maria Gleixner
2018-05-07block: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior
2018-04-26blk-mq: fix sysfs inflight counterOmar Sandoval
2018-04-26blk-mq: count allocated but not started requests in iostats inflightOmar Sandoval
2018-04-25Revert "blk-mq: remove code for dealing with remapping queue"Ming Lei
2018-04-25block: mq: Add some minor doc for core structsLinus Walleij
2018-04-19blkcg: init root blkcg_gq under lockJiang Biao
2018-04-19blkcg: small fix on comment in blkcg_init_queueJiang Biao
2018-04-18blkcg: don't hold blkcg lock when deactivating policyJiang Biao
2018-04-17bfq-iosched: ensure to clear bic/bfqq pointers when preparing requestJens Axboe
2018-04-16blk-mq: start request gstate with gen 1Jianchao Wang
2018-04-14block: do not use interruptible wait anywhereAlan Jenkins
2018-04-11blk-mq: Revert "blk-mq: reimplement blk_mq_hw_queue_mapped"Ming Lei
2018-04-10blk-mq: Avoid that submitting a bio concurrently with device removal triggers...Bart Van Assche
2018-04-10blk-mq: remove code for dealing with remapping queueMing Lei
2018-04-10blk-mq: reimplement blk_mq_hw_queue_mappedMing Lei
2018-04-10blk-mq: don't check queue mapped in __blk_mq_delay_run_hw_queue()Ming Lei
2018-04-10blk-mq: remove blk_mq_delay_queue()Ming Lei
2018-04-10blk-mq: introduce blk_mq_hw_queue_first_cpu() to figure out first cpuMing Lei
2018-04-10blk-mq: avoid to write intermediate result to hctx->next_cpuMing Lei
2018-04-10blk-mq: don't keep offline CPUs mapped to hctx 0Ming Lei
2018-04-10blk-mq: make sure that correct hctx->next_cpu is setMing Lei
2018-04-10blk-mq: order getting budget and driver tagMing Lei
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-02blk-mq: Directly schedule q->timeout_work when aborting a requestTejun Heo
2018-03-27blk-mq: Allow PCI vector offset for mapping queuesKeith Busch
2018-03-26block, bfq: lower-bound the estimated peak rate to 1Paolo Valente
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann
2018-03-21Fix slab name "biovec-(1<<(21-12))"Mikulas Patocka
2018-03-19block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unloc...Bart Van Assche
2018-03-17block: bio_check_eod() needs to consider partitionsChristoph Hellwig
2018-03-17blk-mq-debugfs: Show more request state informationBart Van Assche
2018-03-16blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()Joseph Qi
2018-03-16block: sed-opal: fix u64 short atom lengthJonas Rabenstein
2018-03-15block, char_dev: Use correct format specifier for unsigned intsSrivatsa S. Bhat
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig
2018-03-13bsg-lib: remove bsg_job.reqChristoph Hellwig
2018-03-13bsg-lib: introduce a timeout field in struct bsg_jobChristoph Hellwig
2018-03-09block: Suppress kernel-doc warnings triggered by blk-zoned.cBart Van Assche
2018-03-08block: Move the queue_flag_*() functions from a public into a private header ...Bart Van Assche