aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-17blk-mq: fix iteration of busy bitmapJens Axboe1-3/+3
2015-04-16Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-29/+58
2015-04-15blk-mq: reduce unnecessary software queue loopingChong Yuan1-4/+9
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-10/+8
2015-04-11blk_rq_map_user(): use import_single_range()Al Viro1-3/+3
2015-04-11sg_io(): use import_iovec()Al Viro1-7/+5
2015-04-11blk-mq: initialize 'struct request' and associated data to zeroLinus Torvalds1-3/+1
2015-03-31block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer1-3/+3
2015-03-30blk-mq: put blk_queue_rq_timeout together in blk_mq_init_queue()Wei Fang1-4/+1
2015-03-30block: remove redundant check about 'set->nr_hw_queues' in blk_mq_alloc_tag_set()Xiaoguang Wang1-1/+1
2015-03-24block: allocate request memory local to request queueDavid Rientjes1-3/+16
2015-03-20Fix bug in blk_rq_merge_okWenbo Wang1-1/+1
2015-03-18blkmq: Fix NULL pointer deref when all reserved tags inSam Bradshaw1-2/+4
2015-03-13blk-mq: don't wait in blk_mq_queue_enter() if __GFP_WAIT isn't setKeith Busch1-3/+6
2015-03-13blk-mq: export blk_mq_run_hw_queuesMike Snitzer1-4/+4
2015-03-13blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_diskMike Snitzer2-10/+21
2015-03-13blk-mq: fix use of incorrect goto label in blk_mq_init_queue error pathMike Snitzer1-3/+3
2015-02-20blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo1-0/+3
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-47/+25
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds13-486/+372
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-02-11block: remove unused function blk_bio_map_sgChristoph Hellwig1-29/+0
2015-02-11block: handle the null_mapped flag correctly in blk_rq_map_user_iovChristoph Hellwig1-0/+3
2015-02-11blk-mq: fix double-free in error pathTony Battersby1-0/+1
2015-02-11block: prevent request-to-request merging with gaps if not allowedKeith Busch1-0/+12
2015-02-10blk-mq: make blk_mq_run_queues() staticJens Axboe1-5/+4
2015-02-09Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-02-09cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov1-1/+6
2015-02-05block: Quiesce zeroout wrapperMartin K. Petersen1-19/+7
2015-02-05block: rewrite and split __bio_copy_iov()Dongsu Park1-34/+56
2015-02-05block: merge __bio_map_user_iov into bio_map_user_iovChristoph Hellwig2-37/+21
2015-02-05block: merge __bio_map_kern into bio_map_kernChristoph Hellwig1-33/+17
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet3-111/+90
2015-02-05block: add a helper to free bio bounce buffer pagesChristoph Hellwig1-32/+33
2015-02-05block: use blk_rq_map_user_iov to implement blk_rq_map_userChristoph Hellwig2-176/+14
2015-02-05block: simplify bio_map_kernChristoph Hellwig1-16/+44
2015-02-04block: Simplify bsg complete allPeter Zijlstra1-47/+25
2015-01-29Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efiIngo Molnar1-1/+1
2015-01-29blk-mq: release mq's kobjects in blk_release_queue()Ming Lei3-7/+26
2015-01-29Revert "blk-mq: fix hctx/ctx kobject use-after-free"Ming Lei2-24/+7
2015-01-28block: keep established cmd_flags when cloning into a blk-mq requestKeith Busch1-1/+1
2015-01-28block: add blk-mq support to blk_insert_cloned_request()Keith Busch1-0/+7
2015-01-28block: require blk_rq_prep_clone() be given an initialized clone requestKeith Busch1-2/+0
2015-01-23blk-mq: add tag allocation policyShaohua Li3-17/+29
2015-01-23block: support different tag allocation policyShaohua Li1-8/+25
2015-01-22block: Remove annoying "unknown partition table" messageBoaz Harrosh1-6/+6
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen2-5/+27
2015-01-21cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer1-2/+7
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-1/+1
2015-01-20blk-mq: fix hctx/ctx kobject use-after-freeMing Lei2-7/+24