Found 8 matching messages (0.034 seconds). Page 1 of 1.
- [patch 021/101] md: Avoid possible BUG_ON in md bitmap handling.
From: Neil Brown
md/bitmap tracks how many active write requests are pending on blocks
associated with each bit in the bitmap, so that it knows when it can
clear the bit (when count hits zero).
The counter has 14 bits of space, so
linux-kernel - Greg KH - Mar 7 2007 - 13:10
- [PATCH 021 of 35] Teach umem.c about bi_offset and to limit to bi_size.
Signed-off-by: Neil Brown
### Diffstat output
./drivers/block/umem.c | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff .prev/drivers/block/umem.c ./drivers/block/umem.c
--- .prev/drivers/block/
linux-kernel - NeilBrown - Jul 30 2007 - 22:17
- [PATCH 021/104] KVM: VMX: Import some constants of vmcs from IA32 SDM
From: Yang, Sheng
This patch mainly imports some constants and rename two exist constants
of vmcs according to IA32 SDM.
It also adds two constants to indicate Lock bit and Enable bit in
MSR_IA32_FEATURE_CONTROL, and replace ...
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 021/149] USB: add USB-Persist facility
From: Alan Stern
This patch (as886) adds the controversial USB-persist facility,
allowing USB devices to persist across a power loss during system
suspend.
The facility is controlled by a new Kconfig option (with ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:40
- [PATCH 021/142] USB: gadget: ethernet gadget cleanups, shrinkage
From: David Brownell
Clean up the ethernet gadget, using newer APIs and conventions:
- gadget_is_dualspeed() and gadget_is_otg() ... #ifdef removal
- Remove many now-needless #includes
- Use the VERBOSE_DEBUG
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 021/196] ISDN: Convert from class_device to device for ISDN capi
From: Tony Jones
Signed-off-by: Tony Jones
Cc: Kay Sievers
Acked-by: Karsten Keil
Signed-off-by: Greg Kroah-Hartman
---
drivers/isdn/capi/capi.c | 6 +++---
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 021/148] include/asm-x86/current_64.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/current_64.h | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/asm-x86/current_64.h b/include/asm-x86/current_64.h
index bc8adec..2d368ed
linux-kernel - Joe Perches - Mar 23 2008 - 04:01
- [PATCH 021 of 29] md: md: use stripe_head_state in ops_run_io()
From: Dan Williams
In handle_stripe after taking sh->lock we sample some bits into 's' (struct
stripe_head_state):
s.syncing = test_bit(STRIPE_SYNCING, &sh->state);
s.expanding = test_bit(STRIPE_EXPAND_SOURCE, &sh->
linux-kernel - NeilBrown - Jun 27 2008 - 02:51