Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
e92be8146caf3ecd76f1211725d9ba47c239a77b
/
drivers
/
md
/
dm-raid.c
13bc62d
dm raid: fix parse_raid_params() variable range issue
by Heinz Mauelshagen
· 7 years ago
880bcce
dm raid: fix nosync status
by Heinz Mauelshagen
· 7 years ago
1eb5fa8
dm: allow targets to return output from messages they are sent
by Mike Snitzer
· 7 years ago
da1e148
dm raid: fix incorrect sync_ratio when degraded
by Jonathan Brassow
· 7 years ago
0be600a
Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 7 years ago
67ac901
dm raid: make raid_sets symbol static
by Wei Yongjun
· 7 years ago
552aa67
dm raid: use rs_is_raid*()
by Heinz Mauelshagen
· 7 years ago
7c29744
dm raid: simplify rs_get_progress()
by Heinz Mauelshagen
· 7 years ago
dc15b94
dm raid: ensure 'a' chars during reshape
by Heinz Mauelshagen
· 7 years ago
11e4723
dm raid: stop keeping raid set frozen altogether
by Heinz Mauelshagen
· 7 years ago
53bf538
dm raid: validate current raid sets redundancy
by Heinz Mauelshagen
· 7 years ago
d5d885f
md: introduce new personality funciton start()
by Song Liu
· 7 years ago
b84cf26
dm raid: bump target version to reflect numerous fixes
by Mike Snitzer
· 7 years ago
78a75d1
dm raid: small cleanup and remove unsed "struct raid_set" member
by Heinz Mauelshagen
· 7 years ago
4102d9d
dm raid: fix rs_get_progress() synchronization state/ratio
by Heinz Mauelshagen
· 7 years ago
242ea5a
dm raid: avoid passing array_in_sync variable to raid_status() callees
by Heinz Mauelshagen
· 7 years ago
6714351
dm raid: display a consistent copy of the MD status via raid_status()
by Heinz Mauelshagen
· 7 years ago
d39f001
dm raid: fix raid_resume() to keep raid set frozen as needed
by Heinz Mauelshagen
· 7 years ago
188a212
dm raid: add component device size checks to avoid runtime failure
by Heinz Mauelshagen
· 7 years ago
61e06e2
dm raid: fix raid set size revalidation
by Heinz Mauelshagen
· 7 years ago
7501537
dm raid: correct resizing state relative to reshape space in ctr
by Heinz Mauelshagen
· 7 years ago
052b2b1
dm raid: consume sizes after md_finish_reshape() completes changing them
by Heinz Mauelshagen
· 7 years ago
1af2048
dm raid: fix deadlock caused by premature md_stop_writes()
by Heinz Mauelshagen
· 7 years ago
adeba81
Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 7 years ago
7dea378
dm: do not set 'discards_supported' in targets that do not need it
by Mike Snitzer
· 7 years ago
47f521b
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 7 years ago
2339784
dm raid: fix panic when attempting to force a raid to sync
by Heinz Mauelshagen
· 7 years ago
4d5324f
md: always hold reconfig_mutex when calling mddev_suspend()
by NeilBrown
· 7 years ago
935fe09
md: rename some drivers/md/ files to have an "md-" prefix
by Mike Snitzer
· 7 years ago
076264a
Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 7 years ago
41dcf19
dm raid: fix incorrect status output at the end of a "recover" process
by Jonathan Brassow
· 7 years ago
c4d6a1b
dm-raid: fix a race condition in request handling
by Shaohua Li
· 7 years ago
ac6a318
dm raid: bump target version
by Heinz Mauelshagen
· 7 years ago
0cf352e
dm raid: avoid mddev->suspended access
by Heinz Mauelshagen
· 7 years ago
f4af3f8
dm raid: fix activation check in validate_raid_redundancy()
by Heinz Mauelshagen
· 7 years ago
bbac1e0
dm raid: remove WARN_ON() in raid10_md_layout_to_format()
by Heinz Mauelshagen
· 7 years ago
3a564bb
Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 7 years ago
4d49f1b
dm raid: stop using BUG() in __rdev_sectors()
by Heinz Mauelshagen
· 7 years ago
c4d097d
dm raid: fix oops on upgrading to extended superblock format
by Heinz Mauelshagen
· 7 years ago
d35a878
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
6947529
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
48920ff
block: remove the discard_zeroes_data flag
by Christoph Hellwig
· 8 years ago
7a0c5c5
dm raid: fix NULL pointer dereference for raid1 without bitmap
by Dmitry Bilunov
· 8 years ago
6e53636
dm raid: add raid4/5/6 journal write-back support via journal_mode option
by Heinz Mauelshagen
· 8 years ago
4464e36
dm raid: fix table line argument order in status
by Heinz Mauelshagen
· 8 years ago
2664f3c
dm raid: bump the target version
by Mike Snitzer
· 8 years ago
d36a195
dm raid: fix data corruption on reshape request
by Heinz Mauelshagen
· 8 years ago
ad47047
dm raid: fix raid "check" regression due to improper cleanup in raid_message()
by Mike Snitzer
· 8 years ago
105db59
dm raid: cleanup awkward branching in raid_message() option processing
by Mike Snitzer
· 8 years ago
977f1a0
dm raid: use mddev rather than rdev->mddev
by Heinz Mauelshagen
· 8 years ago
e256846
dm raid: use read_disk_sb() throughout
by Heinz Mauelshagen
· 8 years ago
63c32ed
dm raid: add raid4/5/6 journaling support
by Heinz Mauelshagen
· 8 years ago
50c4feb
dm raid: be prepared to accept arbitrary '- -' tuples
by Heinz Mauelshagen
· 8 years ago
c63ede3
dm raid: fix transient device failure processing
by Heinz Mauelshagen
· 8 years ago
775a2e2
Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 8 years ago
2953079
md: separate flags for superblock changes
by Shaohua Li
· 8 years ago
11e2968
dm raid: fix discard support regression
by Heinz Mauelshagen
· 8 years ago
affa9d2
dm raid: don't allow "write behind" with raid4/5/6
by Heinz Mauelshagen
· 8 years ago
453c2a8
dm raid: correct error messages on old metadata validation
by Heinz Mauelshagen
· 8 years ago
b052b07
dm raid: fix activation of existing raid4/10 devices
by Heinz Mauelshagen
· 8 years ago
5c33677
dm raid: fix compat_features validation
by Andy Whitcroft
· 8 years ago
9e7d936
dm raid: support raid0 with missing metadata devices
by Heinz Mauelshagen
· 8 years ago
a3c06a3
dm raid: enhance attempt_restore_of_faulty_devices() to support more devices
by Heinz Mauelshagen
· 8 years ago
31e10a4
dm raid: fix restoring of failed devices regression
by Heinz Mauelshagen
· 8 years ago
a442328
dm raid: fix frozen recovery regression
by Heinz Mauelshagen
· 8 years ago
2a034ec
dm raid: fix use of wrong status char during resynchronization
by Heinz Mauelshagen
· 8 years ago
b2a4872
dm raid: constructor fails on non-zero incompat_features
by Heinz Mauelshagen
· 8 years ago
f15f64d
dm raid: fix processing of max_recovery_rate constructor flag
by Heinz Mauelshagen
· 8 years ago
89d3d9a
dm raid: fix random optimal_io_size for raid0
by Heinz Mauelshagen
· 8 years ago
094f394
dm raid: address checkpatch.pl complaints
by Heinz Mauelshagen
· 8 years ago
d7ccc2e
dm raid: change logical functions to actually return bool
by Heinz Mauelshagen
· 8 years ago
3268240
dm raid: use rdev_for_each in status
by Heinz Mauelshagen
· 8 years ago
ffeeac7
dm raid: use rs->raid_disks to avoid memory leaks on free
by Heinz Mauelshagen
· 8 years ago
7a7c330
dm raid: support delta_disks for raid1, fix table output
by Heinz Mauelshagen
· 8 years ago
469b304
dm raid: enhance reshape check and factor out reshape setup
by Heinz Mauelshagen
· 8 years ago
2a5556c
dm raid: allow resize during recovery
by Heinz Mauelshagen
· 8 years ago
345a6cd
dm raid: fix rs_is_recovering() to allow for lvextend
by Heinz Mauelshagen
· 8 years ago
37f10be
dm raid: fix rebuild and catch bogus sync/resync flags
by Heinz Mauelshagen
· 8 years ago
b1956dc
dm raid: fix ctr memory leaks on error paths
by Heinz Mauelshagen
· 8 years ago
65359ee
dm raid: fix typo in write_mostly flag
by Heinz Mauelshagen
· 8 years ago
4348309
dm raid: also reject size change during recovery
by Heinz Mauelshagen
· 8 years ago
f6895fd
dm raid: fix new superblock/bitmap creation on disk addition
by Heinz Mauelshagen
· 8 years ago
2527b56
dm raid: add comments and fix typos
by Heinz Mauelshagen
· 8 years ago
fbe6365
dm raid: fix raid10 device size error on out-of-place reshape
by Heinz Mauelshagen
· 8 years ago
2d92a3c
dm raid: prohibit 'nosync' on new raid6 and reject resize during reshape
by Heinz Mauelshagen
· 8 years ago
4dff2f1
dm raid: clarify and fix recovery
by Heinz Mauelshagen
· 8 years ago
0095dbc
dm raid: fix rs_set_capacity on growing reshape
by Heinz Mauelshagen
· 8 years ago
9d9d939
dm raid: make rs_set_capacity to work on shrinking reshape
by Heinz Mauelshagen
· 8 years ago
6ee0bae
dm raid: enhance comments in takeover checks
by Heinz Mauelshagen
· 8 years ago
ae3c6cf
dm raid: remove bogus comment and fix comment typos
by Heinz Mauelshagen
· 8 years ago
75dd3b9
dm raid: more restricting data_offset value checks
by Heinz Mauelshagen
· 8 years ago
5fa146b
dm raid: reject too many write_mostly devices
by Heinz Mauelshagen
· 8 years ago
0a7b818
dm raid: the sync_page_io() metadata_op argument is bool
by Heinz Mauelshagen
· 8 years ago
0d851d1
dm raid: prohibit to pass in both sync and nosync ctr flags
by Heinz Mauelshagen
· 8 years ago
ff4a88b
dm raid: avoid superfluous memory barriers on static metadata
by Heinz Mauelshagen
· 8 years ago
68c1c4d
dm raid: don't use 'const' in function return
by Arnd Bergmann
· 8 years ago
6e20902
dm raid: fix failed takeover/reshapes by keeping raid set frozen
by Heinz Mauelshagen
· 8 years ago
4257e08
dm raid: support to change bitmap region size
by Heinz Mauelshagen
· 8 years ago
9dbd1aa
dm raid: add reshaping support to the target
by Heinz Mauelshagen
· 8 years ago
40ba37e
dm raid: add prerequisite functions and definitions for reshaping
by Heinz Mauelshagen
· 8 years ago
Next »