You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NeilBrown
a2ed9615e3
md: Don't read past end of bitmap when reading bitmap.
...
When we read the write-intent-bitmap off the device, we currently
read a whole number of pages.
When PAGE_SIZE is 4K, this works due to the alignment we enforce
on the superblock and bitmap.
When PAGE_SIZE is 64K, this case read past the end-of-device
which causes an error.
When we write the superblock, we ensure to clip the last page
to just be the required size. Copy that code into the read path
to just read the required number of sectors.
Signed-off-by: Neil Brown <neilb@suse.de>
Cc: stable@kernel.org
16 years ago
..
raid6test
…
.gitignore
…
Kconfig
raid, fastboot: hide RAID autodetect option if MD is compiled as a module
17 years ago
Makefile
dm raid1: separate region_hash interface part1
17 years ago
bitmap.c
md: Don't read past end of bitmap when reading bitmap.
16 years ago
dm-bio-list.h
…
dm-bio-record.h
…
dm-crypt.c
dm crypt: remove waitqueue
17 years ago
dm-delay.c
dm: remove dm header from targets
17 years ago
dm-exception-store.c
dm: remove dm header from targets
17 years ago
dm-io.c
dm: remove dm header from targets
17 years ago
dm-ioctl.c
[PATCH] introduce fmode_t, do annotations
17 years ago
dm-kcopyd.c
dm: remove dm header from targets
17 years ago
dm-linear.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
17 years ago
dm-log.c
dm: remove dm header from targets
17 years ago
dm-mpath.c
dm mpath: warn if args ignored
16 years ago
dm-mpath.h
dm mpath: remove is_active from struct dm_path
17 years ago
dm-path-selector.c
dm: remove dm header from targets
17 years ago
dm-path-selector.h
…
dm-raid1.c
dm raid1: flush workqueue before destruction
16 years ago
dm-region-hash.c
dm raid1: separate region_hash interface part1
17 years ago
dm-round-robin.c
dm: remove dm header from targets
17 years ago
dm-snap.c
dm snapshot: wait for chunks in destructor
17 years ago
dm-snap.h
dm snapshot: wait for chunks in destructor
17 years ago
dm-stripe.c
dm stripe: fix init failure
16 years ago
dm-table.c
block: fix setting of max_segment_size and seg_boundary mask
16 years ago
dm-target.c
…
dm-uevent.c
md: replace remaining __FUNCTION__ occurrences
17 years ago
dm-uevent.h
…
dm-zero.c
dm: remove dm header from targets
17 years ago
dm.c
dm: avoid destroying table in dm_any_congested
16 years ago
dm.h
dm: publish array_too_big
17 years ago
faulty.c
md: check for memory allocation failure in faulty personality
17 years ago
linear.c
md: linear: Fix a division by zero bug for very small arrays.
16 years ago
md.c
md: revert the recent addition of a call to the BLKRRPART ioctl.
16 years ago
mktables.c
…
multipath.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
17 years ago
raid0.c
md: Remove unnecessary #includes, #defines, and function declarations.
17 years ago
raid1.c
md: build failure due to missing delay.h
17 years ago
raid5.c
md: Relax minimum size restrictions on chunk_size.
17 years ago
raid6.h
md: Remove unnecessary #includes, #defines, and function declarations.
17 years ago
raid6algos.c
drivers/md: use time_before, time_before_eq, etc
17 years ago
raid6altivec.uc
…
raid6int.uc
…
raid6mmx.c
…
raid6recov.c
…
raid6sse1.c
…
raid6sse2.c
…
raid6x86.h
…
raid10.c
md: fix bug in raid10 recovery.
16 years ago
unroll.pl
…