index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Grow.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix reshape for decreasing data offset
Corey Hickey
2019-02-13
1
-2
/
+2
*
Fix spelling typos.
Dimitri John Ledkov
2019-02-11
1
-3
/
+3
*
Grow: report correct new chunk size.
NeilBrown
2018-12-06
1
-1
/
+1
*
Grow: avoid overflow in compute_backup_blocks()
NeilBrown
2018-12-06
1
-1
/
+2
*
Grow: Frozen array can't be idle
Mariusz Tkaczyk
2018-08-01
1
-1
/
+2
*
Coverity: Resource leak: close fd before return
Anthony Youngman
2018-07-11
1
-0
/
+1
*
mdadm/grow: correct size and chunk_size casting
Roman Sobanski
2018-04-27
1
-1
/
+1
*
Grow.c: Block any level migration with chunk size change
Mariusz Tkaczyk
2018-01-25
1
-0
/
+5
*
mdadm/grow: correct the s->size > 1 to make 'max' work
Zhilong Liu
2017-11-28
1
-1
/
+1
*
To support clustered raid10
Guoqing Jiang
2017-11-09
1
-0
/
+6
*
mdadm/grow: adding a test to ensure resize was required
Zhilong Liu
2017-10-11
1
-2
/
+2
*
Grow: Use all 80 characters
Jes Sorensen
2017-10-02
1
-220
/
+197
*
Grow: fix switching on PPL during recovery
Pawel Baldysiak
2017-10-02
1
-3
/
+0
*
mdadm/grow: Component size must be larger than chunk size
Zhilong Liu
2017-10-02
1
-0
/
+6
*
Grow: stop previous reshape process first
Tomasz Majchrzak
2017-10-02
1
-2
/
+2
*
Error messages should end with a newline character.
NeilBrown
2017-08-16
1
-2
/
+2
*
Grow: don't allow to enable PPL when reshape is in progress
Tomasz Majchrzak
2017-06-09
1
-0
/
+12
*
Grow: don't allow array geometry change with ppl enabled
Tomasz Majchrzak
2017-06-09
1
-0
/
+7
*
Grow: set component size prior to array size
Tomasz Majchrzak
2017-06-05
1
-0
/
+2
*
mdadm: Fixup != broken formatting
Jes Sorensen
2017-05-16
1
-6
/
+7
*
mdadm: Fixup more broken logical operator formatting
Jes Sorensen
2017-05-16
1
-7
/
+9
*
mdadm: Fixup a large number of bad formatting of logical operators
Jes Sorensen
2017-05-16
1
-18
/
+16
*
mdadm/util: unify fstat checking blkdev into function
Zhilong Liu
2017-05-05
1
-6
/
+4
*
change back 0644 permission for Grow.c
Zhilong Liu
2017-05-03
1
-0
/
+0
*
Grow: Grow_continue_command: Avoid aliasing array variable
Jes Sorensen
2017-05-02
1
-3
/
+3
*
Grow_continue_command: ensure 'content' is properly initialised.
NeilBrown
2017-04-20
1
-0
/
+1
*
Grow: Stop bothering about md driver versions older than 0.90.00
Jes Sorensen
2017-04-05
1
-7
/
+0
*
sysfs: Make sysfs_init() return an error code
Jes Sorensen
2017-03-30
1
-6
/
+33
*
Grow: Do not shadow an existing variable
Jes Sorensen
2017-03-30
1
-3
/
+3
*
Grow: Remove unnecessary optimization
Jes Sorensen
2017-03-30
1
-12
/
+0
*
util: Introduce md_set_array_info()
Jes Sorensen
2017-03-29
1
-9
/
+8
*
util: Introduce md_get_disk_info()
Jes Sorensen
2017-03-29
1
-7
/
+7
*
util: Introduce md_get_array_info()
Jes Sorensen
2017-03-29
1
-15
/
+16
*
Grow: Fixup a pile of cosmetic issues
Jes Sorensen
2017-03-29
1
-28
/
+32
*
Grow: support consistency policy change
Artur Paszkiewicz
2017-03-29
1
-0
/
+172
*
super1: PPL support
Artur Paszkiewicz
2017-03-29
1
-1
/
+14
*
Add 'force' flag to *hot_remove_disk().
NeilBrown
2017-03-28
1
-1
/
+1
*
Retry HOT_REMOVE_DISK a few times.
NeilBrown
2017-03-28
1
-8
/
+1
*
Increase buffer for sysfs disk state
Tomasz Majchrzak
2016-11-17
1
-2
/
+4
*
Allow level migration only for single-array container
Mariusz Dabrowski
2016-10-19
1
-0
/
+20
*
MDADM:Check mdinfo->reshape_active more times before calling Grow_continue
Xiao Ni
2016-06-16
1
-30
/
+37
*
Use dev_t for devnm2devid and devid2devnm
Mike Lovell
2016-06-03
1
-1
/
+1
*
Grow: Apply some more consistent formatting to Grow_addbitmap()
Jes Sorensen
2016-05-12
1
-20
/
+21
*
Grow: Simplify error paths in Grow_addbitmap()
Jes Sorensen
2016-05-12
1
-10
/
+10
*
mdadm: Make add_internal_bitmap() return 0 on success
Jes Sorensen
2016-05-12
1
-1
/
+1
*
Grow: Handle failure to load superblock in Grow_addbitmap()
Jes Sorensen
2016-05-12
1
-1
/
+6
*
Grow: Grow_addbitmap() reduce indentation
Jes Sorensen
2016-05-12
1
-18
/
+18
*
Change the option from NoUpdate to NodeNumUpdate
Guoqing Jiang
2016-03-24
1
-1
/
+1
*
Grow: goto release if Manage_subdevs failed
Guoqing Jiang
2016-03-22
1
-3
/
+5
*
Grow: analyse_change add notification about only 2-device can be convert from...
Yi Zhang
2016-03-11
1
-0
/
+3
[next]