summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: do not leak memory in bio_copy_user_iov()Jérôme Glisse2019-04-271-1/+4
* partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira2018-09-261-2/+3
* partitions/aix: append null character to print data from diskMauricio Faria de Oliveira2018-09-261-2/+6
* cfq: Give a chance for arming slice idle timer in case of group_idleRitesh Harjani2018-09-261-1/+2
* bio-integrity: Do not allocate integrity context for bio w/o dataDmitry Monakhov2018-04-131-0/+3
* block: fix an error code in add_partition()Dan Carpenter2018-04-131-1/+3
* partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron2018-04-081-1/+3
* blk-throttle: make sure expire time isn't too bigShaohua Li2018-03-221-0/+11
* blk-mq: fix race between timeout and freeing requestMing Lei2017-11-085-17/+34
* Revert "bsg-lib: don't free job in bsg_prepare_job"Greg Kroah-Hartman2017-10-211-0/+1
* fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh2017-10-181-0/+8
* partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar2017-10-081-5/+12
* bsg-lib: don't free job in bsg_prepare_jobChristoph Hellwig2017-10-051-1/+0
* block: Relax a check in blk_start_queue()Bart Van Assche2017-09-271-1/+1
* partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard2017-06-261-0/+2
* block: allow WRITE_SAME commands with the SG_IO ioctlMauricio Faria de Oliveira2017-04-221-0/+3
* sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro2017-01-151-0/+3
* block: Do a full clone when splitting discard biosMartin K. Petersen2016-10-071-3/+12
* block: fix use-after-free in seq fileVegard Nossum2016-08-221-0/+1
* block: fix use-after-free in sys_ioprio_get()Omar Sandoval2016-07-191-0/+2
* blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei2015-10-071-7/+18
* sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen2015-09-171-2/+2
* blkcg: fix gendisk reference leak in blkg_conf_prep()Tejun Heo2015-08-271-1/+5
* blk-mq: fix CPU hotplug handlingMing Lei2015-08-061-21/+13
* block: fix ext_dev_lock lockdep reportDan Williams2015-07-031-6/+6
* Fix bug in blk_rq_merge_okWenbo Wang2015-04-221-1/+1
* blk-mq: fix use of incorrect goto label in blk_mq_init_queue error pathMike Snitzer2015-04-221-3/+3
* blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo2015-03-061-0/+3
* cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer2015-03-061-2/+7
* cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov2015-03-061-1/+6
* blk-mq: fix double-free in error pathTony Battersby2015-03-061-0/+1
* genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe2015-01-161-2/+9
* blk-mq: Fix uninitialized kobject at CPU hotpluggingTakashi Iwai2015-01-161-5/+4
* blk-mq: Fix a race between bt_clear_tag() and bt_get()Bart Van Assche2015-01-161-6/+5
* blk-mq: Avoid that __bt_get_word() wraps multiple timesBart Van Assche2015-01-161-2/+4
* blk-mq: Fix a use-after-freeBart Van Assche2015-01-162-8/+7
* blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe2015-01-161-1/+1
* block: fix regression where bio_integrity_process uses wrong bio_vec iteratorDarrick J. Wong2014-12-021-6/+7
* block: blk-merge: fix blk_recount_segments()Ming Lei2014-11-111-8/+11
* scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMANDTony Battersby2014-11-101-3/+5
* blk-mq: make mq_queue_reinit_notify() freeze queues in parallelTejun Heo2014-11-041-8/+33
* block: Fix computation of merged request priorityJan Kara2014-10-311-6/+8
* block: fix wrong error return in elevator_init()Sudip Mukherjee2014-10-231-1/+3
* scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara2014-10-221-2/+1
* blk-merge: recaculate segment if it isn't less than max segmentsMing Lei2014-10-211-2/+3
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-1824-607/+791
|\
| * blk-mq: allocate cpumask on the home nodeJens Axboe2014-10-131-1/+2
| * bio-integrity: remove the needless fail handle of bip_slab creatingGu Zheng2014-10-131-2/+0
| * block: include func name in __get_request printsRobert Elliott2014-10-131-2/+2
| * block: make blk_update_request print prefix match ratelimited prefixRobert Elliott2014-10-131-2/+2