All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-09-05 10:17:28 to 2011-09-05 11:50:56 UTC [more...]

[Drbd-dev] [RFC 00/54] drbd: part 6 of adding multiple volume support to drbd
 2011-09-05 11:45 UTC  (96+ messages)
`  "
` [Drbd-dev] [PATCH 01/54] drbd: drbd_get_data_sock(): Return 0 upon success and an error code otherwise
` [Drbd-dev] [PATCH 02/54] drbd: Add drbd_send_all(): Send an entire buffer
  `  "
` [Drbd-dev] [PATCH 03/54] drbd: conn_send_cmd2(): Return 0 upon success and an error code otherwise
` [Drbd-dev] [PATCH 04/54] drbd: _conn_send_cmd(): "
` [Drbd-dev] [PATCH 05/54] drbd: _drbd_send_cmd(): "
  `  "
` [Drbd-dev] [PATCH 06/54] drbd: conn_send_cmd(): "
` [Drbd-dev] [PATCH 07/54] drbd: Get rid of USE_DATA_SOCKET and USE_META_SOCKET
  `  "
` [Drbd-dev] [PATCH 08/54] drbd: drbd_send_cmd(): Return 0 upon success and an error code otherwise
` [Drbd-dev] [PATCH 09/54] drbd: drbd_send_sync_param(): "
` [Drbd-dev] [PATCH 10/54] drbd: drbd_send_state(): "
` [Drbd-dev] [PATCH 11/54] drbd: drbd_send_handshake(): "
  `  "
` [Drbd-dev] [PATCH 12/54] drbd: drbd_send_protocol(): "
` [Drbd-dev] [PATCH 13/54] drbd: drbd_send_uuids() and its variants: "
` [Drbd-dev] [PATCH 14/54] drbd: drbd_gen_and_send_sync_uuid(): Return void: the result is never used
` [Drbd-dev] [PATCH 15/54] drbd: drbd_send_sizes(): Return 0 upon success and an error code otherwise
` [Drbd-dev] [PATCH 16/54] drbd: _conn_send_state_req(): "
` [Drbd-dev] [PATCH 17/54] drbd: conn_send_state_req(): "
` [Drbd-dev] [PATCH 18/54] drbd: drbd_send_state_req(): "
` [Drbd-dev] [PATCH 19/54] drbd: drbd_send_sr_reply(): Return void: the result is never used
  `  "
` [Drbd-dev] [PATCH 20/54] drbd: drbd_send_b_ack(): "
  `  "
` [Drbd-dev] [PATCH 21/54] drbd: _drbd_send_ack(): Return 0 upon success and an error code otherwise
  `  "
` [Drbd-dev] [PATCH 22/54] drbd: drbd_send_ack(): "
  `  "
` [Drbd-dev] [PATCH 23/54] drbd: drbd_send_ack_{dp, rp}(): Return void: the result is never used
  ` [PATCH 23/54] drbd: drbd_send_ack_{dp,rp}(): "
` [Drbd-dev] [PATCH 24/54] drbd: drbd_send_ack_ex(): Return 0 upon success and an error code otherwise
  `  "
` [Drbd-dev] [PATCH 25/54] drbd: drbd_send_drequest(): "
  `  "
` [Drbd-dev] [PATCH 26/54] drbd: drbd_send_drequest_csum(): "
  `  "
` [Drbd-dev] [PATCH 27/54] drbd: drbd_send_oos(): "
  `  "
` [Drbd-dev] [PATCH 28/54] drbd: _drbd_no_send_page(): "
  `  "
` [Drbd-dev] [PATCH 29/54] drbd: _drbd_send_page(): "
  `  "
` [Drbd-dev] [PATCH 30/54] drbd: _drbd_send_zc_ee(): "
  `  "
` [Drbd-dev] [PATCH 31/54] drbd: drbd_send_block(): "
  `  "
` [Drbd-dev] [PATCH 32/54] drbd: _drbd_send_bio(), _drbd_send_zc_bio(): "
  `  "
` [Drbd-dev] [PATCH 33/54] drbd: drbd_send_dblock(): "
  `  "
` [Drbd-dev] [PATCH 34/54] drbd: drbd_send_short_cmd(): "
  `  "
` [Drbd-dev] [PATCH 35/54] drbd: Temporarily change the return type of all worker callbacks
  `  "
` [Drbd-dev] [PATCH 36/54] drbd: Make all worker callbacks return 0 upon success and an error code otherwise
  `  "
` [Drbd-dev] [PATCH 37/54] drbd: drbd_process_done_ee(): Return "
  `  "
` [Drbd-dev] [PATCH 38/54] drbd: decode_header(): "
  `  "
` [Drbd-dev] [PATCH 39/54] drbd: drbd_recv_header(): "
  `  "
` [Drbd-dev] [PATCH 40/54] drbd: drbd_drain_block(): "
  `  "
` [Drbd-dev] [PATCH 41/54] drbd: recv_dless_read(): "
  `  "
` [Drbd-dev] [PATCH 42/54] drbd: recv_resync_read(): "
  `  "
` [Drbd-dev] [PATCH 43/54] drbd: send_bitmap_rle_or_plain(): Error handling cleanup
  `  "
` [Drbd-dev] [PATCH 44/54] drbd: Add drbd_recv_all(): Receive an entire buffer
  `  "
` [Drbd-dev] [PATCH 45/54] drbd: Make all command handlers return 0 upon success and an error code otherwise
  `  "
` [Drbd-dev] [PATCH 46/54] drbd: drbd_bm_read() never returns a positive value through drbd_bitmap_io()
  `  "
` [Drbd-dev] [PATCH 47/54] drbd: _drbd_md_sync_page_io(): Return 0 upon success and an error code otherwise
  `  "
` [Drbd-dev] [PATCH 48/54] drbd: drbd_md_sync_page_io(): "
  `  "
` [Drbd-dev] [PATCH 49/54] drbd: Remove duplicate initialization
  `  "
` [Drbd-dev] [PATCH 50/54] drbd: Remove unnecessary assertion
  `  "
` [Drbd-dev] [PATCH 51/54] drbd: drbd_may_do_local_read(): Use bool/true/false
  `  "
` [Drbd-dev] [PATCH 52/54] drbd: Rename various functions from *_oos_* to *_out_of_sync_* for clarity
  `  "
` [Drbd-dev] [PATCH 53/54] drbd: Get rid of typedef drbd_work_cb
  `  "
` [Drbd-dev] [PATCH 54/54] drbd: Introduce and use drbd_recv_all_warn()
  `  "

[PATCH] ASoC: Blackfin: bf5xx-ad193x: Fix codec device name
 2011-09-05 11:49 UTC 

[PATCH 0/2] mmc: core: Power off notify/handle (eMMC 4.5)
 2011-09-05 11:49 UTC  (3+ messages)
` [PATCH 1/2] mmc: core: Add power off notify feature(eMMC 4.5)
` [PATCH 2/2] mmc: core: Add poweroff notify handling feature

[U-Boot] My Will
 2011-09-05 11:48 UTC 

[U-Boot] [PATCH] omap3: beagle: Fix build warning
 2011-09-05 11:47 UTC  (3+ messages)

[PATCH 1/2] Add strtoimax() compatibility function
 2011-09-05 11:45 UTC 

[U-Boot] Moving mx3fb.c to CONFIG_VIDEO
 2011-09-05 11:47 UTC  (4+ messages)
` [U-Boot] Version 2 of 'Moving mx3fb to CONFIG_VIDEO'
  ` [U-Boot] [PATCH 1/2] mx31: make HSP clock for mx3fb driver available
  ` [U-Boot] [PATCH 2/2] Moving mx3fb.c to CONFIG_VIDEO

[PATCH 0 of 3] IRQ: Part 1 of the irq code cleanup
 2011-09-05 11:45 UTC  (5+ messages)
` [PATCH 3 of 3] IRQ: Introduce old_vector to irq_cfg

[PATCH 00/13] [PATCH RFC] Paravirtualized ticketlocks
 2011-09-05 11:52 UTC  (7+ messages)
` [PATCH 08/13] xen/pvticketlock: disable interrupts while blocking

[Qemu-devel] [PATCH] pci: add standard bridge device
 2011-09-05 11:40 UTC  (6+ messages)

[mlmmj] Regarding new listttexts
 2011-09-05 11:38 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/2] MX25: tx25: Avoid the usage of extern in C file
 2011-09-05 11:37 UTC  (3+ messages)

[U-Boot] [PATCH] PPC4xx: ALPR: constify FPGA code
 2011-09-05 11:34 UTC  (7+ messages)
  ` [U-Boot] [PATCH] [COSMETIC] board/prodrive/alpr/fpga.c: Coding style cleanup
    ` [U-Boot] [PATCH v2] "

[PATCH 0/10] color and pager improvements
 2011-09-05 11:31 UTC  (5+ messages)
` [PATCH 10/10] want_color: automatically fallback to color.ui

[PATCH v3] ARM: Samsung: fix watchdog reset issue with clk_get()
 2011-09-05 11:32 UTC  (2+ messages)

some questions of IO ring in xenpaging
 2011-09-05 11:31 UTC  (3+ messages)

[Bug 39317] New: i915g window bleed-through in KDE
 2011-09-05 11:29 UTC  (2+ messages)
` [Bug 39317] "

[U-Boot] [PATCH] UBIFS: Change ubifsload to set the filesize variable
 2011-09-05 11:27 UTC  (2+ messages)

[PATCH] OMAP2+: hwmod: remove OMAP_CHIP*
 2011-09-05 11:27 UTC  (3+ messages)

[PATCH 0/4][RFC] Trivial ARM related Android patches
 2011-09-05 11:21 UTC  (11+ messages)
` [PATCH 4/4] Do not call flush_cache_user_range with mmap_sem held

[PATCH] media: Add camera controls for the ov5642 driver
 2011-09-05 11:21 UTC  (5+ messages)

survey
 2011-09-05 11:16 UTC 

[BUG] git bisect start fails when stale bisect data is left behind
 2011-09-05 11:15 UTC 

[PATCH, RFC] writeback: avoid redirtying when ->write_inode failed to clear I_DIRTY
 2011-09-05 11:11 UTC  (6+ messages)

[U-Boot] mx35pdk vs. mx35_3stack
 2011-09-05 11:09 UTC  (2+ messages)

eSCO latency configuration
 2011-09-05 11:06 UTC 

[PATCH v4] drm/i915: pass ELD to HDMI/DP audio driver
 2011-09-05 11:04 UTC  (5+ messages)
` [PATCH v5] "

[PATCH v3 00/10]HDMI: Split hdmi.c in DSS to seperate OMAP dependent
 2011-09-05 11:01 UTC  (14+ messages)
` [PATCH v3 01/10] OMAP4: DSS: HDMI: HDMI clean up to pass base_address
  ` [PATCH v3 02/10] OMAP4: DSS: HDMI: Move pll and video configuration
    ` [PATCH v3 03/10] OMAP4: DSS: HDMI: Use specific HDMI timings structure
      ` [PATCH v3 04/10] OMAP4: DSS: HDMI: Move IP independent common header
        ` [PATCH v3 05/10] OMAP4 : DSS : HDMI : Move the EDID portion from HDMI
          ` [PATCH v3 06/10] OMAP4: DSS2: HDMI: Split the HDMI driver to DSS and IP
            ` [PATCH v3 07/10] OMAP4: DSS: HDMI: Rename the functions in HDMI IP
              ` [PATCH v3 08/10] OMAP4: DSS: HDMI: Move the common HDMI header file
                ` [PATCH v3 09/10] OMAP4: DSS2: HDMI: Function pointer approach to call

[U-Boot] omap3: gpio: build warnings and errors
 2011-09-05 11:00 UTC 

[U-Boot] [PATCH] arm: Add Prep subcommand support to bootm
 2011-09-05 10:58 UTC  (2+ messages)

df output wrong ?
 2011-09-05 10:58 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 00/32] target-xtensa: new target architecture
 2011-09-05 10:55 UTC  (3+ messages)

[PATCH] wl12xx: Includes OFDM rates in IBSS mode
 2011-09-05 10:54 UTC 

[PATCH/RFC 0/8 v2] ARM: DMA-mapping framework redesign
 2011-09-05 10:43 UTC  (5+ messages)
` [PATCH 6/7] common: dma-mapping: change alloc/free_coherent method to more generic alloc/free_attrs

[PATCH 00/25] OMAP4: PM: suspend, CPU-hotplug and CPUilde support
 2011-09-05 10:51 UTC  (13+ messages)
` [PATCH 05/25] OMAP4: Use WARN_ON() instead of BUG_ON() with graceful exit
` [PATCH 22/25] OMAP4: PM: Add power domain statistics support

[PATCH] IRQ: manually EOI migrating line interrupts
 2011-09-05 10:50 UTC  (3+ messages)

[Qemu-devel] [PATCH] server: don't call reds_stream_free from worker thread context
 2011-09-05 10:47 UTC  (4+ messages)
` [Qemu-devel] [Spice-devel] "

[Qemu-devel] [PATCH] pc: Clean up PIC-to-APIC IRQ path
 2011-09-05 10:47 UTC  (11+ messages)

freshly grown array shrinks after first reboot - major data loss
 2011-09-05 10:47 UTC  (8+ messages)

[Qemu-devel] [PATCH] pc: Clean up PIC-to-APIC IRQ path
 2011-09-05 10:44 UTC  (11+ messages)

[PATCH] ASoC/MFD: twl4030: Fix dependencies for audio codec
 2011-09-05 10:43 UTC  (3+ messages)

[PATCH] IRQ: manually EOI migrating line interrupts
 2011-09-05 10:43 UTC  (2+ messages)

[PATCH] arm: ixp4xx, u300: Select ARCH_REQUIRE_GPIOLIB, not GENERIC_GPIO
 2011-09-05 10:41 UTC  (3+ messages)

[PATCH] Fix: Sometimes mdmon throws core dump during reshape
 2011-09-05 10:39 UTC 

linux-next: build failure after merge of the moduleh tree
 2011-09-05 10:39 UTC  (4+ messages)

[PATCH 1/1] mm/backing-dev.c: Call del_timer_sync instead of del_timer
 2011-09-05 10:39 UTC  (10+ messages)

[PATCH] [media] at91: add code to initialize and manage the ISI_MCK for Atmel ISI driver
 2011-09-05 10:33 UTC  (4+ messages)

[iwl4965] Microcode SW error detected
 2011-09-05 10:32 UTC  (6+ messages)

testing-board branch: rebase to RMK's devel-stable?
 2011-09-05 10:31 UTC  (5+ messages)

Stability report GPLPV 0.11.0.308
 2011-09-05 10:31 UTC  (2+ messages)

VM hangs during boot on 3.0.4 dom0 kernel, works on alternative hardware
 2011-09-05 10:31 UTC 

[media-ctl][PATCHv2 3/4] libmediactl: use udev conditionally to get a devname
 2011-09-05 10:31 UTC  (4+ messages)
` [media-ctl][PATCHv4 1/3] libmediactl: restruct error path
  ` [media-ctl][PATCHv4 3/3] libmediactl: get the device name via udev

Problems with set-default, home subvolume and snapshot
 2011-09-05 10:30 UTC  (2+ messages)

[PATCH] ARM: S3C64XX: Register Lowland audio device on Cragganmore
 2011-09-05 10:28 UTC  (2+ messages)

[PATCH] ARM: S3C64XX: Add devices for Kilchoman audio module on Cragganmore
 2011-09-05 10:28 UTC  (2+ messages)

[PATCH 0/3] Extend SDHCI support for Origen board
 2011-09-05 10:27 UTC  (5+ messages)
` [PATCH 3/3] ARM: EXYNOS4: Add support for 8-bit bus width in SDHCI for ORIGEN

GPLv2 for cifs-utils existing?
 2011-09-05 10:27 UTC 

[meta-xfce] thunar-volman: Add initial recipe with version 0.6.0
 2011-09-05 10:22 UTC  (14+ messages)
  ` `PR = "r0"`: Add or not to add? (was: thunar-volman: Add initial recipe with version 0.6.0)
    ` `PR = "r0"`: Add or not to add?

[PATCHv5 0/4] v4l: extended crop/compose api
 2011-09-05 10:25 UTC  (3+ messages)
` [PATCH 1/4] v4l: add support for selection api

MIPS: Octeon: mailbox_interrupt is not registered as per cpu
 2011-09-05 10:23 UTC 

[PATCH] ARM: S5P64X0: Fix mask value for S5P64X0 CPU IDs
 2011-09-05 10:22 UTC  (3+ messages)

[Qemu-devel] [PATCH] qemu_vmalloc: align properly for transparent hugepages and KVM
 2011-09-05 10:21 UTC  (3+ messages)

[PATCH 1/2] ARM: S3C6410: Use device names for both I2C clocks
 2011-09-05 10:20 UTC  (3+ messages)
` [PATCH 2/2] ARM: SAMSUNG: Fix mask for S3C64xx CPU IDs

[LTP] [Patch 2/4] KSM test case fixes - ksm03
 2011-09-05 10:17 UTC 

[LTP] [Patch 1/4] KSM test case fixes - ksm01
 2011-09-05 10:16 UTC 

[LTP] [Patch] sockioctl01 test case fix
 2011-09-05 10:18 UTC 

[LTP] [Patch] readlink03 test case fix
 2011-09-05 10:17 UTC 

[LTP] [Patch 4/4] KSM test case fixes - oom01 and oom03
 2011-09-05 10:17 UTC 

[LTP] [Patch 3/4] KSM test case fixes - mmap10
 2011-09-05 10:17 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.