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
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
2016-12-07
zram: restrict add/remove attributes to root only
Sergey Senozhatsky
1
-1
/
+7
2016-11-30
zram: fix unbalanced idr management at hot removal
Takashi Iwai
1
-1
/
+2
2016-11-12
aoe: fix crash in page count manipulation
Jens Axboe
1
-41
/
+0
2016-11-09
drbd: Fix kernel_sendmsg() usage - potential NULL deref
Richard Weinberger
1
-1
/
+1
2016-11-06
nbd: Fix error handling
Christophe JAILLET
1
-1
/
+1
2016-10-31
virtio_blk: Delete an unnecessary initialisation in init_vq()
Markus Elfring
1
-1
/
+1
2016-10-31
virtio_blk: Use kmalloc_array() in init_vq()
Markus Elfring
1
-4
/
+4
2016-10-27
block: DAC960: print a hex number after a 0x prefix
Uwe Kleine-König
1
-2
/
+2
2016-10-24
nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdown
John W. Linville
1
-1
/
+1
2016-10-15
rbd: don't retry watch reregistration if header object is gone
Ilya Dryomov
1
-1
/
+1
2016-10-15
rbd: don't wait for the lock forever if blacklisted
Ilya Dryomov
1
-17
/
+33
2016-10-11
kthread: kthread worker API cleanup
Petr Mladek
1
-4
/
+4
2016-10-10
Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2
-264
/
+1179
2016-10-09
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-7
/
+0
2016-10-03
rbd: use kmalloc_array() in rbd_header_from_disk()
Markus Elfring
1
-4
/
+3
2016-10-03
rbd: add rbd_obj_request_error() helper
Ilya Dryomov
1
-10
/
+18
2016-10-03
rbd: img_data requests don't own their page array
Ilya Dryomov
1
-8
/
+3
2016-10-03
rbd: don't call rbd_osd_req_format_read() for !img_data requests
Ilya Dryomov
1
-7
/
+2
2016-10-03
rbd: rework rbd_img_obj_exists_submit() error paths
Ilya Dryomov
1
-20
/
+22
2016-10-03
rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback()
Ilya Dryomov
1
-1
/
+2
2016-10-03
rbd: move bumping img_request refcount into rbd_obj_request_submit()
Ilya Dryomov
1
-4
/
+8
2016-10-03
rbd: mark the original request as done if stat request fails
Ilya Dryomov
1
-13
/
+15
2016-10-03
rbd: clean up asserts in rbd_img_obj_request_submit() helpers
Ilya Dryomov
1
-20
/
+10
2016-10-03
rbd: change rbd_obj_request_submit() signature
Ilya Dryomov
1
-47
/
+23
2016-10-03
rbd: lock_on_read map option
Ilya Dryomov
1
-1
/
+12
2016-09-23
nbd: use BLK_MQ_F_BLOCKING
Josef Bacik
1
-1
/
+1
2016-09-21
lightnvm: control life of nvm_dev in driver
Matias Bjørling
1
-2
/
+20
2016-09-21
null_blk: refactor to support non-gendisk devices
Matias Bjørling
1
-49
/
+61
2016-09-15
blk-mq: remove ->map_queue
Christoph Hellwig
6
-6
/
+0
2016-09-08
nbd: allow block mq to deal with timeouts
Josef Bacik
1
-37
/
+14
2016-09-08
nbd: use flags instead of bool
Josef Bacik
1
-8
/
+10
[next]