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.
Kiyoshi Ueda
f431d9666f
dm: remove unused flush_all
...
This patch removes the DM_WQ_FLUSH_ALL state that is unnecessary.
The dm_queue_flush(md, DM_WQ_FLUSH_ALL, NULL) in dm_suspend()
is never invoked because:
- 'goto flush_and_out' is the same as 'goto out' because
the 'goto flush_and_out' is called only when '!noflush'
- If r is non-zero, then the code above will invoke 'goto out'
and skip this code.
No functional change.
Signed-off-by: Kiyoshi Ueda <k-ueda@ct.jp.nec.com>
Signed-off-by: Jun'ichi Nomura <j-nomura@ce.jp.nec.com>
Signed-off-by: Milan Broz <mbroz@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
17 years ago
..
raid6test
md: raid6: clean up the style of raid6test/test.c
17 years ago
.gitignore
gitignore: misc files
19 years ago
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
Fix problem with waiting while holding rcu read lock in md/bitmap.c
17 years ago
dm-bio-list.h
dm: bio_list macro renaming
18 years ago
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
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
17 years ago
dm-kcopyd.c
dm: remove dm header from targets
17 years ago
dm-linear.c
dm: remove dm header from targets
17 years ago
dm-log.c
dm: remove dm header from targets
17 years ago
dm-mpath.c
dm: remove dm header from targets
17 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
[PATCH] struct path: rename DM's struct path
18 years ago
dm-raid1.c
dm raid1: separate region_hash interface part1
17 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: drop unused last_percent
17 years ago
dm-snap.h
dm: remove dm header from targets
17 years ago
dm-stripe.c
dm: remove dm header from targets
17 years ago
dm-table.c
dm: detect lost queue
17 years ago
dm-target.c
dm: use kzalloc
18 years ago
dm-uevent.c
md: replace remaining __FUNCTION__ occurrences
17 years ago
dm-uevent.h
dm: uevent generate events
18 years ago
dm-zero.c
dm: remove dm header from targets
17 years ago
dm.c
dm: remove unused flush_all
17 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: Remove unnecessary #includes, #defines, and function declarations.
17 years ago
md.c
md: fix input truncation in safe_delay_store()
17 years ago
mktables.c
md: raid6: Fix mktable.c
17 years ago
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
x86 merge fallout: uml
18 years ago
raid6recov.c
…
raid6sse1.c
x86 merge fallout: uml
18 years ago
raid6sse2.c
x86 merge fallout: uml
18 years ago
raid6x86.h
x86 merge fallout: uml
18 years ago
raid10.c
md: build failure due to missing delay.h
17 years ago
unroll.pl
…