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
2015-10-31
Revert "dm mpath: fix stalls when handling invalid ioctls"
Mauricio Faria de Oliveira
1
-5
/
+2
2015-10-31
Revert "md: allow a partially recovered device to be hot-added to an array."
NeilBrown
1
-2
/
+1
2015-10-31
md/raid5: fix locking in handle_stripe_clean_event()
Roman Gushchin
1
-2
/
+4
2015-10-29
dm: initialize non-blk-mq queue data before queue is used
Mikulas Patocka
1
-3
/
+7
2015-10-27
Merge tag 'md/4.3-rc6-fixes' of git://neil.brown.name/md
Linus Torvalds
2
-11
/
+41
2015-10-24
raid5: log recovery
Shaohua Li
1
-3
/
+240
2015-10-24
raid5: log reclaim support
Shaohua Li
3
-1
/
+267
2015-10-24
raid5: add basic stripe log
Shaohua Li
4
-1
/
+622
2015-10-24
raid5: add a new state for stripe log handling
Shaohua Li
2
-0
/
+4
2015-10-24
raid5: export some functions
Shaohua Li
2
-51
/
+57
2015-10-24
md: override md superblock recovery_offset for journal device
Shaohua Li
2
-1
/
+13
2015-10-24
MD: add a new disk role to present write journal device
Song Liu
2
-2
/
+26
2015-10-24
MD: replace special disk roles with macros
Song Liu
1
-7
/
+7
2015-10-24
md-cluster: Call update_raid_disks() if another node --grow's raid_disks
Goldwyn Rodrigues
2
-10
/
+23
2015-10-24
md-cluster: remove mddev arg from add_resync_info()
NeilBrown
1
-3
/
+3
2015-10-24
md-cluster: don't cast void pointers when assigning them.
NeilBrown
1
-2
/
+2
2015-10-24
md-cluster: discard unused sb_mutex.
NeilBrown
1
-2
/
+0
2015-10-24
md-cluster: Fix warnings when build with CF=-D__CHECK_ENDIAN__
Guoqing Jiang
1
-10
/
+11
2015-10-24
md/raid10: fix the 'new' raid10 layout to work correctly.
NeilBrown
1
-2
/
+20
2015-10-24
md/raid10: don't clear bitmap bit when bad-block-list write fails.
NeilBrown
1
-4
/
+11
2015-10-24
md/raid1: don't clear bitmap bit when bad-block-list write fails.
NeilBrown
1
-3
/
+8
2015-10-23
dm cache: the CLEAN_SHUTDOWN flag was not being set
Joe Thornber
1
-1
/
+1
2015-10-23
dm btree: fix leak of bufio-backed block in btree_split_beneath error path
Mike Snitzer
1
-1
/
+1
2015-10-23
dm btree remove: fix a bug when rebalancing nodes after removal
Joe Thornber
1
-6
/
+11
2015-10-21
md: suspend i/o during runtime blk_integrity_unregister
Dan Williams
4
-0
/
+7
2015-10-21
md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdown
Dan Williams
2
-3
/
+0
2015-10-21
block: Inline blk_integrity in struct gendisk
Martin K. Petersen
2
-47
/
+50
2015-10-21
md/raid10: submit_bio_wait() returns 0 on success
Jes Sorensen
1
-1
/
+1
2015-10-21
md/raid1: submit_bio_wait() returns 0 on success
Jes Sorensen
1
-1
/
+1
2015-10-16
md-cluster: metadata_update_finish: consistently use cmsg.raid_slot as le32
NeilBrown
1
-4
/
+5
2015-10-14
Merge branch 'md-next' of git://github.com/goldwynr/linux into for-next
NeilBrown
10
-214
/
+419
2015-10-13
dm thin: fix missing pool reference count decrement in pool_ctr error path
Mike Snitzer
1
-1
/
+1
2015-10-13
dm snapshot persistent: fix missing cleanup in persistent_ctr error path
Sudip Mukherjee
1
-3
/
+12
2015-10-12
md: check the return value for metadata_update_start
Guoqing Jiang
1
-6
/
+9
2015-10-12
md-cluster: only call kick_rdev_from_array after remove disk successfully
Guoqing Jiang
1
-6
/
+9
2015-10-12
md-cluster: Add 'SUSE' as author for md-cluster.c
Guoqing Jiang
1
-0
/
+1
2015-10-12
md-cluster: zero cmsg before it was sent
Guoqing Jiang
1
-3
/
+3
2015-10-12
md-cluster: make sure the node do not receive it's own msg
Guoqing Jiang
1
-0
/
+3
2015-10-12
md-cluster: remove unnecessary setting for slot
Guoqing Jiang
1
-2
/
+0
2015-10-12
md-cluster: make other members of cluster_msg is handled by little endian funcs
Guoqing Jiang
1
-10
/
+14
2015-10-12
md-cluster: Do not printk() every received message
Goldwyn Rodrigues
1
-14
/
+0
2015-10-12
md-cluster: Fix adding of new disk with new reload code
Goldwyn Rodrigues
3
-35
/
+58
2015-10-12
md-cluster: Perform resync/recovery under a DLM lock
Goldwyn Rodrigues
4
-9
/
+53
2015-10-12
md-cluster: Perform a lazy update
Goldwyn Rodrigues
1
-44
/
+57
2015-10-12
md-cluster: Improve md_reload_sb to be less error prone
Goldwyn Rodrigues
4
-26
/
+133
2015-10-12
md: remove_and_add_spares() to activate specific rdev
Goldwyn Rodrigues
1
-10
/
+11
2015-10-12
md-cluster: Wake up suspended process
Goldwyn Rodrigues
1
-2
/
+5
2015-10-12
md-cluster: send BITMAP_NEEDS_SYNC when node is leaving cluster
Guoqing Jiang
1
-0
/
+20
2015-10-12
md-cluster: Use a small window for resync
Goldwyn Rodrigues
9
-53
/
+43
2015-10-12
md: Increment version for clustered bitmaps
Goldwyn Rodrigues
3
-6
/
+9
[prev]
[next]