summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-05-23blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei1-1/+2
2018-05-23bio-integrity: Do not allocate integrity context for bio w/o dataDmitry Monakhov1-0/+3
2018-05-23block: fix an error code in add_partition()Dan Carpenter1-1/+3
2018-05-23partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron1-1/+3
2018-05-23blk-throttle: make sure expire time isn't too bigShaohua Li1-0/+11
2018-03-21blkcg: fix double free of new_blkg in blkcg_init_queueHou Tao1-3/+1
2018-03-01more bio_map_user_iov() leak fixesAl Viro1-5/+9
2018-01-17block: allow WRITE_SAME commands with the SG_IO ioctlSumit Semwal1-0/+3
2017-11-06fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh1-0/+8
2017-11-06partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar1-5/+12
2017-11-05bsg-lib: don't free job in bsg_prepare_jobChristoph Hellwig1-1/+0
2017-10-04block: Relax a check in blk_start_queue()Bart Van Assche1-1/+1
2017-06-26partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard1-0/+2
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