Linus Torvalds b49249d103 Merge tag 'dm-3.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm 12 years ago
..
persistent-data b49249d103 Merge tag 'dm-3.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm 12 years ago
Kconfig 4f81a41762 dm thin: move bio_prison code to separate module 12 years ago
Makefile 4f81a41762 dm thin: move bio_prison code to separate module 12 years ago
bitmap.c 582e2e056a md/bitmap:Don't use IS_ERR to judge alloc_page(). 12 years ago
bitmap.h 1dff2b87a3 md/bitmap: record the space available for the bitmap in the superblock. 13 years ago
dm-bio-prison.c b7ca9c9273 dm thin: replace dm_cell_release_singleton with cell_defer_except 12 years ago
dm-bio-prison.h b7ca9c9273 dm thin: replace dm_cell_release_singleton with cell_defer_except 12 years ago
dm-bio-record.h a920f6b3ac dm: preserve bi_io_vec when resubmitting bios 16 years ago
dm-bufio.c fe5fe90639 dm: use ACCESS_ONCE for sysfs values 12 years ago
dm-bufio.h a66cc28f53 dm bufio: prefetch 13 years ago
dm-crypt.c 7de3ee57da dm: remove map_info 12 years ago
dm-delay.c 7de3ee57da dm: remove map_info 12 years ago
dm-exception-store.c 1a66a08ae8 dm: replace simple_strtoul 13 years ago
dm-exception-store.h c241104506 dm snapshot: test chunk size against both origin and snapshot 15 years ago
dm-flakey.c 7de3ee57da dm: remove map_info 12 years ago
dm-io.c 70d6c400ac dm kcopyd: add WRITE SAME support to dm_kcopyd_zero 12 years ago
dm-ioctl.c 9c5091f2ee dm ioctl: use kmalloc if possible 12 years ago
dm-kcopyd.c 70d6c400ac dm kcopyd: add WRITE SAME support to dm_kcopyd_zero 12 years ago
dm-linear.c 7de3ee57da dm: remove map_info 12 years ago
dm-log-userspace-base.c 32aaeffbd4 Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 years ago
dm-log-userspace-transfer.c 38bf195398 connector/userns: replace netlink uses of cap_raised() with capable() 13 years ago
dm-log-userspace-transfer.h 7ec23d5094 dm log: userspace add luid to distinguish between concurrent log instances 16 years ago
dm-log.c 8fb980e35b dm: use memweight() 13 years ago
dm-mpath.c a71a261f5c dm mpath: fix check for null mpio in end_io fn 12 years ago
dm-mpath.h 6680073d3e dm mpath: remove is_active from struct dm_path 16 years ago
dm-path-selector.c 056075c764 md: Add module.h to all files using it implicitly 13 years ago
dm-path-selector.h 02ab823fd1 dm mpath: add start_io and nr_bytes to path selectors 16 years ago
dm-queue-length.c 31998ef193 dm: reject trailing characters in sccanf input 13 years ago
dm-raid.c 7de3ee57da dm: remove map_info 12 years ago
dm-raid1.c 7de3ee57da dm: remove map_info 12 years ago
dm-region-hash.c 751f188dd5 dm raid1: fix crash with mirror recovery and discard 13 years ago
dm-round-robin.c 31998ef193 dm: reject trailing characters in sccanf input 13 years ago
dm-service-time.c 31998ef193 dm: reject trailing characters in sccanf input 13 years ago
dm-snap-persistent.c daaa5f7cbe md: Add in export.h for files using EXPORT_SYMBOL 13 years ago
dm-snap-transient.c daaa5f7cbe md: Add in export.h for files using EXPORT_SYMBOL 13 years ago
dm-snap.c 7de3ee57da dm: remove map_info 12 years ago
dm-stripe.c 45e621d45e dm stripe: add WRITE SAME support 12 years ago
dm-sysfs.c 52cf25d0ab Driver core: Constify struct sysfs_ops in struct kobj_type 15 years ago
dm-table.c c0820cf5ad dm: introduce per_bio_data 12 years ago
dm-target.c 7de3ee57da dm: remove map_info 12 years ago
dm-thin-metadata.c e3cbf94513 dm persistent data: fix nested btree deletion 12 years ago
dm-thin-metadata.h da105ed5fd dm thin metadata: introduce dm_pool_abort_metadata 13 years ago
dm-thin.c 7de3ee57da dm: remove map_info 12 years ago
dm-uevent.c daaa5f7cbe md: Add in export.h for files using EXPORT_SYMBOL 13 years ago
dm-uevent.h 7a8c3d3b92 dm: uevent generate events 17 years ago
dm-verity.c 7de3ee57da dm: remove map_info 12 years ago
dm-zero.c 7de3ee57da dm: remove map_info 12 years ago
dm.c 7de3ee57da dm: remove map_info 12 years ago
dm.h c0820cf5ad dm: introduce per_bio_data 12 years ago
faulty.c 0be1fecd7e md faulty: use disk_stack_limits() 12 years ago
linear.c f1cad2b68e md: linear supports TRIM 12 years ago
linear.h e849b9381f md/linear: typedef removal: linear_conf_t -> struct linear_conf 13 years ago
md.c ea88eeac0c Merge tag 'md-3.8' of git://neil.brown.name/md 12 years ago
md.h ea88eeac0c Merge tag 'md-3.8' of git://neil.brown.name/md 12 years ago
multipath.c 4ed8731d8e MD: change the parameter of md thread 12 years ago
multipath.h 69724e28ca md/multipath: typedef removal: multipath_conf_t -> struct mpconf 13 years ago
raid0.c c83057a1f4 md: raid 0 supports TRIM 12 years ago
raid0.h ba13da47ff md: add proper merge_bvec handling to RAID0 and Linear. 13 years ago
raid1.c 9228ff9038 Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block 12 years ago
raid1.h 12cee5a8a2 md/raid1: prevent merging too large request 13 years ago
raid10.c 9228ff9038 Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block 12 years ago
raid10.h e0ee778528 md/raid10: fix problem with on-stack allocation of r10bio structure. 13 years ago
raid5.c ea88eeac0c Merge tag 'md-3.8' of git://neil.brown.name/md 12 years ago
raid5.h 620125f2bf MD: raid5 trim support 12 years ago