index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
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-25
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-04
zram: fix null dereference of handle
Minchan Kim
1
-24
/
+12
2017-10-04
null_blk: change configfs dependency to select
Jens Axboe
1
-1
/
+1
2017-10-02
nbd: fix -ERESTARTSYS handling
Josef Bacik
1
-1
/
+5
2017-09-25
loop: remove union of use_aio and ref in struct loop_cmd
Omar Sandoval
1
-4
/
+2
2017-09-25
nbd: ignore non-nbd ioctl's
Josef Bacik
1
-0
/
+6
2017-09-25
brd: fix overflow in __brd_direct_access
Mikulas Patocka
1
-1
/
+1
2017-09-13
Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-1
/
+1
2017-09-09
Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-92
/
+109
2017-09-09
drivers/block/zram/zram_drv.c: convert to using memset_l
Matthew Wilcox
1
-11
/
+2
2017-09-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
7
-7877
/
+0
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
28
-2672
/
+2404
2017-09-07
Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-4
/
+6
2017-09-07
block, THP: make block_device_operations.rw_page support THP
Huang Ying
2
-1
/
+7
2017-09-07
zram: add config and doc file for writeback feature
Minchan Kim
1
-0
/
+12
2017-09-07
zram: read page from backing device
Minchan Kim
1
-5
/
+118
2017-09-07
zram: write incompressible pages to backing device
Minchan Kim
2
-13
/
+103
2017-09-07
zram: identify asynchronous IO's return value
Minchan Kim
1
-8
/
+24
2017-09-07
zram: add free space management in backing device
Minchan Kim
2
-1
/
+50
2017-09-07
zram: add interface to specif backing device
Minchan Kim
2
-0
/
+147
2017-09-07
zram: rename zram_decompress_page to __zram_bvec_read
Minchan Kim
1
-3
/
+3
[next]