All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-04-02 18:55:07 to 2008-04-02 20:15:03 UTC [more...]

[Ocfs2-devel] [PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
 2008-04-02 20:15 UTC  (54+ messages)
` [Ocfs2-devel] [PATCH 01/62] ocfs2: Move slot map access into slot_map.c
  ` [Ocfs2-devel] [PATCH 02/62] ocfs2: Make ocfs2_slot_info private
    ` [Ocfs2-devel] [PATCH 03/62] ocfs2: Change the recovery map to an array of node numbers
      ` [Ocfs2-devel] [PATCH 04/62] ocfs2: slot_map I/O based on max_slots
        ` [Ocfs2-devel] [PATCH 05/62] ocfs2: De-magic the in-memory slot map
          ` [Ocfs2-devel] [PATCH 06/62] ocfs2: Define the contents of the slot_map file
            ` [Ocfs2-devel] [PATCH 07/62] ocfs2: New slot map format
              ` [Ocfs2-devel] [PATCH 08/62] ocfs2: Separate out dlm lock functions
                ` [Ocfs2-devel] [PATCH 09/62] ocfs2: Use global DLM_ constants in generic code
                  ` [Ocfs2-devel] [PATCH 10/62] ocfs2: Use -errno instead of dlm_status for ocfs2_dlm_lock/unlock() API
                    ` [Ocfs2-devel] [PATCH 11/62] ocfs2: Create the lock status block union
                      ` [Ocfs2-devel] [PATCH 12/62] ocfs2: Introduce the new ocfs2_cluster_connect/disconnect() API
                        ` [Ocfs2-devel] [PATCH 13/62] ocfs2: Abstract out node number queries
                          ` [Ocfs2-devel] [PATCH 14/62] ocfs2: Move o2hb functionality into the stack glue
                            ` [Ocfs2-devel] [PATCH 15/62] ocfs2: Fill node number during cluster stack init
                              ` [Ocfs2-devel] [PATCH 16/62] ocfs2: Remove CANCELGRANT from the view of dlmglue
                                ` [Ocfs2-devel] [PATCH 17/62] ocfs2: handle async EAGAIN from NOQUEUE request
                                  ` [Ocfs2-devel] [PATCH 18/62] ocfs2: Abstract out a debugging function for underlying dlms
                                    ` [Ocfs2-devel] [PATCH 19/62] ocfs2: Clean up stackglue initialization
                                      ` [Ocfs2-devel] [PATCH 20/62] ocfs2: Split o2cb code from generic stack functions
                                        ` [Ocfs2-devel] [PATCH 21/62] ocfs2: Create ocfs2_stack_operations and split out the o2cb stack
                                          ` [Ocfs2-devel] [PATCH 22/62] ocfs2: Break out stackglue into modules
                                            ` [Ocfs2-devel] [PATCH 23/62] ocfs2: Create stack glue sysfs files
                                              ` [Ocfs2-devel] [PATCH 24/62] ocfs2: Add the USERSPACE_STACK incompat bit
                                                ` [Ocfs2-devel] [PATCH 25/62] ocfs2: Add the 'cluster_stack' sysfs file
                                                  ` [Ocfs2-devel] [PATCH 26/62] ocfs2: Add the user stack module
                                                    ` [Ocfs2-devel] [PATCH 27/62] ocfs2: Add the ocfs2_control misc device
                                                      ` [Ocfs2-devel] [PATCH 28/62] ocfs2: Start the ocfs2_control handshake
                                                        ` [Ocfs2-devel] [PATCH 29/62] ocfs2: Introduce the DOWN message to ocfs2_control
                                                          ` [Ocfs2-devel] [PATCH 30/62] ocfs2: Add the local node id to the handshake
                                                            ` [Ocfs2-devel] [PATCH 31/62] ocfs2: Add the 'set version' message to the ocfs2_control device
                                                              ` [Ocfs2-devel] [PATCH 32/62] ocfs2: add fsdlm to stackglue
                                                                ` [Ocfs2-devel] [PATCH 33/62] ocfs2: Change mlog_bug_on to BUG_ON in ocfs2_lockid.h
                                                                  ` [Ocfs2-devel] [PATCH 34/62] ocfs2: Add kbuild for ocfs2_stack_user.ko
                                                                    ` [Ocfs2-devel] [PATCH 35/62] ocfs2: Allow selection of cluster plug-ins
                                                                      ` [Ocfs2-devel] [PATCH 36/62] ocfs2: Document /sys/fs/ocfs2
                                                                        ` [Ocfs2-devel] [PATCH 37/62] ocfs2/dlm: Rename slabcache dlm_mle_cache to o2dlm_mle
                                                                          ` [Ocfs2-devel] [PATCH 38/62] ocfs2/dlm: Create slabcaches for lock and lockres
                                                                            ` [Ocfs2-devel] [PATCH 39/62] ocfs2/dlm: Link all lockres' to a tracking list
                                                                              ` [Ocfs2-devel] [PATCH 40/62] ocfs2/dlm: Create debugfs dirs
                                                                                ` [Ocfs2-devel] [PATCH 41/62] ocfs2/dlm: Dump the dlm state in a debugfs file
                                                                                  ` [Ocfs2-devel] [PATCH 42/62] ocfs2/dlm: Dumps the lockres' into "
                                                                                    ` [Ocfs2-devel] [PATCH 43/62] ocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.h
                                                                                      ` [Ocfs2-devel] [PATCH 44/62] ocfs2/dlm: Dumps the mles into a debugfs file
                                                                                        ` [Ocfs2-devel] [PATCH 45/62] ocfs2/dlm: Dumps the purgelist "
                                                                                          ` [Ocfs2-devel] [PATCH 46/62] ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.c
                                                                                            ` [Ocfs2-devel] [PATCH 47/62] ocfs2/dlm: Fix lockname in lockres print function
                                                                                              ` [Ocfs2-devel] [PATCH 48/62] ocfs2/dlm: Cleanup lockres print
                                                                                                ` [Ocfs2-devel] [PATCH 49/62] ocfs2: Reconnect after idle time out
                                                                                                  ` [Ocfs2-devel] [PATCH 50/62] sysfs: Allow removal of symlinks in the sysfs root
                                                                                                    ` [Ocfs2-devel] [PATCH 51/62] ocfs2: Move /sys/o2cb to /sys/fs/o2cb
                                                                                                      ` [Ocfs2-devel] [PATCH 52/62] ocfs2: Add support for cross extent block
                                                                                                        ` [Ocfs2-devel] [PATCH 53/62] ocfs2: Enable cross extent block merge

[patch 00/10] vfs: add helpers to check r/o bind mounts
 2008-04-02 20:12 UTC  (3+ messages)
` [patch 02/10] vfs: add path_mkdir()
` [patch 10/10] vfs: add path_removexattr()

Need to break or reduce the dependency on a static libsepol
 2008-04-02 20:14 UTC  (6+ messages)

2.6.25-rc8-mm1 -- drivers/net/wireless/iwlwifi/iwl-led.c:184: error: ‘struct iwl_priv’ has no member named ‘last_blink_time’
 2008-04-02 20:13 UTC  (2+ messages)

[RFC][PATCH] PM: Introduce new top level suspend and hibernation callbacks (rev. 6)
 2008-04-02 20:11 UTC  (4+ messages)

[Qemu-devel] [4157] Remove .cvsignore
 2008-04-02 20:11 UTC  (2+ messages)

No IDE drivers loaded for Toshiba Satellite 320 CDS
 2008-04-02 20:10 UTC  (8+ messages)

2.6.25-rc7: Ugh. ---> PATCH
 2008-04-02 20:09 UTC  (2+ messages)

[PATCH 1/5] [DCCP]: Start implementation of queuing policies
 2008-04-02 20:10 UTC 

2.6.25-rc6-git2: warn_on_slowpath for tcp_simple_retransmit
 2008-04-02 20:09 UTC  (3+ messages)

[PATCH] Revert "mac80211: use a struct for bss->mesh_config"
 2008-04-02 19:33 UTC 

[PATCH 1/1] user namespaces: add ns to user_struct (v3)
 2008-04-02 20:08 UTC 

git-submodule getting submodules from the parent repository
 2008-04-02 20:06 UTC  (12+ messages)

[PATCH 0 of 9] videobuf fixes
 2008-04-02 20:06 UTC  (11+ messages)

[Bug 15252] New: X crashes on start with Geforce 7000M VGA
 2008-04-02 20:07 UTC  (3+ messages)
  ` [Bug 15252] "

[PATCH] mac80211: add station aid into ieee80211_tx_control
 2008-04-02 20:05 UTC  (3+ messages)

[patch 01/13] kvm: provide kvm.h for all architecture: fixes headers_install
 2008-04-02 20:04 UTC  (3+ messages)

bug in make install
 2008-04-02 19:43 UTC 

[linux-lvm] UUID Issue
 2008-04-02 20:01 UTC 

"Try to stop Tx aggregation on non active TID" messages
 2008-04-02 20:01 UTC  (7+ messages)

[Bluez-devel] RequestMode implementation
 2008-04-02 19:57 UTC 

[PATCH] PbAu1200: fix header breakage
 2008-04-02 19:53 UTC 

[RFC][-mm] Add an owner to the mm_struct (v4)
 2008-04-02 19:53 UTC  (6+ messages)

kmemcheck caught read from freed memory (cfq_free_io_context)
 2008-04-02 19:53 UTC  (11+ messages)

[Xenomai-core] Kernel crash with Xenomai (caused by fork?)
 2008-04-02 19:52 UTC  (15+ messages)

[Cluster-devel] Cluster Project branch, master, updated. gfs-kernel_0_1_22-123-g4081566
 2008-04-02 19:52 UTC 

[PATCH 0/5] sata_mv cleanups
 2008-04-02 19:51 UTC  (10+ messages)
` [PATCH 2/5] sata_mv clean up mv_stop_edma usage
` [PATCH 4/5] sata_mv new mv_sata_hardreset handler

2.6.25-rc8-mm1
 2008-04-02 19:41 UTC  (15+ messages)
    ` 2.6.25-rc8-mm1 (mips build failure)
` 2.6.25-rc8-mm1 - BUG in fs/jbd/transaction.c

[PATCH 0/4] add pre-auto-gc hook for git-gc --auto (try2)
 2008-04-02 19:49 UTC  (11+ messages)
          ` [PATCH 0/3] add pre-auto-gc hook for git-gc --auto (try3)
          ` [PATCH 1/3] git-gc --auto: add pre-auto-gc hook
          ` [PATCH 2/3] Documentation/hooks: "
          ` [PATCH 3/3] contrib/hooks: add an example "

[PATCH] Remove most references to iwl4965-only features from iwl3945
 2008-04-02 19:50 UTC  (2+ messages)

[Bluez-users] Recent bluez-gnome problems
 2008-04-02 19:50 UTC  (8+ messages)

[Cluster-devel] Cluster Project tag, rgmanager_1_9_75, created. gfs-kernel_2_6_9_76-23-g36e10fa
 2008-04-02 19:50 UTC 

[Bugme-new] [Bug 9906] New: Weird hang with NPTL and SIGPROF
 2008-04-02 19:48 UTC  (27+ messages)
                            ` posix-cpu-timers revamp

[PATCH] ipw2200: set MAC address on radiotap interface
 2008-04-02 19:33 UTC 

New IWL4935 driver for Intel Wireless Cards does not support WPA2 wireless network with PEAP - MSCHAPV2
 2008-04-02 19:48 UTC  (7+ messages)

2.6.25-rc6 hangs at resume after suspend to RAM on Mac mini Core Duo
 2008-04-02 19:47 UTC  (3+ messages)

[PATCH] Don't assume struct page for x86 MMU
 2008-04-02 19:46 UTC 

[PATCH 0/3 net-2.6.26] Compilation fixes
 2008-04-02 19:46 UTC  (5+ messages)

[PATCH]: Fix SMP-reordering race in mark_buffer_dirty
 2008-04-02 19:44 UTC  (2+ messages)

sda
 2008-04-02 19:44 UTC 

[kvm-ppc-devel] [PATCH 2 of 2] Add PowerPC KVM guest wait handling
 2008-04-02 19:41 UTC  (3+ messages)
` [kvm-ppc-devel] [PATCH 2 of 2] Add PowerPC KVM guest wait

[Ocfs2-devel] [PATCH 1/1] ocfs2/net: Add debug interface to o2net
 2008-04-02 19:40 UTC 

[Cluster-devel] Cluster Project branch, RHEL4, updated. gfs-kernel_2_6_9_76-23-g36e10fa
 2008-04-02 19:39 UTC 

[RFC] fib_trie: flush improvement
 2008-04-02 19:36 UTC  (5+ messages)

2.6.25-rc regression: bttv: oops on radio access (bisected)
 2008-04-02 19:34 UTC  (5+ messages)

BUG: soft lockup detected on Phenom with Debian 2.6.24-4
 2008-04-02 19:15 UTC  (2+ messages)

[PATCH] Alchemy: kill useless #include's and extern's
 2008-04-02 19:32 UTC 

PXA2xx/3xx AC97 Driver(s)
 2008-04-02 19:32 UTC  (2+ messages)

Please add ack in intc
 2008-04-02 19:32 UTC  (2+ messages)

[Qemu-devel] Instruction trace for ARM target
 2008-04-02 19:28 UTC 

[PATCH] cvsps/cvsimport: fix branch point calculation and broken branch imports
 2008-04-02 19:29 UTC  (2+ messages)

LVM2 ./WHATS_NEW tools/vgsplit.c
 2008-04-02 19:30 UTC 

nfsd restart failures without /proc/fs/nfsd filesystem mounted
 2008-04-02 19:28 UTC  (5+ messages)

- tulip-tulip_read_eeprom-fixes-for-bug-4420.patch removed from -mm tree
 2008-04-02 19:20 UTC 

[PATCH 2/3][POWERPC][V2] Xilinx: of_serial support for Xilinx uart 16550
 2008-04-02 19:27 UTC  (5+ messages)

[PATCH] mac80211: use hardware flags for signal/noise units
 2008-04-02 19:27 UTC  (4+ messages)

- usb-net-asix-does-not-really-need-10-100mbit.patch removed from -mm tree
 2008-04-02 19:20 UTC 

- forcedeth-fix-locking-bug-with-netconsole.patch removed from -mm tree
 2008-04-02 19:20 UTC 

- scsi-aic94xx-cleanups.patch removed from -mm tree
 2008-04-02 19:20 UTC 

- lapb-use-the-shorter-list_head-form-for-brevity.patch removed from -mm tree
 2008-04-02 19:20 UTC 

[kvm-ppc-devel] [PATCH 2 of 2] Add PowerPC KVM guest
 2008-04-02 19:26 UTC  (2+ messages)

GFP_ATOMIC page allocation failures
 2008-04-02 20:12 UTC  (9+ messages)

Two MPC8641D's on a single JTAG chain with BDI2000/3000. Anyone got it to work?
 2008-04-02 19:14 UTC 

git problem
 2008-04-02 19:21 UTC 

- mac80211-fix-deadlocks-in-debugfs_netdevc.patch removed from -mm tree
 2008-04-02 19:20 UTC 

- net-mac80211-debugfs_netdevc-use-of-bool-triggers-a-gcc-bug.patch removed from -mm tree
 2008-04-02 19:20 UTC 

[PATCH] usb ehci_iaa_watchdog fix
 2008-04-02 19:20 UTC  (2+ messages)

- drivers-net-usb-pegasusc-remove-in_atomic-check.patch removed from -mm tree
 2008-04-02 19:20 UTC 

- drivers-scsi-hptiopc-fix-build-warning.patch removed from -mm tree
 2008-04-02 19:20 UTC 

- block-fix-the-setting-of-the-bounce-limit.patch removed from -mm tree
 2008-04-02 19:19 UTC 

- scsi-chc-fix-sparse-shadowed-variable-warnings.patch removed from -mm tree
 2008-04-02 19:20 UTC 

- bluetooth-replace-deprecated-rw_lock_unlocked-macros.patch removed from -mm tree
 2008-04-02 19:20 UTC 

- bttv-bt832-fix-possible-null-pointer-deref.patch removed from -mm tree
 2008-04-02 19:20 UTC 

- dvb-usb-leadtek-winfast-usb-dtv-dongle-support.patch removed from -mm tree
 2008-04-02 19:19 UTC 

- video-test-cmd-not-definition-in-decoder_command-drivers-media-video-zoran_devicec.patch removed from -mm tree
 2008-04-02 19:20 UTC 

- bttv-fix-missed-index-check.patch removed from -mm tree
 2008-04-02 19:20 UTC 

- radio-cadet-wrap-pnp-probe-code-in-ifdef-config_pnp.patch removed from -mm tree
 2008-04-02 19:20 UTC 

suspend
 2008-04-02 19:18 UTC  (5+ messages)

[PATCH 2.6.24][MIPS]Work in progress: fix HIGHMEM-enabled dcache flushing on 32-bit processor
 2008-04-02 19:14 UTC  (2+ messages)

[U-Boot-Users] [ERR] U-Boot-Users Digest, Vol 23, Issue 11
 2008-04-02 19:16 UTC 

[Bug 10383] New: CPU FREQ policy value scaling_max_freq gets stuck at 800MHz on core2duo
 2008-04-02 19:15 UTC  (3+ messages)
` [Bug 10383] "

WD SATA disk works on nv but not on ahci
 2008-04-02 19:11 UTC  (3+ messages)

[PATCH 1/2] ide: switch /proc/ide/ali to seq_file interface
 2008-04-02 19:20 UTC  (2+ messages)

[git patches] IDE fixes
 2008-04-02 19:26 UTC 

[2.6.25 patch] ide-pnp.c: add MODULE_LICENSE
 2008-04-02 18:53 UTC  (2+ messages)

[U-Boot-Users] FW: u-boot ppc440epx bootstrap configuration without eval board
 2008-04-02 19:11 UTC 

[RFC] block: fix barrier error transmission
 2008-04-02 19:08 UTC  (2+ messages)

+ git-dvb-git-rejects.patch added to -mm tree
 2008-04-02 19:08 UTC 

+ git-net-git-rejects.patch added to -mm tree
 2008-04-02 19:07 UTC 

[PATCH 0/3] hugetlbfs: cleanup and new primitives for s390
 2008-04-02 19:07 UTC  (4+ messages)
` [PATCH 1/3] hugetlbfs: architecture header cleanup

+ git-selinux-git-rejects.patch added to -mm tree
 2008-04-02 19:06 UTC 

[patch 0/9] [RFC] EMM Notifier V2
 2008-04-02 19:03 UTC  (10+ messages)
` [patch 1/9] EMM Notifier: The notifier calls
      ` EMM: Fix rcu handling and spelling
      ` EMM: Fixup return value handling of emm_notify()
        ` [ofa-general] "

Bug 3977: old autobuild format?
 2008-04-02 19:05 UTC  (2+ messages)

problem with iwl4965 and kernel 2.6.24.4
 2008-04-02 19:03 UTC  (3+ messages)

[RFC][PATCH 0/3] PM: Rework suspend and hibernation code for devices (rev. 4)
 2008-04-02  0:11 UTC  (3+ messages)
` [RFC][PATCH 3/3] PM: New suspend and hibernation callbacks for PCI bus type (rev. 3)

u-boot ppc440epx bootstrap configuration without eval board
 2008-04-02 19:00 UTC  (2+ messages)

[PATCH RFC] hotplug-memory: refactor online_pages to separate zone growth from page onlining
 2008-04-02 18:59 UTC  (10+ messages)

xfs_io "BUG: lock held when returning to user space!" on suspend
 2008-04-02 18:58 UTC 

+ gregkh-driver-scsi-convert-struct-class_device-to-struct-device-fix.patch added to -mm tree
 2008-04-02 18:59 UTC 

[patch 1/3] dynamic printk - core infrastructure
 2008-04-02 18:58 UTC  (5+ messages)

2.6.25 intended change: smc:kbd_backlight vs. smc::kbd_backlight ?
 2008-04-02 18:58 UTC 

[U-Boot-Users] [PATCH] Fix host tool build breakage, take two
 2008-04-02 18:57 UTC  (2+ messages)

Linux 2.6.25-rc8
 2008-04-02 18:57 UTC  (4+ messages)

[PATCH 1/8] e1000e: reformat comment blocks, cosmetic changes only
 2008-04-02 18:55 UTC  (5+ messages)
` [PATCH 6/8] e1000e: convert ndev_ printks to something smaller
      ` [E1000-devel] "

[PATCH] RTAS - adapt procfs interface
 2008-04-02 18:54 UTC  (5+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.