messages from 2013-01-16 15:05:12 to 2013-01-16 15:52:46 UTC [more...]
[Xenomai] ipipe: fix domain migration helper
2013-01-16 15:52 UTC (4+ messages)
[Qemu-devel] [RFC V5 00/62] QCOW2 deduplication
2013-01-16 15:48 UTC (60+ messages)
` [Qemu-devel] [RFC V5 01/62] qcow2: Add deduplication to the qcow2 specification
` [Qemu-devel] [RFC V5 02/62] qcow2: Add deduplication structures and fields
` [Qemu-devel] [RFC V5 03/62] qcow2: Add qcow2_dedup_read_missing_and_concatenate
` [Qemu-devel] [RFC V5 04/62] qcow2: Make update_refcount public
` [Qemu-devel] [RFC V5 05/62] qcow2: Create a way to link to l2 tables when deduplicating
` [Qemu-devel] [RFC V5 06/62] qcow2: Add qcow2_dedup and related functions
` [Qemu-devel] [RFC V5 07/62] qcow2: Add qcow2_dedup_store_new_hashes
` [Qemu-devel] [RFC V5 08/62] qcow2: Implement qcow2_compute_cluster_hash
` [Qemu-devel] [RFC V5 09/62] qcow2: Extract qcow2_dedup_grow_table
` [Qemu-devel] [RFC V5 10/62] qcow2: Add qcow2_dedup_grow_table and use it
` [Qemu-devel] [RFC V5 11/62] qcow2: Makes qcow2_alloc_cluster_link_l2 mark to deduplicate clusters
` [Qemu-devel] [RFC V5 12/62] qcow2: make the deduplication forget a cluster hash when a cluster is to dedupe
` [Qemu-devel] [RFC V5 13/62] qcow2: Create qcow2_is_cluster_to_dedup
` [Qemu-devel] [RFC V5 14/62] qcow2: Load and save deduplication table header extension
` [Qemu-devel] [RFC V5 15/62] qcow2: Extract qcow2_do_table_init
` [Qemu-devel] [RFC V5 16/62] qcow2-cache: Allow to choose table size at creation
` [Qemu-devel] [RFC V5 17/62] qcow2: Extract qcow2_add_feature and qcow2_remove_feature
` [Qemu-devel] [RFC V5 18/62] block: Add qemu-img dedup create option
` [Qemu-devel] [RFC V5 19/62] qcow2: Add a deduplication boolean to update_refcount
` [Qemu-devel] [RFC V5 20/62] qcow2: Drop hash for a given cluster when dedup makes refcount > 2^16/2
` [Qemu-devel] [RFC V5 21/62] qcow2: Remove hash when cluster is deleted
` [Qemu-devel] [RFC V5 22/62] qcow2: Add qcow2_dedup_is_running to probe if dedup is running
` [Qemu-devel] [RFC V5 23/62] qcow2: Integrate deduplication in qcow2_co_writev loop
` [Qemu-devel] [RFC V5 24/62] qcow2: Serialize write requests when deduplication is activated
` [Qemu-devel] [RFC V5 25/62] qcow2: Add verification of dedup table
` [Qemu-devel] [RFC V5 26/62] qcow2: Adapt checking of QCOW_OFLAG_COPIED for dedup
` [Qemu-devel] [RFC V5 27/62] qcow2: Add check_dedup_l2 in order to check l2 of dedup table
` [Qemu-devel] [RFC V5 28/62] qcow2: Do not overwrite existing entries with QCOW_OFLAG_COPIED
` [Qemu-devel] [RFC V5 29/62] qcow2: Integrate SKEIN hash algorithm in deduplication
` [Qemu-devel] [RFC V5 30/62] qcow2: Add lazy refcounts to deduplication to prevent qcow2_cache_set_dependency loops
` [Qemu-devel] [RFC V5 31/62] qcow2: Use large L2 table for deduplication
` [Qemu-devel] [RFC V5 32/62] qcow: Set large dedup hash block size
` [Qemu-devel] [RFC V5 33/62] qemu-iotests: Filter dedup=on/off so existing tests don't break
` [Qemu-devel] [RFC V5 34/62] qcow2: Add qcow2_dedup_init and qcow2_dedup_close
` [Qemu-devel] [RFC V5 35/62] qcow2: Add qcow2_co_dedup_resume to restart deduplication
` [Qemu-devel] [RFC V5 36/62] qcow2: Enable the deduplication feature
` [Qemu-devel] [RFC V5 37/62] qcow2: Add deduplication metrics structures
` [Qemu-devel] [RFC V5 38/62] qcow2: Initialize deduplication metrics
` [Qemu-devel] [RFC V5 39/62] qcow2: Collect unaligned writes missing data reads metric
` [Qemu-devel] [RFC V5 40/62] qcow2: Collect deduplicated cluster metric
` [Qemu-devel] [RFC V5 41/62] qcow2: Collect undeduplicated "
` [Qemu-devel] [RFC V5 42/62] qcow2: Count QCowHashNode creation metrics
` [Qemu-devel] [RFC V5 43/62] qcow2: Count QCowHashNode removal from tree for metrics
` [Qemu-devel] [RFC V5 44/62] qcow2: Count cluster deleted metric
` [Qemu-devel] [RFC V5 45/62] qcow2: Count deduplication refcount overflow metric
` [Qemu-devel] [RFC V5 46/62] qapi: Add support for deduplication infos in qapi-schema.json
` [Qemu-devel] [RFC V5 47/62] block: Add deduplication metrics to BlockDriverInfo
` [Qemu-devel] [RFC V5 48/62] qcow2: Add qcow2_dedup_update_metrics to compute dedup RAM usage
` [Qemu-devel] [RFC V5 49/62] qcow2: returns deduplication metrics and status via bdrv_get_info()
` [Qemu-devel] [RFC V5 50/62] qapi: Return virtual block device deduplication metrics in QMP
` [Qemu-devel] [RFC V5 51/62] block: Add BlockDriver function prototype to pause and resume deduplication
` [Qemu-devel] [RFC V5 52/62] qcow2: Add code to deduplicate cluster flagged with QCOW_OFLAG_TO_DEDUP
` [Qemu-devel] [RFC V5 53/62] block: Add bdrv_has_dedup
` [Qemu-devel] [RFC V5 54/62] block: Add bdrv_is_dedup_running
` [Qemu-devel] [RFC V5 55/62] block: Add bdrv_resume_dedup
` [Qemu-devel] [RFC V5 56/62] block: Add bdrv_pause_dedup
` [Qemu-devel] [RFC V5 57/62] qcow2: Add qcow2_pause_dedup
` [Qemu-devel] [RFC V5 58/62] qcow2: Add qcow2_resume_dedup
` [Qemu-devel] [RFC V5 59/62] qcow2: Make dedup status persists
[lttng-tools PATCH] Add support for kernel uprobes
2013-01-16 15:52 UTC
[PATCH v5 00/14] KVM/ARM Implementation
2013-01-16 15:52 UTC (13+ messages)
` [PATCH v5 07/14] KVM: ARM: World-switch implementation
ip6_dst_lookup_tail oops
2013-01-16 14:55 UTC
[Qemu-trivial] [PATCH 00/11] Trivial memory allocation fixes & cleanups
2013-01-16 15:51 UTC (6+ messages)
` [Qemu-trivial] [PATCH 01/11] g_malloc(0) and g_malloc0(0) return NULL; simplify
` [Qemu-trivial] [PATCH 04/11] readline: Fix unchecked strdup() by converting to g_strdup()
` [Qemu-trivial] [Qemu-devel] "
` "
` [Qemu-trivial] [PATCH 08/11] qemu-log: Plug trivial memory leak in cpu_set_log_filename()
[PATCH v2] mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
2013-01-16 15:50 UTC (13+ messages)
` [PATCH] ata: sata_mv: fix sg_tbl_pool alignment
[BUG] Possible bug in `remote set-url --add --push`
2013-01-16 15:50 UTC (13+ messages)
[PATCH v2 1/1] block: blk-merge: don't merge the pages with non-contiguous descriptors
2013-01-16 15:50 UTC (6+ messages)
` ARM DMA: Fix in dma_cache_maint_page
[Buildroot] [PATCH] iftop: new package
2013-01-16 15:49 UTC (2+ messages)
[RFC PATCH v3] cgroup: net_cls: traffic counter based on classification control cgroup
2013-01-16 15:48 UTC (3+ messages)
[PATCH 00/10] TTY: switch flipping functions to tty_port
2013-01-16 15:48 UTC (6+ messages)
[PATCH] qemu-traditional: do not strip binaries during make install
2013-01-16 15:47 UTC (2+ messages)
[PATCH] qemu-traditional: update configure check for -lrt changes in glibc 2.17
2013-01-16 15:47 UTC (2+ messages)
if_bridge.h: include in6.h for struct in6_addr use
2013-01-16 15:47 UTC (9+ messages)
` [libvirt] "
` the patch "bridge: export multicast database via netlink" broke kernel 3.8 uapi (was: Re: [libvirt] if_bridge.h: include in6.h for struct in6_addr use)
` the patch "bridge: export multicast database via netlink" broke kernel 3.8 uapi
` Redefinition of struct in6_addr in <netinet/in.h> and <linux/in6.h>
[RFC] mac80211: remove ARP filter enable/disable logic
2013-01-16 15:46 UTC (2+ messages)
Multi-thread vs. Single-thread job config
2013-01-16 15:38 UTC (2+ messages)
debuge2fs not displaying /dev folder
2013-01-16 15:46 UTC (3+ messages)
[PATCH] miscellaneous cleanup
2013-01-16 15:46 UTC (2+ messages)
[PATCH v13 0/9] ZPODD Patches
2013-01-16 15:45 UTC (3+ messages)
` [PATCH v13 1/9] scsi: sr: support runtime pm
[PATCH v2 0/2] make mac programming for virtio net more robust
2013-01-16 9:07 UTC (5+ messages)
` [QEMU PATCH v2] virtio-net: introduce a new macaddr control
` [Qemu-devel] "
Revised git-subtree Patches
2013-01-16 15:43 UTC (6+ messages)
` [PATCH 2/7] contrib/subtree: Use %B for Split Subject/Body
[PATCH] x86/EFI: retrieve PCI ROM contents not accessible through BARs
2013-01-16 15:43 UTC (2+ messages)
[PATCH net-next 0/7] Mellanox Ethernet driver updates 2013-01-16
2013-01-16 15:42 UTC (8+ messages)
` [PATCH net-next 1/7] net/mlx4_en: Issue the dump eth statistics command under lock
` [PATCH net-next 2/7] net/mlx4_en: Fix traffic loss under promiscuous mode
` [PATCH net-next 3/7] net/mlx4_en: Use the correct netif lock on ndo_set_rx_mode
` [PATCH net-next 4/7] net/mlx4_en: Set carrier to off when a port is stopped
` [PATCH net-next 5/7] net/mlx4_core: Return proper error code when __mlx4_add_one fails
` [PATCH net-next 6/7] net/mlx4_en: Fix a race when closing TX queue
` [PATCH net-next 7/7] net/mlx4_en: Initialize RFS filters lock and list in init_netdev
[PATCH] KVM: VMX: enable acknowledge interupt on vmexit
2013-01-16 15:42 UTC (2+ messages)
[PATCH 1/2] tests: Exercise new API for using a LUT with the execbuffer
2013-01-16 15:44 UTC (3+ messages)
OSD don't start after upgrade form 0.47.2 to 0.56.1
2013-01-16 15:42 UTC
Rendering a btrfs filesystem unmountable with the btrfs command
2013-01-16 15:42 UTC (3+ messages)
[Qemu-devel] [PATCH v2] Add new DEFAULT_MACHINE_OPTIONS to q35 and ppc405
2013-01-16 15:34 UTC
[tty:tty-next 30/41] drivers/staging/sb105x/sb_pci_mp.c:2129:2: warning: passing argument 1 of 'tty_flip_buffer_push' from incompatible pointer type
2013-01-16 15:41 UTC (2+ messages)
[PATCH 0/3] Fix a portability issue with git-cvsimport
2013-01-16 15:37 UTC (3+ messages)
` [PATCH 1/3] Move Git::SVN::get_tz to Git::get_tz_offset
[PATCH v2 5/9] ARM: PRIMA2: rstc: enable the support for Marco
2013-01-16 15:37 UTC (3+ messages)
` [PATCH v2 8/9] ARM: PRIMA2: add new SiRFmarco SMP SoC infrastructures
[meta-fsl-arm][PATCH] linux-fslc_3.7.bb: Add CONFIG_LEGACY_PTYS to avoid warning
2013-01-16 15:37 UTC
[PATCH net-next 09/10] bnx2x: Added FW GRO bridging support
2013-01-16 15:29 UTC (9+ messages)
` [PATCH net-next] bnx2x: fix GRO parameters
[RFC PATCH 0/4] b.L: Memory barriers and miscellaneous tidyups
2013-01-16 15:37 UTC (5+ messages)
` [RFC PATCH 3/4] ARM: bL_entry: Match memory barriers to architectural requirements
Your ATM CARD Parcel
2013-01-16 15:40 UTC
[PATCH v2 00/14] Remove unused code from imap-send.c
2013-01-16 15:34 UTC (5+ messages)
` [PATCH v2 07/14] imap-send.c: inline imap_parse_list() in imap_list()
[LTP] [PATCH] flock/flock01.c: Trivial: Fix spelling of "succeed"
2013-01-16 15:35 UTC (2+ messages)
[PATCH 0/3] ELF executable signing and verification
2013-01-16 15:33 UTC (8+ messages)
` [PATCH 2/3] binfmt_elf: Verify signature of signed elf binary
[Qemu-devel] [PATCH V9 0/5] VMXNET3 paravirtual NIC device implementation
2013-01-16 15:33 UTC (8+ messages)
` [Qemu-devel] [PATCH v9 3/5] Adding common definitions for VMWARE devices
` [Qemu-devel] [PATCH v9 4/5] Adding packet abstraction for VMWARE network devices
` [Qemu-devel] [PATCH v9 5/5] Adding VMXNET3 device implementation
[PATCH 0/2] ARM: dma-mapping: add highmem support for coherent allocation
2013-01-16 15:31 UTC (3+ messages)
` [PATCH 1/2] ARM: dma-mapping: add support for CMA regions placed in highmem zone
` [PATCH 2/2] ARM: dma-mapping: use himem for DMA buffers for IOMMU-mapped devices
[PATCH v7 3/4] block: implement runtime pm strategy
2013-01-16 15:30 UTC (3+ messages)
[PATCH v5 00/12] KVM/ARM vGIC support
2013-01-16 15:29 UTC (7+ messages)
` [PATCH v5 07/12] ARM: KVM: VGIC virtual CPU interface management
PcTV Nanostick 290e -- DVB-C frontend only working after reconnecting the device
2013-01-16 15:27 UTC (4+ messages)
[PATCH 0/3] ...and three more fixes for the new generic parser
2013-01-16 15:26 UTC (2+ messages)
[PATCH] libceph: for chooseleaf rules, retry CRUSH map descent from root if leaf is failed
2013-01-16 15:25 UTC (3+ messages)
[PATCH 0/3] x86: enable common clk and add support for Lynxpoint clocks
2013-01-16 15:28 UTC (5+ messages)
` [PATCH 1/3] x86: enable common clk on x86
[PATCH v2 1/2] drm: constify edid handling functions
2013-01-16 15:24 UTC (4+ messages)
` [PATCH v2 2/2] drm: tegra: check HDMI sink capability
REMINDER: all argonaut users should upgrade to v0.48.3argonaut
2013-01-16 15:23 UTC (2+ messages)
[PATCH v2] TTY: serial, add pm function
2013-01-16 15:24 UTC (6+ messages)
WebHob feedback on early design prototype
2013-01-16 15:23 UTC (6+ messages)
` Busybox still old version: Still looking for a clear understanding of an old mystery
[PATCH] eglibc: fix as and ld check in libc dir
2013-01-16 15:07 UTC (3+ messages)
[PATCH] Remove nested functions from device iterators
2013-01-16 14:07 UTC
what is the function of do_softirq() ?
2013-01-16 15:20 UTC (4+ messages)
[PATCH V2] mm/slab: add a leak decoder callback
2013-01-16 15:20 UTC (3+ messages)
[PATCH 0/1] dropbear: allow configuring blank password option at runtime
2013-01-16 15:05 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH 00/12] Multiqueue virtio-net
2013-01-16 15:19 UTC (7+ messages)
` [Qemu-devel] "
[PATCH RFCv10 00/15] DVB QoS statistics API
2013-01-16 15:19 UTC (10+ messages)
[PATCH] drm/exynos: Remove "internal" interrupt handling
2013-01-16 15:17 UTC (2+ messages)
` [PATCH v2] "
[U-Boot] U-Boot Graphics Library?
2013-01-16 15:17 UTC
[RFC PATCH lttng-ust] Introduce hash table for lttng_create_event_if_missing()
2013-01-16 15:14 UTC
[PATCH 2/2 v2] archive-*-source.bbclass: Handle all package classes
2013-01-16 14:58 UTC (3+ messages)
[RFC PATCH 0/6] USB: Add multiple PHYs of same type
2013-01-16 15:13 UTC (7+ messages)
` [RFC PATCH 1/6] usb: otg: Add an API to bind the USB controller and PHY
` [RFC PATCH 2/6] ARM: OMAP: USB: Add phy binding information
` [RFC PATCH 3/6] usb: otg: utils: change the phy lib to support multiple PHYs of same type
` [RFC PATCH 4/6] ARM: dts: OMAP: Add phandle to bind PHY with USB controller
` [RFC PATCH 5/6] usb: otg: add device tree support to otg library
` [RFC PATCH 6/6] USB: MUSB: OMAP: get PHY by phandle for dt boot
[PATCH v4 0/9] Migrate Tegra to common clock framework
2013-01-16 15:12 UTC (5+ messages)
` [PATCH v4 2/9] clk: tegra: Add tegra specific clocks
[PATCH 00/23][RFC v4]systemd integration
2013-01-16 15:03 UTC
[RFC 0/4] perf tool: Adding ratios support
2013-01-16 15:12 UTC (4+ messages)
[Qemu-devel] [PATCH prep for-1.4? v2 0/2] prep_pci: Prepare for QOM realize
2013-01-16 15:11 UTC (3+ messages)
` [Qemu-devel] [PATCH prep for-1.4? v2 1/2] prep_pci: Create PCIBus and PCIDevice in-place
` [Qemu-devel] [PATCH prep for-1.4? v2 2/2] prep_pci: Convert to QOM realizefn
[PATCH 0/7] guilt patches, including git 1.8 support
2013-01-16 15:04 UTC (3+ messages)
[PATCH] Provide support for multiple frame buffers in Xen
2013-01-16 15:11 UTC
[PATCH] Provide support for multiple frame buffers in Xen
2013-01-16 15:10 UTC (3+ messages)
[PATCH v4 0/4] Enable ehci, ohci and dwc3 devices on exynos5250
2013-01-16 15:09 UTC (7+ messages)
` [PATCH v4 2/4] ARM: Exynos5250: Enabling ohci-exynos driver
` [PATCH v4 3/4] ARM: Exynos5250: Add clock information for dwc3-exynos
[PATCH V3 0/22] sched: simplified fork, enable load average into LB and power awareness scheduling
2013-01-16 15:08 UTC (7+ messages)
` [PATCH v3 17/22] sched: packing small tasks in wake/exec balancing
[PATCH 4/4] usb: Add APIs to access host registers from Tegra PHY
2013-01-16 15:08 UTC (3+ messages)
[PATCH] f2fs: add __init to functions in init_f2fs_fs
2013-01-16 15:08 UTC
[PATCH] xen: return a per-mapping error from XENMEM_add_to_physmap_range
2013-01-16 15:07 UTC (3+ messages)
Fatal crash on xen4.2 HVM + qemu-xen dm + NFS
2013-01-16 15:06 UTC (5+ messages)
[PATCH] ACPI: add support for CSRT table
2013-01-16 15:10 UTC (5+ messages)
[PATCH v6 00/22] OMAP USB Host cleanup
2013-01-16 15:05 UTC (5+ messages)
` [PATCH v6 04/22] mfd: omap-usb-tll: Clean up clock handling
[PATCH -tip] sched: Pair ttwu_activate() with uwtt_deactivate()
2013-01-16 15:05 UTC (2+ messages)
[PATCH 1/3] slub: correct to calculate num of acquired objects in get_partial_node()
2013-01-16 15:05 UTC (5+ messages)
` [PATCH 2/3] slub: correct bootstrap() for kmem_cache, kmem_cache_node
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.