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
2018-10-03
floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
Andy Whitcroft
1
-0
/
+3
2018-09-19
pktcdvd: Fix possible Spectre-v1 for pkt_devs
Jinbum Park
1
-1
/
+3
2018-09-19
nbd: don't allow invalid blocksize settings
Jens Axboe
1
-0
/
+3
2018-09-09
drivers/block/zram/zram_drv.c: fix bug storing backing_dev
Peter Kalauskas
1
-1
/
+6
2018-09-05
nbd: handle unexpected replies better
Josef Bacik
1
-14
/
+61
2018-09-05
nbd: don't requeue the same request twice.
Josef Bacik
1
-3
/
+18
2018-08-24
drbd: Fix drbd_request_prepare() discard handling
Bart Van Assche
1
-2
/
+2
2018-08-24
nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.
Doron Roberts-Kedes
1
-7
/
+33
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-06-26
nbd: use bd_set_size when updating disk size
Josef Bacik
1
-1
/
+9
2018-06-26
nbd: update size when connected
Josef Bacik
1
-0
/
+2
2018-06-26
nbd: fix nbd device deletion
Josef Bacik
1
-1
/
+4
2018-05-30
block: null_blk: fix 'Invalid parameters' when loading module
Ming Lei
1
-21
/
+25
2018-05-30
cdrom: do not call check_disk_change() inside cdrom_open()
Maurizio Lombardi
1
-0
/
+2
2018-05-30
xen-blkfront: move negotiate_mq to cover all cases of new VBDs
Bhavesh Davda
1
-9
/
+8
2018-05-30
nbd: fix return value in error handling path
Gustavo A. R. Silva
1
-1
/
+1
2018-05-25
loop: fix LOOP_GET_STATUS lock imbalance
Omar Sandoval
1
-15
/
+18
2018-05-25
loop: don't call into filesystem while holding lo_ctl_mutex
Omar Sandoval
1
-14
/
+24
2018-04-29
block/swim: Fix IO error at end of medium
Finn Thain
1
-5
/
+8
2018-04-29
block/swim: Fix array bounds check
Finn Thain
1
-1
/
+1
2018-04-29
block/swim: Select appropriate drive on device open
Finn Thain
1
-1
/
+1
2018-04-29
block/swim: Rename macros to avoid inconsistent inverted logic
Finn Thain
2
-7
/
+7
2018-04-29
block/swim: Remove extra put_disk() call from error path
Finn Thain
1
-1
/
+0
2018-04-29
block/swim: Don't log an error message for an invalid ioctl
Finn Thain
1
-7
/
+2
2018-04-29
block/swim: Check drive type
Finn Thain
1
-2
/
+4
2018-04-29
m68k/mac: Don't remap SWIM MMIO region
Finn Thain
1
-7
/
+3
2018-04-19
block/loop: fix deadlock after loop_set_status
Tetsuo Handa
1
-4
/
+8
2018-03-15
loop: Fix lost writes caused by missing flag
Ross Zwisler
1
-1
/
+1
2018-02-22
rbd: whitelist RBD_FEATURE_OPERATIONS feature bit
Ilya Dryomov
1
-1
/
+3
2018-02-16
pktcdvd: Fix a recently introduced NULL pointer dereference
Bart Van Assche
1
-4
/
+4
2018-02-16
pktcdvd: Fix pkt_setup_dev() error path
Bart Van Assche
1
-3
/
+1
2018-02-03
null_blk: fix dev->badblocks leak
David Disseldorp
1
-1
/
+4
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-17
rbd: reacquire lock should update lock owner client id
Florian Margaine
1
-5
/
+11
2017-12-20
nullb: fix error return code in null_init()
Wei Yongjun
1
-1
/
+3
2017-11-30
nbd: don't start req until after the dead connection logic
Josef Bacik
1
-13
/
+7
2017-11-30
nbd: wait uninterruptible for the dead timeout
Josef Bacik
1
-3
/
+3
2017-11-09
rbd: use GFP_NOIO for parent stat and data requests
Ilya Dryomov
1
-2
/
+2
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
19
-0
/
+19
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
19
-0
/
+19
2017-10-27
virtio_blk: Fix an SG_IO regression
Bart Van Assche
1
-0
/
+12
2017-10-24
nbd: handle interrupted sendmsg with a sndtimeo set
Josef Bacik
1
-2
/
+11
2017-10-09
nbd: don't set the device size until we're connected
Josef Bacik
1
-1
/
+1
2017-10-09
skd: Use kmem_cache_free
Himanshu Jha
1
-1
/
+1
2017-10-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+6
2017-10-03
zram: fix null dereference of handle
Minchan Kim
1
-24
/
+12
[next]