index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitmap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mdadm/Detail: show correct state for clustered array
Zhao Heming
2020-11-26
1
-9
/
+66
*
mdadm/bitmap: examine-bitmap failed when bitmap is external mode
Zhilong Liu
2017-09-01
1
-5
/
+7
*
mdadm/util: unify fstat checking blkdev into function
Zhilong Liu
2017-05-05
1
-9
/
+4
*
bitmap: Remove use of md_get_version()
Jes Sorensen
2017-04-05
1
-1
/
+1
*
super1: make internal bitmap size calculations more consistent
Artur Paszkiewicz
2016-11-16
1
-15
/
+0
*
bitmap: Mark a number of local functions static
Jes Sorensen
2016-08-15
1
-8
/
+9
*
bitmap: Handle errors when reading bitmap info for cluster nodes
Jes Sorensen
2016-08-15
1
-0
/
+10
*
bitmap: Simplify code for bitmap_file_open()
Jes Sorensen
2016-08-15
1
-18
/
+15
*
bitmap: Fix resource leak in bitmap_file_open()
Jes Sorensen
2016-03-09
1
-0
/
+2
*
Fix wrong bitmap output for cluster raid
Guoqing Jiang
2016-03-07
1
-9
/
+9
*
mdadm: do not display bitmap info if it is cleared
Guoqing Jiang
2015-12-16
1
-2
/
+6
*
Increment version for clustered bitmaps
Goldwyn Rodrigues
2015-09-28
1
-1
/
+1
*
md-cluster: use %-64s to print cluster_name
Guoqing Jiang
2015-07-29
1
-1
/
+1
*
Merge branch 'cluster'
NeilBrown
2015-07-27
1
-9
/
+44
|
\
|
*
Show all bitmaps while examining bitmap
Guoqing Jiang
2015-06-17
1
-9
/
+42
|
*
Create n bitmaps for clustered mode
Guoqing Jiang
2015-06-16
1
-0
/
+2
*
|
bitmap: convert "inline" to "static inline"
NeilBrown
2015-07-24
1
-3
/
+3
|
/
*
Don't break long strings onto multiple lines.
NeilBrown
2015-02-12
1
-4
/
+2
*
--examine-bitmap: give useful message if no bitmap found on md array.
NeilBrown
2014-05-22
1
-13
/
+25
*
Avoid using BLKFLSBUF.
NeilBrown
2013-02-05
1
-2
/
+1
*
Minor cosmetic fixes in various files.
NeilBrown
2012-08-13
1
-2
/
+1
*
Remove scattered checks for malloc success.
NeilBrown
2012-07-09
1
-12
/
+1
*
Introduce pr_err for printing error messages.
NeilBrown
2012-07-09
1
-16
/
+16
*
Subject: bitmap: used 4K aligned buffers when reading the bitmap.
NeilBrown
2011-12-23
1
-1
/
+1
*
bitmap: print correct percentage of bitmap in use.
NeilBrown
2011-12-22
1
-1
/
+1
*
bitmap_fd_read(): fix memory leak
Jes Sorensen
2011-11-02
1
-0
/
+3
*
Compile with -Wextra by default
NeilBrown
2010-08-05
1
-1
/
+1
*
Cast to long long before left-shifting too much.
NeilBrown
2010-07-22
1
-1
/
+1
*
Don't attempt to create or read bitmaps where the metadata doesn't support it.
NeilBrown
2010-04-07
1
-2
/
+6
*
imsm: add support for checkpointing via 'curr_migr_unit'
Dan Williams
2009-12-22
1
-2
/
+0
*
Merge branch 'master' into devel-3.0
NeilBrown
2009-05-11
1
-13
/
+15
|
\
|
*
Fix gcc-4.4 compiler warning.
NeilBrown
2009-04-29
1
-13
/
+15
*
|
Merge branch 'master' into devel-3.0
NeilBrown
2009-02-02
1
-1
/
+1
|
\
|
|
*
Fix possible crash if bitmap metadata is bad.
NeilBrown
2009-02-02
1
-1
/
+1
*
|
Merge branch 'master' into devel-3.0
NeilBrown
2008-10-17
1
-0
/
+9
|
\
|
|
*
Manage: allow adding device that is just large enough to v1.x array.
NeilBrown
2008-10-13
1
-0
/
+9
*
|
trivial warn_unused_result squashing
Dan Williams
2008-10-15
1
-1
/
+4
*
|
Use O_DIRECT for all IO to devices.
Neil Brown
2008-07-12
1
-4
/
+2
|
/
*
Drop the superblock arg from all metadata methods.
Neil Brown
2007-12-14
1
-1
/
+1
*
Remove spaces/tabs from ends of lines.
Neil Brown
2007-12-14
1
-3
/
+3
*
Centralise code for copying uuid
Neil Brown
2006-12-14
1
-12
/
+1
*
Fix and test --update=uuid
Neil Brown
2006-12-14
1
-5
/
+25
*
Reduce max bitmap size when bitmap is in a file.
Neil Brown
2006-10-16
1
-3
/
+4
*
Flush bitmap file before truncate.
Neil Brown
2006-10-16
1
-0
/
+1
*
Fixed endian problem with bitmap metdata
Paul Clements
2006-10-09
1
-0
/
+1
*
check return status of all write/fwrite functions as required by glibc 2.4
Neil Brown
2006-05-29
1
-6
/
+12
*
When updating uuid, update the bitmap as well - external bitmaps
Neil Brown
2006-05-16
1
-0
/
+14
*
Limit size of bitmap to 2million chunks.
Neil Brown
2006-05-15
1
-0
/
+11
*
Use O_DIRECT to read bitmap files.
Neil Brown
2006-05-15
1
-18
/
+41
*
Release some compile fixes.
Neil Brown
2006-02-06
1
-2
/
+2
[next]