summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2017-09-15block: fix an error code in add_partition()Dan Carpenter
2017-06-05sbitmap: fix wakeup hang after sbq resizeOmar Sandoval
2017-06-05blk-mq: Make bt_clear_tag() easier to readBart Van Assche
2017-02-23sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro
2017-02-23blkcg: Annotate blkg_hint correctlyBart Van Assche
2016-11-20block: fix bdi vs gendisk lifetime mismatchDan Williams
2016-11-20block: fix use-after-free in seq fileVegard Nossum
2016-08-22block: fix use-after-free in sys_ioprio_get()Omar Sandoval
2016-08-22blk-mq: fix undefined behaviour in order_to_size()Bartlomiej Zolnierkiewicz
2016-03-04bio: return EINTR if copying to user space got interruptedHannes Reinecke
2016-01-11SCSI: Fix NULL pointer dereference in runtime PMKen Xue
2016-01-05block: Always check queue limits for cloned requestsHannes Reinecke
2015-12-18mac: validate mac_partition is within sectorKees Cook
2015-09-28blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei
2015-08-11block: Do a full clone when splitting discard biosMartin K. Petersen
2015-08-11blkcg: 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-06-30block: fix ext_dev_lock lockdep reportDan Williams
2015-05-20blk-mq: fix CPU hotplug handlingMing Lei
2015-04-10Fix bug in blk_rq_merge_okWenbo Wang
2015-03-02blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo
2015-03-02blk-mq: fix double-free in error pathTony Battersby
2015-03-02cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov
2015-02-24cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer
2015-01-15blk-mq: Fix uninitialized kobject at CPU hotpluggingTakashi Iwai
2015-01-15blk-mq: Fix a race between bt_clear_tag() and bt_get()Bart Van Assche
2015-01-15blk-mq: Avoid that __bt_get_word() wraps multiple timesBart Van Assche
2015-01-15blk-mq: Fix a use-after-freeBart Van Assche
2015-01-12blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe
2015-01-05genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe
2014-11-20block: Fix computation of merged request priorityJan Kara
2014-11-17block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer
2014-11-17blk-mq: fix potential hang if rolling wakeup depth is too highJens Axboe
2014-11-13scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara
2014-10-05partitions: aix.c: off by one bugDan Carpenter
2014-10-05blk-mq: Avoid race condition with uninitialized requestsDavid Hildenbrand
2014-10-05genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe
2014-10-05block: Fix dev_t minor allocation lifetimeKeith Busch
2014-10-05cfq-iosched: Fix wrong children_weight calculationToshiaki Makita
2014-09-17fix regression in SCSI_IOCTL_SEND_COMMANDTony Battersby
2014-07-14block: provide compat ioctl for BLKZEROOUTMikulas Patocka
2014-07-12blkcg: don't call into policy draining if root_blkg is already goneTejun Heo
2014-07-08block: don't assume last put of shared tags is for the hostChristoph Hellwig
2014-06-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-06-25blk-mq: blk_mq_start_hw_queue() should use blk_mq_run_hw_queue()Jens Axboe
2014-06-24block: add support for limiting gaps in SG listsJens Axboe
2014-06-22Revert "block: add __init to elv_register"Jens Axboe
2014-06-22Revert "block: add __init to blkcg_policy_register"Jens Axboe
2014-06-22blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt a...Tejun Heo
2014-06-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds