public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-08-31 14:42:37 to 2007-09-01 01:52:55 UTC [more...]

[RFC 00/26] Slab defragmentation V5
 2007-09-01  1:41 UTC  (27+ messages)
` [RFC 01/26] SLUB: Extend slabinfo to support -D and -C options
` [RFC 02/26] SLUB: Move count_partial()
` [RFC 03/26] SLUB: Rename NUMA defrag_ratio to remote_node_defrag_ratio
` [RFC 04/26] SLUB: Add defrag_ratio field and sysfs support
` [RFC 05/26] SLUB: Replace ctor field with ops field in /sys/slab/:0000008 /sys/slab/:0000016 /sys/slab/:0000024 /sys/slab/:0000032 /sys/slab/:0000040 /sys/slab/:0000048 /sys/slab/:0000056 /sys/slab/:0000064 /sys/slab/:0000072 /sys/slab/:0000080 /sys/slab/:0000088 /sys/slab/:0000096 /sys/slab/:0000104 /sys/slab/:0000128 /sys/slab/:0000144 /sys/slab/:0000184 /sys/slab/:0000192 /sys/slab/:0000216 /sys/slab/:0000256 /sys/slab/:0000344 /sys/slab/:0000384 /sys/slab/:0000448 /sys/slab/:0000512 /sys/slab/:0000768 /sys/slab/:0000920 /sys/slab/:0001024 /sys/slab/:0001152 /sys/slab/:0001344 /sys/slab/:0001536 /sys/slab/:0002048 /sys/slab/:0003072 /sys/slab/:0004096 /sys/slab/:a-0000056 /sys/slab/:a-0000080 /sys/slab/:a-0000128 /sys/slab/Acpi-Namespace /sys/slab/Acpi-Operand /sys/slab/Acpi-Parse /sys/slab/Acpi-ParseExt /sys/slab/Acpi-State /sys/slab/RAW /sys/slab/TCP /sys/slab/UDP /sys/slab/UDP-Lite /sys/slab/UNIX /sys/slab/anon_vma /sys/slab/arp_cache /sys/slab/bdev_cache /sys/ slab/bio /sys/slab/biovec-1 /sys/slab/biovec-128 /sys/slab/biovec-16 /sys/slab/biovec-256 /sys/slab/biovec-4 /sys/slab/biovec-64 /sys/slab/blkdev_ioc /sys/slab/blkdev_queue /sys/slab/blkdev_requests /sys/slab/buffer_head /sys/slab/cfq_io_context /sys/slab/cfq_queue /sys/slab/dentry /sys/slab/eventpoll_epi /sys/slab/eventpoll_pwq /sys/slab/ext2_inode_cache /sys/slab/ext3_inode_cache /sys/slab/fasync_cache /sys/slab/file_lock_cache /sys/slab/files_cache /sys/slab/filp /sys/slab/flow_cache /sys/slab/fs_cache /sys/slab/idr_layer_cache /sys/slab/inet_peer_cache /sys/slab/inode_cache /sys/slab/inotify_event_cache /sys/slab/inotify_watch_cache /sys/slab/ip_dst_cache /sys/slab/ip_fib_alias /sys/slab/ip_fib_hash /sys/slab/jbd_1k /sys/slab/jbd_4k /sys/slab/journal_handle /sys/slab/journal_head /sys/slab/kiocb /sys/slab/kioctx /sys/slab/kmalloc-1024 /sys/slab/kmalloc-128 /sys/slab/kmalloc-16 /sys/slab/kmalloc-192 /sys/slab/kmalloc-2048 /sys/slab/kmalloc-256 /sys/slab/kmalloc-32 /sys/sl ab/kmalloc-512 /sys/slab/kmalloc-64 /sys/slab/kmalloc-8 /sys/slab/kmalloc-96 /sys/slab/mm_struct /sys/slab/mnt_cache /sys/slab/mqueue_inode_cache /sys/slab/names_cache /sys/slab/nfs_direct_cache /sys/slab/nfs_inode_cache /sys/slab/nfs_page /sys/slab/nfs_read_data /sys/slab/nfs_write_data /sys/slab/nfsd4_delegations /sys/slab/nfsd4_files /sys/slab/nfsd4_stateids /sys/slab/nfsd4_stateowners /sys/slab/nsproxy /sys/slab/pid /sys/slab/posix_timers_cache /sys/slab/proc_inode_cache /sys/slab/radix_tree_node /sys/slab/request_sock_TCP /sys/slab/revoke_record /sys/slab/revoke_table /sys/slab/rpc_buffers /sys/slab/rpc_inode_cache /sys/slab/rpc_tasks /sys/slab/scsi_cmd_cache /sys/slab/scsi_io_context /sys/slab/secpath_cache /sys/slab/sgpool-128 /sys/slab/sgpool-16 /sys/slab/sgpool-32 /sys/slab/sgpool-64 /sys/slab/sgpool-8 /sys/slab/shmem_inode_cache /sys/slab/sighand_cache /sys/slab/signal_cache /sys/slab/sigqueue /sys/slab/skbuff_fclone_cache /sys/slab/skbuff_head_cache /sys/slab/sock _inode_cache /sys/slab/sysfs_dir_cache /sys/slab/task_struct /sys/slab/tcp_bind_bucket /sys/slab/tw_sock_TCP /sys/slab/uhci_urb_priv /sys/slab/uid_cache /sys/slab/vm_area_struct /sys/slab/xfrm_dst_cache
` [RFC 06/26] SLUB: Add get() and kick() methods
` [RFC 07/26] SLUB: Sort slab cache list and establish maximum objects for defrag slabs
` [RFC 08/26] SLUB: Consolidate add_partial and add_partial_tail to one function
` [RFC 09/26] SLUB: Slab defrag core
` [RFC 10/26] SLUB: Trigger defragmentation from memory reclaim
` [RFC 11/26] VM: Allow get_page_unless_zero on compound pages
` [RFC 12/26] SLUB: Slab reclaim through Lumpy reclaim
` [RFC 13/26] SLUB: Add SlabReclaimable() to avoid repeated reclaim attempts
` [RFC 14/26] SLUB: __GFP_MOVABLE and SLAB_TEMPORARY support
` [RFC 15/26] bufferhead: Revert constructor removal
` [RFC 16/26] Buffer heads: Support slab defrag
` [RFC 17/26] inodes: Support generic defragmentation
` [RFC 18/26] FS: ExtX filesystem defrag
` [RFC 19/26] FS: XFS slab defragmentation
` [RFC 20/26] FS: Proc filesystem support for slab defrag
` [RFC 21/26] FS: Slab defrag: Reiserfs support
` [RFC 22/26] FS: Socket inode defragmentation
` [RFC 23/26] dentries: Extract common code to remove dentry from lru
` [RFC 24/26] dentries: Add constructor
` [RFC 25/26] dentries: dentry defragmentation
` [RFC 26/26] SLUB: Add debugging for slab defrag

maturity and status and attributes, oh my!
 2007-09-01  1:23 UTC  (5+ messages)

[00/36] Large Blocksize Support V6
 2007-09-01  1:11 UTC  (10+ messages)
` [31/36] Large Blocksize: Core piece
    ` [RFC 1/4] Large Blocksize support for Ext2/3/4
      ` [RFC 1/2] JBD: slab management support for large block(>8k)
      ` [RFC 2/2] JBD: blocks reservation fix for large block support

nmi_watchdog=2 regression in 2.6.21
 2007-09-01  1:00 UTC  (17+ messages)

[PATCH 0/6] Use one zonelist per node instead of multiple zonelists v5
 2007-09-01  0:35 UTC  (10+ messages)
` [PATCH 1/6] Use zonelists instead of zones when direct reclaiming pages
` [PATCH 2/6] Use two zonelist that are filtered by GFP mask
` [PATCH 3/6] Embed zone_id information within the zonelist->zones pointer
` [PATCH 4/6] Filter based on a nodemask as well as a gfp_mask
` [PATCH 5/6] Use one zonelist that is filtered by nodemask
` [PATCH 6/6] Use macros instead of static inline functions for zonelist iterators

v2.6.23-rc4-rt1 / new project URL
 2007-09-01  0:01 UTC  (2+ messages)

[Bugme-new] [Bug 8957] New: Exported functions and variables
 2007-08-31 23:49 UTC  (3+ messages)

maturity and status and attributes, oh my!
 2007-08-31 23:29 UTC 

[2/4] 2.6.23-rc4: known regressions
 2007-08-31 22:01 UTC  (2+ messages)

[ANNOUNCE] DeskOpt - on fly task, i/o scheduler optimization
 2007-08-31 23:13 UTC  (5+ messages)

sata_via: write errors on PATA drive connected to VT6421
 2007-08-31 23:19 UTC  (4+ messages)

[APPENDIX PATCH 5/5] blk_end_request: userspace multipath-tools for request-based dm
 2007-08-31 22:46 UTC 

[PATCH 1/7] blk_end_request: add new request completion interface
 2007-08-31 22:41 UTC 

[APPENDIX PATCH 4/5] blk_end_request: userspace device-mapper for request-based dm
 2007-08-31 22:45 UTC 

[APPENDIX PATCH 3/5] blk_end_request: dynamic load balancing for request-based dm-multipath
 2007-08-31 22:45 UTC 

[APPENDIX PATCH 2/5] blk_end_request: request-based dm-multipath
 2007-08-31 22:44 UTC 

[APPENDIX PATCH 1/5] blk_end_request: request-based dm core
 2007-08-31 22:44 UTC 

[PATCH 7/7] blk_end_request: change rq->end_io to cover request completion as a whole
 2007-08-31 22:43 UTC 

[PATCH 6/7] blk_end_request: remove/unexport end_that_request_*
 2007-08-31 22:43 UTC 

[PATCH 5/7] blk_end_request: change ide-cd (cdrom_newpc_intr)
 2007-08-31 22:43 UTC 

[PATCH 4/7] blk_end_request: cciss/cpqarray/xsysace change
 2007-08-31 22:42 UTC 

[PATCH 3/7] blk_end_request: changing "normal" drivers
 2007-08-31 22:42 UTC 

[PATCH 2/7] blk_end_request: add blk_rq_size() macros
 2007-08-31 22:41 UTC 

[PATCH 0/7] blk_end_request: full I/O completion handler
 2007-08-31 22:39 UTC 

Heads Up: Next Batch Of Serial/TTY Changes
 2007-08-31 22:47 UTC  (6+ messages)

[PATCH] 8250_pci: Autodetect mainpine cards
 2007-08-31 22:43 UTC  (3+ messages)
  ` [PATCH] pci.h: Add PCI identifiers for "

[PATCH] net/, drivers/net/ , missing EXPERIMENTAL in menus
 2007-08-31 22:10 UTC  (24+ messages)

libata not working for sis5533
 2007-08-31 22:20 UTC  (3+ messages)

[-mm PATCH] Memory controller improve user interface (v2)
 2007-08-31 21:54 UTC  (3+ messages)

NFS/RPC Hangs after updating time
 2007-08-31 21:45 UTC  (4+ messages)
  ` Follow up to: "

Distributed storage
 2007-08-31 21:41 UTC  (6+ messages)
` [1/1] Block device throttling [Re: Distributed storage.]

[1/2] 2.6.23-rc3: known regressions with patches
 2007-08-31 21:41 UTC  (2+ messages)

Nonblocking call may block in a mutex? Nonblocking call after poll may fail?
 2007-08-31 21:33 UTC  (2+ messages)

jffs2 deadlock introduced in linux 2.6.22.5
 2007-08-31 21:32 UTC  (3+ messages)

[PATCH 5/5] Update Documentation/fb/00-INDEX - add new files, remove entries for deleted ones
 2007-08-31 21:21 UTC 

[PATCH 0/5] Add some missing Documentation/*/00-INDEX files
 2007-08-31 21:21 UTC  (4+ messages)
` [PATCH 2/5][resend] Add a 00-INDEX file to Documentation/mips/
` [PATCH 3/5][resend] Add a 00-INDEX file to Documentation/sysctl/
` [PATCH 4/5][resend] Add a 00-INDEX file to Documentation/telephony/

[PATCH 1/5] Add a missing 00-INDEX file for Documentation/vm/
 2007-08-31 21:20 UTC 

the Linux kernel, testsuites, and maybe *you*
 2007-08-31 21:22 UTC 

2.6.23-rc3-mm1
 2007-08-31 21:21 UTC  (22+ messages)
` [-mm patch] enforce noreplace-smp in alternative_instructions()
                ` [PATCH] Fix lguest page-pinning logic ("lguest: bad stack page 0xc057a000")
                    ` [PATCH] Fix out-by-one error in traps.c
  ` 2.6.23-rc3-mm1 - vdso and gettimeofday issues with glibc

[PATCH 0/3] debloat aic7xxx and aic79xx drivers
 2007-08-31 21:20 UTC  (6+ messages)
` [PATCH 1/3] "
  ` [PATCH 2/3] "
    ` [PATCH 3/3] "

[GIT PULL] please pull infiniband.git for-linus branch
 2007-08-31 21:00 UTC 

[PATCH 0/2] IB/ehca: Fixes for rc5
 2007-08-31 20:59 UTC  (3+ messages)
` [PATCH 2/2] IB/ehca: SRQ fixes to enable IPoIB CM

possible build system oddity
 2007-08-31 20:50 UTC  (5+ messages)

[PATCH] Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday()
 2007-08-31 20:46 UTC  (2+ messages)

[PATCH] add CONFIG_VT_UNICODE
 2007-08-31 20:33 UTC  (4+ messages)

[RFC] 9p Virtualization Transports
 2007-08-31 20:22 UTC  (2+ messages)
` [kvm-devel] "

hda: set_drive_speed_status: status=0x51 { DriveReady SeekComplete Error }
 2007-08-31 20:22 UTC  (3+ messages)

[PATCH] Patch pvr2 driver to allow development of maple bus driver
 2007-08-31 20:14 UTC  (4+ messages)
` Fwd: "

[PATCH] Documentation/00-INDEX notice ecryptfs.txt moved
 2007-08-31 20:13 UTC  (5+ messages)

[PATCH 2/4] hpt366: UltraDMA filter for SATA cards (take 3)
 2007-08-31 20:08 UTC  (3+ messages)

recent nfs change causes autofs regression
 2007-08-31 19:41 UTC  (22+ messages)

[GIT PULL] VESA register clobber paranoia
 2007-08-31 19:37 UTC 

[PATCH][RFC] Starting point for deprecating "ether=" boot time option
 2007-08-31 19:20 UTC  (2+ messages)

[11/36] Use page_cache_xxx in fs/buffer.c
 2007-08-31 19:00 UTC  (16+ messages)

[git patches] net driver fixes
 2007-08-31 18:46 UTC 

[PATCH 1/3] V4L: stk11xx, use ARRAY_SIZE in another 2 cases
 2007-08-31 18:40 UTC  (3+ messages)
` [PATCH 3/3] V4L: stk11xx, add static to tables

[PATCH] Track accurate idle time with tick_sched.idle_sleeptime
 2007-08-31 18:26 UTC  (4+ messages)

[PATCH 2.6.23] ibmebus: Prevent bus_id collisions
 2007-08-31 17:46 UTC  (3+ messages)

Failed to build latest git revision
 2007-08-31 17:37 UTC  (2+ messages)

[Bug 8942] dac960 driver stopped working with 2.6.22 kernel series
 2007-08-31 17:25 UTC  (4+ messages)
      ` [PATCH] Fix DAC960 driver on machines which don't support 64-bit DMA

4KSTACKS + DEBUG_STACKOVERFLOW harmful
 2007-08-31 17:16 UTC  (4+ messages)

[PATCH 2.6.23-rc4][reRESEND] ahci: RAID mode SATA patch for Intel Tolapai
 2007-08-31 17:10 UTC  (3+ messages)

Pausing kernel boot messages
 2007-08-31 16:58 UTC  (2+ messages)

Regression in 2.6.23-rc2-mm2, mounting cpusets causes a hang
 2007-08-31 16:54 UTC  (11+ messages)
                  ` [ckrm-tech] "

[RFC][PATCH] detect & print stack overruns at oops time
 2007-08-31 16:36 UTC  (3+ messages)

[PATCH] Increase lockdep MAX_LOCK_DEPTH
 2007-08-31 16:33 UTC  (9+ messages)

[PATCH] Fix a lock problem in generic phy code
 2007-08-31 16:29 UTC  (2+ messages)

new x86 setup code hangs on Dell Inspiron 5150
 2007-08-31 16:26 UTC  (6+ messages)
      ` [PATCH] save registers around VESA BIOS calls

parse_tag_ramdisk
 2007-08-31 16:08 UTC  (5+ messages)

Distributed storage. Security attributes and ducumentation update
 2007-08-31 16:06 UTC 

memory barrier to ensure copy_to_user() completes
 2007-08-31 16:08 UTC  (2+ messages)

[Bugme-new] [Bug 8957] New: Exported functions and variables
 2007-08-31 16:06 UTC  (2+ messages)

[PATCH 2.6.23-rc4][reRESEND] i2c-i801: SMBus patch for Intel Tolapai
 2007-08-31 15:50 UTC  (2+ messages)

[Bugme-new] [Bug 8957] New: Exported functions and variables should not be reachable by the outside of the module until module_init finishes
 2007-08-31 15:54 UTC  (3+ messages)

Forced unmounting for removable devices
 2007-08-31 15:38 UTC  (4+ messages)

NFS hang + umount -f: better behaviour requested
 2007-08-31 15:30 UTC  (7+ messages)

[PATCH] input: Silence 'unused variable' warning in iforce joystick driver
 2007-08-31 15:26 UTC  (4+ messages)

[PATCH] Override 80-wire cable detection for Toshiba S1800-814
 2007-08-31 14:46 UTC  (3+ messages)
  ` [PATCH] Override 80-wire cable detection for Toshiba S1800-814 (resend)

CFS review
 2007-08-31 14:55 UTC  (13+ messages)
                    ` DRM and/or X trouble (was Re: CFS review)
                      ` DRM and/or X trouble


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox