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.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-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+3
2018-08-14
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
24
-188
/
+434
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2018-08-12
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+14
2018-08-11
zram: remove BD_CAP_SYNCHRONOUS_IO with writeback feature
Minchan Kim
1
-1
/
+14
2018-08-09
null_blk: add lock drop/acquire annotation
Jens Axboe
1
-1
/
+3
2018-08-09
block: paride: pd: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2018-08-08
drivers/block/drbd: remove the null check for kmem_cache_destroy
zhong jiang
1
-8
/
+4
2018-08-08
drivers/block/aoe/aoedev: NULL check is not needed for mempool_destroy
zhong jiang
1
-2
/
+2
2018-08-08
drivers/block/mtip32xx: remove the null check for debugfs_remove_recursive
zhong jiang
1
-2
/
+1
2018-08-06
xen-blkfront: use true and false for boolean values
Gustavo A. R. Silva
1
-2
/
+2
2018-08-03
cdrom: Use struct scsi_sense_hdr internally
Kees Cook
1
-1
/
+1
2018-08-03
block: Switch struct packet_command to use struct scsi_sense_hdr
Kees Cook
1
-18
/
+18
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-17
/
+79
2018-08-02
aoe: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-28
pktcdvd: Fix possible Spectre-v1 for pkt_devs
Jinbum Park
1
-1
/
+3
2018-07-27
Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-17
/
+79
2018-07-25
xen/blkfront: remove unused macros
Juergen Gross
1
-5
/
+0
2018-07-24
block: Rename the null_blk_mod kernel module back into null_blk
Bart Van Assche
2
-3
/
+3
2018-07-21
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2
-1
/
+2
2018-07-20
nbd: constify nla_policy
Stephen Hemminger
1
-3
/
+3
2018-07-18
block: Add and use op_stat_group() for indexing disk_stat fields.
Michael Callahan
3
-8
/
+7
2018-07-18
block: Add part_stat_read_accum to read across field entries.
Michael Callahan
2
-5
/
+2
2018-07-18
block: make bdev_ops->rw_page() take a REQ_OP instead of bool
Tejun Heo
2
-15
/
+15
2018-07-18
pktcdvd: remove assignment in if condition
RAGHU Halharvi
1
-23
/
+46
2018-07-17
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
Ingo Molnar
5
-12
/
+39
2018-07-16
nbd: handle unexpected replies better
Josef Bacik
1
-14
/
+61
2018-07-16
nbd: don't requeue the same request twice.
Josef Bacik
1
-3
/
+18
2018-07-13
block: skd: Use %pad printk format for dma_addr_t values
Helge Deller
1
-8
/
+8
2018-07-09
block/DAC960.c: fix defined but not used build warnings
Randy Dunlap
1
-3
/
+6
2018-07-09
null_blk: add zone support
Matias Bjørling
4
-3
/
+227
2018-07-09
null_blk: move shared definitions to header file
Matias Bjørling
2
-75
/
+81
2018-07-09
null_blk: remove NULLB_DEV_FL_CONFIGURED on turning off nullb device
Liu Bo
1
-0
/
+1
2018-07-09
block/loop: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-09
drbd: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2018-07-09
paride: remove redundant variable n
Colin Ian King
1
-2
/
+1
2018-07-09
loop: remove redundant pointer inode
Colin Ian King
1
-2
/
+0
2018-07-09
block/floppy: remove redundant variable dflags
Colin Ian King
1
-3
/
+0
2018-07-09
drbd: Do not redefine __must_hold()
Bart Van Assche
1
-2
/
+0
2018-07-07
Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-1
/
+2
2018-07-03
loop: Add LOOP_SET_BLOCK_SIZE in compat ioctl
Evan Green
1
-0
/
+1
2018-07-02
drbd: fix access after free
Lars Ellenberg
1
-1
/
+1
2018-06-30
Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2018-06-29
drbd: Fix drbd_request_prepare() discard handling
Bart Van Assche
1
-2
/
+2
2018-06-24
Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-9
/
+35
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
1
-1
/
+1
2018-06-21
nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.
Doron Roberts-Kedes
1
-8
/
+34
2018-06-19
block: fix timeout changes for legacy request drivers
Christoph Hellwig
1
-1
/
+1
2018-06-15
Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-4
/
+7
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+1
[next]