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
2025-03-05
md/raid5: merge reshape_progress checking inside get_reshape_loc()
Yu Kuai
2025-03-05
md: fix mddev uaf while iterating all_mddevs list
Yu Kuai
2025-03-05
md: switch md-cluster to use md_submodle_head
Yu Kuai
2025-03-05
md: don't export md_cluster_ops
Yu Kuai
2025-03-05
md/md-cluster: cleanup md_cluster_ops reference
Yu Kuai
2025-03-05
md: switch personalities to use md_submodule_head
Yu Kuai
2025-03-05
md: introduce struct md_submodule_head and APIs
Yu Kuai
2025-03-05
md: only include md-cluster.h if necessary
Yu Kuai
2025-03-05
md: merge common code into find_pers()
Yu Kuai
2025-03-03
block: split struct bio_integrity_payload
Christoph Hellwig
2025-02-25
dm vdo indexer: reorder uds_request to reduce padding
Ken Raeburn
2025-02-24
Merge tag 'for-6.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-02-24
dm: fix unconditional IO throttle caused by REQ_PREFLUSH
Jinliang Zheng
2025-02-24
dm vdo: rework processing of loaded refcount byte arrays
Ken Raeburn
2025-02-24
dm vdo: remove remaining ring references
Sweet Tea Dorminy
2025-02-24
dm-verity: do forward error correction on metadata I/O errors
Mikulas Patocka
2025-02-24
dm vdo: add missing spin_lock_init
Ken Raeburn
2025-02-24
dm-bufio: remove unused return value
Mikulas Patocka
2025-02-24
dm-integrity: set ti->error on memory allocation failure
Mikulas Patocka
2025-02-21
Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linux
Linus Torvalds
2025-02-17
dm: Enable inline crypto passthrough for striped target
Ed Tsai
2025-02-17
dm-integrity: Do not emit journal configuration in DM table for Inline mode
Milan Broz
2025-02-17
dm-integrity: Avoid divide by zero in table status in Inline mode
Milan Broz
2025-02-15
md/raid1: fix memory leak in raid1_run() if no active rdev
Zheng Qixing
2025-02-15
md: ensure resync is prioritized over recovery
Li Nan
2025-02-14
md/raid*: Fix the set_queue_limits implementations
Bart Van Assche
2025-02-10
blk-crypto: add basic hardware-wrapped key support
Eric Biggers
2025-02-08
lib/crc32: standardize on crc32c() name for Castagnoli CRC32
Eric Biggers
2025-02-07
Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linux
Linus Torvalds
2025-02-03
dm vdo slab-depot: read refcount blocks in large chunks at load time
Ken Raeburn
2025-02-03
dm vdo vio-pool: allow variable-sized metadata vios
Ken Raeburn
2025-02-03
dm vdo vio-pool: support pools with multiple data blocks per vio
Ken Raeburn
2025-02-03
dm vdo vio-pool: add a pool pointer to pooled_vio
Ken Raeburn
2025-02-03
dm vdo: remove checks that can not fail
Matthew Sakai
2025-02-03
dm vdo indexer: prevent unterminated string warning
Chung Chung
2025-02-03
dm vdo: use a short static string for thread name prefix
Matthew Sakai
2025-02-03
dm-crypt: switch to using the crc32 library
Eric Biggers
2025-01-31
Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-31
md: Fix linear_set_limits()
Bart Van Assche
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-27
Merge tag 'for-6.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-01-24
md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime
Yu Kuai
2025-01-21
dm-crypt: track tag_offset in convert_context
Hou Tao
2025-01-21
dm-crypt: don't initialize cc_sector again
Hou Tao
2025-01-21
dm-crypt: don't update io->sector after kcryptd_crypt_write_io_submit()
Hou Tao
2025-01-21
dm-crypt: use bi_sector in bio when initialize integrity seed
Hou Tao
2025-01-21
dm-crypt: fully initialize clone->bi_iter in crypt_alloc_buffer()
Hou Tao
2025-01-21
dm-crypt: set atomic as false when calling crypt_convert() in kworker
Hou Tao
2025-01-20
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-17
dm-mirror: Support atomic writes
John Garry
[prev]
[next]