messages from 2007-07-11 21:02:17 to 2007-07-12 00:22:38 UTC [more...]
[PATCH 00/23] Mount writer count API (read-only bind mounts prep)
2007-07-12 0:17 UTC (9+ messages)
` [PATCH 01/23] rearrange may_open() to be r/o friendly
` [PATCH 02/23] create cleanup helper svc_msnfs()
` [PATCH 04/23] r/o bind mounts: stub functions
` [PATCH 09/23] elevate mnt writers for callers of vfs_mkdir()
` [PATCH 11/23] elevate write count for link and symlink calls
` [PATCH 12/23] elevate mount count for extended attributes
` [PATCH 13/23] elevate write count for file_update_time()
` [PATCH 15/23] unix_find_other() elevate write count for touch_atime()
-mm merge plans for 2.6.23
2007-07-12 0:15 UTC (38+ messages)
` x86 status was "
` generic clockevents/ (hr)time(r) patches "
RFC: CONFIG_PAGE_SHIFT (aka software PAGE_SIZE)
2007-07-12 0:12 UTC (4+ messages)
[PATCH -rt WIP] NMI-safe lightweight parallel-update -rt RCU
2007-07-12 0:09 UTC (2+ messages)
acpi regression on some laptops
2007-07-12 0:09 UTC (5+ messages)
[Pcihpd-discuss] [PATCH 26/34] PCI: add pci_try_set_mwi
2007-07-12 0:01 UTC
[PATCH] rocket: Fix mutex locking compile warning
2007-07-11 23:56 UTC
[PATCH 6/7] Add /sys/kernel/notes
2007-07-11 23:57 UTC (3+ messages)
Linux 2.6.22 released
2007-07-11 23:56 UTC (14+ messages)
[GIT PATCH] sysfs and driver core patches for 2.6.22
2007-07-11 23:55 UTC (66+ messages)
` [PATCH 01/61] Rules on how to use sysfs in userspace programs
` [PATCH 02/61] debugfs: add rename for debugfs files
` [PATCH 03/61] DMI-based module autoloading
` [PATCH 04/61] Driver core: add missing kset uevent
` [PATCH 05/61] sysdev: use mutex instead of semaphore
` [PATCH 06/61] Power Management: use mutexes instead of semaphores
` [PATCH 07/61] PM: Remove pm_parent from struct dev_pm_info
` [PATCH 08/61] PM: Remove saved_state "
` [PATCH 09/61] PM: Simplify suspend_device
` [PATCH 10/61] Driver core: include linux/mutex.h from attribute_container.c
` [PATCH 11/61] driver core: properly get driver in device_release_driver
` [PATCH 12/61] driver core: fix kernel doc of device_release_driver
` [PATCH 13/61] Driver core: fix devres_release_all() return value
` [PATCH 14/61] PM: Remove prev_state from struct dev_pm_info
` [PATCH 15/61] PM: Remove power_state.event checks from suspend core code
` [PATCH 16/61] PM: Do not check parent state in suspend and resume "
` [PATCH 17/61] PM: do not use saved_state from struct dev_pm_info on ARM
` [PATCH 18/61] Driver core: coding style cleanup
` [PATCH 19/61] idr: fix obscure bug in allocation path
` [PATCH 20/61] idr: separate out idr_mark_full()
` [PATCH 21/61] ida: implement idr based id allocator
` [PATCH 22/61] sysfs: move release_sysfs_dirent() to dir.c
` [PATCH 23/61] sysfs: allocate inode number using ida
` [PATCH 24/61] sysfs: make sysfs_put() ignore NULL sd
` [PATCH 25/61] sysfs: fix error handling in binattr write()
` [PATCH 26/61] sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()
` [PATCH 27/61] sysfs: flatten and fix sysfs_rename_dir() error handling
` [PATCH 28/61] sysfs: consolidate sysfs_dirent creation functions
` [PATCH 29/61] sysfs: add sysfs_dirent->s_parent
` [PATCH 30/61] sysfs: add sysfs_dirent->s_name
` [PATCH 31/61] sysfs: make sysfs_dirent->s_element a union
` [PATCH 32/61] sysfs: implement kobj_sysfs_assoc_lock
` [PATCH 33/61] sysfs: reimplement symlink using sysfs_dirent tree
` [PATCH 34/61] sysfs: implement bin_buffer
` [PATCH 35/61] sysfs: implement sysfs_dirent active reference and immediate disconnect
` [PATCH 36/61] sysfs: kill attribute file orphaning
` [PATCH 37/61] sysfs: separate out sysfs_attach_dentry()
` [PATCH 38/61] sysfs: reimplement sysfs_drop_dentry()
` [PATCH 39/61] sysfs: kill unnecessary attribute->owner
` [PATCH 40/61] driver-core: make devt_attr and uevent_attr static
` [PATCH 41/61] sysfs: make sysfs_alloc_ino() static
` [PATCH 42/61] sysfs: fix parent refcounting during rename and move
` [PATCH 43/61] sysfs: reorganize sysfs_new_indoe() and sysfs_create()
` [PATCH 44/61] sysfs: use iget_locked() instead of new_inode()
` [PATCH 45/61] sysfs: fix root sysfs_dirent -> root dentry association
` [PATCH 46/61] sysfs: move s_active functions to fs/sysfs/dir.c
` [PATCH 47/61] sysfs: slim down sysfs_dirent->s_active
` [PATCH 48/61] sysfs: use singly-linked list for sysfs_dirent tree
` [PATCH 49/61] sysfs: Fix oops in sysfs_drop_dentry on x86_64
` [PATCH 50/61] sysfs: make sysfs_drop_dentry() access inodes using ilookup()
` [PATCH 51/61] sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags
` [PATCH 52/61] sysfs: implement SYSFS_FLAG_REMOVED flag
` [PATCH 53/61] sysfs: implement sysfs_find_dirent() and sysfs_get_dirent()
` [PATCH 54/61] sysfs: make kobj point to sysfs_dirent instead of dentry
` [PATCH 55/61] sysfs: consolidate sysfs spinlocks
` [PATCH 56/61] sysfs: use sysfs_mutex to protect the sysfs_dirent tree
` [PATCH 57/61] sysfs: restructure add/remove paths and fix inode update
` [PATCH 58/61] sysfs: move sysfs_drop_dentry() to dir.c and make it static
` [PATCH 59/61] sysfs: implement sysfs_get_dentry()
` [PATCH 60/61] sysfs: make directory dentries and inodes reclaimable
` [PATCH 61/61] sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes
[PATCH] Pass -g to assembler under CONFIG_DEBUG_INFO
2007-07-11 23:53 UTC (12+ messages)
[GIT PATCH] PCI patches for 2.6.22
2007-07-11 23:49 UTC (2+ messages)
` [PATCH 05/34] PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()
Hibernation Redesign (was: malicious filesystems (was Re: [linux-pm] Re: [PATCH] Remove process freezer from suspend to RAM)
2007-07-11 23:46 UTC (12+ messages)
` Hibernation Redesign
[2.6.23 PATCH 13/18] dm: netlink
2007-07-11 23:37 UTC (3+ messages)
[PATCH 2/2] vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2
2007-07-11 23:26 UTC (2+ messages)
S3 state transition
2007-07-11 23:15 UTC
[PATCH 01/02] Sierra Wireless - Add TRU-Install (c) Support
2007-07-11 22:49 UTC (3+ messages)
` [linux-usb-devel] "
[PATCH 6/7] Add /sys/kernel/notes
2007-07-11 22:48 UTC (6+ messages)
[RFD] BIO_RW_BARRIER - what it means for devices, filesystems, and dm/md
2007-07-11 22:44 UTC (14+ messages)
` [dm-devel] "
[PATCH 02/02] Sierra Wireless - Add new devices
2007-07-11 22:30 UTC
2.6.22-rc6-mm1 -- BUG - EIP: [<c01a77a1>] sysfs_addrm_finish+0x1c2/0x226 SS:ESP 0068:c5ff9db8
2007-07-11 22:39 UTC (10+ messages)
[RFT][PATCH] mm: drop behind
2007-07-11 22:37 UTC (2+ messages)
2.6.22 Oops attaching usb-storage device
2007-07-11 22:33 UTC (2+ messages)
destroy_workqueue can livelock
2007-07-11 22:26 UTC
[2.6.23 PATCH 16/18] dm mpath: rdac
2007-07-11 22:19 UTC (3+ messages)
` [dm-devel] "
[ANNOUNCE][RFC] PlugSched-6.5.1 for 2.6.22
2007-07-11 22:17 UTC
[PATCH] Use BIOS Keyboard variable to set Numlock
2007-07-11 22:13 UTC
REQUEST_SENSE and ide-cd.c
2007-07-11 22:09 UTC (2+ messages)
[PATCH][RFC] 4K stacks default, not a debug thing any more...?
2007-07-11 22:09 UTC (4+ messages)
[GIT PULL] KVM Updates for 2.6.23-rc1
2007-07-11 22:06 UTC (2+ messages)
[PATCH 0/5] more about numa_node with struct device
2007-07-11 22:06 UTC (3+ messages)
[PATCH] ATA: Remove test of non-existent CONFIG_NO_ATA_LEGACY
2007-07-11 21:57 UTC (2+ messages)
Documentation of kernel messages (Summary)
2007-07-11 21:53 UTC (6+ messages)
[PATCH] serial: do not add port that is not initialized
2007-07-11 21:48 UTC (6+ messages)
[patch 0/4] Linux Kernel Markers
2007-07-11 21:43 UTC (3+ messages)
[PATCH 1/1] file capabilities: clear caps cleanup
2007-07-11 21:46 UTC (2+ messages)
[2.6.22-rc7] khubd NULL deref oops
2007-07-11 21:41 UTC (2+ messages)
` [linux-usb-devel] "
[2.6.23 PATCH 14/18] dm: netlink add to core
2007-07-11 21:34 UTC (2+ messages)
[PATCH 1/5] try parent numa_node at first before using default
2007-07-11 21:28 UTC (4+ messages)
[PATCH] Start to genericize kconfig for use by other projects
2007-07-11 21:18 UTC (3+ messages)
[PATCH] Enable legacy support for serial ports when SERIAL_8250_PNP is disabled
2007-07-11 21:07 UTC (4+ messages)
2.6.22 booting hangs after "INIT: version 2.86 booting"
2007-07-11 21:13 UTC
[2.6.23 PATCH 01/18] dm: bio_list macro renaming
2007-07-11 21:12 UTC (2+ messages)
[2.6.23 PATCH 15/18] dm: netlink mpath
2007-07-11 21:02 UTC
clocksource change of behavior in 2.6.22 compared to 2.6.20 causes massive system clock slowdown
2007-07-11 21:06 UTC (5+ messages)
2.6.22-ck1
2007-07-11 21:04 UTC (2+ messages)
[2.6.23 PATCH 18/18] dm raid1: handle log failure
2007-07-11 21:03 UTC
[2.6.23 PATCH 03/18] dm: use kmem_cache macro
2007-07-11 21:03 UTC (2+ messages)
[2.6.23 PATCH 17/18] dm raid1: handle resync failures
2007-07-11 21:02 UTC
e100 driver hard lockups with AEI-P430C 4 port card
2007-07-11 20:49 UTC
[2.6.23 PATCH 12/18] dm: add ratelimit logging macros
2007-07-11 21:01 UTC
[2.6.23 PATCH 11/18] dm: disable barriers
2007-07-11 21:01 UTC
[2.6.23 PATCH 10/18] dm raid1: clear region outside spinlock
2007-07-11 20:59 UTC
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