aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-03blk-mq: fix nr_requests wrong value when modify it from sysfsweiping zhang1-2/+1
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig2-9/+16
2017-11-03block: introduce GENHD_FL_HIDDENChristoph Hellwig1-18/+50
2017-11-03block: don't look at the struct device dev_t in disk_devtChristoph Hellwig1-4/+0
2017-11-03block: add a blk_steal_bios helperChristoph Hellwig1-0/+21
2017-11-03block: provide a direct_make_request helperChristoph Hellwig1-0/+34
2017-11-03Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe1-6/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman43-0/+43
2017-11-01blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCEMing Lei3-32/+23
2017-11-01blk-mq: don't handle TAG_SHARED in restartMing Lei1-74/+4
2017-11-01blk-mq-sched: improve dispatching from sw queueMing Lei3-3/+112
2017-11-01blk-mq: introduce .get_budget and .put_budget in blk_mq_opsMing Lei4-17/+103
2017-11-01block: kyber: check if there are requests in ctx in kyber_has_work()Ming Lei1-1/+1
2017-11-01blk-mq-sched: move actual dispatching into one helperMing Lei1-19/+24
2017-11-01blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatchMing Lei1-6/+6
2017-10-30block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche2-3/+2
2017-10-26block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_completion()Byungchul Park2-9/+3
2017-10-25mq-deadline: add 'deadline' as a name aliasJens Axboe1-0/+1
2017-10-25elevator: allow name aliasesJens Axboe1-6/+17
2017-10-25elevator: lookup mq vs non-mq elevatorsJens Axboe1-23/+21
2017-10-25block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()Ilya Dryomov1-10/+35
2017-10-25block: factor out __blkdev_issue_zero_pages()Ilya Dryomov1-26/+37
2017-10-25block: move CAP_SYS_ADMIN check in blkdev_roset()Ilya Dryomov1-2/+3
2017-10-25block: Use DECLARE_COMPLETION_ONSTACK() in submit_bio_wait()Christoph Hellwig1-14/+5
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-24block: Invalidate cache on discard v2Dmitry Monakhov1-4/+10
2017-10-18block: remove blk_mq_reinit_tagsetSagi Grimberg1-7/+0
2017-10-18block: introduce blk_mq_tagset_iterSagi Grimberg1-5/+11
2017-10-17kyber: fix hang on domain token wait queueOmar Sandoval1-1/+9
2017-10-16block: fix Sphinx kernel-doc warningRandy Dunlap1-1/+1
2017-10-11bio_alloc_map_data(): do bmd->iter setup right thereAl Viro1-8/+12
2017-10-11bio_copy_user_iov(): saner bio size calculationAl Viro1-24/+6
2017-10-11bio_map_user_iov(): get rid of copying iov_iterAl Viro1-6/+3
2017-10-11bio_copy_from_iter(): get rid of copying iov_iterAl Viro1-5/+6
2017-10-11move more stuff down into bio_copy_user_iov()Al Viro2-6/+5
2017-10-11blk_rq_map_user_iov(): move iov_iter_advance() downAl Viro2-3/+4
2017-10-11bio_map_user_iov(): get rid of the iov_for_each()Al Viro1-19/+2
2017-10-11bio_map_user_iov(): move alignment check into the main loopAl Viro1-27/+27
2017-10-11don't rely upon subsequent bio_add_pc_page() calls failingAl Viro1-4/+4
2017-10-11... and with iov_iter_get_pages_alloc() it becomes even simplerAl Viro1-16/+5
2017-10-11bio_map_user_iov(): switch to iov_iter_get_pages()/iov_iter_advance()Al Viro1-33/+24
2017-10-10bio_copy_user_iov(): don't ignore ->iov_offsetAl Viro1-2/+2
2017-10-10more bio_map_user_iov() leak fixesAl Viro1-5/+9
2017-10-10fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh1-0/+8
2017-10-10block: set request_list for requestShaohua Li2-1/+6
2017-10-10blk-stat: delete useless codeShaohua Li1-38/+7
2017-10-10blk-throttle: fix null pointer dereference while throttling writeback IOsJiufei Xue1-2/+10
2017-10-10blkcg: check pol->cpd_free_fn before free cpdweiping zhang1-2/+2
2017-10-09block, bfq: fix unbalanced decrements of burst sizePaolo Valente1-2/+57
2017-10-09block,bfq: Disable writeback throttlingLuca Miccio2-2/+3