summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-05-22blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei
2018-05-22bio-integrity: Do not allocate integrity context for bio w/o dataDmitry Monakhov
2018-05-22block: fix an error code in add_partition()Dan Carpenter
2018-05-22partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron
2018-05-22blk-throttle: make sure expire time isn't too bigShaohua Li
2018-03-20blkcg: fix double free of new_blkg in blkcg_init_queueHou Tao
2018-02-28more bio_map_user_iov() leak fixesAl Viro
2018-01-17block: allow WRITE_SAME commands with the SG_IO ioctlSumit Semwal
2017-11-05fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh
2017-11-05partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar
2017-11-04bsg-lib: don't free job in bsg_prepare_jobChristoph Hellwig
2017-10-04block: Relax a check in blk_start_queue()Bart Van Assche
2017-06-25partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard
2017-06-13block: fix del_gendisk() vs blkdev_ioctl crashDan Williams
2017-06-08blkcg: use blkg_free() in blkcg_init_queue() failure pathTejun Heo
2017-06-08blkcg: always create the blkcg_gq for the root blkcgTejun Heo
2017-01-12sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro
2016-08-31block: Fix race triggered by blk_set_queue_dying()Bart Van Assche
2016-08-19block: fix use-after-free in seq fileVegard Nossum
2016-07-19block: fix use-after-free in sys_ioprio_get()Omar Sandoval
2016-04-18dm: fix excessive dm-mq context switchingMike Snitzer
2016-03-04bio: return EINTR if copying to user space got interruptedHannes Reinecke
2015-09-29blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei
2015-09-13sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen
2015-08-10blk-mq: set default timeout as 30 secondsMing Lei
2015-08-10blkcg: fix gendisk reference leak in blkg_conf_prep()Tejun Heo
2015-08-10bio integrity: do not assume bio_integrity_pool exists if bioset existsMike Snitzer
2015-08-03block: Do a full clone when splitting discard biosMartin K. Petersen
2015-06-11block: fix ext_dev_lock lockdep reportDan Williams
2015-06-09blk-mq: free hctx->ctxs in queue's release handlerMing Lei
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown
2015-05-12block: remove export for blk_queue_bioMike Snitzer
2015-05-04blk-mq: don't lose requests if a stopped queue restartsShaohua Li
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown
2015-04-27block:bounce: fix call inc_|dec_zone_page_state on different pages confuse va...Wang YanQing
2015-04-23elevator: fix double release of elevator moduleChao Yu
2015-04-23blk-mq: fix CPU hotplug handlingMing Lei
2015-04-23blk-mq: fix race between timeout and CPU hotplugMing Lei
2015-04-17blk-mq: fix iteration of busy bitmapJens Axboe
2015-04-16Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-04-15blk-mq: reduce unnecessary software queue loopingChong Yuan
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-11blk_rq_map_user(): use import_single_range()Al Viro
2015-04-11sg_io(): use import_iovec()Al Viro
2015-04-11blk-mq: initialize 'struct request' and associated data to zeroLinus Torvalds
2015-03-31block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer
2015-03-30blk-mq: put blk_queue_rq_timeout together in blk_mq_init_queue()Wei Fang
2015-03-30block: remove redundant check about 'set->nr_hw_queues' in blk_mq_alloc_tag_s...Xiaoguang Wang
2015-03-24block: allocate request memory local to request queueDavid Rientjes
2015-03-20Fix bug in blk_rq_merge_okWenbo Wang