All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-06-22 00:04:35 to 2010-06-22 03:57:52 UTC [more...]

[PATCH] fs: limit maximum concurrent coredumps
 2010-06-22  3:55 UTC  (5+ messages)

[PATCH 1/6] bluetooth: Move functions from hfp.c to bluetooth.c
 2010-06-22  3:56 UTC  (2+ messages)

[patch] x86, pat: freeing invalid memtype messages
 2010-06-22  3:47 UTC  (12+ messages)

[PATCH 1/2] Add 'serial' attribute to virtio-blk devices
 2010-06-22  3:40 UTC  (6+ messages)
      ` [Qemu-devel] "

[PATCH v5 1/3] ARM: SAMSUNG: Add keypad device support
 2010-06-22  3:38 UTC  (17+ messages)

[PATCH v2] OMAP:GPTIMER:1ms tick generation correction
 2010-06-22  3:38 UTC  (3+ messages)

[Ocfs2-devel] [PATCH] Track negative dentries
 2010-06-22  3:36 UTC  (5+ messages)

[Bug 28327] New: Latest d-r-t breaks rendering on RV670
 2010-06-22  3:35 UTC  (4+ messages)
` [Bug 28327] "

[Ocfs2-devel] [PATCH 1/1] ocfs2 fix o2dlm dlm run purgelist
 2010-06-22  3:34 UTC  (2+ messages)

Current MM topics for LSF10/MM Summit 8-9 August in Boston
 2010-06-22  3:30 UTC  (4+ messages)
` [Lsf10-pc] "

2.6.34 Crash in dmaengine_put()
 2010-06-22  3:28 UTC  (2+ messages)

[Patch] Call cond_resched() at bottom of main look in balance_pgdat()
 2010-06-22  3:23 UTC  (8+ messages)

How to increase rsize/wsize ?
 2010-06-22  3:20 UTC  (2+ messages)

[Buildroot] TinyX Failed to build (PANGO)
 2010-06-22  3:17 UTC  (3+ messages)

[PATCH 1/2] stkutil: convert text attributes to html
 2010-06-22  3:17 UTC  (4+ messages)

[PATCH V2 5/5] ara virt interface of perf to support kvm guest os statistics collection in guest os
 2010-06-22  3:15 UTC  (3+ messages)

[PATCH V2 3/5] ara virt interface of perf to support kvm guest os statistics collection in guest os
 2010-06-22  3:12 UTC  (3+ messages)

[PATCH 4/4 V2] ACPI: introduce module parameter acpi.aml_debug
 2010-06-22  3:09 UTC  (2+ messages)

[PATCH 0/3] HID: magicmouse: More scroll improvements
 2010-06-22  3:08 UTC  (4+ messages)
` [PATCH 3/3] HID: magicmouse: enable horizontal scrolling

[Qemu-devel] [PATCH v2 0/3] pci: fix resource leak in pci qdev and hot plug
 2010-06-22  2:55 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/3] pci: fix memory leak of PCIDevice::romfile
` [Qemu-devel] [PATCH v2 2/3] pci: option rom clean up
` [Qemu-devel] [PATCH v2 3/3] pci hotplug: make pci hotplug return value to caller

[Qemu-devel] [PATCH] seabios: acpi: allow qemu to load dsdt as external acpi table
 2010-06-22  3:02 UTC  (2+ messages)
` [Qemu-devel] Re: [SeaBIOS] "

[RFC] tpm_tis: Fix subsequent suspend failures
 2010-06-22  3:08 UTC 

About Viewcast Osprey 450e
 2010-06-22  3:08 UTC  (3+ messages)

[PATCH 3/4 V2] ACPI: introduce drivers/acpi/debugfs.c
 2010-06-22  3:07 UTC  (2+ messages)

[PATCH 2/4 V2] ACPI: introduce drivers/acpi/sysfs.c
 2010-06-22  3:06 UTC  (2+ messages)

[PATCH 1/4 V2] ACPI: remove deprecated procfs I/F
 2010-06-22  3:06 UTC  (2+ messages)

[PATCH 00/35] Add full metadata balancing support, v5
 2010-06-22  3:06 UTC  (36+ messages)
` [PATCH 01/35] Change 'filler' to 'flags' in on-disk 'raw_locn' structure
  ` [PATCH 02/35] Add text format specific 'rlocn' ignore flag and access functions
    ` [PATCH 03/35] Add location independent flag and functions to ignore mdas
      ` [PATCH 04/35] Move dev_open / dev_close outside _vg_read_raw_area()
        ` [PATCH 05/35] Move dev_open/dev_close outside vgname_from_mda()
          ` [PATCH 06/35] Allow raw_read_mda_header to be called from text_label.c
            ` [PATCH 07/35] Ensure in-memory state matches on-disk state of mda ignore bit
              ` [PATCH 08/35] Add mda_locn_match() internal library function for mapping pv/device to VG mda
                ` [PATCH 09/35] Add mda location specific mda_copy constructor
                  ` [PATCH 10/35] Use vg_mda_count() in vgdisplay
                    ` [PATCH 11/35] Add metadata_areas_ignored list and functions to manage ignored mdas
                      ` [PATCH 12/35] Define new functions and vgs/pvs fields related to mda ignore
                        ` [PATCH 13/35] Add --metadataignore to pvchange, allowing for ignoring of metadata areas
                          ` [PATCH 14/35] Update pvchange, pvs and vgs man pages for metadata ignore
                            ` [PATCH 15/35] Implement ignore of mda if bit set by skipping r/w of metadata
                              ` [PATCH 16/35] Add mdas_empty_or_ignored() helper function
                                ` [PATCH 17/35] Use mdas_empty_or_ignored() in place of checks for empty mda list
                                  ` [PATCH 18/35] Update _vg_read and _text_create_text_instance to use fid_add_mda[s]
                                    ` [PATCH 19/35] Refactor vg_commit() to add _vg_commit_mdas()
                                      ` [PATCH 20/35] Before committing each mda, arrange mdas so ignored mdas get committed first
                                        ` [PATCH 21/35] Add tests for phase 1 of metadata balance - manage per-PV ignore bit
                                          ` [PATCH 22/35] Define vgmetadatacopies in vgchange man page
                                            ` [PATCH 23/35] Add mda_copies to VG structures and initialization
                                              ` [PATCH 24/35] Add vg get/set methods for VG metadata copies
                                                ` [PATCH 25/35] Make vg->mda_copies persistent in on disk vg metadata
                                                  ` [PATCH 26/35] Add vg_mda_copies display field to 'vgs' command
                                                    ` [PATCH 27/35] Update vgchange tool to accept --vgmetadatacopies
                                                      ` [PATCH 28/35] Implement _vg_metadata_balance and call from vg_write() path
                                                        ` [PATCH 29/35] Set vg_mda_copies when pvchange --metadataignore is given
                                                          ` [PATCH 30/35] Add --vgmetadatacopies to vgcreate man page, command, and lvm.conf
                                                            ` [PATCH 31/35] Ensure fid mda lists are populated correctly during vgextend
                                                              ` [PATCH 32/35] Update check in vg_split_mdas to account for ignored mdas list
                                                                ` [PATCH 33/35] Update _vgmerge_single() to move fid->metadata_areas_ignored
                                                                  ` [PATCH 34/35] Add --vgmetadatacopies to vgsplit man page and command
                                                                    ` [PATCH 35/35] Update tests to handle phase 2 (vg based) metadata balance

[PATCH 1/3] [ARM] pxa: move pmu device back into mach-pxa/
 2010-06-22  3:05 UTC  (4+ messages)
` [PATCH 2/3] [ARM] pxa: remove useless NODE_MEM_SIZE_BITS

[PATCH]Fix bug that incorrect mac address is saved into VM config info and causes VM fail to restart
 2010-06-22  3:04 UTC 

[Bug 28658] New: [r300g] Occasional Compiz Crashes
 2010-06-22  3:01 UTC 

(unknown),
 2010-06-22  2:59 UTC  (3+ messages)
` your mail

[PATCH v3 2/2] tmpfs: Make tmpfs scalable with percpu_counter for used blocks
 2010-06-22  2:52 UTC  (3+ messages)

[RFC][PATCH] PM: Avoid losing wakeup events during suspend
 2010-06-22  2:46 UTC  (6+ messages)

wrong decibel data?
 2010-06-22  2:31 UTC  (19+ messages)

[PV-ops][PATCH] Netback: Fix PV network issue for netback multiple threads patchset
 2010-06-22  2:29 UTC  (5+ messages)

Laptop failing to suspend when WinTV-HVR950 installed
 2010-06-22  2:19 UTC  (2+ messages)

[ath9k-devel] Error Report
 2010-06-22  2:28 UTC  (3+ messages)

Bug in multiboot_mbi2.c
 2010-06-22  2:26 UTC  (2+ messages)

[RFC][PATCH] PM: Avoid losing wakeup events during suspend
 2010-06-22  2:24 UTC  (11+ messages)

Qualification Number(OG/N231/E101/BDB)
 2010-06-22  2:23 UTC 

[PATCH] KVM Test: Fix invalid literal bug in ioquit
 2010-06-22  2:20 UTC 

[PATCH] Topcliff PHUB: Generate PacketHub driver
 2010-06-22  2:14 UTC 

[patch nf-next-2.6] IPVS: one-packet scheduling
 2010-06-22  2:14 UTC 

reading 1 second of audio at a time
 2010-06-22  2:09 UTC  (2+ messages)

[PATCH V2 2/5] ara virt interface of perf to support kvm guest os statistics collection in guest os
 2010-06-22  2:08 UTC  (3+ messages)

two /net paths to the same local mount?
 2010-06-22  2:05 UTC  (2+ messages)

[PATCH] input: samsung-keypad - Add samsung keypad driver
 2010-06-22  2:03 UTC  (3+ messages)

[PATCH] xend: prompt user start xencommons
 2010-06-22  2:02 UTC 

a question about lid input device
 2010-06-22  1:56 UTC  (3+ messages)

[PATCH net-next 2/2] cxgb3: request 7.10 firmware
 2010-06-22  1:54 UTC 

[PATCH net-next 1/2] cxgb3: update FW to 7.10
 2010-06-22  1:54 UTC 

[PATCH net-next-2.6 0/2] cxgb3: update FW
 2010-06-22  1:50 UTC 

Question about snd_soc_add_controls
 2010-06-22  1:52 UTC  (3+ messages)

[PATCH 01/13] KVM test: kvm_utils.py: add a primitive logging mechanism for kvm_subprocess
 2010-06-22  1:52 UTC  (13+ messages)
` [PATCH 02/13] KVM test: add the auto_close option to all kvm_subprocess classes
` [PATCH 03/13] KVM test: restructure remote_login() and remote_scp()
` [PATCH 04/13] KVM test: send username in remote_login()
` [PATCH 05/13] KVM test: remote_login(): make the login re suitable for serial console
` [PATCH 06/13] KVM test: kvm_vm.py: redirect the serial console to a unix socket
` [PATCH 07/13] KVM test: kvm_vm.py: log serial console output and allow serial login
` [PATCH 08/13] KVM test: kvm.py: set log file dir for kvm_subprocess logging
` [PATCH 09/13] KVM test: kvm_subprocess.py: don't sanitize text before passing it to callbacks
` [PATCH 10/13] KVM test: log output of all shell sessions and SCP transfers
` [PATCH 11/13] KVM test: Enable the serial console during unattended installation
` [PATCH 12/13] KVM test: Enable the serial console for all linux guests
` [PATCH 13/13] KVM test: Fix a small bug on timedrift test

[PATCH V2 1/5] ara virt interface of perf to support kvm guest os statistics collection in guest os
 2010-06-22  1:49 UTC  (3+ messages)

multi-path route can't keep long time connections
 2010-06-22  1:48 UTC 

[PATCH v4] libata: pata_samsung_cf: Add Samsung PATA controller driver
 2010-06-22  1:45 UTC  (3+ messages)

snd_mixer_selem_get_playback_volume return value outside allowed range
 2010-06-22  1:41 UTC  (5+ messages)

[RFC] High availability in KVM
 2010-06-22  1:43 UTC  (3+ messages)

[PATCH] xencommons: kill xenstored when stop xencommons
 2010-06-22  1:35 UTC 

[U-Boot] Hello
 2010-06-22  1:35 UTC 

[Bug 28655] New: Regression caused by commit 9b2ebcaf4b94bfc8756f6b216e0e452013616f2c
 2010-06-22  1:33 UTC  (2+ messages)
` [Bug 28655] [r300g] "

[PATCH][RFC] Complex filesystem operations: split and join
 2010-06-22  1:26 UTC  (5+ messages)

[KVM-AUTOTEST PATCH] KVM test: scan_results.py: fix handling of empty result list
 2010-06-22  1:24 UTC  (3+ messages)
` [KVM-AUTOTEST PATCH] KVM test: kvm_preprocessing.py: test for vm.is_alive() instead of vm.is_dead()
  ` [KVM-AUTOTEST PATCH] KVM test: concentrate image and cdrom filename prefixes in tests.cfg.sample

linux-next: build failure after merge of the vfs tree
 2010-06-22  1:22 UTC 

[PATCH] xencommons: modprobe xenfs if it not be loaded
 2010-06-22  1:18 UTC  (4+ messages)
    ` [PATCH] xencommons: mount xenfs directly if xenfs "

[Buildroot] sdl demo app install problem
 2010-06-22  1:18 UTC  (6+ messages)

[PATCH] security: Yama LSM
 2010-06-22  1:14 UTC  (2+ messages)

[PATCH V2] [ARM] Add ARCH_PROVIDES_UDELAY config option
 2010-06-22  1:14 UTC  (8+ messages)

[PATCH] ARM: S5P6442: Fix PLL setting announce message
 2010-06-22  1:05 UTC  (2+ messages)

[PATCH 1/2 v2] commit.c - provide base commit to the hooks/pre-commit script
 2010-06-22  1:07 UTC  (6+ messages)
` [PATCH 2/2 v2] git-gui - provide commit base "

[PATCH 2/2] clk: Generic support for fixed-rate clocks
 2010-06-22  1:05 UTC  (4+ messages)

[PATCH] ALSA: hda - Add Macbook 5,2 quirk
 2010-06-22  1:04 UTC 

unpacker error on push
 2010-06-22  0:58 UTC  (6+ messages)

[PATCH] libxc: Fix Segmentation fault of xend
 2010-06-22  0:58 UTC  (3+ messages)
  ` [PATCH] lowlevel: "

[PATCH RESEND] btrfs: Don't return extent in fiemap if we meet with a hole
 2010-06-22  0:57 UTC  (4+ messages)

DSA key
 2010-06-22  0:16 UTC  (2+ messages)

[PATCH] KVM: Remove redundant change of return value
 2010-06-22  0:54 UTC 

your mount.cifs patch
 2010-06-22  0:52 UTC 

[RFC][PATCH] PM: Avoid losing wakeup events during suspend
 2010-06-22  0:50 UTC  (4+ messages)

[RFC PATCH] smp: parallel smp boot option
 2010-06-22  0:47 UTC  (8+ messages)

linux-next: manual merge of the tip tree with the block tree
 2010-06-22  0:40 UTC  (5+ messages)

error using the lvm library in C++
 2010-06-22  0:39 UTC  (3+ messages)

[Qemu-devel] u-boot on 'qemu-system-mips64 -M mips'
 2010-06-22  0:38 UTC  (2+ messages)
` [Qemu-devel] (buiding info)u-boot "

2.6.35-rc3: Reported regressions 2.6.33 -> 2.6.34
 2010-06-22  0:26 UTC  (6+ messages)

[PATCH v3] alsa: ASoC: Add JZ4740 codec driver
 2010-06-21 22:46 UTC  (3+ messages)
` [PATCH v4] "

QSD8250 illegal instruction on WinCE devices
 2010-06-22  0:14 UTC 

[Bugme-new] [Bug 16257] New: sysfs changes break hwsim and bnep drivers
 2010-06-22  0:05 UTC  (5+ messages)

[PATCH 0/5] late Gigaset fixes for 2.6.35
 2010-06-21 23:55 UTC  (6+ messages)
` [PATCH 1/5] isdn/gigaset: honor CAPI application's buffer size request
` [PATCH 2/5] isdn/gigaset: correct CAPI voice connection encoding
` [PATCH 3/5] isdn/gigaset: correct CAPI DATA_B3 Delivery Confirmation
` [PATCH 4/5] isdn/gigaset: encode HLC and BC together
` [PATCH 5/5] isdn/gigaset: correct CAPI connection state storage


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.