messages from 2011-08-25 14:39:51 to 2011-08-25 15:08:23 UTC [more...]
[Drbd-dev] [RFC 000/118] drbd: part 1 of adding multiple volume support to drbd
2011-08-25 15:08 UTC (88+ messages)
` [Drbd-dev] [PATCH 001/118] drbd: Get rid of req_validator_fn typedef
` [Drbd-dev] [PATCH 002/118] drbd: Remove superfluous declaration
` [Drbd-dev] [PATCH 003/118] drbd: Consistently use block_id == ID_SYNCER for checksum based resync and online verify
` [Drbd-dev] [PATCH 004/118] drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIG
` [Drbd-dev] [PATCH 005/118] drbd: Endianness convert the constants instead of the variables
` [Drbd-dev] [PATCH 006/118] drbd: Magic reserved block_id value cleanup
` [Drbd-dev] [PATCH 007/118] drbd: Move drbd_free_tl_hash() to drbd_main()
` [Drbd-dev] [PATCH 008/118] drbd: Update outdated comment
` [Drbd-dev] [PATCH 009/118] drbd: Request lookup code cleanup (1)
` [Drbd-dev] [PATCH 010/118] drbd: Request lookup code cleanup (2)
` [Drbd-dev] [PATCH 011/118] drbd: Request lookup code cleanup (3)
` [Drbd-dev] [PATCH 012/118] drbd: Request lookup code cleanup (4)
` [Drbd-dev] [PATCH 013/118] drbd: Add interval tree data structure
` [Drbd-dev] [PATCH 014/118] drbd: Put sector and size in struct drbd_request into struct drbd_interval
` [Drbd-dev] [PATCH 015/118] drbd: Use interval tree for overlapping write request detection
` [Drbd-dev] [PATCH 016/118] drbd: Add read_requests tree
` [Drbd-dev] [PATCH 017/118] drbd: Use the read and write request trees for request lookups
` [Drbd-dev] [PATCH 018/118] drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_interval
` [Drbd-dev] [PATCH 019/118] drbd: Use interval tree for overlapping epoch entry detection
` [Drbd-dev] [PATCH 020/118] drbd: Remove the unused hash tables
` [Drbd-dev] [PATCH 021/118] drbd: Convert all constants in enum drbd_req_event to upper case
` [Drbd-dev] [PATCH 022/118] drbd: Convert all constants in enum drbd_thread_state "
` [Drbd-dev] [PATCH 023/118] drbd: Replace the ERR_IF macro with an assert-like macro
` [Drbd-dev] [PATCH 024/118] drbd: Remove some useless paranoia code
` [Drbd-dev] [PATCH 025/118] drbd: Inline function overlaps() is now unused
` [Drbd-dev] [PATCH 026/118] drbd: Interval tree bugfix
` [Drbd-dev] [PATCH 027/118] idr: idr_for_each_entry() macro
` [Drbd-dev] [PATCH 028/118] drbd: Minimal struct drbd_tconn
` [Drbd-dev] [PATCH 029/118] drbd: moved net_conf from mdev to tconn
` [Drbd-dev] [PATCH 030/118] drbd: moved net_cont and net_cnt_wait "
` [Drbd-dev] [PATCH 031/118] drbd: moved data and meta "
` [Drbd-dev] [PATCH 032/118] drbd: moved receiver, worker and asender "
` [Drbd-dev] [PATCH 033/118] drbd: moved agreed_pro_version, last_received and ko_count "
` [Drbd-dev] [PATCH 034/118] drbd: moved req_lock and transfer log from mdev "
` [Drbd-dev] [PATCH 035/118] drbd: moved crypto transformations and friends "
` [Drbd-dev] [PATCH 036/118] drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdev
` [Drbd-dev] [PATCH 037/118] drbd: Preparing to use p_header96 for all packets
` [Drbd-dev] [PATCH 038/118] drbd: Replaced all p_header80 with a generic p_header
` [Drbd-dev] [PATCH 039/118] drbd: Use new header layout, and send volume IOs
` [Drbd-dev] [PATCH 040/118] drbd: Implemented receiving of new style packets on meta socket
` [Drbd-dev] [PATCH 041/118] drbd: Do not access tconn after it was freed
` [Drbd-dev] [PATCH 042/118] drbd: Move cmdname() out of drbd_int.h
` [Drbd-dev] [PATCH 043/118] drbd: Rename "enum drbd_packets" to "enum drbd_packet"
` [Drbd-dev] [PATCH 044/118] drbd: Remove redundant initialization
` [Drbd-dev] [PATCH 045/118] drbd: Initialize the sequence number sent over the network even when not used
` [Drbd-dev] [PATCH 046/118] drbd: Move sequence number logic into drbd_receiver.c and simplify it
` [Drbd-dev] [PATCH 047/118] drbd: Move some functions to where they are used
` [Drbd-dev] [PATCH 048/118] drbd: struct drbd_request: Introduce a new collision flag
` [Drbd-dev] [PATCH 049/118] drbd: Remove redundant check from drbd_contains_interval()
` [Drbd-dev] [PATCH 050/118] drbd: Allow to wait for the completion of an epoch entry as well
` [Drbd-dev] [PATCH 051/118] drbd: _req_conflicts(): Get rid of the epoch_entries tree
` [Drbd-dev] [PATCH 052/118] drbd: Remove unnecessary reference counting left-over
` [Drbd-dev] [PATCH 053/118] drbd: Defer new writes when detecting conflicting writes
` [Drbd-dev] [PATCH 054/118] drbd: Make the peer_seq updating code more obvious
` [Drbd-dev] [PATCH 055/118] drbd: Improve the drbd_find_overlap() documentation
` [Drbd-dev] [PATCH 056/118] drbd: Remove unused variable in struct drbd_conf
` [Drbd-dev] [PATCH 057/118] drbd: Rename struct drbd_epoch_entry to struct drbd_peer_request
` [Drbd-dev] [PATCH 058/118] drbd: Clean up some left-overs
` [Drbd-dev] [PATCH 059/118] drbd: Update some comments
` [Drbd-dev] [PATCH 060/118] drbd: Local variable renames: e -> peer_req
` [Drbd-dev] [PATCH 061/118] drbd: Moved the state functions into its own source file
` [Drbd-dev] [PATCH 062/118] drbd: Moved the thread name into the data structure
` [Drbd-dev] [PATCH 063/118] drbd: Eliminated the user of drbd_task_to_thread()
` [Drbd-dev] [PATCH 064/118] drbd: Moved code
` [Drbd-dev] [PATCH 065/118] drbd: Do no sleep long in drbd_start_resync
` [Drbd-dev] [PATCH 066/118] drbd: Revert "Make sure we dont send state if a cluster wide state change is in progress"
` [Drbd-dev] [PATCH 067/118] drbd: Moving state related macros to drbd_state.h
` [Drbd-dev] [PATCH 068/118] drbd: conn_printk() a dev_printk() alike for drbd's connections
` [Drbd-dev] [PATCH 069/118] drbd: Converted drbd_try_connect() from mdev to tconn
` [Drbd-dev] [PATCH 070/118] drbd: Converted drbd_wait_for_connect() "
` [Drbd-dev] [PATCH 071/118] drbd: Started to separated connection flags (tconn) from block device flags (mdev)
` [Drbd-dev] [PATCH 072/118] drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flags
` [Drbd-dev] [PATCH 073/118] drbd: Moved SEND_PING "
` [Drbd-dev] [PATCH 074/118] drbd: Moved SIGNAL_ASENDER "
` [Drbd-dev] [PATCH 075/118] drbd: Converted wake_asender() and request_ping() from mdev to tconn
` [Drbd-dev] [PATCH 076/118] drbd: Converted helper functions for drbd_send() "
` [Drbd-dev] [PATCH 077/118] drbd: Converted drbd_send() from mdev "
` [Drbd-dev] [PATCH 078/118] drbd: Converted drbd_send_fp() "
` [Drbd-dev] [PATCH 079/118] drbd: Removed unused mdev argument from drbd_recv_short() and drbd_socket_okay()
` [Drbd-dev] [PATCH 080/118] drbd: Converted drbd_recv_fp() from mdev to tconn
` [Drbd-dev] [PATCH 081/118] drbd: Converted drbd_send_handshake() "
` [Drbd-dev] [PATCH 082/118] drbd: Converted drbd_recv() "
` [Drbd-dev] [PATCH 083/118] drbd: struct packet_info to hold information of decoded packets
` [Drbd-dev] [PATCH 084/118] drbd: Converted decode_header() from mdev to tconn
` [Drbd-dev] [PATCH 085/118] drbd: Converted drbd_recv_header() "
` [Drbd-dev] [PATCH 086/118] drbd: Converted drbd_do_handshake() "
` [Drbd-dev] [PATCH 087/118] drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() "
[PATCH] kvm tools: adds a PCI device that exports a host shared segment as a PCI BAR in the guest
2011-08-25 15:08 UTC (9+ messages)
[PATCH] fix gcc-4.6's set-but-not-used warnings
2011-08-25 15:08 UTC (3+ messages)
[Qemu-devel] [Bug 818673] [NEW] virtio: trying to map MMIO memory
2011-08-25 14:53 UTC (2+ messages)
` [Qemu-devel] [Bug 818673] "
[Qemu-devel] [PATCH 0/7] usb-host: bugfixes
2011-08-25 15:06 UTC (8+ messages)
` [Qemu-devel] [PATCH 1/7] usb-host: start tracing support
` [Qemu-devel] [PATCH 2/7] usb-host: reapurb error report fix
` [Qemu-devel] [PATCH 3/7] usb-host: fix halted endpoints
` [Qemu-devel] [PATCH 4/7] usb-host: limit open retries
` [Qemu-devel] [PATCH 5/7] usb-host: fix configuration tracking
` [Qemu-devel] [PATCH 6/7] usb-host: claim port
` [Qemu-devel] [PATCH 7/7] usb: fix use after free
AW: Re: Xen 4.1.2 - when ?
2011-08-25 15:06 UTC
Honest timeline for btrfsck
2011-08-25 15:06 UTC (5+ messages)
[U-Boot] [PATCH 2/9] OMAP3: DIG297: Use generic MMC driver
2011-08-25 15:06 UTC (2+ messages)
` [U-Boot] [PATCH] "
[PATCH 0/1] linux-yocto: sync meta and LINUX_VERSION
2011-08-25 15:01 UTC (5+ messages)
` [PATCH 1/1] linux-yocto: update meta SRCREV to sync version strings
` does it support mercurial?
How to handle named resources with DT?
2011-08-25 15:05 UTC (5+ messages)
[RFC] per-containers tcp buffer limitation
2011-08-25 15:05 UTC (7+ messages)
[Qemu-devel] [PATCH 0/6] hw/9pfs: Implement file descriptor reclaim in VirtFS server
2011-08-25 15:03 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/6] hw/9pfs: Add reference counting for fid
` [Qemu-devel] [PATCH 2/6] hw/9pfs: Add file descriptor reclaim support
` [Qemu-devel] [PATCH 3/6] hw/9pfs: init fid list properly
` [Qemu-devel] [PATCH 4/6] hw/9pfs: Use v9fs_do_close instead of close
` [Qemu-devel] [PATCH 5/6] hw/9pfs: Add directory reclaim support
` [Qemu-devel] [PATCH 6/6] hw/9pfs: mark directories also as un-reclaimable on unlink
[PATCH 1/2] libc-package bbclass: fix binary localedata dependency code
2011-08-25 14:58 UTC (3+ messages)
[PATCH] perf_event: fix slow and broken cgroup context switch code
2011-08-25 15:03 UTC (5+ messages)
[LTP] [PATCH 1/1] Two added files for common criteria evaluation
2011-08-25 15:08 UTC (2+ messages)
[PATCH RESEND v2 0/1] scripts/runqemu: disable unfs boot mode for qemuppc
2011-08-25 14:45 UTC (2+ messages)
` [PATCH RESEND v2 1/1] "
Report by PulseAudio: `alsa-sink.c: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.`
2011-08-25 15:01 UTC (2+ messages)
` `hda-intel: spurious response` several times in output of `dmesg` (was: Report by PulseAudio: `alsa-sink.c: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.`)
[patch 1/1] efika: Configure esdhc cd/wp on efika mx/sb
2011-08-25 15:02 UTC (2+ messages)
[PATCH v2 2/2] omap_twl: Prevent SR to enable for am3517/am3505 devices
2011-08-25 15:01 UTC (4+ messages)
[U-Boot] RFC: Testing U-Boot Part 1
2011-08-25 15:01 UTC (5+ messages)
[PATCH v4 1/4] regulator: helper routine to extract regulator_init=
2011-08-25 15:01 UTC
[PATCH 1/3] TPM: new stm i2c device driver
2011-08-25 15:00 UTC (3+ messages)
bug 1169 eglibc doesn't depend on gcc version correctly
2011-08-25 14:56 UTC (2+ messages)
try_to_freeze() called with IRQs disabled on ARM
2011-08-25 14:55 UTC (12+ messages)
[PATCH, RFC 7/7] PCI multi-seg: config space accessor adjustments
2011-08-25 14:59 UTC
[PATCH, RFC 6/7] PCI multi-seg: Pass-through adjustments
2011-08-25 14:58 UTC
[PATCH, RFC 5/7] PCI multi-seg: AMD-IOMMU specific adjustments
2011-08-25 14:58 UTC
[PATCH] memcg: remove unneeded preempt_disable
2011-08-25 14:57 UTC (4+ messages)
[PATCH, RFC 4/7] PCI multi-seg: VT-d specific adjustments
2011-08-25 14:57 UTC
RFC: arm pcm043 1315.6 IM950 timing (Numonyx Axcell Errata)
2011-08-25 14:57 UTC (2+ messages)
` Patch test results was (Re: RFC: arm pcm043 1315.6 IM950 timing (Numonyx Axcell Errata))
[PATCH v3 0/4] Initial DT support for MSM8660
2011-08-25 14:57 UTC (5+ messages)
` [PATCH v3 4/4] ARM: msm: Describe MSM 8660 SURF FPGA registers in DT
[PATCH, RFC 3/7] PCI multi-seg: adjust domctl interface
2011-08-25 14:57 UTC
[PATCH, RFC 2/7] PCI multi-seg: add new physdevop-s
2011-08-25 14:56 UTC
[PATCH 1/4] Framework for exporting System-on-Chip information via sysfs
2011-08-25 14:56 UTC (4+ messages)
` [PATCH 3/4] mach-ux500: export System-on-Chip information ux500 "
Problem with writing virtual serial device driver
2011-08-25 14:54 UTC (2+ messages)
[PATCH, RFC 1/7] PCI multi-seg: introduce notion of PCI segments
2011-08-25 14:55 UTC
[U-Boot] [PATCH 1/1] mmc: omap: config VMMC, MMC1_PBIAS
2011-08-25 14:55 UTC (2+ messages)
[PATCH 0/2] OMAP: Update nr_irqs field in machine descriptors
2011-08-25 14:55 UTC (4+ messages)
[Qemu-devel] [PATCH 00/14] Convert commands to QAPI (batch 1)
2011-08-25 14:55 UTC (8+ messages)
` [Qemu-devel] [PATCH 12/14] qapi: introduce change-blockdev
` [Qemu-devel] [PATCH 13/14] qapi: convert change
[PATCH] dma: shdma: transfer based runtime PM
2011-08-25 14:55 UTC (7+ messages)
[PATCH 1/2] serial: add Serial.ConnectFD()
2011-08-25 14:55 UTC (10+ messages)
` [PATCH 2/2] serial: Add support to Disconnect fd passing connections
[U-Boot] bitte lesen und antworten Sie mir dringend <Miss Nicole>..Reply to me urgently < Miss Nicole >
2011-08-25 14:54 UTC
i.MX multi SoC patches
2011-08-25 14:54 UTC (3+ messages)
` [PATCH] ARM: mx5: fix remaining unconsistent names for irqs
[PATCH, RFC 0/7] PCI multi-segment support
2011-08-25 14:54 UTC
[PATCH v2 00/24] C6X: New architecture patch set
2011-08-25 14:53 UTC (2+ messages)
[LTP] [PATCH 1/1] fix ssh03 on system running mls policy
2011-08-25 14:57 UTC (2+ messages)
[[PATCH v2 0/6] imx soc revision clean up
2011-08-25 14:51 UTC (3+ messages)
` [[PATCH v2 6/6] ARM: mx5: use generic function for displaying silicon revision
Theoretical question: need for filter table in the POSTROUTING chain
2011-08-25 14:51 UTC (2+ messages)
[U-Boot] gcc-4.6 warnings
2011-08-25 14:51 UTC (4+ messages)
[REGRESSION][BISECTED] Notebook crashes upon detecting the PCI subsystem with kernels >= 2.6.24-rc7
2011-08-25 14:49 UTC (7+ messages)
` [Bug 41622] "
[linux-pm] [PATCH 02/11] PM: extend PM QoS with per-device wake-up constraints
2011-08-25 14:49 UTC (8+ messages)
` "
perf: overflow signal survives an exec call starting in 3.0
2011-08-25 14:47 UTC (2+ messages)
[RFC] fs, proc: Introduce the /proc/<pid>/map_files/ directory v2
2011-08-25 14:47 UTC (7+ messages)
[U-Boot] [PATCH 1/1] mmc: omap: enable high capacity
2011-08-25 14:46 UTC
[PATCH] staging/olpc_dcon: Remove obsolete cleanup for clientdata
2011-08-25 14:45 UTC (2+ messages)
[PATCH 1/2] ath9k_hw: Fix rx latency of 11a mode
2011-08-25 14:45 UTC (2+ messages)
` [PATCH 2/2] ath9k_hw: Fix slottime with coverage class
Emulating LWZU Instruction for e500 powerpc
2011-08-25 14:44 UTC (4+ messages)
[PATCH 0/9] skb fragment API: convert non-network drivers
2011-08-25 14:42 UTC (3+ messages)
` [PATCH 2/9] IB: amso1100: convert to SKB paged frag API
[xen-4.0-testing test] 8737: tolerable FAIL - PUSHED
2011-08-25 14:42 UTC
[ath9k-devel] is nl80211 being used now?
2011-08-25 14:42 UTC (2+ messages)
Questions regarding ivshmem spec
2011-08-25 14:42 UTC (7+ messages)
` [Qemu-devel] "
[PATCH 1/2] infiniband: use '%pM' format option to print MAC
2011-08-25 14:41 UTC (2+ messages)
linux-next: build failure after merge of the ptrace tree
2011-08-25 14:37 UTC (2+ messages)
Adding TARGET_VECTOR
2011-08-25 14:35 UTC
[PULL 00/14] ppc patch queue 2011-08-25
2011-08-25 14:39 UTC (9+ messages)
` [PATCH 04/14] KVM: PPC: Interpret SDR1 as HVA in PAPR mode
` [PATCH 05/14] KVM: PPC: Read out syscall instruction on trap
` [PATCH 12/14] KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
` [PATCH 13/14] KVM: PPC: book3s_pr: Simplify transitions between virtual and real mode
` [PATCH 14/14] KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode code
[PATCH] replace: List replacement along with the object
2011-08-25 14:39 UTC
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.