mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
Move struct file RCU handling into the slab allocator?
 2006-06-17 21:37 UTC  (2+ messages)

[PATCH 2.4.33-rc1] repair __ide_dma_no_op breakage
 2006-06-17 21:26 UTC  (2+ messages)

[RESEND][PATCH] Script for automated historical Git tree grafting
 2006-06-17 21:26 UTC 

cosmetical(?) problem with dmraid on 2.6.15
 2006-06-17 21:21 UTC 

2.6.18 -mm merge plans
 2006-06-17 21:20 UTC  (21+ messages)
` clocksource
` header cleanup and install
` klibc

GPL-only symbols issue
 2006-06-17 21:06 UTC  (3+ messages)

[patch 2.4.33-rc1] updated patch kit for gcc-4.1.1
 2006-06-17 20:52 UTC 

[PATCH] Implement AT_SYMLINK_FOLLOW flag for linkat
 2006-06-17 19:13 UTC 

[PATCH] kthread conversion: convert ieee1394 from kernel_thread
 2006-06-17 18:44 UTC  (9+ messages)

[patch -mm 01/20] chardev: GPIO for SCx200 & PC-8736x: whitespace pre-clean
 2006-06-17 18:42 UTC  (20+ messages)
  ` [patch -mm 02/20] chardev: GPIO for SCx200 & PC-8736x: modernize driver init to 2.6 api
  ` [patch -mm 03/20] chardev: GPIO for SCx200 & PC-8736x: add platforn_device for use w dev_dbg
  ` [patch -mm 04/20] chardev: GPIO for SCx200 & PC-8736x: device minor numbers are unsigned ints
  ` [patch -mm 05/20] chardev: GPIO for SCx200 & PC-8736x: put gpio_dump on a diet
  ` [patch -mm 06/20] chardev: GPIO for SCx200 & PC-8736x: add 'v' command to device-file
  ` [patch -mm 07/20] chardev: GPIO for SCx200 & PC-8736x: refactor scx200_probe to better segregate _gpio initialization
  ` [patch -mm 09/20] chardev: GPIO for SCx200 & PC-8736x: dispatch via vtable
  ` [patch -mm 10/20] chardev: GPIO for SCx200 & PC-8736x: add empty common-module
  ` [patch -mm 11/20] chardev: GPIO for SCx200 & PC-8736x: migrate file-ops to common module
  ` [patch -mm 12/20] chardev: GPIO for SCx200 & PC-8736x: migrate gpio_dump "
  ` [patch -mm 08/20] chardev: GPIO for SCx200 & PC-8736x: add gpio-ops vtable
  ` [patch -mm 13/20] chardev: GPIO for SCx200 & PC-8736x: add new pc8736x_gpio module
  ` [patch -mm 14/20] chardev: GPIO for SCx200 & PC-8736x: add platform_device for use w dev_dbg
  ` [patch -mm 15/20] chardev: GPIO for SCx200 & PC-8736x: use dev_dbg in common module
  ` [patch -mm 16/20] chardev: GPIO for SCx200 & PC-8736x: fix gpio_current, use shadow regs
  ` [patch -mm 17/20] chardev: GPIO for SCx200 & PC-8736x: replace spinlocks w mutexes
  ` [patch -mm 18/20] chardev: GPIO for SCx200 & PC-8736x: display pin values in/out in gpio_dump
  ` [patch -mm 19/20] chardev: GPIO for SCx200 & PC-8736x: add proper Kconfig, Makefile entries
  ` [patch -mm 20/20 RFC] chardev: GPIO for SCx200 & PC-8736x: add sysfs-GPIO interface

Linux 2.4.33-rc1
 2006-06-17 18:37 UTC  (10+ messages)
            ` Need to format twice /dev/ramX with reiserfs to be able to mount it ?

tg3 timeouts with 2.6.17-rc6
 2006-06-17 18:23 UTC  (2+ messages)

[patch -mm 00/20] chardev: GPIO for SCx200 & PC8736x: Intro
 2006-06-17 18:21 UTC 

Spontaneous access to the CDROM on two computers simultaneously
 2006-06-17 18:20 UTC 

[PATCH] updated reiser4 - reduced cpu usage for writes by writing more than 4k at a time (has implications for generic write code and eventually for the IO layer)
 2006-06-17 17:51 UTC  (9+ messages)
          ` batched write

alsa 1.0.11, 2.6.17-rc6-mm2, kernel BUG
 2006-06-17 17:26 UTC  (3+ messages)
  ` [Alsa-devel] "

BUG: write-lock lockup
 2006-06-17 17:07 UTC  (2+ messages)

x86_64: x86-64 mailing lists / posting patchkits / x86-64 releases
 2006-06-17 17:05 UTC  (2+ messages)

2.6.17-rc[56]-mm*: pcmcia "I/O resource not free"
 2006-06-17 17:03 UTC  (2+ messages)

[RFC] CPU controllers?
 2006-06-17 16:48 UTC  (4+ messages)

[RFC/PATCH 2/2] slab: consolidate allocation paths
 2006-06-17 16:38 UTC  (5+ messages)

[RFC/PATCH 1/2] slab: cpucache allocation cleanup
 2006-06-17 16:33 UTC  (2+ messages)

[RFC] Whitelist chipsets supporting MSI and check Hyper-transport capabilities
 2006-06-17 16:15 UTC  (10+ messages)

[Resend] [Patch] statistics infrastructure - update 5
 2006-06-17 14:51 UTC  (2+ messages)

UDF filesystem has some bugs on truncating
 2006-06-17 14:42 UTC  (2+ messages)

[PATCH 15/16] 64bit resource: change pci core and arch code to use resource_size_t
 2006-06-17 14:34 UTC  (12+ messages)
` [PATCH 14/16] 64bit resource: change pnp core "
  ` [PATCH 15/16] 64bit Resource: convert a few remaining drivers to use resource_size_t where needed
    ` [PATCH 16/16] 64bit Resource: finally enable 64bit resource sizes

[patch 2/3] vdso: improve print_fatal_signals support by adding memory maps
 2006-06-17 14:14 UTC 

[RFC][PATCH 00/20] Mount writer count and read-only bind mounts (v2)
 2006-06-17 13:29 UTC  (28+ messages)
` [RFC][PATCH 01/20] prepare for write access checks: collapse if()
` [RFC][PATCH 02/20] r/o bind mount prepwork: move open_namei()'s vfs_create()
` [RFC][PATCH 03/20] Add vfsmount writer count
` [RFC][PATCH 04/20] elevate mnt writers for callers of vfs_mkdir()
` [RFC][PATCH 05/20] elevate write count during entire ncp_ioctl()
` [RFC][PATCH 07/20] elevate mount count for extended attributes
` [RFC][PATCH 06/20] sys_symlinkat() elevate write count around vfs_symlink()
` [RFC][PATCH 08/20] sys_linkat(): elevate write count around vfs_link()
` [RFC][PATCH 09/20] mount_is_safe(): add comment
` [RFC][PATCH 10/20] unix_find_other() elevate write count for touch_atime()
` [RFC][PATCH 11/20] elevate write count over calls to vfs_rename()
` [RFC][PATCH 12/20] tricky: elevate write count files are open()ed
` [RFC][PATCH 13/20] elevate writer count for do_sys_truncate()
` [RFC][PATCH 14/20] elevate write count for do_utimes()
` [RFC][PATCH 15/20] elevate write count for do_sys_utime() and touch_atime()
` [RFC][PATCH 16/20] sys_mknodat(): elevate write count for vfs_mknod/create()
` [RFC][PATCH 17/20] elevate mnt writers for vfs_unlink() callers
` [RFC][PATCH 18/20] do_rmdir(): elevate write count
` [RFC][PATCH 19/20] elevate writer count for custom 'struct file'
` [RFC][PATCH 20/20] honor r/w changes at do_remount() time

[PATCH 2.6.17 fix] bcm43xx: workaround init_board vs. IRQ race
 2006-06-17 13:19 UTC 

sound skips on 2.6.16.17
 2006-06-17 11:29 UTC 

statistics infrastructure (in -mm tree) review
 2006-06-17 11:03 UTC  (8+ messages)

a newbie with the kernel--a few questions
 2006-06-17 10:58 UTC  (4+ messages)

[PATCH 4/4] Twofish cipher - x86_64 assembler
 2006-06-17 10:38 UTC  (2+ messages)

[PATCH 3/4] Twofish cipher - i586 assembler
 2006-06-17 10:30 UTC  (2+ messages)

AGPGART: unable to get memory for graphics translation table
 2006-06-17 10:29 UTC  (9+ messages)

[PATCH 5/5]: ufs: ubh_ll_rw_block cleanup
 2006-06-17 10:18 UTC 

[PATCH 4/5]: ufs: make fsck -f happy
 2006-06-17 10:17 UTC 

[PATCH 3/5]: ufs: fsync implementation
 2006-06-17 10:16 UTC 

[PATCH 2/5]: ufs: one way to access super block
 2006-06-17 10:15 UTC 

[PATCH 1/5]: ufs: missed brelse and wrong baseblk
 2006-06-17 10:14 UTC 

Sparse minor space in ub
 2006-06-17  9:32 UTC  (4+ messages)

[Patch] statistics infrastructure - update 5
 2006-06-17  9:32 UTC 

[Patch] statistics infrastructure - update 4
 2006-06-17  9:26 UTC 

Bug: XFS internal error XFS_WANT_CORRUPTED_RETURN
 2006-06-17  9:25 UTC  (6+ messages)

squashfs size in statfs
 2006-06-17  9:15 UTC  (6+ messages)

[RFC][PATCH] avoid cpu hot remove of cpus which have special RT tasks
 2006-06-17  8:58 UTC  (14+ messages)

lockless pagecache patch for 2.6.17-rc6
 2006-06-17  7:17 UTC 

[PATCH 4/5] readahead: backoff on I/O error
 2006-06-17  7:00 UTC  (7+ messages)

FOR REVIEW: New x86-64 vsyscall vgetcpu()
 2006-06-17  6:58 UTC  (19+ messages)
                  ` [discuss] "

[RFC][PATCH] binfmt: turn MAX_ARG_PAGES into a sysctl tunable
 2006-06-17  6:41 UTC  (3+ messages)

[PATCH 1/1] vfs: support for COW files in sys_open
 2006-06-17  5:16 UTC  (2+ messages)

[PATCH v2 0/7][RFC] Ammasso 1100 iWARP Driver
 2006-06-17  3:59 UTC  (5+ messages)
` [PATCH v2 4/7] AMSO1100 Memory Management

[UBUNTU:acpi/ec] Use semaphore instead of spinlock
 2006-06-17  2:57 UTC  (6+ messages)

tg3 timeouts with 2.6.17-rc6
 2006-06-17  2:51 UTC  (6+ messages)

2.6.17-rc6-mm2
 2006-06-17  0:22 UTC  (8+ messages)

procfs and sysfs changes?
 2006-06-17  0:19 UTC  (2+ messages)

[PATCH 9/16] 2.6.17-rc6 perfmon2 patch for review: kernel-level API support (kapi)
 2006-06-17  0:15 UTC  (5+ messages)

Passing references to kobjects between userland and kernel
 2006-06-16 23:58 UTC  (2+ messages)

Driver model ISA bus
 2006-06-16 23:42 UTC  (2+ messages)

[PATCH 4/4] Twofish cipher - x86_64 assembler
 2006-06-16 23:22 UTC  (3+ messages)
` [PATCH 3/4] Twofish cipher - i586 assembler

[PATCH] Page writeback broken after resume: wb_timer lost
 2006-06-16 23:12 UTC  (6+ messages)

[patch 0/5] [PATCH,RFC] vfs: per-superblock unused dentries list (2nd version)
 2006-06-16 22:25 UTC  (4+ messages)

i2c-algo-ite and i2c-ite planned for removal
 2006-06-16 20:29 UTC  (3+ messages)

[PATCH] Use zoned VM Counters for NUMA statistics V2
 2006-06-16 19:57 UTC  (4+ messages)

SATA ATA stat/err's again: rsync to SATA disk 2.6.16.20
 2006-06-16 19:45 UTC 

sock_alloc() symbol removed in 2.6.10
 2006-06-16 19:44 UTC  (4+ messages)
  ` AW: "

2.6.16.19 + gcc-4.1.1
 2006-06-16 19:43 UTC  (6+ messages)

! Do you want a prosperous future? GET YOUR UNIVERSITY DIPLOMA!
 2006-06-16 19:39 UTC 

[PATCH] no_pci_serial
 2006-06-16 19:31 UTC  (2+ messages)

2.6.17-rc6-rt3
 2006-06-16 19:24 UTC  (8+ messages)

YOUNlGEST asian girls for
 2006-06-16 19:17 UTC 

Fw: Re: You Need a Better Degree,{} and we can Help!
 2006-06-16 18:53 UTC 

Son lick mom's old pusosy want
 2006-06-16 17:53 UTC 

[PATCH 0/5] vfs: per-superblock unused dentries list (3rd version)
 2006-06-16 10:43 UTC  (2+ messages)
` [PATCH 3/5] vfs: remove shrink_dcache_anon()

page:  |  | latest

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

all inboxes | Powered by JetHome®