login
Header Space

 
 

Mailing list archives

Search results

Found 162 matching messages (0.085 seconds). Page 1 of 9.

[2.6.23 PATCH 02/18] dm: bio_list prefetch removal

From: Alasdair G Kergon Remove dubious prefetch from bio_list_for_each() macro. Cc: Jens Axboe Signed-off-by: Alasdair G Kergon --- drivers/md/dm-bio-list.h | 4 +--- ...

linux-kernel - Alasdair G Kergon - Jul 11 2007 - 16:57

[2.6.23 PATCH 01/18] dm: bio_list macro renaming

From: Alasdair G Kergon Rename BIO_LIST() macro to DEFINE_BIO_LIST(), named similarly to DEFINE_SPINLOCK(). Cc: ... Signed-off-by: Alasdair G Kergon --- drivers/md/dm-bio- ...

linux-kernel - Alasdair G Kergon - Jul 11 2007 - 16:56

[2.6.23 PATCH 03/18] dm: use kmem_cache macro

From: Alasdair G Kergon Use new KMEM_CACHE() macro and make the newly- ... Lameter Signed-off-by: Alasdair G Kergon --- drivers/md/dm-crypt.c | 30 +++++------ drivers/md/dm-delay.c ...

linux-kernel - Alasdair G Kergon - Jul 11 2007 - 16:57

[2.6.23 PATCH 04/18] dm delay: cleanup

From: Alasdair G Kergon Use setup_timer(). Replace semaphore with mutex. Signed-off-by: Alasdair G Kergon --- drivers/md/dm-delay.c | 12 +++++------- 1 files changed, 5 insertions(+), 7 ...

linux-kernel - Alasdair G Kergon - Jul 11 2007 - 16:57

[2.6.23 PATCH 05/18] dm: remove duplicate module name from error msgs

From: Alasdair G Kergon Remove explicit module name from messages as the ... now includes it automatically. Signed-off-by: Alasdair G Kergon --- drivers/md/dm-mpath.c | 8 +++----- drivers/md/dm-raid1.c ...

linux-kernel - Alasdair G Kergon - Jul 11 2007 - 16:58

[2.6.24 PATCH 14/25] dm: bio_list macro renaming

From: Alasdair G Kergon Remove BIO_LIST and DEFINE_BIO_LIST macros that gain us nothing since contents are ... Signed-off-by: Alasdair G Kergon --- drivers/md/dm-bio-list.h ...

linux-kernel - Alasdair G Kergon - Oct 12 2007 - 13:19

[2.6.24 PATCH 15/25] dm mpath: emc fix an error message

From: Alasdair G Kergon Correct an error message, reported by Michael Wood . Signed-off-by: Alasdair G Kergon --- drivers/md/dm-emc.c | 2 +- ...

linux-kernel - Alasdair G Kergon - Oct 12 2007 - 13:19

[2.6.24 PATCH 04/06] dm: trigger change uevent on rename

From: Alasdair G Kergon Insert a missing KOBJ_CHANGE notification when a device is renamed. Cc: ... James Remnant Signed-off-by: Alasdair G Kergon --- drivers/md/dm-ioctl.c | ...

linux-kernel - Alasdair G Kergon - Dec 13 2007 - 10:43

[2.6.25-rc8] dm io: write error bits form long not int

From: Alasdair G Kergon write_err is an unsigned long used with set_bit() so ... .kernel.org/show_bug.cgi?id=10271 Signed-off-by: Alasdair G Kergon --- drivers/md/dm-io.c | 2 +- drivers/md/dm-raid1.c | 4 ...

linux-kernel - Alasdair G Kergon - Mar 27 2008 - 14:57

Re: [dm-devel] Re: dm: bounce_pfn limit added

... 2007 at 11:26:17PM +0000, Alasdair G Kergon wrote: > ) DM doesn't need to bounce bio's on its own ... you swap in alternative dm targets, e.g. if it's linear, try multipath (round-robin, one path)? Alasdair -- agk@redhat.com - To unsubscribe from ...

linux-kernel - Alasdair G Kergon - Oct 30 2007 - 22:01

Re: [dm-devel] Re: dm: bounce_pfn limit added

... 31, 2007 at 02:01:33AM +0000, Alasdair G Kergon wrote: > What if you swap in alternative dm targets, e.g. if it's linear, > try multipath (round- ... stance to dm on this I believe.) Alasdair -- agk@redhat.com - To unsubscribe from this ...

linux-kernel - Alasdair G Kergon - Oct 30 2007 - 22:11

Re: [PATCH][RFC] fast file mapping for loop

... version 1.02.11 or higher) Alasdair From: Bryn Reeves Signed-off-by: Alasdair G Kergon --- drivers/md ... it is more consistent with e.g. swap to use the dcache name ...

linux-kernel - Alasdair G Kergon - Jan 9 2008 - 19:16

Re: [2.6.22 PATCH 22/26] dm: bio list helpers

... 8 May 2007 20:48:45 +0100 > Alasdair G Kergon wrote: > > +#define BIO_LIST(bl) \ > > + struct bio_list bl = ... out in full? struct bio_list bl = BIO_LIST_INIT; Alasdair -- agk@redhat.com - To unsubscribe from this ...

linux-kernel - Alasdair G Kergon - May 9 2007 - 11:47

[git pull 00/06] device-mapper fixes for 2.6.24-rc*

... device-mapper fixes for 2.6.24: Alasdair G Kergon (1): dm: trigger change uevent on rename Jun'ichi Nomura (1): ... 7 files changed, 68 insertions(+), 32 deletions(-) Alasdair -- agk@redhat.com -- To unsubscribe from this ...

linux-kernel - Alasdair G Kergon - Dec 13 2007 - 10:40

Re: [JANITOR PROPOSAL] Switch ioctl functions to ->unlocked_ioctl

On Wed, Jan 09, 2008 at 04:58:46PM -0600, Chris Friesen wrote: > Alasdair G Kergon wrote: > >On Wed, Jan 09, 2008 at 11: ... NULL 'file' because there isn't one available. Alasdair -- agk@redhat.com -- To unsubscribe from this list: ...

linux-kernel - Alasdair G Kergon - Jan 9 2008 - 19:05

[git pull] device-mapper update for 2.6.25

... mapper update for 2.6.25: Alasdair G Kergon (5): dm: mark function lists static dm ioctl: remove lock_kernel dm: ... 15 files changed, 1372 insertions(+), 483 deletions(-) Alasdair -- agk@redhat.com -- To unsubscribe from this ...

linux-kernel - Alasdair G Kergon - Feb 7 2008 - 22:45

Re: [git pull] device-mapper update for 2.6.25

... 8 Feb 2008 02:45:32 +0000 Alasdair G Kergon wrote: > > > dm: move deferred bio flushing to workqueue > ... -stack-usage-with-stacked-block-devices.patch Alasdair -- agk@redhat.com -- To unsubscribe from this ...

linux-kernel - Alasdair G Kergon - Feb 7 2008 - 23:24

Re: [PATCH] Implement barrier support for single device DM devices

... Fri, Feb 15, 2008 at 04:07:54PM +0300, Michael Tokarev wrote: > Alasdair G Kergon wrote: > > On Fri, Feb 15, 2008 ... EOPNOTSUPP everywhere it should => recovery may find corruption. Alasdair -- agk@redhat.com -- To unsubscribe from this ...

linux-kernel - Alasdair G Kergon - Feb 18 2008 - 22:39

Re: [dm-crypt] Kernel 2.6.25-rc4: lock up when writing onto DM-Crypt volume

... during code changes to support async crypto interface. Alasdair From: Milan Broz Fix ... crypto). Signed-off-by: Milan Broz Signed-off-by: Alasdair G Kergon --- drivers/md/dm-crypt.c | ...

linux-kernel - Alasdair G Kergon - Mar 14 2008 - 20:38

[git pull] device-mapper update for 2.6.26

... dm table: remove unused dm_create_error_table Alasdair G Kergon (5): dm io: rename error to error_bits dm log: move register ... 100644 include/linux/dm-kcopyd.h Alasdair -- agk@redhat.com -- To unsubscribe from ...

linux-kernel - Alasdair G Kergon - Apr 25 2008 - 10:15

speck-geostationary