All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-04-02 19:28:05 to 2008-04-02 20:29:56 UTC [more...]

[Ocfs2-devel] [PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
 2008-04-02 20:15 UTC  (92+ 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
                                                                                                          ` [Ocfs2-devel] [PATCH 54/62] ocfs2: Add a new parameter for ocfs2_reserve_suballoc_bits
                                                                                                            ` [Ocfs2-devel] [PATCH 55/62] ocfs2: Add ac_alloc_slot in ocfs2_alloc_context
                                                                                                              ` [Ocfs2-devel] [PATCH 56/62] ocfs2: Add inode stealing for ocfs2_reserve_new_inode
                                                                                                                ` [Ocfs2-devel] [PATCH 57/62] fs/ocfs2/aops.c: test for IS_ERR rather than 0
                                                                                                                  ` [Ocfs2-devel] [PATCH 58/62] ocfs2: Improve rename locking

[RFC 00/21] Generic show_mem()
 2008-04-02 20:29 UTC  (5+ messages)
` [RFC 01/22] Generic show_mem() implementation
` [RFC 02/22] x86: Use generic show_mem()
` [RFC 03/22] sparc64: "
` [RFC 04/22] avr32: "

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

[Ocfs2-devel] [PATCH 62/62] ocfs2/cluster: Get rid of arguments to the timeout routines
 2008-04-02 20:24 UTC 

[Ocfs2-devel] [PATCH 61/62] ocfs2: Put tree in MAINTAINERS
 2008-04-02 20:24 UTC 

[Ocfs2-devel] [PATCH 60/62] ocfs2: Use BUG_ON
 2008-04-02 20:24 UTC 

[Ocfs2-devel] [PATCH 59/62] ocfs2: Convert ocfs2 over to unlocked_ioctl
 2008-04-02 20:24 UTC 

[linux-dvb] Can't record transport stream - Error: cx8802_start_dma() Failed. Unsupported value in .mpeg (0x00000001)
 2008-04-02 20:23 UTC 

[PATCH 0/4] add pre-auto-gc hook for git-gc --auto (try2)
 2008-04-02 20:22 UTC  (12+ 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 "

Desynchronizing dm-raid1
 2008-04-02 20:23 UTC 

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

kmemcheck caught read from freed memory (cfq_free_io_context)
 2008-04-02 20:15 UTC  (12+ messages)

[Qemu-devel] [4158] Add *.a and *.exe to svn:ignore
 2008-04-02 20:18 UTC 

bug in make install
 2008-04-02 19:43 UTC  (2+ messages)

[patch 00/10] vfs: add helpers to check r/o bind mounts
 2008-04-02 20:12 UTC  (11+ messages)
` [patch 01/10] vfs: add path_create() and path_mknod()
` [patch 02/10] vfs: add path_mkdir()
` [patch 03/10] vfs: add path_rmdir()
` [patch 04/10] vfs: add path_unlink()
` [patch 05/10] vfs: add path_symlink()
` [patch 06/10] vfs: add path_link()
` [patch 07/10] vfs: add path_rename()
` [patch 08/10] vfs: add path_setattr()
` [patch 09/10] vfs: add path_setxattr()
` [patch 10/10] vfs: add path_removexattr()

problems compiling Xen 3.1.3 after making changes to the config
 2008-04-02 20:17 UTC 

[PATCH] iwlwifi: fix incorrect config variable
 2008-04-02 20:17 UTC  (2+ messages)
` [ipw3945-devel] "

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:15 UTC  (4+ messages)
` [PATCH] iwlwifi/Kconfg: make IWLWIFI_LEDS invisible

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

[Qemu-devel] [4157] Remove .cvsignore
 2008-04-02 20:11 UTC  (2+ 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  (10+ messages)

[Bug 15252] New: X crashes on start with Geforce 7000M VGA
 2008-04-02 20:07 UTC  (2+ 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  (2+ messages)

[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)

[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  (6+ messages)
` 2.6.25-rc8-mm1 - BUG in fs/jbd/transaction.c

[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  (2+ 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 


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.