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
2019-08-04
floppy: fix out-of-bounds read in copy_buffer
Denis Efremov
1
-2
/
+4
2019-08-04
floppy: fix invalid pointer dereference in drive_name
Denis Efremov
1
-3
/
+8
2019-08-04
floppy: fix out-of-bounds read in next_valid_format
Denis Efremov
1
-0
/
+18
2019-08-04
floppy: fix div-by-zero in setup_format_params
Denis Efremov
1
-0
/
+5
2019-08-04
take floppy compat ioctls to sodding floppy.c
Al Viro
1
-0
/
+328
2019-05-16
xsysace: Fix error handling in ace_setup
Guenter Roeck
1
-0
/
+2
2019-05-16
Revert "block/loop: Use global lock for ioctl() operation."
Greg Kroah-Hartman
2
-21
/
+22
2019-02-20
block/swim3: Fix -EBUSY error when re-opening device after unmount
Finn Thain
1
-1
/
+5
2019-02-20
drbd: skip spurious timeout (ping-timeo) when failing promote
Lars Ellenberg
1
-7
/
+8
2019-02-20
drbd: disconnect, if the wrong UUIDs are attached on a connected peer
Lars Ellenberg
1
-1
/
+1
2019-02-20
drbd: narrow rcu_read_lock in drbd_sync_handshake
Roland Kammerer
1
-5
/
+6
2019-02-20
sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN
Young Xiao
1
-0
/
+5
2019-02-06
Revert "loop: Fold __loop_release into loop_release"
Greg Kroah-Hartman
1
-7
/
+9
2019-02-06
Revert "loop: Get rid of loop_index_mutex"
Greg Kroah-Hartman
1
-20
/
+19
2019-02-06
Revert "loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()"
Greg Kroah-Hartman
1
-0
/
+2
2019-01-26
loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
Tetsuo Handa
1
-2
/
+0
2019-01-26
loop: Get rid of loop_index_mutex
Jan Kara
1
-19
/
+20
2019-01-26
loop: Fold __loop_release into loop_release
Jan Kara
1
-9
/
+7
2019-01-26
block/loop: Use global lock for ioctl() operation.
Tetsuo Handa
2
-22
/
+21
2018-11-27
zram: close udev startup race condition as default groups
Minchan Kim
1
-20
/
+6
2018-11-21
swim: fix cleanup on setup error
Omar Sandoval
1
-2
/
+11
2018-11-21
ataflop: fix error handling during setup
Omar Sandoval
1
-10
/
+15
2018-10-10
floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
Andy Whitcroft
1
-0
/
+3
2018-07-17
loop: remember whether sysfs_create_group() was done
Tetsuo Handa
2
-5
/
+7
2018-07-17
loop: add recursion validation to LOOP_CHANGE_FD
Theodore Ts'o
1
-30
/
+38
2018-07-11
drbd: fix access after free
Lars Ellenberg
1
-1
/
+1
2018-05-30
cdrom: do not call check_disk_change() inside cdrom_open()
Maurizio Lombardi
1
-0
/
+2
2018-04-24
block/loop: fix deadlock after loop_set_status
Tetsuo Handa
1
-4
/
+8
2018-04-13
Fix loop device flush before configure v3
James Wang
1
-0
/
+3
2018-04-08
Revert "mtip32xx: use runtime tag to initialize command header"
Greg Kroah-Hartman
1
-24
/
+12
2018-03-24
mtip32xx: use runtime tag to initialize command header
Ming Lei
1
-12
/
+24
2018-03-18
loop: Fix lost writes caused by missing flag
Ross Zwisler
1
-1
/
+1
2018-02-16
pktcdvd: Fix pkt_setup_dev() error path
Bart Van Assche
1
-3
/
+1
2018-02-03
loop: fix concurrent lo_open/lo_release
Linus Torvalds
1
-2
/
+8
2018-01-17
rbd: set max_segments to USHRT_MAX
Ilya Dryomov
1
-1
/
+1
2017-12-16
zram: set physical queue limits to avoid array out of bounds accesses
Johannes Thumshirn
1
-0
/
+2
2017-11-21
xen-blkback: don't leak stack data via response ring
Jan Beulich
2
-31
/
+17
2017-11-15
rbd: use GFP_NOIO for parent stat and data requests
Ilya Dryomov
1
-2
/
+2
2017-09-27
skd: Submit requests to firmware before triggering the doorbell
Bart Van Assche
1
-0
/
+6
2017-09-27
skd: Avoid that module unloading triggers a use-after-free
Bart Van Assche
1
-7
/
+8
2017-08-11
virtio_blk: fix panic in initialization error path
Omar Sandoval
1
-1
/
+2
2017-08-06
xen/blkback: don't use xen_blkif_get() in xen-blkback kthread
Juergen Gross
2
-4
/
+0
2017-08-06
xen/blkback: don't free be structure too early
Juergen Gross
1
-4
/
+3
2017-05-08
drbd: avoid redefinition of BITS_PER_PAGE
Lars Ellenberg
1
-0
/
+6
2017-04-21
zram: do not use copy_page with non-page aligned address
Minchan Kim
1
-3
/
+3
2017-03-12
loop: fix LO_FLAGS_PARTSCAN hang
Omar Sandoval
1
-7
/
+8
2017-03-12
block/loop: fix race between I/O and set_status
Ming Lei
1
-5
/
+12
2017-01-06
loop: return proper error from loop_queue_rq()
Omar Sandoval
1
-1
/
+1
2016-12-15
zram: restrict add/remove attributes to root only
Sergey Senozhatsky
1
-1
/
+7
2016-12-08
zram: fix unbalanced idr management at hot removal
Takashi Iwai
1
-1
/
+2
[next]