summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2018-04-25Revert "blk-mq: remove code for dealing with remapping queue"Ming Lei-3/+31
2018-04-25block: mq: Add some minor doc for core structsLinus Walleij-0/+3
2018-04-19blkcg: init root blkcg_gq under lockJiang Biao-6/+11
2018-04-19blkcg: small fix on comment in blkcg_init_queueJiang Biao-5/+1
2018-04-18blkcg: don't hold blkcg lock when deactivating policyJiang Biao-5/+0
2018-04-17bfq-iosched: ensure to clear bic/bfqq pointers when preparing requestJens Axboe-1/+9
2018-04-16blk-mq: start request gstate with gen 1Jianchao Wang-0/+11
2018-04-14block: do not use interruptible wait anywhereAlan Jenkins-7/+4
2018-04-11blk-mq: Revert "blk-mq: reimplement blk_mq_hw_queue_mapped"Ming Lei-1/+1
2018-04-10blk-mq: Avoid that submitting a bio concurrently with device removal triggers...Bart Van Assche-6/+29
2018-04-10blk-mq: remove code for dealing with remapping queueMing Lei-31/+3
2018-04-10blk-mq: reimplement blk_mq_hw_queue_mappedMing Lei-1/+1
2018-04-10blk-mq: don't check queue mapped in __blk_mq_delay_run_hw_queue()Ming Lei-3/+0
2018-04-10blk-mq: remove blk_mq_delay_queue()Ming Lei-29/+2
2018-04-10blk-mq: introduce blk_mq_hw_queue_first_cpu() to figure out first cpuMing Lei-12/+11
2018-04-10blk-mq: avoid to write intermediate result to hctx->next_cpuMing Lei-8/+9
2018-04-10blk-mq: don't keep offline CPUs mapped to hctx 0Ming Lei-5/+0
2018-04-10blk-mq: make sure that correct hctx->next_cpu is setMing Lei-0/+2
2018-04-10blk-mq: order getting budget and driver tagMing Lei-11/+10
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds-426/+695
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+11
2018-04-02blk-mq: Directly schedule q->timeout_work when aborting a requestTejun Heo-1/+1
2018-03-27blk-mq: Allow PCI vector offset for mapping queuesKeith Busch-2/+4
2018-03-26block, bfq: lower-bound the estimated peak rate to 1Paolo Valente-2/+25
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann-1/+1
2018-03-21Fix slab name "biovec-(1<<(21-12))"Mikulas Patocka-2/+2
2018-03-19block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unloc...Bart Van Assche-2/+2
2018-03-17block: bio_check_eod() needs to consider partitionsChristoph Hellwig-53/+40
2018-03-17blk-mq-debugfs: Show more request state informationBart Van Assche-1/+15
2018-03-16blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()Joseph Qi-16/+62
2018-03-16block: sed-opal: fix u64 short atom lengthJonas Rabenstein-7/+4
2018-03-15block, char_dev: Use correct format specifier for unsigned intsSrivatsa S. Bhat-8/+11
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig-198/+222
2018-03-13bsg-lib: remove bsg_job.reqChristoph Hellwig-8/+6
2018-03-13bsg-lib: introduce a timeout field in struct bsg_jobChristoph Hellwig-0/+1
2018-03-09block: Suppress kernel-doc warnings triggered by blk-zoned.cBart Van Assche-2/+2
2018-03-08block: Move the queue_flag_*() functions from a public into a private header ...Bart Van Assche-0/+69
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche-2/+2
2018-03-08block: Protect queue flag changes with the queue lockBart Van Assche-4/+4
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche-49/+88
2018-03-08block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche-7/+7
2018-03-06block: sed-opal: fix response string extractionJonas Rabenstein-3/+23
2018-03-02Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockLinus Torvalds-23/+67
2018-03-01block: display the correct diskname for bioJiufei Xue-0/+6
2018-03-01block: fix the count of PGPGOUT for WRITE_SAMEJiufei Xue-1/+1
2018-03-01mq-deadline: Make sure to always unlock zonesDamien Le Moal-3/+13
2018-02-28block: Fix a race between request queue removal and the block cgroup controllerBart Van Assche-7/+31
2018-02-28block: Fix a race between the cgroup code and request queue initializationBart Van Assche-8/+16
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche-4/+5
2018-02-28block: clear ctx pending bit under ctx lockOmar Sandoval-1/+1