All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-03-22 23:47:56 to 2011-03-23 02:17:32 UTC [more...]

[Qemu-devel] [PATCH v5 0/4] piix_pci: optimize irq data path
 2011-03-23  2:17 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 1/4] pci: add accessor function to get irq levels
` [Qemu-devel] [PATCH v5 2/4] piix_pci: eliminate PIIX3State::pci_irq_levels
` [Qemu-devel] [PATCH v5 3/4] piix_pci: optimize set irq path
` [Qemu-devel] [PATCH v5 4/4] piix_pci: load path clean up

[PATCH 1/1] ipv6: ip6_route_output does not modify sk parameter, so make it const
 2011-03-23  2:17 UTC  (2+ messages)

[patch net-2.6] bonding: fix rx_handler locking
 2011-03-23  2:16 UTC  (3+ messages)

[PATCH] (revised) xf86-video-ati: add support for vblank on crtc > 1
 2011-03-23  2:15 UTC 

[PATCH 00/74] Union mounts version something or other
 2011-03-23  2:12 UTC  (48+ messages)
` [PATCH 01/74] VFS: Comment follow_mount() and friends
` [PATCH 02/74] VFS: Make lookup_hash() return a struct path
` [PATCH 03/74] autofs4: Save autofs trigger's vfsmount in super block info
` [PATCH 04/74] Documentation: Fix trivial typo in filesystems/sharedsubtree.txt
` [PATCH 05/74] whiteout/NFSD: Don't return information about whiteouts to userspace
` [PATCH 06/74] whiteout: Define opaque inode flags and operations
` [PATCH 07/74] whiteout: Add vfs_whiteout() and whiteout inode operation
` [PATCH 08/74] whiteout: Allow removal of a directory with whiteouts
` [PATCH 09/74] whiteout: tmpfs whiteout support
` [PATCH 10/74] ext2: Add ext2_dirent_in_use()
` [PATCH 11/74] ext2: Split ext2_add_entry() from ext2_add_link()
` [PATCH 12/74] whiteout: ext2 whiteout support
` [PATCH 13/74] whiteout: jffs2 "
` [PATCH 14/74] fallthru: Basic fallthru definitions
` [PATCH 15/74] fallthru: ext2 fallthru support
` [PATCH 16/74] fallthru: tmpfs "
` [PATCH 17/74] fallthru: jffs2 "
` [PATCH 18/74] VFS: Add hard read-only users count to superblock
` [PATCH 19/74] VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors
` [PATCH 20/74] VFS: Add CL_NO_SHARED flag to clone_mnt()/copy_tree()
` [PATCH 21/74] VFS: Add CL_NO_SLAVE "
` [PATCH 22/74] VFS: Add CL_MAKE_HARD_READONLY "
` [PATCH 23/74] union-mount: Union mounts documentation
` [PATCH 24/74] union-mount: Introduce MNT_UNION and MS_UNION flags
` [PATCH 25/74] union-mount: Add CONFIG_UNION_MOUNT option
` [PATCH 26/74] union-mount: Create union_stack structure
` [PATCH 27/74] union-mount: Add two superblock fields for union mounts
` [PATCH 28/74] union-mount: Add union_alloc()
` [PATCH 29/74] union-mount: Add union_find_dir()
` [PATCH 30/74] union-mount: Create d_free_unions()
` [PATCH 31/74] union-mount: Free union stack on removal of topmost dentry from dcache
` [PATCH 32/74] union-mount: Create union_add_dir()
` [PATCH 33/74] union-mount: Add union_create_topmost_dir()
` [PATCH 34/74] union-mount: Create IS_MNT_UNION()
` [PATCH 35/74] union-mount: Create needs_lookup_union()
` [PATCH 36/74] union-mount: Create check_topmost_union_mnt()
` [PATCH 37/74] union-mount: Add clone_union_tree() and put_union_sb()
` [PATCH 38/74] union-mount: Create build_root_union()
` [PATCH 39/74] union-mount: Create prepare_mnt_union() and cleanup_mnt_union()
` [PATCH 40/74] union-mount: Prevent improper union-related remounts
` [PATCH 41/74] union-mount: Prevent topmost file system from being mounted elsewhere
` [PATCH 42/74] union-mount: Prevent bind mounts of union mounts
` [PATCH 43/74] union-mount: Implement union mount
` [PATCH 44/74] union-mount: Temporarily disable some syscalls

[PATCH 44/74] union-mount: Temporarily disable some syscalls
 2011-03-23  2:05 UTC  (32+ messages)
` [PATCH 45/74] union-mount: Basic infrastructure of __lookup_union()
` [PATCH 46/74] union-mount: Process negative dentries in __lookup_union()
` [PATCH 47/74] union-mount: Return files found in lower layers "
` [PATCH 48/74] union-mount: Build union stack "
` [PATCH 49/74] union-mount: Follow mount "
` [PATCH 50/74] union-mount: Add lookup_union()
` [PATCH 51/74] union-mount: Add do_lookup_union() wrapper for __lookup_union()
` [PATCH 52/74] union-mount: Call union lookup functions in lookup path
` [PATCH 53/74] union-mount: Create whiteout on unlink()
` [PATCH 54/74] union-mount: Create whiteout on rmdir()
` [PATCH 55/74] union-mount: Set opaque flag on new directories in unioned file systems
` [PATCH 56/74] union-mount: Copy up directory entries on first readdir()
` [PATCH 57/74] union-mount: Add generic_readdir_fallthru() helper
` [PATCH 58/74] fallthru: ext2 support for lookup of d_type/d_ino in fallthrus
` [PATCH 59/74] fallthru: tmpfs "
` [PATCH 60/74] fallthru: jffs2 "
` [PATCH 61/74] VFS: Split inode_permission() and create path_permission()
` [PATCH 62/74] VFS: Create user_path_nd() to lookup both parent and target
` [PATCH 63/74] union-mount: In-kernel file copyup routines
` [PATCH 64/74] union-mount: Implement union-aware access()/faccessat()
` [PATCH 65/74] union-mount: Implement union-aware link()
` [PATCH 66/74] union-mount: Implement union-aware rename()
` [PATCH 67/74] union-mount: Implement union-aware writable open()
` [PATCH 68/74] union-mount: Implement union-aware chown()
` [PATCH 69/74] union-mount: Implement union-aware truncate()
` [PATCH 70/74] union-mount: Implement union-aware chmod()/fchmodat()
` [PATCH 71/74] union-mount: Implement union-aware lchown()
` [PATCH 72/74] union-mount: Implement union-aware utimensat()
` [PATCH 73/74] union-mount: Implement union-aware setxattr()
` [PATCH 74/74] union-mount: Implement union-aware lsetxattr()

[PATCH] sys_swapon: fix inode locking
 2011-03-23  2:03 UTC  (2+ messages)

[U-Boot] [PATCH] S5P: timer: replace bss variable by gd
 2011-03-23  2:00 UTC  (2+ messages)

[PATCH V4] btrfs: implement delayed inode items operation
 2011-03-23  1:57 UTC  (11+ messages)

[U-Boot] [PATCH V2] ARMV7: S5P: Fixed register offset in mmc.h
 2011-03-23  1:57 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] Do not delete BlockDriverState when deleting the drive
 2011-03-23  1:53 UTC  (2+ messages)

[PATCH 0/3] cfq-iosched: Fair cross-group preemption
 2011-03-23  1:43 UTC  (6+ messages)

[PATCH 3/3] tcm ibmvscsis driver
 2011-03-23  1:35 UTC  (5+ messages)

[RFC] checkpatch: add option to change warning return value
 2011-03-23  1:41 UTC  (3+ messages)

[PATCH]Clean up CodingStyle for scripts/kconfig/gconf.c
 2011-03-23  1:28 UTC  (2+ messages)

[PATCH 2/2] ACPI button: remove unused procfs I/F
 2011-03-23  1:34 UTC 

[PATCH 1/2] ACPI : remove CONFIG_ACPI_PROCFS_POWER and AC/Battery procfs I/F
 2011-03-23  1:34 UTC 

[PATCH][GIT PULL][v2.6.39] tracing: Fix set_ftrace_filter probe function display
 2011-03-23  1:32 UTC 

[PATCH] ARM: Use asm-generic/sizes.h
 2011-03-23  1:29 UTC  (8+ messages)

[PATCH 0/2] Fix issues found by gcc 4.6.0
 2011-03-23  1:30 UTC  (6+ messages)
` [PATCH 2/2] Actually use retval
    ` [PATCH 0/2] "
      ` [PATCH 1/2] tree-diff: make diff_tree return void
      ` [PATCH 2/2] tree-diff: make diff_tree_sha1 "

[RFC] [PATCH v2 0/8] Provide cgroup isolation for buffered writes
 2011-03-23  1:27 UTC  (2+ messages)

[PATCH 3/5] oom: create oom autogroup
 2011-03-23  1:27 UTC  (4+ messages)

perf script and raw events?
 2011-03-23  1:25 UTC  (3+ messages)

mmotm threatens ppc preemption again
 2011-03-22 13:34 UTC  (5+ messages)

[opensm] routing segfault + LMC > 0 routing bug?
 2011-03-23  1:23 UTC 

[Buildroot] Python: can't resolve symbol
 2011-03-23  1:17 UTC  (2+ messages)

cannot examine IMSM metadata on a disk in non-IMSM compliant system
 2011-03-23  1:15 UTC  (2+ messages)

[RFC PATCH V4 0/5] cpuidle: Cleanup pm_idle and include driver/cpuidle.c in-kernel
 2011-03-23  1:14 UTC  (5+ messages)
` [RFC PATCH V4 1/5] cpuidle: Remove pm_idle pointer for x86
` [RFC PATCH V4 5/5] cpuidle: cpuidle driver for apm

Error when build apps SCTP
 2011-03-23  1:12 UTC  (2+ messages)

about ss
 2011-03-23  1:10 UTC  (5+ messages)
  `  "
      `  "

[PATCH 2.6.38-rc7]TAOS 258x: Device Driver
 2011-03-23  1:07 UTC  (4+ messages)

from perf_trace_context import fails?
 2011-03-23  1:04 UTC 

[PATCH 1/2] man mdadm: add information for MDADM_EXPERIMENTAL flag
 2011-03-23  1:04 UTC  (5+ messages)
` [PATCH 2/2] man mdadm: Add note about auto-assembly during array reshape

[PATCH 0/4] input: Sizing the evdev ring buffer for MT devices and reporting overruns
 2011-03-23  1:04 UTC  (5+ messages)
` [PATCH 1/4] input: Set default events per packet
` [PATCH 2/4] hid: hid-input: Remove obsolete default events per packet setting
` [PATCH 3/4] input: evdev: Indicate buffer overrun with SYN_DROPPED
` [PATCH 4/4] input: evdev: only wake poll on EV_SYN

RFC: Platform data for onboard USB assets
 2011-03-23  1:03 UTC  (4+ messages)

[PATH 0/4] Memstick patches for 2.6.39
 2011-03-23  0:59 UTC  (9+ messages)

[Xenomai-help] CLOCK_REALTIME synchronized to NTP
 2011-03-23  0:59 UTC 

xfce4-session: task configure fails with `checking for iceauth... no`
 2011-03-23  0:51 UTC  (5+ messages)
` [PATCH] xfce_session_4.6.{1, 2}: explicitly pass the path of `iceauth`

[PATCH 1/3] ath9k: fix beacon timer handling issues
 2011-03-23  0:51 UTC  (2+ messages)

[PATCH] tty: fix tty->ldisc leak on ENODEV from driver install
 2011-03-23  0:45 UTC 

[PATCHv2 0/3] rev-list and friends: --min-parents, --max-parents
 2011-03-23  0:47 UTC  (5+ messages)
` [PATCHv2 3/3] rev-list --min-parents,--max-parents: doc and test and completion

[Qemu-devel] [Bug 739785] [NEW] qemu-i386 on ARM bash: fork: Invalid argument
 2011-03-23  0:40 UTC  (2+ messages)
` [Qemu-devel] [Bug 739785] "

[RFC PATCH] HDMI:Support for EDID parsing in kernel
 2011-03-23  0:46 UTC  (4+ messages)

[PATCH resend] mmc: Added ioctl to let userspace apps send ACMDs
 2011-03-23  0:44 UTC  (9+ messages)

how to create alsa nodes?
 2011-03-23  0:40 UTC  (4+ messages)
    ` Connecting a codec to an i2c codec driver

[PATCH 0/6] [PATCH 0/6] more efficient busy extent handling and discard support
 2011-03-23  0:43 UTC  (7+ messages)
` [PATCH 4/6] xfs: allow reusing busy extents where safe
` [PATCH 5/6] xfs: add online discard support
` [PATCH 6/6] xfs: make discard operations asynchronous

[PATCH v2] net/unix: Add secdata to unix_stream msgs
 2011-03-23  0:38 UTC 

Deadlock scenario in regulator core
 2011-03-23  0:38 UTC  (9+ messages)

[Bugme-new] [Bug 31142] New: Large write to USB stick freezes unrelated tasks for a long time
 2011-03-23  0:37 UTC  (11+ messages)

libgssglue-0.2
 2011-03-23  0:09 UTC  (2+ messages)
` rpc.gssd: double free or corruption (was: libgssglue-0.2)

vcs-svn: purge obsolete data structures and code
 2011-03-23  0:32 UTC  (3+ messages)
` [PATCHv2 00/11] "
  ` [PULL svn-fe] vcs-svn: simplifications, error handling improvements

cgroup: real meaning of memory.usage_in_bytes
 2011-03-23  0:27 UTC  (8+ messages)
  ` [PATCH] memcg: consider per-cpu stock reserves when returning RES_USAGE for _MEM

A MMC card transfer issue
 2011-03-23  0:31 UTC  (15+ messages)

[PATCH 0/7] OMAP2+: voltage layer cleanup and restructure
 2011-03-23  0:31 UTC  (13+ messages)
` [PATCH 4/7] OMAP2+: powerdomain: add voltage domain lookup during register
` [PATCH 5/7] OMAP2+: voltage: keep track of powerdomains in each voltagedomain
` [PATCH 7/7] OMAP3: powerdomain data: add voltage domains

[PATCH] [Bugfix][pv-ops] Guest get stucked after migration
 2011-03-23  0:30 UTC  (5+ messages)

[linux test] 6613: regressions - FAIL
 2011-03-23  0:29 UTC 

+ mm-compaction-use-async-migration-for-__gfp_no_kswapd-and-enforce-no-writeback.patch added to -mm tree
 2011-03-23  0:25 UTC  (3+ messages)

Histogram diff, libgit2 enhancement, libgit2 => git merge (GSOC)
 2011-03-23  0:24 UTC  (3+ messages)

[PATCH 0/5] Upgrade qemu to 0.14.0
 2011-03-23  0:17 UTC  (3+ messages)

[U-Boot] [PATCH 0/21] Generic cross-architecture system restart support
 2011-03-23  0:19 UTC  (14+ messages)
` [U-Boot] [PATCH 01/21] Define new system_restart() and emergency_restart()

[Qemu-devel] [PATCH 00/11] Add live migration unit tests
 2011-03-23  0:16 UTC  (12+ messages)
` [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib
` [Qemu-devel] [PATCH 02/11] vmstate: register all VMStateDescriptions
` [Qemu-devel] [PATCH 03/11] vmstate: for vmstate types that reuse the same field, make sure name is unique
` [Qemu-devel] [PATCH 04/11] sb16: fix migration quirk
` [Qemu-devel] [PATCH 05/11] vga-isa: fix migration by breaking it
` [Qemu-devel] [PATCH 06/11] fdc: fix migration of non-ISA fdc devices
` [Qemu-devel] [PATCH 07/11] eeprom93xx: Use the new hack macro to avoid duplicate field names
` [Qemu-devel] [PATCH 08/11] fw_cfg: make sure all VMState fields are unique
` [Qemu-devel] [PATCH 09/11] pckbd: make non-ISA pckbd use a unique name
` [Qemu-devel] [PATCH 10/11] vl: add a new -vmstate-dump option to write a VMState JSON schema
` [Qemu-devel] [PATCH 11/11] test-vmstate: add test case to verify we don't change VMState

Bluetooth git tree
 2011-03-23  0:10 UTC 

cloning single-device btrfs file system onto multi-device one
 2011-03-23  0:06 UTC  (3+ messages)

RAID-5 and mdadm --assemble troubleshooting
 2011-03-23  0:04 UTC  (4+ messages)

What's cooking in git.git (Mar 2011, #02; Sun, 20)
 2011-03-23  0:02 UTC  (7+ messages)
          ` [PATCH] add: make "add -u/-A" update full tree without pathspec

[PATCH] cmake: Requires ncurses (for ccmake)
 2011-03-23  0:00 UTC 

[WIP PATCH 0/5] support --exclude for diff/log commands
 2011-03-22 23:59 UTC  (7+ messages)

[PATCH] nfs4: Fix NULL dereference at d_alloc_and_lookup()
 2011-03-22 23:59 UTC  (5+ messages)

[Query] VIDIOC_QBUF and VIDIOC_STREAMON order
 2011-03-22 23:58 UTC  (5+ messages)

[Qemu-devel] [PATCH] cocoa: do not create a spurious window for -version
 2011-03-22 23:55 UTC  (4+ messages)

[Qemu-devel] [PATCH] simpletrace: Thread-safe tracing
 2011-03-22 23:52 UTC  (2+ messages)

[ath9k-devel] AR5008-AP Linksys WP300N
 2011-03-22 23:51 UTC  (2+ messages)

[RFC][PATCH 0/2] Allow subsystems to avoid using sysdevs for defining "core" PM callbacks
 2011-03-22 23:50 UTC  (11+ messages)
` [PATCH 9/10] sh: Use struct syscore_ops instead of sysdev class and sysdev
  ` [PATCH 9/10] sh: Use struct syscore_ops instead of sysdev


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.