All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-10-28 18:00:47 to 2011-10-28 20:11:22 UTC [more...]

[net-next-2.6 PATCH 0/6 RFC v3] macvlan: MAC Address filtering support for passthru mode
 2011-10-29  2:34 UTC  (4+ messages)
` [net-next-2.6 PATCH 1/6 RFC v3] rtnetlink: Netlink interface for setting MAC and VLAN filters
` [net-next-2.6 PATCH 4/6 RFC v3] rtnetlink: Add support to get MAC/VLAN filters
` [net-next-2.6 PATCH 6/6 RFC v3] macvlan: Add support to get MAC/VLAN filter netdev ops

LVM2/libdm libdm-deptree.c
 2011-10-28 20:11 UTC 

Zero-length ARM headers in git HEAD
 2011-10-28 20:09 UTC  (2+ messages)

cx23885-alsa + Mygica X8507
 2011-10-28 19:58 UTC 

[PATCH bluez 0/2] Add BT 3.0+HS signalling definitions
 2011-10-28 20:09 UTC  (14+ messages)
`  "
  ` GATT Dbus API on BlueZ
          ` GATT Dbus API on BlueZ - attirbute-api.txt modifications

Access to a xd memory card
 2011-10-28 20:07 UTC  (7+ messages)

git slow over https
 2011-10-28 20:07 UTC  (3+ messages)

LVM2 libdm/libdm-config.c test/t-000-basic.sh
 2011-10-28 20:07 UTC 

LVM2 ./WHATS_NEW ./WHATS_NEW_DM lib/commands/t 
 2011-10-28 20:06 UTC 

qcow2 eating up space when formattng Centos
 2011-10-28 20:05 UTC  (3+ messages)

LVM2/libdm libdevmapper.h
 2011-10-28 20:04 UTC 

[PATCH] pinctrl: Fix "warning: 'struct pinctrl_dev' declared inside parameter list"
 2011-10-28 20:03 UTC  (3+ messages)

[PATCH 1/1] Staging: hv: Move the mouse driver out of staging
 2011-10-28 20:03 UTC  (4+ messages)

[RFC][PATCH v2 -next 2/2] Adding lock operations to kmsg_dump()/pstore_dump()
 2011-10-28 20:00 UTC  (4+ messages)

[PATCH 0/3] PM: Fix up interactions between system suspend/resume and runtime PM
 2011-10-28 20:00 UTC  (6+ messages)
` [PATCH 4/6 v2] PM: Limit race conditions between runtime PM and system sleep (v2)

[PATCH] floppy: Remove _hlt related functions
 2011-10-28 19:58 UTC 

[PATCH] drivers: pinctrl: add a pin_base for sparse gpio-ranges
 2011-10-28 19:57 UTC  (3+ messages)

[PATCH v2 00/53] SMB2 protocol support for CIFS kernel module
 2011-10-28 19:55 UTC  (52+ messages)
  ` [PATCH v2 01/53] CIFS: Update cifs global structures to handle smb2 sessions
  ` [PATCH v2 04/53] CIFS: Do not try to dump cifs mids from "
  ` [PATCH v2 06/53] CIFS: Add missing unicode handling routines needed by smb2
  ` [PATCH v2 10/53] CIFS: Add routines to free SMB2 mids
  ` [PATCH v2 11/53] CIFS: Add sync_smb2_mid_result
  ` [PATCH v2 13/53] CIFS: Add SMB2 transport routines
  ` [PATCH v2 14/53] CIFS: Expand cifs mid structure to keep SMB2 related fields
  ` [PATCH v2 17/53] CIFS: Simplify SMB2 query info
  ` [PATCH v2 20/53] CIFS: Add SMB2 support for rmdir operation
  ` [PATCH v2 21/53] CIFS: Add SMB2 support for unlink operation
  ` [PATCH v2 24/53] CIFS: Add SMB2 support for cifs_iovec_write
  ` [PATCH v2 27/53] CIFS: Add read related address space operations for SMB2
  ` [PATCH v2 29/53] CIFS: Respect max buf size for SMB2 read and write
  ` [PATCH v2 34/53] [CIFS] Add SMB2 support for cifs_get_file_info
  ` [PATCH v2 35/53] CIFS: Add SMB2 support for create operation
  ` [PATCH v2 36/53] CIFS: Add readdir support for SMB2
  ` [PATCH v2 37/53] CIFS: Add SMB2 support for rename operation
  ` [PATCH v2 38/53] CIFS: Add SMB2 support for hardlink operation
  ` [PATCH v2 40/53] CIFS: Add NTLMSSP sec type to defaults
  ` [PATCH v2 41/53] CIFS: Disable SMB2.1 protocol negotiating
  ` [PATCH v2 43/53] CIFS: Process STATUS_PENDING responses for SMB2
  ` [PATCH v2 44/53] CIFS: Request SMB2.1 leases
  ` [PATCH v2 45/53] CIFS: Process oplock/lease break for SMB2/2.1
  ` [PATCH v2 47/53] CIFS: Enable signing in SMB2
  ` [PATCH v2 48/53] CIFS: Process signing for SMB2_logoff
  ` [PATCH v2 49/53] CIFS: Introduce SMB2 Kconfig option
  ` [PATCH v2 50/53] CIFS: Introduce smb2 mounts as vers=2
  ` [PATCH v2 53/53] CIFS: Disable lock call for SMB2 since we don't support it
` [PATCH v2 02/53] CIFS: Allow SMB2 statistics to be tracked
` [PATCH v2 03/53] CIFS: Check for smb2 vs. cifs in find_tcp_session
` [PATCH v2 05/53] CIFS: wait_for_free_request needs to wait on credits returned by server (for SMB2)
` [PATCH v2 07/53] CIFS: Add structure definitions for SMB2 PDUs
` [PATCH v2 09/53] CIFS: Allocating SMB2 mids (multiplex identifier structures)
` [PATCH v2 15/53] CIFS: Make demultiplex_thread work with SMB2 code
` [PATCH v2 16/53] CIFS: Get mount/umount work with SMB2 protocol
` [PATCH v2 18/53] CIFS: Add SMB2 inode/dentry ops structures
` [PATCH v2 19/53] CIFS: Add SMB2 support for mkdir operation
` [PATCH v2 22/53] CIFS: Add SMB2 support for open/close file operations
` [PATCH v2 23/53] CIFS: Add SMB2 support for reopen file operation
` [PATCH v2 25/53] CIFS: Add SMB2 support for cifs_iovec_read
` [PATCH v2 26/53] CIFS: Add address space ops structures for SMB2
` [PATCH v2 28/53] CIFS: Add write related address space operations "
` [PATCH v2 30/53] CIFS: Temporarily disable set inode info "
` [PATCH v2 31/53] CIFS: Add writepages support "
` [PATCH v2 32/53] CIFS: Add readpages "
` [PATCH v2 33/53] CIFS: Add echo request "
` [PATCH v2 39/53] CIFS: Add SMB2 support for flush operation
` [PATCH v2 42/53] CIFS: Process oplocks for SMB2
` [PATCH v2 46/53] CIFS: Add strictcache i/o "
` [PATCH v2 51/53] CIFS: Change Makefile to support CONFIG_CIFS_SMB2
` [PATCH v2 52/53] CIFS: Add statfs support for SMB2

[PATCH 1/2] pinmux: Remove double pin validity check
 2011-10-28 19:53 UTC  (6+ messages)
` [PATCH 2/2] pinmux: Unify pin type from signed to unsigned

[PATCH 3/3] drm: do not sleep on vblank while holding a mutex
 2011-10-28 19:53 UTC  (3+ messages)

[PATCH 0/2] Misc fixes
 2011-10-28 19:50 UTC  (3+ messages)
` [PATCH 1/2] Avoid use after free
` [PATCH 2/2] Avoid stack overflow if GPT partition entries on disk are > 128 bytes

Avermedia TV Pilot
 2011-10-28 19:49 UTC  (3+ messages)

[xen-unstable test] 9645: tolerable FAIL - PUSHED
 2011-10-28 19:46 UTC 

Mapping sectors to have errors
 2011-10-28 19:46 UTC  (3+ messages)

[U-Boot] [PATCH] disk: part_efi: fix regression due to incorrect buffer usage
 2011-10-28 19:43 UTC  (2+ messages)

finding libgcc.a with meta-toolchain-sdk toolchain
 2011-10-28 19:36 UTC  (5+ messages)
` [RFC] Fix libgcc nativesdk to install libgcc.a in good location for tools

[PATCH 1/4] powerpc: Revert show_regs() define for readability
 2011-10-28 19:40 UTC  (2+ messages)
` [1/4] "

[Qemu-devel] [PATCH] IDE Debug compiler warnings
 2011-10-28 19:39 UTC 

[Qemu-devel] [PATCH 3/3] piix4 acpi xen support
 2011-10-28 19:38 UTC 

[Qemu-devel] [PATCH 2/3] Xen conditionals
 2011-10-28 19:38 UTC 

[Qemu-devel] [PATCH 1/3] Support guest reboots when in Xen HVM mode
 2011-10-28 19:38 UTC 

[Qemu-devel] [PATCH 0/3] Xen related patches
 2011-10-28 19:38 UTC 

[PATCH 4/4] powerpc/booke: Re-organize debug code
 2011-10-28 19:37 UTC  (2+ messages)
` [4/4] "

[PATCH 00/51] Remove inline arch_reset definitions from system.h
 2011-10-28 19:37 UTC  (3+ messages)
` [PATCH 42/51] ARM: mach-u300: use arm_arch_reset instead of arch_reset

[linux-next 20111025] build failure with make u8500_defconfig
 2011-10-28 19:32 UTC  (2+ messages)

interims VFS queue
 2011-10-28 19:31 UTC  (5+ messages)

[ath9k-devel] Can't associate with a particular AP
 2011-10-28 19:30 UTC  (11+ messages)

[Qemu-devel] [PATCH 2/2] Variable VRAM size
 2011-10-28 19:24 UTC 

[Qemu-devel] [PATCH 1/2] Allow 1366x768 as a valid VGA resolution
 2011-10-28 19:24 UTC 

[Qemu-devel] [PATCH 0/2] VGA related patches
 2011-10-28 19:24 UTC 

Linux USB HID should ignore values outside Logical Minimum/Maximum range
 2011-10-28 19:27 UTC  (6+ messages)

[RFC PATCH v3 0/4] Improve Ceph Qemu+RBD support
 2011-10-28 19:15 UTC  (10+ messages)
` [RFC PATCH v3 1/4] secret: add Ceph secret type
    ` [libvirt] "
` [RFC PATCH v3 2/4] storage: add auth to virDomainDiskDef
    ` [libvirt] "

[patchset 0/8] pnfs-obj: Move to ORE for v3.2 merge window
 2011-10-28 19:13 UTC 

how to run ceph on top of other local file system
 2011-10-28 19:12 UTC  (12+ messages)

CONFIG_DVB_MAX_ADAPTERS
 2011-10-28 19:11 UTC 

[PATCH] CIFS: Remove extra mutex_unlock in cifs_lock_add_if
 2011-10-28 19:10 UTC  (2+ messages)

[PATCH] Ext4: Don't normalize an falloc request if it can fit in 1 extent
 2011-10-28 19:05 UTC  (3+ messages)

[U-Boot] Regression caused by "disk: part_efi: fix **pgpt_pte == NULL"
 2011-10-28 19:03 UTC 

Compat-wireless release for 2011-10-28 is baked
 2011-10-28 19:02 UTC 

[Cluster-devel] Example conf does not parse
 2011-10-28 19:00 UTC  (2+ messages)

[PATCH 0/3] meta-intel: linux-yocto-rt fixes for crownbay and fri2
 2011-10-28 18:59 UTC  (5+ messages)
` [PATCH 1/3] meta-crownbay: add linux-yocto-rt_3.0.bbappend
` [PATCH 2/3] meta-fri2: allow linux-yocto-rt to be used for fri2-noemgd
` [PATCH 3/3] meta-crownbay: allow linux-yocto-rt to be used for crownbay

[U-Boot] [PATCH] README: Fix supported i.MX SoC list for CONFIG_MXC_SPI
 2011-10-28 18:57 UTC 

[ath9k-devel] WPA and Apple devices
 2011-10-28 18:56 UTC  (4+ messages)

[wireless-next PATCH 1/5] mac80211: Support forcing station to disable 11n
 2011-10-28 18:55 UTC  (3+ messages)

[Xenomai-help] twl4030-irq takes 50%cpu constantly on omap3 gumstix overo
 2011-10-28 18:53 UTC  (4+ messages)

[RFC] ata port runtime pm
 2011-10-28 18:51 UTC  (2+ messages)

[PATCH v3] Resurrect Intel740 driver: i740fb
 2011-10-28 18:43 UTC  (2+ messages)

[PATCH 0/3] ASV support for Exynos4 series
 2011-10-28 18:48 UTC  (4+ messages)
` [PATCH 1/3] ARM: EXYNOS: Add ASV feature "

HSI framework for linux-next
 2011-10-28 18:45 UTC  (2+ messages)

[PATCH 0/4] Open-FCoE.org libfc and fcoe updates for scsi-misc
 2011-10-28 18:34 UTC  (5+ messages)
` [PATCH 1/4] drivers/firmware/edd: Treat "XPRS" host bus type the same as "PCI"
` [PATCH 2/4] libfc: fix checking FC_TYPE_BLS
` [PATCH 3/4] libfc: avoid exchanges collision during lport reset
` [PATCH 4/4] libfc: improve flogi retries to avoid lport stuck

[PATCH 00/28] Store references hierarchically in cache
 2011-10-28 18:45 UTC  (3+ messages)

[GIT PULL] mm: frontswap (for 3.2 window)
 2011-10-28 18:28 UTC  (9+ messages)

[PATCH RFC v2 00/13] New event API
 2011-10-28 18:37 UTC  (14+ messages)
` [PATCH RFC v2 01/13] libxl: Make libxl__xs_* more const-correct
  ` [PATCH RFC v2 02/13] libxenstore: Provide xs_check_watch
    ` [PATCH RFC v2 03/13] libxl: Provide a version of bsd's queue.h as _libxl_list.h
      ` [PATCH RFC v2 04/13] libxl: idl: support new "c_only" type attribute
        ` [PATCH RFC v2 05/13] libxl: idl: Provide struct and union tags
          ` [PATCH RFC v2 06/13] libxl: permit declaration after statement
            ` [PATCH RFC v2 07/13] libxl: internal convenience macros
              ` [PATCH RFC v2 08/13] libxl: Rationalise #includes
                ` [PATCH RFC v2 09/13] libxl: introduce lock in libxl_ctx
                  ` [PATCH RFC v2 10/13] libxl: make libxl__[v]log const-correct
                    ` [PATCH RFC v2 11/13] libxl: make libxl__free_all idempotent
                      ` [PATCH RFC v2 12/13] libxl: New API for providing OS events to libxl
                        ` [PATCH RFC v2 13/13] libxl: New event generation API

[PATCH] blame.c: Properly initialize strbuf after calling, textconv_object()
 2011-10-28 18:36 UTC  (7+ messages)

[msysGit] Re: [PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
 2011-10-28 18:35 UTC  (3+ messages)

[RFC] Shrink sched_clock some more
 2011-10-28 18:34 UTC  (3+ messages)

[PATCH] agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is set
 2011-10-28 18:24 UTC  (3+ messages)
` [Intel-gfx] "

[RFC][PATCH v2 -next 1/2] Move kmsg_dump(KMSG_DUMP_PANIC) below smp_send_stop()
 2011-10-28 18:27 UTC  (2+ messages)

[PATCH V2 02/10] cxgb4: Common platform specific changes for DB Drop Recovery
 2011-10-28 18:28 UTC  (5+ messages)

[PATCH 02/15] ATA : vortex86 : fix vortex86dx/sx hardware CRC bug
 2011-10-28 18:27 UTC  (4+ messages)

[Bug 36934] New: screen corruption after running a game through wine
 2011-10-28 18:26 UTC  (2+ messages)
` [Bug 36934] screen corruption after running a game

git alias and --help
 2011-10-28 18:25 UTC  (7+ messages)

[Cluster-devel] cman start error
 2011-10-28 18:25 UTC  (5+ messages)

[net-next-2.6 PATCH 8/8 RFC v2] macvtap: Add support to get MAC/VLAN filter rtnl link operations
 2011-10-28 18:24 UTC  (2+ messages)

Regression: patch " hvc_console: display printk messages on console." causing infinite loop with 3.2-rc0 + Xen
 2011-10-28 18:19 UTC  (5+ messages)
` [PATCH] VirtioConsole support

imap-send badly handles commit bodies beginning with "From <"
 2011-10-28 18:00 UTC 

[U-Boot] [PATCH] pm9261: add mach-type localy for the board
 2011-10-28 18:17 UTC  (2+ messages)

[dm-crypt] please HELP - can't acces encrypted LVM after linux reinstallation
 2011-10-28 18:14 UTC  (8+ messages)

What's cooking in git.git (Oct 2011, #11; Fri, 28)
 2011-10-28 18:12 UTC 

[U-Boot] A bit about board.c, board.c
 2011-10-28 18:09 UTC  (4+ messages)

[PATCH] ext2: Avoid creating new file in append-only dir when open(2) return error
 2011-10-28 18:03 UTC 

[PATCH] ext3: Avoid creating new file in append-only dir when open(2) return error
 2011-10-28 18:03 UTC 

[refpolicy] [PATCH v3 0/3] Introduce mutt policy
 2011-10-28 18:03 UTC  (4+ messages)
` [refpolicy] [PATCH v3 1/3] Initial policy for the mutt e-mail client
` [refpolicy] [PATCH v3 2/3] Allow gpg to read/write mutt e-mail files (for signing)
` [refpolicy] [PATCH v3 3/3] Allow users and staff to use mutt

[PATCH] ext4: Avoid creating new file in append-only dir when open(2) return error
 2011-10-28 18:02 UTC 

[PATCH] btrfs: Avoid creating new file in append-only dir when open(2) return error
 2011-10-28 18:01 UTC 

[PATCH 1/2] LSM: Do not apply mmap_min_addr check to PROT_NONE
 2011-10-28 18:00 UTC  (2+ messages)


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.