summaryrefslogtreecommitdiff
path: root/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* mdadm/Detail: show correct state for clustered arrayZhao Heming2020-11-251-9/+66
* mdadm/bitmap: examine-bitmap failed when bitmap is external modeZhilong Liu2017-09-011-5/+7
* mdadm/util: unify fstat checking blkdev into functionZhilong Liu2017-05-051-9/+4
* bitmap: Remove use of md_get_version()Jes Sorensen2017-04-051-1/+1
* super1: make internal bitmap size calculations more consistentArtur Paszkiewicz2016-11-161-15/+0
* bitmap: Mark a number of local functions staticJes Sorensen2016-08-151-8/+9
* bitmap: Handle errors when reading bitmap info for cluster nodesJes Sorensen2016-08-151-0/+10
* bitmap: Simplify code for bitmap_file_open()Jes Sorensen2016-08-151-18/+15
* bitmap: Fix resource leak in bitmap_file_open()Jes Sorensen2016-03-091-0/+2
* Fix wrong bitmap output for cluster raidGuoqing Jiang2016-03-071-9/+9
* mdadm: do not display bitmap info if it is clearedGuoqing Jiang2015-12-161-2/+6
* Increment version for clustered bitmapsGoldwyn Rodrigues2015-09-281-1/+1
* md-cluster: use %-64s to print cluster_nameGuoqing Jiang2015-07-291-1/+1
* Merge branch 'cluster'NeilBrown2015-07-271-9/+44
|\
| * Show all bitmaps while examining bitmapGuoqing Jiang2015-06-171-9/+42
| * Create n bitmaps for clustered modeGuoqing Jiang2015-06-171-0/+2
* | bitmap: convert "inline" to "static inline"NeilBrown2015-07-241-3/+3
|/
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-4/+2
* --examine-bitmap: give useful message if no bitmap found on md array.NeilBrown2014-05-221-13/+25
* Avoid using BLKFLSBUF.NeilBrown2013-02-051-2/+1
* Minor cosmetic fixes in various files.NeilBrown2012-08-131-2/+1
* Remove scattered checks for malloc success.NeilBrown2012-07-091-12/+1
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-16/+16
* Subject: bitmap: used 4K aligned buffers when reading the bitmap.NeilBrown2011-12-231-1/+1
* bitmap: print correct percentage of bitmap in use.NeilBrown2011-12-231-1/+1
* bitmap_fd_read(): fix memory leakJes Sorensen2011-11-021-0/+3
* Compile with -Wextra by defaultNeilBrown2010-08-051-1/+1
* Cast to long long before left-shifting too much.NeilBrown2010-07-221-1/+1
* Don't attempt to create or read bitmaps where the metadata doesn't support it.NeilBrown2010-04-071-2/+6
* imsm: add support for checkpointing via 'curr_migr_unit'Dan Williams2009-12-211-2/+0
* Merge branch 'master' into devel-3.0NeilBrown2009-05-111-13/+15
|\
| * Fix gcc-4.4 compiler warning.NeilBrown2009-04-291-13/+15
* | Merge branch 'master' into devel-3.0NeilBrown2009-02-021-1/+1
|\ \ | |/
| * Fix possible crash if bitmap metadata is bad.NeilBrown2009-02-021-1/+1
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-171-0/+9
|\ \ | |/
| * Manage: allow adding device that is just large enough to v1.x array.NeilBrown2008-10-131-0/+9
* | trivial warn_unused_result squashingDan Williams2008-10-151-1/+4
* | Use O_DIRECT for all IO to devices.Neil Brown2008-07-121-4/+2
|/
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-141-1/+1
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-3/+3
* Centralise code for copying uuidNeil Brown2006-12-141-12/+1
* Fix and test --update=uuidNeil Brown2006-12-141-5/+25
* Reduce max bitmap size when bitmap is in a file.Neil Brown2006-10-161-3/+4
* Flush bitmap file before truncate.Neil Brown2006-10-161-0/+1
* Fixed endian problem with bitmap metdataPaul Clements2006-10-091-0/+1
* check return status of all write/fwrite functions as required by glibc 2.4Neil Brown2006-05-291-6/+12
* When updating uuid, update the bitmap as well - external bitmapsNeil Brown2006-05-161-0/+14
* Limit size of bitmap to 2million chunks.Neil Brown2006-05-151-0/+11
* Use O_DIRECT to read bitmap files.Neil Brown2006-05-151-18/+41
* Release some compile fixes.Neil Brown2006-02-061-2/+2