summaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.18.139' into v3.18-rt-workTom Zanussi2019-05-211-1/+4
|\
| * block: do not leak memory in bio_copy_user_iov()Jérôme Glisse2019-04-271-1/+4
* | Merge tag 'v3.18.123' into v3.18-rtTom Zanussi2018-10-012-5/+11
|\ \ | |/
| * 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
* | Merge tag 'v3.18.105' into v3.18-rtTom Zanussi2018-05-062-1/+6
|\ \ | |/
| * 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
* | Merge tag 'v3.18.104' into v3.18-rtTom Zanussi2018-04-121-1/+3
|\ \ | |/
| * partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron2018-04-081-1/+3
* | Merge tag 'v3.18.101' into v3.18-rtTom Zanussi2018-04-121-0/+11
|\ \ | |/
| * blk-throttle: make sure expire time isn't too bigShaohua Li2018-03-221-0/+11
* | Merge tag 'v3.18.80' into v3.18-rtSteven Rostedt (VMware)2017-11-215-17/+34
|\ \ | |/
| * blk-mq: fix race between timeout and freeing requestMing Lei2017-11-085-17/+34
* | Merge tag 'v3.18.77' into v3.18-rtSteven Rostedt (VMware)2017-11-211-0/+1
|\ \ | |/
| * Revert "bsg-lib: don't free job in bsg_prepare_job"Greg Kroah-Hartman2017-10-211-0/+1
* | Merge tag 'v3.18.76' into v3.18-rtSteven Rostedt (VMware)2017-11-211-0/+8
|\ \ | |/
| * fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh2017-10-181-0/+8
* | Merge tag 'v3.18.74' into v3.18-rtSteven Rostedt (VMware)2017-11-211-5/+12
|\ \ | |/
| * partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar2017-10-081-5/+12
* | Merge tag 'v3.18.73' into v3.18-rtSteven Rostedt (VMware)2017-11-211-1/+0
|\ \ | |/
| * bsg-lib: don't free job in bsg_prepare_jobChristoph Hellwig2017-10-051-1/+0
* | Merge tag 'v3.18.72' into v3.18-rtSteven Rostedt (VMware)2017-11-211-1/+1
|\ \ | |/
| * block: Relax a check in blk_start_queue()Bart Van Assche2017-09-271-1/+1
* | Merge tag 'v3.18.58' into v3.18-rtSteven Rostedt (VMware)2017-07-031-0/+2
|\ \ | |/
| * partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard2017-06-261-0/+2
* | Merge tag 'v3.18.50' into v3.18-rtSteven Rostedt (VMware)2017-05-081-0/+3
|\ \ | |/
| * block: allow WRITE_SAME commands with the SG_IO ioctlMauricio Faria de Oliveira2017-04-221-0/+3
* | Merge tag 'v3.18.47' into v3.18-rtSteven Rostedt (Red Hat)2017-02-071-0/+3
|\ \ | |/
| * sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro2017-01-151-0/+3
* | Merge tag 'v3.18.43' into v3.18-rtSteven Rostedt (Red Hat)2016-10-181-3/+12
|\ \ | |/
| * block: Do a full clone when splitting discard biosMartin K. Petersen2016-10-071-3/+12
* | Merge tag 'v3.18.40' into v3.18-rtSteven Rostedt (Red Hat)2016-08-301-0/+1
|\ \ | |/
| * block: fix use-after-free in seq fileVegard Nossum2016-08-221-0/+1
* | Merge tag 'v3.18.38' into v3.18-rtSteven Rostedt (Red Hat)2016-08-151-0/+2
|\ \ | |/
| * block: fix use-after-free in sys_ioprio_get()Omar Sandoval2016-07-191-0/+2
* | Merge tag 'v3.18.23' into v3.18-rtSteven Rostedt (Red Hat)2015-11-101-7/+18
|\ \ | |/
| * blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei2015-10-071-7/+18
* | Merge tag 'v3.18.22' into v3.18-rtSteven Rostedt (Red Hat)2015-11-101-2/+2
|\ \ | |/
| * sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen2015-09-171-2/+2
* | Merge tag 'v3.18.21' into v3.18-rtSteven Rostedt (Red Hat)2015-09-041-1/+5
|\ \ | |/
| * blkcg: fix gendisk reference leak in blkg_conf_prep()Tejun Heo2015-08-271-1/+5
* | Merge tag 'v3.18.20' into v3.18-rtSteven Rostedt (Red Hat)2015-08-101-21/+13
|\ \ | |/
| * blk-mq: fix CPU hotplug handlingMing Lei2015-08-061-21/+13
* | Merge tag 'v3.18.18' into v3.18-rtSteven Rostedt (Red Hat)2015-07-201-6/+6
|\ \ | |/
| * block: fix ext_dev_lock lockdep reportDan Williams2015-07-031-6/+6
* | softirq: Check preemption after reenabling interruptsThomas Gleixner2015-06-182-0/+6
* | block: Use cpu_chill() for retry loopsThomas Gleixner2015-06-181-2/+3
* | block/mq: drop per ctx cpu_lockSebastian Andrzej Siewior2015-06-182-12/+0