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
2020-07-22
Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"
Wade Mealing
1
-1
/
+2
2020-07-16
nbd: Fix memory leak in nbd_add_socket
Zheng Bin
1
-10
/
+15
2020-07-09
virtio-blk: free vblk-vqs in error path of virtblk_probe()
Hou Tao
1
-0
/
+1
2020-06-30
loop: replace kill_bdev with invalidate_bdev
Zheng Bin
1
-3
/
+3
2020-06-25
ps3disk: use the default segment boundary
Emmanuel Nicolet
1
-1
/
+0
2020-06-07
null_blk: return error for invalid zone size
Chaitanya Kulkarni
1
-0
/
+4
2020-05-20
virtio-blk: handle block_device_operations callbacks after hot unplug
Stefan Hajnoczi
1
-8
/
+78
2020-04-29
virtio-blk: improve virtqueue error to BLK_STS
Halil Pasic
1
-2
/
+7
2020-04-29
loop: Better discard support for block devices
Evan Green
1
-11
/
+31
2020-04-23
rbd: call rbd_dev_unprobe() after unwatching and flushing notifies
Ilya Dryomov
1
-4
/
+4
2020-04-23
rbd: avoid a deadlock on header_rwsem when flushing notifies
Ilya Dryomov
1
-4
/
+13
2020-04-17
xen/blkfront: fix memory allocation flags in blkfront_setup_indirect()
Juergen Gross
1
-5
/
+12
2020-04-17
null_blk: fix spurious IO errors after failed past-wp access
Alexey Dobriyan
1
-0
/
+2
2020-04-17
null_blk: Handle null_add_dev() failures properly
Bart Van Assche
1
-1
/
+6
2020-04-17
null_blk: Fix the null_add_dev() error path
Bart Van Assche
1
-0
/
+1
2020-03-18
virtio-blk: fix hw_queue stopped on arbitrary error
Halil Pasic
1
-3
/
+5
2020-02-28
floppy: check FDC index for errors before assigning it
Linus Torvalds
1
-2
/
+5
2020-02-24
brd: check and limit max_part par
Zhiqiang Liu
1
-2
/
+20
2020-02-24
rbd: work around -Wuninitialized warning
Arnd Bergmann
1
-1
/
+1
2020-02-24
nbd: add a flush_workqueue in nbd_start_device
Sun Ke
1
-0
/
+10
2020-01-27
signal: Allow cifs and drbd to receive their terminating signals
Eric W. Biederman
1
-0
/
+2
2020-01-27
rbd: clear ->xferred on error from rbd_obj_issue_copyup()
Ilya Dryomov
1
-0
/
+1
2020-01-23
xen/blkfront: Adjust indentation in xlvbd_alloc_gendisk
Nathan Chancellor
1
-2
/
+2
2020-01-09
xen/blkback: Avoid unmapping unmapped grant pages
SeongJae Park
1
-0
/
+2
2020-01-09
xen-blkback: prevent premature module unload
Paul Durrant
1
-0
/
+10
2019-12-31
nbd: fix shutdown and recv work deadlock v2
Mike Christie
1
-3
/
+3
2019-12-31
loop: fix no-unmap write-zeroes request behavior
Darrick J. Wong
1
-8
/
+18
2019-12-17
drbd: Change drbd_request_detach_interruptible's return type to int
Nathan Chancellor
2
-6
/
+3
2019-12-13
rsxx: add missed destroy_workqueue calls in remove
Chuhong Yuan
1
-0
/
+2
2019-12-05
drbd: fix print_st_err()'s prototype to match the definition
Luc Van Oostenryck
1
-1
/
+1
2019-12-05
drbd: do not block when adjusting "disk-options" while IO is frozen
Lars Ellenberg
1
-8
/
+29
2019-12-05
drbd: reject attach of unsuitable uuids even if connected
Lars Ellenberg
2
-3
/
+22
2019-12-05
drbd: ignore "all zero" peer volume sizes in handshake
Lars Ellenberg
1
-3
/
+30
2019-12-05
block: drbd: remove a stray unlock in __drbd_send_protocol()
Dan Carpenter
1
-1
/
+0
2019-12-01
nbd: prevent memory leak
Navid Emamdoost
1
-2
/
+3
2019-12-01
amiflop: clean up on errors during setup
Omar Sandoval
1
-44
/
+40
2019-12-01
skd: fixup usage of legacy IO API
Jens Axboe
1
-2
/
+2
2019-12-01
nbd:fix memory leak in nbd_get_socket()
Sun Ke
1
-0
/
+1
2019-11-10
nbd: handle racing with error'ed out commands
Josef Bacik
1
-0
/
+6
2019-11-10
nbd: protect cmd->status with cmd->lock
Josef Bacik
1
-5
/
+7
2019-11-06
nbd: verify socket is supported during setup
Mike Christie
1
-2
/
+21
2019-11-06
nbd: fix possible sysfs duplicate warning
Xiubo Li
1
-1
/
+1
2019-11-06
zram: fix race between backing_dev_show and backing_dev_store
Sasha Levin
1
-2
/
+3
2019-10-11
nbd: fix crash when the blksize is zero
Xiubo Li
1
-3
/
+20
2019-10-11
nbd: fix max number of supported devs
Mike Christie
1
-14
/
+25
2019-10-07
pktcdvd: remove warning on attempting to register non-passthrough dev
Jens Axboe
1
-1
/
+0
2019-10-05
nbd: add missing config put
Mike Christie
1
-1
/
+3
2019-10-05
loop: Add LOOP_SET_DIRECT_IO to compat ioctl
Alessio Balsini
1
-0
/
+1
2019-09-21
floppy: fix usercopy direction
Jann Horn
1
-2
/
+2
2019-09-06
xen/blkback: fix memory leaks
Wenwen Wang
1
-3
/
+3
[next]