index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-13
Merge tag 'for-6.2/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-28
/
+146
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
14
-276
/
+294
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-12-08
dm thin: Use last transaction's pmd->root when commit failed
Zhihao Cheng
1
-0
/
+9
2022-12-07
block: remove bio_set_op_attrs
Christoph Hellwig
6
-20
/
+20
2022-12-02
dm init: add dm-mod.waitfor to wait for asynchronously probed block devices
Peter Korsgaard
1
-1
/
+21
2022-12-02
md: fold unbind_rdev_from_array into md_kick_rdev_from_array
Christoph Hellwig
1
-21
/
+16
2022-12-02
md: mark md_kick_rdev_from_array static
Christoph Hellwig
2
-3
/
+1
2022-12-02
md: remove lock_bdev / unlock_bdev
Christoph Hellwig
1
-41
/
+22
2022-12-01
dm ioctl: fix a couple ioctl codes
Mikulas Patocka
1
-2
/
+2
2022-12-01
dm ioctl: a small code cleanup in list_version_get_info
Mikulas Patocka
1
-1
/
+1
2022-12-01
dm thin: resume even if in FAIL mode
Luo Meng
1
-4
/
+12
2022-12-01
dm cache: set needs_check flag after aborting metadata
Mike Snitzer
1
-5
/
+5
2022-12-01
dm cache: Fix ABBA deadlock between shrink_slab and dm_cache_metadata_abort
Mike Snitzer
1
-7
/
+47
2022-12-01
dm thin: Fix ABBA deadlock between shrink_slab and dm_pool_abort_metadata
Zhihao Cheng
1
-8
/
+43
2022-11-30
dm integrity: Fix UAF in dm_integrity_dtr()
Luo Meng
1
-0
/
+2
2022-11-30
dm cache: Fix UAF in destroy()
Luo Meng
1
-0
/
+1
2022-11-30
dm clone: Fix UAF in clone_dtr()
Luo Meng
1
-0
/
+1
2022-11-30
dm thin: Fix UAF in run_timer_softirq()
Luo Meng
1
-0
/
+2
2022-11-21
blk-crypto: don't use struct request_queue for public interfaces
Christoph Hellwig
1
-1
/
+1
2022-11-18
Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linux
Linus Torvalds
3
-0
/
+3
2022-11-18
dm integrity: clear the journal on suspend
Mikulas Patocka
1
-0
/
+13
2022-11-18
dm integrity: flush the journal on suspend
Mikulas Patocka
1
-6
/
+1
2022-11-18
dm bufio: Fix missing decrement of no_sleep_enabled if dm_bufio_client_create...
Zhihao Cheng
1
-0
/
+2
2022-11-18
dm ioctl: fix misbehavior if list_versions races with module loading
Mikulas Patocka
1
-2
/
+2
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-11-16
dm-log-writes: set dma_alignment limit in io_hints
Keith Busch
1
-0
/
+1
2022-11-16
dm-integrity: set dma_alignment limit in io_hints
Keith Busch
1
-0
/
+1
2022-11-16
dm-crypt: provide dma_alignment limit in io_hints
Keith Busch
1
-0
/
+1
2022-11-16
dm: track per-add_disk holder relations in DM
Christoph Hellwig
1
-10
/
+39
2022-11-16
dm: make sure create and remove dm device won't race with open and close table
Yu Kuai
1
-0
/
+16
2022-11-16
dm: cleanup close_table_device
Christoph Hellwig
1
-9
/
+3
2022-11-16
dm: cleanup open_table_device
Christoph Hellwig
1
-29
/
+27
2022-11-16
dm: remove free_table_devices
Christoph Hellwig
1
-14
/
+1
2022-11-14
md/raid1: stop mdx_raid1 thread when raid1 array run failed
Jiang Li
1
-0
/
+1
2022-11-14
md/raid5: use bdev_write_cache instead of open coding it
Christoph Hellwig
2
-8
/
+2
2022-11-14
md: fix a crash in mempool_free
Mikulas Patocka
1
-3
/
+6
2022-11-14
md/raid0, raid10: Don't set discard sectors for request queue
Xiao Ni
2
-3
/
+0
2022-11-14
md/bitmap: Fix bitmap chunk size overflow issues
Florian-Ewald Mueller
1
-8
/
+12
2022-11-14
md: introduce md_ro_state
Ye Bin
1
-70
/
+82
2022-11-14
md: factor out __md_set_array_info()
Ye Bin
1
-30
/
+35
2022-11-14
raid5-cache: use try_cmpxchg in r5l_wake_reclaim
Uros Bizjak
1
-2
/
+3
2022-11-14
drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()
Li Zhong
1
-12
/
+15
2022-10-18
dm clone: Fix typo in block_device format specifier
Nikos Tsironis
1
-1
/
+1
2022-10-18
dm: remove unnecessary assignment statement in alloc_dev()
Genjian Zhang
1
-1
/
+0
2022-10-18
dm cache: delete the redundant word 'each' in comment
Shaomin Deng
1
-1
/
+1
2022-10-18
dm raid: fix typo in analyse_superblocks code comment
Jiangshan Yi
1
-1
/
+1
2022-10-18
dm verity: enable WQ_HIGHPRI on verify_wq
Nathan Huckleberry
1
-8
/
+10
2022-10-18
dm raid: delete the redundant word 'that' in comment
Jilin Yuan
1
-1
/
+1
2022-10-18
dm: change from DMWARN to DMERR or DMCRIT for fatal errors
Mikulas Patocka
5
-85
/
+85
[next]