index
:
delta/mdadm.git
cluster
data_offset
devel-3.0
devel-3.1
devel-3.2
devel-3.3
hotunplug
master
mdadm-2
mdadm-2.6.7.x
mdadm-3.2.x
mdadm-3.3.x
origin
r10-reshape
scratch-3.0
sles11
stable-1
git.kernel.org: pub/scm/utils/mdadm/mdadm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-17
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-23
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-21
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
*
Assorted fixes...
Neil Brown
2006-01-27
1
-0
/
+5
*
Support bitmaps with raid10
Neil Brown
2005-11-22
1
-5
/
+6
*
Create version-4 bitmaps if kernel supports it.
Neil Brown
2005-10-11
1
-3
/
+5
*
Fix remaining problems with hot-add bitmap to version-1 superblock
Neil Brown
2005-09-12
1
-1
/
+1
[next]