index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
2020-02-01
bcache: check return value of prio_read()
Coly Li
2020-02-01
bcache: fix incorrect data type usage in btree_flush_write()
Coly Li
2020-02-01
bcache: add readahead cache policy options via sysfs interface
Coly Li
2020-02-01
bcache: explicity type cast in bset_bkey_last()
Coly Li
2020-02-01
bcache: fix memory corruption in bch_cache_accounting_clear()
Coly Li
2020-01-27
Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-01-23
bcache: reap from tail of c->btree_cache in bch_mca_scan()
Coly Li
2020-01-23
bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()
Coly Li
2020-01-23
bcache: remove member accessed from struct btree
Coly Li
2020-01-23
bcache: avoid unnecessary btree nodes flushing in btree_flush_write()
Coly Li
2020-01-23
bcache: add code comments for state->pool in __btree_sort()
Coly Li
2020-01-23
bcache: use read_cache_page_gfp to read the superblock
Christoph Hellwig
2020-01-23
bcache: store a pointer to the on-disk sb in the cache and cached_dev structures
Christoph Hellwig
2020-01-23
bcache: return a pointer to the on-disk sb from read_super
Christoph Hellwig
2020-01-23
bcache: transfer the sb_page reference to register_{bdev,cache}
Christoph Hellwig
2020-01-23
bcache: fix use-after-free in register_bcache()
Coly Li
2020-01-23
bcache: properly initialize 'path' and 'err' in register_bcache()
Coly Li
2020-01-23
bcache: rework error unwinding in register_bcache
Christoph Hellwig
2020-01-23
bcache: use a separate data structure for the on-disk super block
Christoph Hellwig
2020-01-23
bcache: cached_dev_free needs to put the sb page
Liang Chen
2020-01-15
block: fix an integer overflow in logical block size
Mikulas Patocka
2020-01-13
md/raid1: introduce wait_for_serialization
Guoqing Jiang
2020-01-13
md/raid1: use bucket based mechanism for IO serialization
Guoqing Jiang
2020-01-13
md: introduce a new struct for IO serialization
Guoqing Jiang
2020-01-13
md: don't destroy serial_info_pool if serialize_policy is true
Guoqing Jiang
2020-01-13
raid1: serialize the overlap write
Guoqing Jiang
2020-01-13
md: reorgnize mddev_create/destroy_serial_pool
Guoqing Jiang
2020-01-13
md: add serialize_policy sysfs node for raid1
Guoqing Jiang
2020-01-13
md: prepare for enable raid1 io serialization
Guoqing Jiang
2020-01-13
md: fix a typo s/creat/create
Guoqing Jiang
2020-01-13
md: rename wb stuffs
Guoqing Jiang
2020-01-13
raid5: remove worker_cnt_per_group argument from alloc_thread_groups
Guoqing Jiang
2020-01-13
md-bitmap: small cleanups
Zhiqiang Liu
2019-12-13
Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-12-13
Merge tag 'for-5.5/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-12-11
md: make sure desc_nr less than MD_SB_DISKS
Yufen Yu
2019-12-11
md: raid1: check rdev before reference in raid1_sync_request func
Zhiqiang Liu
2019-12-11
raid5: need to set STRIPE_HANDLE for batch head
Guoqing Jiang
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-06
dm thin: Flush data device before committing metadata
Nikos Tsironis
2019-12-05
dm thin metadata: Add support for a pre-commit callback
Nikos Tsironis
2019-12-05
dm clone: Flush destination device before committing metadata
Nikos Tsironis
2019-12-05
dm clone metadata: Use a two phase commit
Nikos Tsironis
2019-12-05
dm clone metadata: Track exact changes per transaction
Nikos Tsironis
2019-12-05
dm btree: increase rebalance threshold in __rebalance2()
Hou Tao
2019-12-03
block: don't handle bio based drivers in blk_revalidate_disk_zones
Christoph Hellwig
2019-12-03
block: simplify blkdev_nr_zones
Christoph Hellwig
2019-11-26
dm mpath: remove harmful bio-based optimization
Mike Snitzer
2019-11-25
Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-11-25
Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
[next]