staging/comedi: fixing ni_tio to mite PCI dependancy
On 05/19/10 13:32, Alexander Kurz wrote: On Wed, 19 May 2010, Randy Dunlap wrote: linux-next of 2010-0519: when CONFIG_PCI is not enabled: drivers/staging/comedi/drivers/mite.c: In function 'mite_init': drivers/staging/comedi/drivers/mite.c:89: error: implicit declaration of function 'pci_dev_get... 19 May 2010 18:15
Strange read data corruption on ext4/LVM/md
I recently upgrade the storage stack here, and now I'm getting these weird, intermittent read errors. Nothing complains anywhere, I only notice that data is corrupt (man am I glad some formats have CRC checks). The errors come and go, and re-reading the same file eventually gets the correct data (have to get it ... 19 May 2010 18:15
[PATCH][bisected]pcmcia:yenta_socket.c fix broken wireless cards.
I've an old dell inspiron 1200(amazingly still works), that use's a D-Link DWL-G650, and/or a Dell Wireless 1350 for it's wireless connection. With using opensuse11.2(kernel:2.6.32*), the card(s) work fine, but as soon as I pulled the latest HEAD, all hell broke loose. So after doing a days worth of bisecting wi... 19 May 2010 18:15
[PATCH] HID: Removed unused variable from hidraw_read
Removed unused variable from hidraw_read. Signed-off-by: Stefan Achatz <erazor_de(a)users.sourceforge.net> --- drivers/hid/hidraw.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c index 6eadf1a..bfe1e26 100644 --- a/drivers/hid/hidraw.c +++... 19 May 2010 17:08
[PATCH 2/2] staging/comedi: fixing ni_tio to mite PCI dependancy
On Wed, 19 May 2010, Randy Dunlap wrote: linux-next of 2010-0519: when CONFIG_PCI is not enabled: drivers/staging/comedi/drivers/mite.c: In function 'mite_init': drivers/staging/comedi/drivers/mite.c:89: error: implicit declaration of function 'pci_dev_get' drivers/staging/comedi/drivers/mite.c:89: w... 19 May 2010 17:08
i2c-nforce2: Remove redundant error messages on ACPI conflict
Hi Chase, On Mon, 17 May 2010 16:16:19 -0400, Chase Douglas wrote: The ACPI subsystem strictly checks for resource conflicts. When there's a conflict, it outputs a warning message with all the details needed to properly diagnose the underlying issue. However, the i2c-nforce2 driver also prints its own me... 19 May 2010 17:08
[PATCH] cfq-iosched: Revert the logic of deep queues
o This patch basically reverts following commit. 76280af cfq-iosched: idling on deep seeky sync queues o Idling in CFQ is bad on high end storage. This is especially more true of random reads. Idling works very well for SATA disks with single spindle but harms a lot on powerful storage boxes. S... 19 May 2010 17:08
Fix uninitialized spinlock of printk_ratelimited()
On Mon, 17 May 2010 08:57:38 +0900 OGAWA Hirofumi <hirofumi(a)mail.parknet.co.jp> wrote: ratelimit_state initialization of printk_ratelimited() seems broken. This fixes it by using DEFINE_RATELIMIT_STATE() to initialize spinlock properly. Signed-off-by: OGAWA Hirofumi <hirofumi(a)mail.parknet.co.jp> -... 19 May 2010 17:08
[PATCH 3/6] direct-io: do not merge logically non-contiguous requests
Btrfs cannot handle having logically non-contiguous requests submitted. For example if you have Logical: [0-4095][HOLE][8192-12287] Physical: [0-4095] [4096-8191] Normally the DIO code would put these into the same BIO's. The problem is we need to know exactly what offset is associated with what BIO so... 19 May 2010 17:08
[PATCH 1/6] fs: allow short direct-io reads to be completed via buffered IO V2
V1->V2: Check to see if our current ppos is >= i_size after a short DIO read, just in case it was actually a short read and we need to just return. This is similar to what already happens in the write case. If we have a short read while doing O_DIRECT, instead of just returning, fallthrough and try to read the r... 19 May 2010 17:08