index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-06
drbd: add missing part_round_stats to _drbd_start_io_acct
Philipp Reisner
1
-0
/
+1
2013-02-06
virtio-blk: Don't free ida when disk is in use
Alexander Graf
1
-1
/
+6
2013-01-16
aoe: do not call bdi_init after blk_alloc_queue
Ed Cashin
2
-6
/
+1
2012-11-16
floppy: properly handle failure on add_disk loop
Herton Ronaldo Krzesinski
1
-1
/
+10
2012-11-16
floppy: do put_disk on current dr if blk_init_queue fails
Herton Ronaldo Krzesinski
1
-0
/
+1
2012-11-16
x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facility
Len Brown
1
-36
/
+0
2012-10-10
aoe: assert AoE packets marked as requiring no checksum
Ed Cashin
1
-0
/
+1
2012-10-10
cciss: fix handling of protocol error
Stephen M. Cameron
1
-0
/
+1
2012-10-10
nbd: clear waiting_queue on shutdown
Paul Clements
1
-0
/
+9
2012-09-12
virtio-blk: Reset device after blk_cleanup_queue()
Asias He
1
-11
/
+1
2012-09-12
virtio-blk: Call del_gendisk() before disable guest kick
Asias He
1
-2
/
+2
2012-09-12
virtio-blk: Fix hot-unplug race in remove method
Asias He
1
-0
/
+11
2012-09-12
virtio_blk: Drop unused request tracking list
Asias He
1
-10
/
+0
2012-09-12
virtio_blk: fix config handler race
Michael S. Tsirkin
1
-1
/
+21
2012-09-12
cciss: fix incorrect scsi status reporting
Stephen M. Cameron
1
-10
/
+1
2012-08-10
virtio-blk: Use block layer provided spinlock
Asias He
1
-6
/
+3
2012-08-10
floppy: Cleanup disk->queue before caling put_disk() if add_disk() was never ...
Vivek Goyal
1
-1
/
+7
2012-07-12
umem: fix up unplugging
Tao Guo
1
-0
/
+40
2012-04-22
cciss: Fix scsi tape io with more than 255 scatter gather elements
Stephen M. Cameron
1
-1
/
+1
2012-04-22
cciss: Initialize scsi host max_sectors for tape drive support
Stephen M. Cameron
1
-0
/
+1
2012-03-19
block, sx8: fix pointer math issue getting fw version
Dan Carpenter
1
-1
/
+1
2012-01-25
block: add and use scsi_blk_cmd_ioctl
Paolo Bonzini
3
-7
/
+6
2011-12-16
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-151
/
+221
2011-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-91
/
+10
2011-12-12
block/swim3: Locking fixes
Benjamin Herrenschmidt
1
-147
/
+215
2011-12-07
rbd: remove buggy rollback functionality
Josh Durgin
1
-90
/
+0
2011-12-07
rbd: return an error when an invalid header is read
Josh Durgin
1
-1
/
+10
2011-12-02
loop: Fix discard_alignment default setting
Lukas Czerner
1
-1
/
+1
2011-11-28
cciss: fix flush cache transfer length
Stephen M. Cameron
1
-0
/
+2
2011-11-28
cciss: Add IRQF_SHARED back in for the non-MSI(X) interrupt handler
Stephen M. Cameron
1
-2
/
+2
2011-11-25
loop: fix loop block driver discard and encryption comment
Dave Young
1
-1
/
+1
2011-11-16
paride: fix potential information leak in pg_read()
Dan Carpenter
1
-0
/
+1
2011-11-16
cciss: auto engage SCSI mid layer at driver load time
Stephen M. Cameron
2
-0
/
+2
2011-11-16
loop: cleanup set_status interface
Dmitry Monakhov
1
-15
/
+29
2011-11-16
loop: prevent information leak after failed read
Dmitry Monakhov
1
-1
/
+2
2011-11-11
The Windows driver .inf disables ASPM on all cciss devices. Do the same.
Matthew Garrett
1
-0
/
+5
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-0
/
+5
2011-11-06
Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-51
/
+8
2011-11-04
Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
9
-117
/
+569
2011-11-04
Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-143
/
+46
2011-11-02
virtio-blk: use ida to allocate disk index
Michael S. Tsirkin
1
-6
/
+24
2011-10-31
block: Fix files that are modules and hence need module.h
Paul Gortmaker
3
-0
/
+3
2011-10-31
block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
Paul Gortmaker
2
-0
/
+2
2011-10-31
virtio-blk: use ida to allocate disk index
Michael S. Tsirkin
1
-6
/
+24
2011-10-28
Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client
Linus Torvalds
1
-1
/
+1
2011-10-26
block: xen-blkback: use API provided by xenbus module to map rings
David Vrabel
2
-51
/
+8
2011-10-25
libceph: create messenger with client
Sage Weil
1
-1
/
+1
2011-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
5
-9
/
+6
2011-10-25
Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...
Linus Torvalds
1
-1
/
+1
2011-10-24
Merge branch 'for-linus' into for-3.2/core
Jens Axboe
1
-112
/
+23
[next]