Found 13 matching messages (0.014 seconds). Page 1 of 1.
- Re: [patch 010/455] block_write_full_page(): report ENOSPC
... in http://lkml.org/lkml/2007/2/9/336 I am not aware of any
call stack where the error is dropped here.
So, this patch should not harm but I am not sure it does any good.
Thanks.
--
Guillaume
-
To unsubscribe from this list: send the line " ...
linux-kernel - Guillaume Chazarain - May 8 2007 - 07:57
- [PATCH 010/149] USB: interface PM state
From: Alan Stern
This patch (as880) strives to keep the PM core's idea of a USB
interface's power state in synch with usbcore's own idea. In the end
this doesn't really matter, but it's better to be consistent.
Signed- ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:40
- [PATCH 010/142] USB: add ep->enable
From: Alan Stern
This patch (as944) adds an explicit "enabled" field to the
usb_host_endpoint structure and uses it in place of the current
mechanism. This is merely a time-space tradeoff; it makes checking
whether URBs ...
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 010 of 14] knfsd: SUNRPC: teach svc_sendto() to deal with IPv6 addresses
From: Chuck Lever
CMSG_DATA comes in different sizes, depending on address family.
Signed-off-by: Chuck Lever
Cc: Aurelien Charbon
Signed-off-by: Neil Brown linux-kernel - NeilBrown - Feb 2 2007 - 00:40
- [patch 010/101] bcm43xx: Fix for oops on ampdu status
From: Michael Buesch
If bcm43xx were to process an afterburner (ampdu) status response, Linux would oops. The
ampdu and intermediate status bits are properly named.
Signed-off-by: Michael Buesch
Signed-off-by: Larry
linux-kernel - Greg KH - Mar 7 2007 - 13:10
- [PATCH 010 of 20] knfsd: nfsd: factor nfsd_lookup into 2 pieces
From: J. Bruce Fields
Factor nfsd_lookup into nfsd_lookup_dentry, which finds the right dentry
and export, and a second part which composes the filehandle (and which
will later check the security flavor on the new export)
linux-kernel - NeilBrown - Jul 9 2007 - 22:25
- [PATCH 010 of 35] New function blk_req_append_bio
ll_back_merge_fn is currently exported to SCSI where is it used,
together with blk_rq_bio_prep, in exactly the same way these
functions are used in __blk_rq_map_user.
So move the common code into a new function (blk_rq_append_bio), and
don't
linux-kernel - NeilBrown - Jul 30 2007 - 22:16
- Re: [PATCH 010 of 35] New function blk_req_append_bio
On Tue, Jul 31, 2007 at 12:16:40PM +1000, NeilBrown wrote:
> /*
> - * Temporary export, until SCSI gets fixed up.
> + * Temporary(?) export, until SCSI gets fixed up.
> */
This abuse is still scheduled to go away, even if it didn't happen as
linux-kernel - Christoph Hellwig - Aug 1 2007 - 11:54
- [PATCH 010/104] KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h
From: Rusty Russell
The kernel now has asm/cpu-features.h: use those macros instead of
inventing our own.
Also spell out definition of CR0_RESEVED_BITS (no code change) and fix typo.
Signed-off-by: Rusty Russell linux-kernel - Avi Kivity - Sep 17 2007 - 04:30
- [PATCH 010/196] Chinese: add translation of Codingstyle
From: Zhang Le
Signed-off-by: Zhang Le
Signed-off-by: Li Yang
Signed-off-by: Greg Kroah-Hartman
---
Documentation/zh_CN/CodingStyle | 701
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 010/148] include/asm-x86/bitops.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/bitops.h | 95 ++++++++++++++++++++--------------------------
1 files changed, 41 insertions(+), 54 deletions(-)
diff --git a/include/asm-x86/bitops.h b/include/asm-x86/bitops.h
linux-kernel - Joe Perches - Mar 23 2008 - 04:01
- [PATCH 010 of 10] md: Restart recovery cleanly after device failure.
When we get any IO error during a recovery (rebuilding a spare), we
abort the recovery and restart it.
For RAID6 (and multi-drive RAID1) it may not be best to restart at the
beginning: when multiple failures can be tolerated, the recovery may
be
linux-kernel - NeilBrown - May 18 2008 - 21:11
- [PATCH 010 of 29] md: Enable setting of 'offset' and 'size' of a hot-added spare.
offset_store and rdev_size_store allow control of the region of a
device which is to be using in an md/raid array.
They only allow these values to be set when an array is being assembled,
as changing them on an active array could be dangerous.
linux-kernel - NeilBrown - Jun 27 2008 - 02:50