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.
Jens Axboe
bb799ca020
bio: allow individual slabs in the bio_set
...
Instead of having a global bio slab cache, add a reference to one
in each bio_set that is created. This allows for personalized slabs
in each bio_set, so that they can have bios of different sizes.
This means we can personalize the bios we return. File systems may
want to embed the bio inside another structure, to avoid allocation
more items (and stuffing them in ->bi_private) after the get a bio.
Or we may want to embed a number of bio_vecs directly at the end
of a bio, to avoid doing two allocations to return a bio. This is now
possible.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
16 years ago
..
raid6test
md: raid6: clean up the style of raid6test/test.c
17 years ago
.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
bio: allow individual slabs in the bio_set
16 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
bio: allow individual slabs in the bio_set
16 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
16 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
16 years ago
dm-snap.h
dm snapshot: wait for chunks in destructor
16 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
bio: allow individual slabs in the bio_set
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
…