index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-25
blk_rq_map_user_iov: fix error override
Douglas Gilbert
1
-2
/
+2
2017-12-20
badblocks: fix wrong return value in badblocks_set if badblocks are disabled
Liu Bo
1
-1
/
+1
2017-12-20
blk-mq: Fix tagset reinit in the presence of cpu hot-unplug
Sagi Grimberg
1
-0
/
+3
2017-12-14
block: wake up all tasks blocked in get_request()
Ming Lei
1
-2
/
+2
2017-12-14
blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()
Ming Lei
3
-4
/
+5
2017-11-30
block: Fix a race between blk_cleanup_queue() and timeout handling
Bart Van Assche
2
-3
/
+2
2017-10-21
Revert "bsg-lib: don't free job in bsg_prepare_job"
Greg Kroah-Hartman
1
-0
/
+1
2017-10-18
bio_copy_user_iov(): don't ignore ->iov_offset
Al Viro
1
-2
/
+2
2017-10-18
more bio_map_user_iov() leak fixes
Al Viro
1
-5
/
+9
2017-10-18
fix unbalanced page refcounting in bio_map_user_iov
Vitaly Mayatskikh
1
-0
/
+8
2017-10-08
partitions/efi: Fix integer overflow in GPT size calculation
Alden Tondettar
1
-5
/
+12
2017-10-05
bsg-lib: don't free job in bsg_prepare_job
Christoph Hellwig
1
-1
/
+0
2017-09-27
block: Relax a check in blk_start_queue()
Bart Van Assche
1
-1
/
+1
2017-08-25
blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULL
Christoph Hellwig
1
-1
/
+7
2017-06-17
partitions/msdos: FreeBSD UFS2 file systems are not recognized
Richard
1
-0
/
+2
2017-06-14
cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode
Hou Tao
1
-2
/
+15
2017-05-20
block: fix blk_integrity_register to use template's interval_exp if not 0
Mike Snitzer
1
-1
/
+2
2017-05-14
block: get rid of blk_integrity_revalidate()
Ilya Dryomov
2
-18
/
+2
2017-04-18
blk-mq: Avoid memory reclaim when remapping queues
Gabriel Krisman Bertazi
1
-3
/
+3
2017-04-08
blk: Ensure users for current->bio_list can see the full list.
NeilBrown
2
-15
/
+27
2017-04-08
blk: improve order of bio handling in generic_make_request()
NeilBrown
1
-4
/
+21
2017-03-30
blk-mq: don't complete un-started request in timeout handler
Ming Lei
1
-10
/
+1
2017-03-22
block: allow WRITE_SAME commands with the SG_IO ioctl
Mauricio Faria de Oliveira
1
-0
/
+3
2017-01-19
blk-mq: Always schedule hctx->next_cpu
Gabriel Krisman Bertazi
1
-3
/
+1
2017-01-19
block: cfq_cpd_alloc() should use @gfp
Tejun Heo
1
-1
/
+1
2017-01-09
sg_write()/bsg_write() is not fit to be called under KERNEL_DS
Al Viro
1
-0
/
+3
2017-01-06
blk-mq: Do not invoke .queue_rq() for a stopped queue
Bart Van Assche
1
-3
/
+3
2016-12-07
Don't feed anything but regular iovec's to blk_rq_map_user_iov
Linus Torvalds
1
-0
/
+4
2016-10-27
blk-mq: update hardware and software queues for sleeping alloc
Jens Axboe
1
-3
/
+3
2016-10-26
block: flush: fix IO hang in case of flood fua req
Ming Lei
1
-0
/
+28
2016-10-22
badblocks: badblocks_set/clear update unacked_exist
Shaohua Li
1
-0
/
+23
2016-10-21
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+4
2016-10-15
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2016-10-14
Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-3
/
+1
2016-10-12
badblocks: fix overlapping check for clearing
Tomasz Majchrzak
1
-2
/
+4
2016-10-12
block: require write_same and discard requests align to logical block size
Darrick J. Wong
1
-0
/
+15
2016-10-12
block: invalidate the page cache when issuing BLKZEROOUT
Darrick J. Wong
1
-6
/
+12
2016-10-11
latent_entropy: Mark functions with __latent_entropy
Emese Revfy
1
-1
/
+1
2016-10-10
Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-142
/
+57
2016-10-10
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-92
/
+110
2016-10-08
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-574
/
+244
2016-10-04
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-17
/
+10
2016-09-30
blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL
Bart Van Assche
1
-3
/
+1
2016-09-23
blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx
Christoph Hellwig
1
-2
/
+14
2016-09-23
cfq: fix starvation of asynchronous writes
Glauber Costa
1
-3
/
+10
2016-09-23
blk-mq: fixup "Convert to new hotplug state machine"
Sebastian Andrzej Siewior
1
-1
/
+1
2016-09-22
blk-mq: add flag for drivers wanting blocking ->queue_rq()
Jens Axboe
1
-1
/
+1
2016-09-22
blk-mq: remove non-blocking pass in blk_mq_map_request
Christoph Hellwig
1
-13
/
+1
2016-09-22
blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()
Jens Axboe
1
-14
/
+2
2016-09-22
blk-mq: Convert to new hotplug state machine
Sebastian Andrzej Siewior
1
-44
/
+43
[next]