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
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-12
dm: fix mempool NULL pointer race when completing IO
Jiazi Li
1
-7
/
+10
2021-10-12
dm rq: don't queue request to blk-mq during DM suspend
Ming Lei
1
-0
/
+8
2021-10-12
dm clone: make array 'descs' static
Colin Ian King
1
-1
/
+1
2021-10-12
dm verity: skip redundant verity_handle_err() on I/O errors
Akilesh Kailash
1
-3
/
+12
2021-09-22
md: fix a lock order reversal in md_alloc
Christoph Hellwig
1
-5
/
+0
2021-09-09
Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-8
/
+3
2021-09-02
Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2021-09-01
Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
37
-194
/
+1493
2021-08-31
Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-4
/
+29
2021-08-31
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
13
-48
/
+41
2021-08-28
md/raid5: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-28
raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
Guoqing Jiang
1
-0
/
+19
2021-08-27
dax: move the dax_read_lock() locking into dax_supported
Christoph Hellwig
1
-7
/
+2
2021-08-27
dm: use fs_dax_get_by_bdev instead of dax_get_by_host
Christoph Hellwig
1
-1
/
+1
2021-08-26
md/raid10: Remove unnecessary rcu_dereference in raid10_handle_discard
Xiao Ni
1
-4
/
+10
2021-08-20
dm crypt: use in_hardirq() instead of deprecated in_irq()
Changbin Du
1
-2
/
+2
2021-08-20
dm ima: update dm target attributes for ima measurements
Tushar Sugandhi
3
-9
/
+20
2021-08-20
dm ima: add a warning in dm_init if duplicate ima events are not measured
Tushar Sugandhi
1
-3
/
+6
2021-08-20
dm ima: prefix ima event name related to device mapper with dm_
Tushar Sugandhi
1
-9
/
+10
2021-08-20
dm ima: add version info to dm related events in ima log
Tushar Sugandhi
2
-12
/
+57
2021-08-20
dm ima: prefix dm table hashes in ima log with hash algorithm
Tushar Sugandhi
2
-3
/
+12
2021-08-18
dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()
Arne Welzel
1
-1
/
+6
2021-08-16
bcache: use bvec_virt
Christoph Hellwig
1
-1
/
+1
2021-08-16
dm-integrity: use bvec_virt
Christoph Hellwig
1
-2
/
+2
2021-08-16
dm-ebs: use bvec_virt
Christoph Hellwig
1
-1
/
+1
2021-08-16
dm: make EBS depend on !HIGHMEM
Christoph Hellwig
1
-1
/
+1
2021-08-12
block: remove GENHD_FL_UP
Christoph Hellwig
1
-3
/
+1
2021-08-12
bcache: move the del_gendisk call out of bcache_device_free
Christoph Hellwig
1
-6
/
+4
2021-08-12
bcache: add proper error unwinding in bcache_device_init
Christoph Hellwig
1
-5
/
+11
2021-08-12
block: move some macros to blkdev.h
Guoqing Jiang
1
-2
/
+0
2021-08-10
dm: update target status functions to support IMA measurement
Tushar Sugandhi
31
-2
/
+324
2021-08-10
dm ima: measure data on device rename
Tushar Sugandhi
3
-0
/
+53
2021-08-10
dm ima: measure data on table clear
Tushar Sugandhi
3
-0
/
+97
2021-08-10
dm ima: measure data on device remove
Tushar Sugandhi
3
-0
/
+124
2021-08-10
dm ima: measure data on device resume
Tushar Sugandhi
3
-2
/
+125
2021-08-10
dm ima: measure data on table load
Tushar Sugandhi
6
-1
/
+407
2021-08-10
dm writecache: add event counters
Mikulas Patocka
1
-3
/
+53
2021-08-10
dm writecache: report invalid return from writecache_map helpers
Mikulas Patocka
1
-1
/
+4
2021-08-10
dm writecache: further writecache_map() cleanup
Mike Snitzer
1
-32
/
+43
2021-08-10
dm writecache: factor out writecache_map_remap_origin()
Mike Snitzer
1
-15
/
+15
2021-08-10
dm writecache: split up writecache_map() to improve code readability
Mike Snitzer
1
-151
/
+187
2021-08-09
block: pass a gendisk to blk_queue_update_readahead
Christoph Hellwig
1
-1
/
+1
2021-08-09
dm: delay registering the gendisk
Christoph Hellwig
2
-13
/
+11
2021-08-09
dm: move setting md->type into dm_setup_md_queue
Christoph Hellwig
2
-6
/
+3
2021-08-09
dm: cleanup cleanup_mapped_device
Christoph Hellwig
1
-5
/
+1
2021-08-09
block: make the block holder code optional
Christoph Hellwig
2
-0
/
+3
2021-08-07
Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-4
/
+2
2021-08-05
Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...
Jens Axboe
2
-4
/
+2
2021-08-02
dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
Christoph Hellwig
1
-3
/
+2
2021-07-23
md/raid10: properly indicate failure when ending a failed write request
Wei Shuyu
2
-4
/
+2
[next]