aboutsummaryrefslogtreecommitdiffstats
path: root/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-25mdadm/Detail: show correct state for clustered arrayZhao Heming1-9/+66
2017-09-01mdadm/bitmap: examine-bitmap failed when bitmap is external modeZhilong Liu1-5/+7
2017-05-05mdadm/util: unify fstat checking blkdev into functionZhilong Liu1-9/+4
2017-04-05bitmap: Remove use of md_get_version()Jes Sorensen1-1/+1
2016-11-16super1: make internal bitmap size calculations more consistentArtur Paszkiewicz1-15/+0
2016-08-15bitmap: Mark a number of local functions staticJes Sorensen1-8/+9
2016-08-15bitmap: Handle errors when reading bitmap info for cluster nodesJes Sorensen1-0/+10
2016-08-15bitmap: Simplify code for bitmap_file_open()Jes Sorensen1-18/+15
2016-03-09bitmap: Fix resource leak in bitmap_file_open()Jes Sorensen1-0/+2
2016-03-07Fix wrong bitmap output for cluster raidGuoqing Jiang1-9/+9
2015-12-16mdadm: do not display bitmap info if it is clearedGuoqing Jiang1-2/+6
2015-09-28Increment version for clustered bitmapsGoldwyn Rodrigues1-1/+1
2015-07-29md-cluster: use %-64s to print cluster_nameGuoqing Jiang1-1/+1
2015-07-27Merge branch 'cluster'NeilBrown1-9/+44
2015-07-24bitmap: convert "inline" to "static inline"NeilBrown1-3/+3
2015-06-17Show all bitmaps while examining bitmapGuoqing Jiang1-9/+42
2015-06-17Create n bitmaps for clustered modeGuoqing Jiang1-0/+2
2015-02-12Don't break long strings onto multiple lines.NeilBrown1-4/+2
2014-05-22--examine-bitmap: give useful message if no bitmap found on md array.NeilBrown1-13/+25
2013-02-05Avoid using BLKFLSBUF.NeilBrown1-2/+1
2012-08-13Minor cosmetic fixes in various files.NeilBrown1-2/+1
2012-07-09Remove scattered checks for malloc success.NeilBrown1-12/+1
2012-07-09Introduce pr_err for printing error messages.NeilBrown1-16/+16
2011-12-23Subject: bitmap: used 4K aligned buffers when reading the bitmap.NeilBrown1-1/+1
2011-12-23bitmap: print correct percentage of bitmap in use.NeilBrown1-1/+1
2011-11-02bitmap_fd_read(): fix memory leakJes Sorensen1-0/+3
2010-08-05Compile with -Wextra by defaultNeilBrown1-1/+1
2010-07-22Cast to long long before left-shifting too much.NeilBrown1-1/+1
2010-04-07Don't attempt to create or read bitmaps where the metadata doesn't support it.NeilBrown1-2/+6
2009-12-21imsm: add support for checkpointing via 'curr_migr_unit'Dan Williams1-2/+0
2009-05-11Merge branch 'master' into devel-3.0NeilBrown1-13/+15
2009-04-29Fix gcc-4.4 compiler warning.NeilBrown1-13/+15
2009-02-02Merge branch 'master' into devel-3.0NeilBrown1-1/+1
2009-02-02Fix possible crash if bitmap metadata is bad.NeilBrown1-1/+1
2008-10-17Merge branch 'master' into devel-3.0NeilBrown1-0/+9
2008-10-15trivial warn_unused_result squashingDan Williams1-1/+4
2008-10-13Manage: allow adding device that is just large enough to v1.x array.NeilBrown1-0/+9
2008-07-12Use O_DIRECT for all IO to devices.Neil Brown1-4/+2
2007-12-14Drop the superblock arg from all metadata methods.Neil Brown1-1/+1
2007-12-14Remove spaces/tabs from ends of lines.Neil Brown1-3/+3
2006-12-14Centralise code for copying uuidNeil Brown1-12/+1
2006-12-14Fix and test --update=uuidNeil Brown1-5/+25
2006-10-16Reduce max bitmap size when bitmap is in a file.Neil Brown1-3/+4
2006-10-16Flush bitmap file before truncate.Neil Brown1-0/+1
2006-10-09Fixed endian problem with bitmap metdataPaul Clements1-0/+1
2006-05-29check return status of all write/fwrite functions as required by glibc 2.4Neil Brown1-6/+12
2006-05-16When updating uuid, update the bitmap as well - external bitmapsNeil Brown1-0/+14
2006-05-15Limit size of bitmap to 2million chunks.Neil Brown1-0/+11
2006-05-15Use O_DIRECT to read bitmap files.Neil Brown1-18/+41
2006-02-06Release some compile fixes.Neil Brown1-2/+2
2006-01-27Assorted fixes...Neil Brown1-0/+5
2005-11-22Support bitmaps with raid10Neil Brown1-5/+6
2005-10-11Create version-4 bitmaps if kernel supports it.Neil Brown1-3/+5
2005-09-12Fix remaining problems with hot-add bitmap to version-1 superblockNeil Brown1-1/+1
2005-08-26Passes all tests, nearly ready for release.Neil Brown1-3/+3
2005-08-26Getting ready for 2.0 release...Neil Brown1-3/+3
2005-08-25Support internal bitmaps with format-1 superblocks.Neil Brown1-2/+25
2005-08-09Add write-behind supportNeil Brown1-0/+8
2005-08-04Assorted Fixes for multiple bugs.Neil Brown1-2/+2
2005-06-14Replace sprintf calls with snprintfNeil Brown1-1/+1
2005-06-07Add support for internal bitmapsNeil Brown1-3/+15
2005-06-07Initial bitmap supportNeil Brown1-0/+315