First  |  Prev |  Next  |  Last
Pages: 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262
mfd/mc13783: new function exposing flags
Hi Uwe, On Mon, Aug 02, 2010 at 11:14:17AM +0200, Uwe Kleine-K�nig wrote: This is needed for the mc13783-adc driver to decide if a touch screen is connected. If so some channels are not available as generic hwmon inputs. Looks good to me, applied to my for-next branch. Now that we're at it, could we then ... 2 Aug 2010 07:03
[PATCH 3/8] GFS2: Simplify gfs2_write_alloc_required
From: Bob Peterson <rpeterso(a)redhat.com> Function gfs2_write_alloc_required always returned zero as its return code. Therefore, it doesn't need to return a return code at all. Given that, we can use the return value to return whether or not the dinode needs block allocations rather than passing that value in, ... 2 Aug 2010 07:03
[PATCH 1/8] GFS2: Use nobh_writepage
Use nobh_writepage rather than calling mpage_writepage directly. Signed-off-by: Steven Whitehouse <swhiteho(a)redhat.com> Cc: Christoph Hellwig <hch(a)lst.de> diff --git a/fs/gfs2/aops.c b/fs/gfs2/aops.c index 9f8b525..9485a88 100644 --- a/fs/gfs2/aops.c +++ b/fs/gfs2/aops.c @@ -136,10 +136,7 @@ static int gfs2_... 2 Aug 2010 07:03
[PATCH 6/8] Revert "GFS2: recovery stuck on transaction lock"
This reverts commit b7dc2df5725fe7355fd76000ead7e39728e1b8a9. The initial patch didn't quite work since it doesn't cover all the possible routes by which the GLF_FROZEN flag might be set. A revised fix is coming up in the next patch. Signed-off-by: Steven Whitehouse <swhiteho(a)redhat.com> diff --git a/fs/gfs2... 2 Aug 2010 07:03
[PATCH 2/8] GFS2: Wait for journal id on mount if not specified on mount command line
This patch implements a wait for the journal id in the case that it has not been specified on the command line. This is to allow the future removal of the mount.gfs2 helper. The journal id would instead be directly communicated by gfs_controld to the file system. Here is a comparison of the two systems: Current:... 2 Aug 2010 07:03
[PATCH 8/8] GFS2: Fix recovery stuck bug (try #2)
This is a clean up of the code which deals with LM_FLAG_NOEXP which aims to remove any possible race conditions by using gl_spin to cover the gap between testing for the LM_FLAG_NOEXP and the GL_FROZEN flag. Signed-off-by: Steven Whitehouse <swhiteho(a)redhat.com> diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c ... 2 Aug 2010 05:59
[PATCH -v3 2/2] x86: more early console output from compressed/misc.c
will get |Decompressing Linux... Parsing ELF... done. |Booting the kernel. in serial console. reuse code from arch/x86/boot/ and we can use printf if needed -v2: define BOOT_BOOT_H to avoid include boot.h -v3: early_serial_base need to be static in misc.c ? Signed-off-by: Yinghai Lu <yinghai(a)kernel.... 2 Aug 2010 05:59
[PATCH] ide: Use kzalloc in idedisk_prepare_flush.
Signed-off-by: Tao Ma <tao.ma(a)oracle.com> --- drivers/ide/ide-disk.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/ide/ide-disk.c b/drivers/ide/ide-disk.c index 33d6503..127a5a2 100644 --- a/drivers/ide/ide-disk.c +++ b/drivers/ide/ide-disk.c @@ -430,12 +430,11 @@ static v... 2 Aug 2010 05:59
[PATCH -v3 1/2] x86, setup: reorgize the early_console_setup
Seperate early_serial_console from tty.c will reuse early_serial_console.c/string.c/printf.c/cmdline.c in compressed/misc.c -v2: according to hpa, don't include string.c etc -v3: compressed/misc.c must have early_serial_base as static, so move it back to tty.c for setup code Signed-off-by: Yinghai L... 2 Aug 2010 05:59
Bug 12309 - Large I/O operations result in poor interactive performance and high iowait times
> > I've pointed to your two patches in the bug report, so hopefully someone who is seeing the issues can try them out. Thanks. I noticed your comment about the no swap situation "#26: Per von Zweigbergk Disabling swap makes the terminal launch much faster while copying; Howeve... 2 Aug 2010 05:59
First  |  Prev |  Next  |  Last
Pages: 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262