PROPOSAL READ ATTACHMENT AND GET BACK TO ME
PROPOSAL READ ATTACHMENT AND GET BACK TO ME ... 14 Feb 2010 14:02
[PATCH 2/4] firewire: ohci: enable cycle timer fix on ALi and NEC controllers
Discussed in "read_cycle_timer backwards for sub-cycle 0000, 0001", http://thread.gmane.org/gmane.linux.kernel.firewire.devel/13704 Known bad controllers: ALi M5271, listed by lspci as M5253 [10b9:5253] NEC OrangeLink [1033:00cd] (rev 03) NEC uPD72874 [1033:00f2] (rev 01) VIA VT6306 [1106:3044] (rev 46)... 14 Feb 2010 12:55
Filesystem I/O is CPU-bound in rc7 and rc8
I forgot to say: # CONFIG_SMP is not set CONFIG_TREE_PREEMPT_RCU=y # CONFIG_PREEMPT_NONE is not set # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREEMPT=y # CONFIG_DEBUG_PREEMPT is not set # CONFIG_PREEMPT_TRACER is not set -JimC -- James Cloos <cloos(a)jhcloos.com> OpenPGP: 1024D/ED7DAEA6 -- To ... 20 Feb 2010 22:25
PROPOSAL READ ATTACHMENT AND GET BACK TO ME
PROPOSAL READ ATTACHMENT AND GET BACK TO ME ... 14 Feb 2010 11:47
[PATCH 5/5] mptscsih: Fix first line of kernel-doc for a few functions
The function name must be followed by a space, hypen, space, and a short description. Signed-off-by: Ben Hutchings <ben(a)decadent.org.uk> --- drivers/message/fusion/mptscsih.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/message/fusion/mptscsih.c b/drivers/message/fusio... 14 Feb 2010 09:33
Extents in spare files on ext4 not being merged
http://libtorrent.rakshasa.no/ticket/460#comment:49 Some users of rtorrent reported very high number of extents for files despite the use of posix_fallocate/fallocate on ext4. (3000+ for 250MB file, ) A test program showed that the file was contiguous on disk despite the high number of extents reported by filefra... 14 Feb 2010 14:02
[PATCH 0/2] tun: linux socket filter support
tun module already support RX filtering, however, this is limited to filtering by mac address. For virtio host, we also need filtering by vlan. Rather than adding this directly, it seems cleaner to add generic socket filter support. Michael S. Tsirkin (2): net: export attach/detach filter routines tu... 14 Feb 2010 06:18
[PATCH 1/2] net: export attach/detach filter routines
Export sk_attach_filter/sk_detach_filter routines, so that tun module can use them. Signed-off-by: Michael S. Tsirkin <mst(a)redhat.com> --- net/core/filter.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/net/core/filter.c b/net/core/filter.c index 4e0712a..08e40f3 100644 --- a/net... 14 Feb 2010 06:18
[PATCH v6 7/7] TCPCT part 2g: parse cookie pair and 64-bit timestamp
Every bit is sacred. Use as few bits as possible in tcp_options_received. Group related timestamp flag bits for cache line memory efficiency. Fix #define spacing for TCP options. Define and parse 64-bit timestamp extended option (and minor cleanup). However, only 32-bits are used at this time (permitted by spe... 14 Feb 2010 03:02
[PATCH v3 5/7] TCPCT part 2e: accept SYNACK data
When accompanied by cookie option, Initiator (client) queues incoming SYNACK transaction data. This is a straightforward re-implementation of an earlier (year-old) patch that no longer applies cleanly, with permission of the original author (Adam Langley). The patch was previously reviewed: http://thread.... 14 Feb 2010 01:58