summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-12-014-13/+10
|\
| * blk-wbt: fix comments typoweiping zhang2017-11-231-1/+1
| * blk-wbt: move wbt_clear_stat to common place in wbt_doneweiping zhang2017-11-231-2/+1
| * blk-sysfs: remove NULL pointer checking in queue_wb_lat_storeweiping zhang2017-11-231-4/+1
| * blk-wbt: remove duplicated setting in wbt_initweiping zhang2017-11-231-2/+0
| * block: remove useless assignment in bio_splitMikulas Patocka2017-11-221-1/+1
| * block: genhd.c: fix message typoRandy Dunlap2017-11-191-1/+1
| * block: add WARN_ON if bdi register failweiping zhang2017-11-191-2/+5
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-212-8/+7
* | block/laptop_mode: Convert timers to use timer_setup()Kees Cook2017-11-211-5/+5
|/
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-172-126/+73
|\
| * bio_alloc_map_data(): do bmd->iter setup right thereAl Viro2017-10-111-8/+12
| * bio_copy_user_iov(): saner bio size calculationAl Viro2017-10-111-24/+6
| * bio_map_user_iov(): get rid of copying iov_iterAl Viro2017-10-111-6/+3
| * bio_copy_from_iter(): get rid of copying iov_iterAl Viro2017-10-111-5/+6
| * move more stuff down into bio_copy_user_iov()Al Viro2017-10-112-6/+5
| * blk_rq_map_user_iov(): move iov_iter_advance() downAl Viro2017-10-112-3/+4
| * bio_map_user_iov(): get rid of the iov_for_each()Al Viro2017-10-111-19/+2
| * bio_map_user_iov(): move alignment check into the main loopAl Viro2017-10-111-27/+27
| * don't rely upon subsequent bio_add_pc_page() calls failingAl Viro2017-10-111-4/+4
| * ... and with iov_iter_get_pages_alloc() it becomes even simplerAl Viro2017-10-111-16/+5
| * bio_map_user_iov(): switch to iov_iter_get_pages()/iov_iter_advance()Al Viro2017-10-111-33/+24
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-176-76/+199
|\ \
| * | bio: ensure __bio_clone_fast copies bi_partnoMichael Lyle2017-11-171-0/+1
| * | block: wake up all tasks blocked in get_request()Ming Lei2017-11-151-2/+2
| * | block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPLuca Miccio2017-11-143-73/+93
| * | block, bfq: update blkio stats outside the scheduler lockPaolo Valente2017-11-142-12/+99
| * | block, bfq: add missing invocations of bfqg_stats_update_io_add/removeLuca Miccio2017-11-141-3/+18
* | | block/blk-mq.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-1/+1
|/ /
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-11-141-1/+1
|\ \
| * | badblocks: fix wrong return value in badblocks_set if badblocks are disabledLiu Bo2017-11-031-1/+1
* | | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-1426-616/+1097
|\ \ \
| * | | blk-mq: fixup some comment typos and lengthsJens Axboe2017-11-101-7/+10
| * | | blk-mq: improve tag waiting setup for non-shared tagsJens Axboe2017-11-101-26/+55
| * | | blk-mq: only run the hardware queue if IO is pendingJens Axboe2017-11-103-15/+12
| * | | block: avoid null pointer dereference on null diskColin Ian King2017-11-101-1/+1
| * | | block: create 'slaves' and 'holders' entries for hidden gendisksHannes Reinecke2017-11-101-7/+7
| * | | block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-103-9/+9
| * | | block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2017-11-102-10/+36
| * | | block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche2017-11-102-0/+31
| * | | block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche2017-11-102-1/+5
| * | | block: Introduce blk_get_request_flags()Bart Van Assche2017-11-101-15/+35
| * | | block: Make q_usage_counter also track legacy requestsMing Lei2017-11-102-8/+14
| * | | blk-mq: fix issue with shared tag queue re-runningJens Axboe2017-11-102-38/+48
| * | | blk-mq: Avoid that request queue removal can trigger list corruptionBart Van Assche2017-11-101-0/+1
| * | | blk-mq: put driver tag if dispatch budget can't be gotMing Lei2017-11-101-1/+3
| * | | block: pass full fmode_t to blk_verify_commandChristoph Hellwig2017-11-102-14/+12
| * | | block: remove __bio_kmap_atomicChristoph Hellwig2017-11-101-1/+1
| * | | Revert "blk-mq: don't handle TAG_SHARED in restart"Jens Axboe2017-11-101-4/+74
| * | | blk-mq: don't allocate driver tag upfront for flush rqMing Lei2017-11-043-81/+37
OpenPOWER on IntegriCloud