messages from 2007-10-03 22:05:43 to 2007-10-04 10:06:59 UTC [more...]
kdump: documentation cleanups
2007-10-04 10:04 UTC (2+ messages)
[BUG] kernel BUG at arch/i386/mm/highmem.c:15! on 2.6.23-rc8/rc9
2007-10-04 10:02 UTC (4+ messages)
[PATCH] Fix SH DMAC code to handle PVR2 cascade
2007-10-04 10:01 UTC (4+ messages)
lp_console: cleanups
2007-10-04 9:54 UTC
[PATCH 00/33] Rename "Task Containers" to "Control Groups"
2007-10-04 9:53 UTC (9+ messages)
` [PATCH 03/33] task containersv11 add tasks file interface
` [PATCH 11/33] task containersv11 make cpusets a client of containers
sysrq docs: document sequence that actually works
2007-10-04 9:51 UTC
CodingStyle: mention bitfields/whitespace style, prefer (!foo) in examples
2007-10-04 9:51 UTC (2+ messages)
vm.txt: document min_free_pages as critical for correctness
2007-10-04 9:49 UTC
2.6.23-rc8-mm2: OOPS in mmc on boot
2007-10-04 9:30 UTC (8+ messages)
2.6.23-rc8 build failure: __you_cannot_kmalloc_that_much in dmi_id_init
2007-10-04 9:28 UTC (5+ messages)
[patch 1/3] Trace code and documentation
2007-10-04 9:24 UTC (2+ messages)
Blackfin Ethernet MAC driver compile error
2007-10-04 9:20 UTC (4+ messages)
[GFS2/DLM] Pre-pull patch posting
2007-10-04 8:49 UTC (52+ messages)
` [PATCH 01/51] [GFS2] Fix two races relating to glock callbacks
` [PATCH 02/51] [GFS2] Fix calculation of demote state
` [PATCH 03/51] [GFS2] Clean up duplicate includes in fs/gfs2/
` [PATCH 04/51] [GFS2] GFS2 not checking pointer on create when running under nfsd
` [PATCH 05/51] [GFS2] Fix an oops in glock dumping
` [PATCH 06/51] [GFS2] Move some code inside the log lock
` [PATCH 07/51] [GFS2] Revert part of earlier log.c changes
` [PATCH 08/51] [GFS2] Prevent infinite loop in try_rgrp_unlink()
` [PATCH 09/51] [GFS2] use an temp variable to reduce a spin_unlock
` [PATCH 10/51] [GFS2] Detach buf data during in-place writeback
` [PATCH 11/51] [GFS2] mark struct *_operations const
` [PATCH 12/51] [GFS2] use the declaration of gfs2_dops in the header file instead
` [PATCH 13/51] [GFS2] Reduce number of gfs2_scand processes to one
` [PATCH 14/51] [GFS2] invalid metadata block - REVISED
` [PATCH 15/51] [GFS2] Ensure journal file cache is flushed after recovery
` [PATCH 16/51] [GFS2] use list_for_each_entry instead
` [PATCH 17/51] [GFS2] unneeded typecast
` [PATCH 18/51] [GFS2] better code for translating characters
` [PATCH 19/51] [GFS2] Force unstuff of hidden quota inode
` [PATCH 20/51] [GFS2] fixed a NULL pointer assignment BUG
` [PATCH 21/51] [GFS2] Fix quota do_list operation hang
` [PATCH 22/51] [GFS2] Clean up invalidatepage/releasepage
` [PATCH 23/51] [GFS2] Add a missing gfs2_trans_add_bh()
` [PATCH 24/51] [GFS2] Add NULL entry to token table
` [PATCH 25/51] [GFS2] Reduce truncate IO traffic
` [PATCH 26/51] [DLM] Fix lowcomms socket closing
` [PATCH 27/51] [GFS2] Wendy's dump lockname in hex & fix glock dump
` [PATCH 28/51] [GFS2] Patch to protect sd_log_num_jdata
` [PATCH 29/51] [GFS2] panic after can't parse mount arguments
` [PATCH 30/51] [GFS2] delay glock demote for a minimum hold time
` [PATCH 31/51] [GFS2] fix inode meta data corruption
` [PATCH 32/51] [GFS2] Correct lock ordering in unlink
` [PATCH 33/51] [GFS2] Introduce gfs2_remove_from_ail
` [PATCH 34/51] [GFS2] Don't mark jdata dirty in gfs2_unstuffer_page()
` [PATCH 35/51] [GFS2] Move pin/unpin into lops.c, clean up locking
` [PATCH 36/51] [GFS2] Clean up ordered write code
` [PATCH 37/51] [GFS2] Fix ordering of dirty/journal for ordered buffer unstuffing
` [PATCH 38/51] [GFS2] Replace revoke structure with bufdata structure
` [PATCH 39/51] [GFS2] Use slab operations for all gfs2_bufdata allocations
` [PATCH 40/51] [GFS2] Clean up gfs2_trans_add_revoke()
` [PATCH 41/51] [GFS2] flocks from same process trip kernel BUG at fs/gfs2/glock.c:1118!
` [PATCH 42/51] [GFS2] Move inode deletion out of blocking_cb
` [PATCH 43/51] [DLM] Make dlm_sendd cond_resched more
` [PATCH 44/51] [GFS2] GFS2: chmod hung - fix race in thread creation
` [PATCH 45/51] [GFS2] Clean up journaled data writing
` [PATCH 46/51] [GFS2] Data corruption fix
` [PATCH 47/51] [GFS2] Alternate gfs2_iget to avoid looking up inodes being freed
` [PATCH 48/51] [GFS2] Don't try to remove buffers that don't exist
` [PATCH 49/51] [GFS2] Get superblock a different way
` [PATCH 50/51] [DLM] don't overwrite castparam if it's NULL
` [PATCH 51/51] [DLM] block dlm_recv in recovery transition
MSI problem since 2.6.21 for devices not providing a mask in their MSI capability
2007-10-04 9:14 UTC (7+ messages)
[00/18] Virtual Compound Page Support V2
2007-10-04 9:11 UTC (22+ messages)
` [01/18] vmalloc: clean up page array indexing
` [02/18] vunmap: return page array passed on vmap()
` [03/18] vmalloc_address(): Determine vmalloc address from page struct
` [04/18] Vcompound: Smart up virt_to_head_page()
` [05/18] Page flags: Add PageVcompound()
` [06/18] Vcompound: Update page address determination
` [07/18] Vcompound: Add compound_nth_page() to determine nth base page
` [08/18] GFP_VFALLBACK: Allow fallback of compound pages to virtual mappings
` [09/18] Vcompound: GFP_VFALLBACK debugging aid
` [10/18] Sparsemem: Use fallback for the memmap
` [11/18] Page allocator: Use a higher order allocation for the zone wait table
` [12/18] Wait: Allow bit_waitqueue to wait on a bit in a virtual compound page
` [13/18] x86_64: Allow fallback for the stack
` [14/18] Configure stack size
` [15/18] Fallback for temporary order 2 allocation
` [16/18] Virtual Compound page allocation from interrupt context
` [17/18] Virtual compound page freeing in "
` [18/18] SLUB: Use fallback for table of callers/freers of a slab cache
[PATCH 0/3] Make tasks always have non-zero pids
2007-10-04 8:56 UTC (7+ messages)
` [PATCH 1/3] Introduce the dummy_pid
` [PATCH 2/3] Prepare pid_nr() etc functions to work with not-NULL pids
[PATCH] Document x86-64 iommu kernel parameters
2007-10-04 9:01 UTC (4+ messages)
[RFC/PATCH] Add sysfs control to modify a user's cpu share
2007-10-04 8:54 UTC (5+ messages)
` [RFC/PATCH -v2] "
Accessing 64-bit BARs
2007-10-04 8:53 UTC
Root on drbd and /etc on a cd-rw: What do you think about that?
2007-10-04 8:09 UTC
[PATCH][RFC] unbreak generic futex_atomic_cmpxchg_inatomic() on UP
2007-10-04 8:07 UTC (2+ messages)
RT scheduling: wakeup bug?
2007-10-04 8:02 UTC (4+ messages)
` -rt "
[git] CFS-devel, latest code
2007-10-04 7:41 UTC (4+ messages)
Crash on 2.6.21.7 Vanilla + DRBD 0.7
2007-10-04 7:29 UTC
2.6.23-rc9 boot failure (megaraid?)
2007-10-04 7:28 UTC (4+ messages)
[Bug] 2.6.23-rc9 - kernel BUG at mm/slab.c:592!
2007-10-04 7:10 UTC (2+ messages)
[PATCH] Code style fix for open_exec
2007-10-04 7:08 UTC (2+ messages)
What's slated for inclusion in 2.6.24-rc1 from the NFS client git tree
2007-10-04 6:52 UTC (3+ messages)
[PATCH, RFC] Ext4 patches planned for submission upstream
2007-10-04 6:52 UTC (25+ messages)
` [PATCH] jbd/jbd2: JBD memory allocation cleanups
` [PATCH] jbd/jbd2: Journal initialization doesn't need __GFP_NOFAIL
` [PATCH] JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4
` [PATCH] jbd2: fix commit code to properly abort journal
` [PATCH] JBD2: debug code cleanup
` [PATCH] Once ext4 will not implement fragment, it is believed it will never be
` [PATCH] ext4: remove #ifdef CONFIG_EXT4_INDEX
` [PATCH] Ext4: Uninitialized Block Groups
` [PATCH] ext4: Fix sparse warnings
` [PATCH] This feature relaxes check restrictions on where each block groups meta
` [PATCH] Support large blocksize up to PAGESIZE (max 64KB) for ext4
` [PATCH] ext4: Avoid rec_len overflow with 64KB block size
` [PATCH] Support large blocksize up to PAGESIZE (max 64KB) for ext2
` [PATCH] Support large blocksize up to PAGESIZE (max 64KB) for ext3
` [PATCH] ext2: Avoid rec_len overflow with 64KB block size
` [PATCH] ext3: "
` [PATCH] ext4: Convert bg_block_bitmap to bg_block_bitmap_lo
` [PATCH] ext4: Convert bg_inode_bitmap and bg_inode_table
` [PATCH] ext4: Convert s_blocks_count to s_blocks_count_lo
` [PATCH] ext4: Convert s_r_blocks_count and s_free_blocks_count
` [PATCH] ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_lo
` [PATCH] ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_lo
` [PATCH] ext4: sparse fixes
[PATCH 0/3] Fixups to SystemACE driver
2007-10-04 6:53 UTC (5+ messages)
` [PATCH 1/3] Sysace: Minor coding convention fixup
` [PATCH 2/3] Sysace: sparse fixes
` [PATCH 3/3] Sysace: Don't enable IRQ until after interrupt handler is registered
2.6.23-rc8-ext4-1 patchset released
2007-10-04 6:03 UTC (2+ messages)
` 2.6.23-rc9-ext4-1 patchset released (WAS: 2.6.23-rc8-ext4-1 patchset released)
Network slowdown due to CFS
2007-10-04 5:33 UTC (6+ messages)
sata_sil24 broken since 2.6.23-rc4-mm1
2007-10-04 5:32 UTC (11+ messages)
[rfc][patch 1/3] x86_64: fence nontemproal stores
2007-10-04 5:23 UTC (3+ messages)
` [rfc][patch 2/3] x86: fix IO write barriers
` [rfc][patch 3/3] x86: optimise barriers
+ add-documentation-w1w1-masters-00-index.patch added to -mm tree
2007-10-04 5:12 UTC (3+ messages)
[PATCH 5/5] writeback: introduce writeback_control.more_io to indicate more io
2007-10-04 5:03 UTC (4+ messages)
-mm merge plans for 2.6.24
2007-10-04 4:16 UTC (6+ messages)
` Memory controller merge (was Re: -mm merge plans for 2.6.24)
File corruption when using kernels 2.6.18+
2007-10-04 3:39 UTC (2+ messages)
[RFC][Intel-IOMMU] Fix for IOMMU early crash
2007-10-04 3:39 UTC (9+ messages)
` [patch][Intel-IOMMU] "
` [patch take 2][Intel-IOMMU] "
Serial ATA does not find partitions (Hitachi HD, new? ATI controller) where old SATA works
2007-10-04 2:14 UTC (5+ messages)
Point of gpl-only modules (flame)
2007-10-04 2:08 UTC
[Patch / 002](memory hotplug) Callback function to create kmem_cache_node
2007-10-04 2:00 UTC (3+ messages)
A unresponsive file system can hang all I/O in the system on linux-2.6.23-rc6 (dirty_thresh problem?)
2007-10-04 1:50 UTC (5+ messages)
` [PATCH] writeback: avoid possible balance_dirty_pages() lockup on a light-load bdi
File corruption when using kernels 2.6.18+
2007-10-04 1:11 UTC (4+ messages)
[PATCH] Version 4 (2.6.23-rc8-mm2) Smack: Simplified Mandatory Access Control Kernel
2007-10-04 0:42 UTC (4+ messages)
Network slowdown due to CFS
2007-10-04 0:31 UTC (2+ messages)
[PATCH 0/5] Boot protocol changes
2007-10-04 0:26 UTC (9+ messages)
` [PATCH 1/5] update boot spec to 2.07
` [PATCH 2/5] add WEAK() for creating weak asm labels
` [PATCH 3/5] i386: paravirt boot sequence
` [PATCH 4/5] Revert lguest magic and use hook in head.S
` [PATCH 5/5] lguest: loading bzImage directly
[patch] softlockup watchdog: fix Xen bogosity
2007-10-03 23:49 UTC (4+ messages)
` [patch] fix the softlockup watchdog to actually work
[PATCH] net: fix race in process_backlog
2007-10-03 23:39 UTC (4+ messages)
top displaying 9999% CPU usage
2007-10-03 23:32 UTC (4+ messages)
` Decreasing stime running confuses top (was: top displaying 9999% CPU usage)
[PATCH 1/2 -mm] capabilities: define CONFIG_COMMONCAP
2007-10-03 22:43 UTC (4+ messages)
` [PATCH 2/2 -mm] capabilities: introduce per-process capability bounding set (v4)
[PATCH] Fix blktrace setup 32-bit ioctl on 64-bit kernels
2007-10-03 22:48 UTC (4+ messages)
[git patches] net driver updates
2007-10-03 22:33 UTC (2+ messages)
[PATCH] usbhid: report descriptor fix for MacBook JIS keyboard
2007-10-03 21:55 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox