index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
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
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-01-23
nbd: Use set_blocksize() to set device blocksize
Jan Kara
1
-0
/
+1
2019-01-23
nbd: set the logical and physical blocksize properly
Josef Bacik
1
-22
/
+14
2019-01-23
loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()
Tetsuo Handa
1
-2
/
+0
2019-01-23
loop: Get rid of loop_index_mutex
Jan Kara
1
-19
/
+20
2019-01-23
loop: Fold __loop_release into loop_release
Jan Kara
1
-9
/
+7
2019-01-23
block/loop: Use global lock for ioctl() operation.
Tetsuo Handa
2
-22
/
+21
2019-01-16
rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is set
Ilya Dryomov
1
-5
/
+4
2018-12-01
floppy: fix race condition in __floppy_read_block_0()
Jens Axboe
1
-1
/
+2
2018-11-27
zram: close udev startup race condition as default groups
Minchan Kim
1
-20
/
+6
2018-11-13
xen/blkfront: avoid NULL blkfront_info dereference on device removal
Vasilis Liaskovitis
1
-0
/
+3
2018-11-13
swim: fix cleanup on setup error
Omar Sandoval
1
-2
/
+11
2018-11-13
ataflop: fix error handling during setup
Omar Sandoval
1
-10
/
+15
2018-11-10
nbd: only set MSG_MORE when we have more to send
Josef Bacik
1
-4
/
+2
2018-10-03
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-07-03
rbd: flush rbd_dev->watch_dwork after watch is unregistered
Dongsheng Yang
1
-1
/
+1
2018-05-30
cdrom: do not call check_disk_change() inside cdrom_open()
Maurizio Lombardi
1
-0
/
+2
2018-04-20
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-25
rbd: silence bogus -Wmaybe-uninitialized warning
Ilya Dryomov
1
-1
/
+1
2018-02-17
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
2018-01-10
nbd: fix use-after-free of rq/bio in the xmit path
Jens Axboe
1
-9
/
+23
2017-12-25
nbd: set queue timeout properly
Josef Bacik
1
-1
/
+4
2017-12-14
zram: set physical queue limits to avoid array out of bounds accesses
Johannes Thumshirn
1
-0
/
+2
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
-8
/
+9
2017-08-24
xen-blkfront: use a right index when checking requests
Munehisa Kamata
1
-3
/
+3
2017-08-11
virtio_blk: fix panic in initialization error path
Omar Sandoval
1
-1
/
+2
2017-08-11
nbd: blk_mq_init_queue returns an error code on failure, not NULL
Jeff Moyer
1
-2
/
+4
2017-07-05
xen/blkback: don't free be structure too early
Juergen Gross
1
-3
/
+3
2017-07-05
xen/blkback: don't use xen_blkif_get() in xen-blkback kthread
Juergen Gross
2
-4
/
+0
2017-06-29
xen-blkback: don't leak stack data via response ring
Jan Beulich
2
-31
/
+17
2017-06-29
xen/blkback: fix disconnect while I/Os in flight
Juergen Gross
2
-2
/
+6
2017-04-21
nbd: fix 64-bit division
Jens Axboe
1
-1
/
+1
2017-04-21
nbd: use loff_t for blocksize and nbd_set_size args
Josef Bacik
1
-4
/
+4
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-19
virtio_blk: avoid DMA to stack for the sense buffer
Christoph Hellwig
1
-1
/
+3
2017-01-19
zram: support BDI_CAP_STABLE_WRITES
Minchan Kim
1
-2
/
+11
2017-01-19
zram: revalidate disk under init_lock
Minchan Kim
1
-7
/
+1
2017-01-06
loop: return proper error from loop_queue_rq()
Omar Sandoval
1
-1
/
+1
[next]