index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-31
md: using GFP_NOIO to allocate bio for flush request
Shaohua Li
1
-1
/
+1
2012-05-20
MD: Add del_timer_sync to mddev_suspend (fix nasty panic)
Jonathan Brassow
1
-0
/
+2
2012-05-20
dm mpath: check if scsi_dh module already loaded before trying to load
Mike Snitzer
1
-2
/
+2
2012-05-11
md: fix possible corruption of array metadata on shutdown.
NeilBrown
1
-1
/
+2
2012-04-22
md/bitmap: prevent bitmap_daemon_work running while initialising bitmap
NeilBrown
1
-0
/
+2
2012-04-02
dm thin: fix stacked bi_next usage
Joe Thornber
1
-51
/
+73
2012-04-02
dm persistent data: fix btree rebalancing after remove
Joe Thornber
1
-75
/
+99
2012-04-02
dm exception store: fix init error path
Andrei Warkentin
1
-1
/
+1
2012-04-02
dm crypt: add missing error handling
Mikulas Patocka
1
-12
/
+16
2012-04-02
dm crypt: fix mempool deadlock
Mikulas Patocka
1
-6
/
+4
2012-04-02
md: fix clearing of the 'changed' flags for the bad blocks list.
NeilBrown
1
-1
/
+2
2012-04-02
md/raid1,raid10: avoid deadlock during resync/recovery.
NeilBrown
2
-4
/
+30
2012-04-02
md: don't set md arrays to readonly on shutdown.
NeilBrown
1
-22
/
+15
2012-04-02
md/bitmap: ensure to load bitmap when creating via sysfs.
NeilBrown
1
-0
/
+2
2012-03-12
dm raid: fix flush support
Jonathan E Brassow
1
-0
/
+1
2012-03-12
dm raid: set MD_CHANGE_DEVS when rebuilding
Jonathan E Brassow
1
-6
/
+10
2012-03-12
dm thin metadata: decrement counter after removing mapped block
Joe Thornber
1
-0
/
+2
2012-03-12
dm thin metadata: unlock superblock in init_pmd error path
Joe Thornber
1
-0
/
+1
2012-03-12
dm thin metadata: remove incorrect close_device on creation error paths
Mike Snitzer
1
-5
/
+17
2012-03-12
dm flakey: fix crash on read when corrupt_bio_byte not set
Mike Snitzer
1
-1
/
+1
2012-03-12
dm io: fix discard support
Milan Broz
1
-7
/
+16
2012-03-12
dm ioctl: do not leak argv if target message only contains whitespace
Jesper Juhl
1
-1
/
+1
2012-01-25
dm: do not forward ioctls from logical volumes to the underlying device
Paolo Bonzini
3
-2
/
+27
2012-01-25
md/raid1: perform bad-block tests for WriteMostly devices too.
NeilBrown
1
-1
/
+10
2011-12-23
md/bitmap: It is OK to clear bits during recovery.
NeilBrown
1
-4
/
+1
2011-12-23
md: don't give up looking for spares on first failure-to-add
NeilBrown
1
-2
/
+1
2011-12-23
md/raid5: ensure correct assessment of drives during degraded reshape.
NeilBrown
1
-4
/
+10
2011-12-23
md/linear: fix hot-add of devices to linear arrays.
NeilBrown
1
-0
/
+1
2011-12-09
md: raid5 crash during degradation
Adam Kwolek
1
-2
/
+2
2011-12-08
md/raid5: never wait for bad-block acks on failed device.
NeilBrown
1
-1
/
+3
2011-12-08
md: ensure new badblocks are handled promptly.
NeilBrown
1
-0
/
+1
2011-12-08
md: bad blocks shouldn't cause a Blocked status on a Faulty device.
NeilBrown
1
-1
/
+2
2011-12-08
md: take a reference to mddev during sysfs access.
NeilBrown
1
-1
/
+18
2011-12-08
md: refine interpretation of "hold_active == UNTIL_IOCTL".
NeilBrown
1
-2
/
+2
2011-11-23
md/lock: ensure updates to page_attrs are properly locked.
NeilBrown
1
-0
/
+4
2011-11-08
md/raid5: STRIPE_ACTIVE has lock semantics, add barriers
Dan Williams
1
-2
/
+2
2011-11-08
md/raid5: abort any pending parity operations when array fails.
NeilBrown
1
-4
/
+8
2011-11-07
device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.h
Stephen Rothwell
1
-0
/
+1
2011-11-07
device-mapper: dm-bufio.c needs to include module.h
Stephen Rothwell
1
-0
/
+1
2011-11-07
drivers/md: change module.h -> export.h in persistent-data/dm-*
Paul Gortmaker
4
-4
/
+4
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
17
-0
/
+17
2011-11-04
Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-83
/
+53
2011-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/linux-dm
Linus Torvalds
35
-21
/
+11653
2011-10-31
md: Add in export.h for files using EXPORT_SYMBOL
Paul Gortmaker
3
-0
/
+3
2011-10-31
md: Add module.h to all files using it implicitly
Paul Gortmaker
14
-0
/
+14
2011-10-31
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
1
-1
/
+1
2011-10-31
dm: raid fix device status indicator when array initializing
Jonathan E Brassow
1
-11
/
+37
2011-10-31
dm log userspace: add log device dependency
Jonathan E Brassow
1
-3
/
+32
2011-10-31
dm log userspace: fix comment hyphens
Jonathan Brassow
1
-1
/
+1
2011-10-31
dm: add thin provisioning target
Joe Thornber
5
-0
/
+4006
[next]