summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2017-06-13block: fix del_gendisk() vs blkdev_ioctl crashDan Williams1-1/+0
2017-06-08blkcg: use blkg_free() in blkcg_init_queue() failure pathTejun Heo1-2/+3
2017-06-08blkcg: always create the blkcg_gq for the root blkcgTejun Heo1-55/+41
2017-01-13sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro1-0/+3
2016-09-01block: Fix race triggered by blk_set_queue_dying()Bart Van Assche1-1/+3
2016-08-20block: fix use-after-free in seq fileVegard Nossum1-0/+1
2016-07-19block: fix use-after-free in sys_ioprio_get()Omar Sandoval1-0/+2
2016-04-18dm: fix excessive dm-mq context switchingMike Snitzer1-1/+1
2016-03-04bio: return EINTR if copying to user space got interruptedHannes Reinecke1-2/+5
2015-09-29blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei1-7/+18
2015-09-13sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen1-2/+2
2015-08-10blk-mq: set default timeout as 30 secondsMing Lei1-1/+1
2015-08-10blkcg: fix gendisk reference leak in blkg_conf_prep()Tejun Heo1-1/+5
2015-08-10bio integrity: do not assume bio_integrity_pool exists if bioset existsMike Snitzer1-2/+2
2015-08-03block: Do a full clone when splitting discard biosMartin K. Petersen1-3/+12
2015-06-11block: fix ext_dev_lock lockdep reportDan Williams1-6/+6
2015-06-10blk-mq: free hctx->ctxs in queue's release handlerMing Lei1-2/+6
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown1-1/+0
2015-05-13block: remove export for blk_queue_bioMike Snitzer1-2/+3
2015-05-04blk-mq: don't lose requests if a stopped queue restartsShaohua Li1-0/+10
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown2-2/+2
2015-04-27block:bounce: fix call inc_|dec_zone_page_state on different pages confuse va...Wang YanQing1-1/+1
2015-04-23elevator: fix double release of elevator moduleChao Yu1-5/+1
2015-04-23blk-mq: fix CPU hotplug handlingMing Lei1-21/+13
2015-04-23blk-mq: fix race between timeout and CPU hotplugMing Lei1-3/+13
2015-04-17blk-mq: fix iteration of busy bitmapJens Axboe1-3/+3
2015-04-17Merge 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-15Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-10/+8
2015-04-12blk_rq_map_user(): use import_single_range()Al Viro1-3/+3
2015-04-12sg_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_s...Xiaoguang Wang1-1/+1
2015-03-25block: allocate request memory local to request queueDavid Rientjes1-3/+16
2015-03-20Fix bug in blk_rq_merge_okWenbo Wang1-1/+1
2015-03-19blkmq: 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-21blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo1-0/+3
2015-02-13Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-47/+25
2015-02-13Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds13-486/+372
2015-02-13Merge 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