All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-01-20 13:37:57 to 2012-01-20 15:10:42 UTC [more...]

[Cluster-devel] [PATCH 00/66] fsck.gfs2: add ability to fix GFS (gfs1) file systems
 2012-01-20 15:10 UTC  (62+ messages)
` [Cluster-devel] [PATCH 01/66] fsck.gfs2: Make functions use sdp rather than sbp
` [Cluster-devel] [PATCH 02/66] fsck.gfs2: Change "if(" to "if ("
` [Cluster-devel] [PATCH 03/66] libgfs1: Add gfs1 variable to superblock structure
` [Cluster-devel] [PATCH 04/66] libgfs2: Make check_sb and read_sb operate on gfs1
` [Cluster-devel] [PATCH 05/66] libgfs2: move gfs1 structures to libgfs2
` [Cluster-devel] [PATCH 06/66] fsck.gfs2: Check for blocks wrongly inside resource groups
` [Cluster-devel] [PATCH 07/66] fsck.gfs2: Rename check_leaf to check_ealeaf_block
` [Cluster-devel] [PATCH 08/66] fsck.gfs2: fsck.gfs2: Delete vestigial buffer_head in check_leaf
` [Cluster-devel] [PATCH 09/66] fsck.gfs2: fsck.gfs2: Rename nlink functions to be intuitive
` [Cluster-devel] [PATCH 10/66] fsck.gfs2: fsck.gfs2: Sync di_nlink adding links for lost+found
` [Cluster-devel] [PATCH 11/66] fsck.gfs2: fsck.gfs2: Make dir entry count 32 bits
` [Cluster-devel] [PATCH 12/66] fsck.gfs2: get rid of triple negative logic
` [Cluster-devel] [PATCH 13/66] dirent_repair needs to mark the buffer as modified
` [Cluster-devel] [PATCH 14/66] fsck.gfs2: fsck.gfs2: Ask to reclaim unlinked meta per-rgrp only
` [Cluster-devel] [PATCH 15/66] fsck.gfs2: fsck.gfs2: Refactor add_dotdot function in lost+found
` [Cluster-devel] [PATCH 16/66] libgfs2: libgfs2: Use __FUNCTION__ rather than __FILE__
` [Cluster-devel] [PATCH 17/66] fsck.gfs2: fsck.gfs2: Don't stop invalidating blocks on invalid
` [Cluster-devel] [PATCH 18/66] fsck.gfs2: fsck.gfs2: Find and clear duplicate leaf blocks refs
` [Cluster-devel] [PATCH 19/66] fsck.gfs2: fsck.gfs2: Move check_num_ptrs from metawalk to pass1
` [Cluster-devel] [PATCH 20/66] fsck.gfs2: fsck.gfs2: Duplicate ref processing for leaf blocks
` [Cluster-devel] [PATCH 21/66] fsck.gfs2: fsck.gfs2: split check_leaf_blks to be more readable
` [Cluster-devel] [PATCH 22/66] fsck.gfs2: Shorten output
` [Cluster-devel] [PATCH 23/66] fsck.gfs2: Make output messages more sensible
` [Cluster-devel] [PATCH 24/66] fsck.gfs pass2: Refactor function set_dotdot_dir
` [Cluster-devel] [PATCH 25/66] fsck.gfs2 pass2: Delete extended attributes with inode
` [Cluster-devel] [PATCH 26/66] fsck.gfs2 pass2: Don't delete invalid inode metadata
` [Cluster-devel] [PATCH 27/66] fsck.gfs2 pass3: Refactor mark_and_return_parent
` [Cluster-devel] [PATCH 28/66] fsck.gfs2: misc cosmetic changes
` [Cluster-devel] [PATCH 29/66] fsck.gfs2: Don't use old_leaf if it was a duplicate
` [Cluster-devel] [PATCH 30/66] fsck.gfs2: Add find_remove_dup, free_block_if_notdup
` [Cluster-devel] [PATCH 31/66] fsck.gfs2: don't free prev rgrp list repairing rgrps
` [Cluster-devel] [PATCH 32/66] libgfs2: eliminate gfs1_readi in favor of gfs2_readi
` [Cluster-devel] [PATCH 33/66] libgfs2: Mark buffer modified adding a new GFS1 block
` [Cluster-devel] [PATCH 34/66] libgfs2: Use dinode buffer to map gfs1 dinode blocks
` [Cluster-devel] [PATCH 35/66] libgfs2: move block_map functions to fsck.gfs2
` [Cluster-devel] [PATCH 36/66] libgfs2: eliminate gfs1_rindex_read
` [Cluster-devel] [PATCH 37/66] libgfs2: combine ri_update and gfs1_ri_update
` [Cluster-devel] [PATCH 38/66] libgfs2: combine gfs_inode_read and gfs_inode_get
` [Cluster-devel] [PATCH 39/66] libgfs2: move gfs1 functions from edit to libgfs2
` [Cluster-devel] [PATCH 40/66] gfs2_edit savemeta: save_inode_data backward for gfs1
` [Cluster-devel] [PATCH 41/66] libgfs2: expand capabilities to operate on gfs1
` [Cluster-devel] [PATCH 42/66] fsck.gfs2: Combine block and char device inode types
` [Cluster-devel] [PATCH 43/66] fsck.gfs2: four-step duplicate elimination process
` [Cluster-devel] [PATCH 44/66] fsck.gfs2: Add ability to check gfs1 file systems
` [Cluster-devel] [PATCH 45/66] fsck.gfs2: Remove bad inodes from duplicate tree
` [Cluster-devel] [PATCH 46/66] fsck.gfs2: Handle duplicate reference to dinode blocks
` [Cluster-devel] [PATCH 47/66] fsck.gfs2: Bad extended attributes not deleted properly
` [Cluster-devel] [PATCH 48/66] libgfs2: Make rebuild functions not re-read ip
` [Cluster-devel] [PATCH 49/66] fsck.gfs2: Shorten debug output
` [Cluster-devel] [PATCH 50/66] fsck.gfs2: Increment link count reporting wrong dinode
` [Cluster-devel] [PATCH 51/66] fsck.gfs2: system dinodes take priority over user dinodes
` [Cluster-devel] [PATCH 52/66] fsck.gfs2: Recognize partially gfs2-converted dinodes
` [Cluster-devel] [PATCH 53/66] fsck.gfs2: Print step 2 duplicate debug msg first
` [Cluster-devel] [PATCH 54/66] fsck.gfs2: pass1c counts percentage backward
` [Cluster-devel] [PATCH 55/66] fsck.gfs2: Speed up rangecheck functions
` [Cluster-devel] [PATCH 56/66] libgfs2: Make in-core rgrps use rbtree
` [Cluster-devel] [PATCH 57/66] fsck.gfs2: Fix memory leaks
` [Cluster-devel] [PATCH 58/66] Change man pages and gfs2_convert messages to include GFS
` [Cluster-devel] [PATCH 59/66] gfs2_edit: Fix memory leaks
` [Cluster-devel] [PATCH 60/66] fsck.gfs2: Journals not properly checked
` [Cluster-devel] [PATCH 61/66] fsck.gfs2: Rearrange block types to group all inode types

[PATCH iproute2] red: harddrop support and cleanups
 2012-01-20 15:10 UTC  (9+ messages)
      ` [PATCH iproute2] red: Add adaptative algo
              ` [PATCH iproute2] red: fix adaptive spelling

[PATCH RFC V4 5/5] Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock
 2012-01-20 15:09 UTC  (11+ messages)

[lm-sensors] [PATCH] hwmon: (f71805f) Fix clamping of temperature limits
 2012-01-20 15:09 UTC 

[PATCH] fs, proc: Introduce /proc/<pid>/task/<tid>/children entry v7
 2012-01-20 15:01 UTC  (6+ messages)

concurrent direct IO write in xfs
 2012-01-20 15:07 UTC  (5+ messages)

EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
 2012-01-20 15:06 UTC 

Q: cgroup: Questions about possible issues in cgroup locking
 2012-01-20 15:06 UTC  (11+ messages)

RFC: Still TODO for 4.2?
 2012-01-20 15:06 UTC  (11+ messages)
` RFC: Still TODO for 4.2? xl domain numa memory allocation vs xm/xend

[lm-sensors] [PATCH 58/82] hwmon: (sht15) Fix multi-line comments
 2012-01-20 15:06 UTC  (2+ messages)

[PATCH obexd 1/6] client: fix circular dependency of session and transfer
 2012-01-20 15:05 UTC  (2+ messages)

Freescale i.MX35 using CSD1 and 256 MiB DDR2
 2012-01-20 15:04 UTC  (6+ messages)
` [PATCH] freescale-mx35-3-stack: support 256 MiB RAM

[PATCH] mm/backing-dev.c: fix crash when USB/SCSI device is detached
 2012-01-20 15:04 UTC  (9+ messages)
` [PATCHv2] backing-dev: fix wakeup timer races with bdi_unregister()

[RFCv1 0/4] v4l: DMA buffer sharing support as a user
 2012-01-20 15:04 UTC  (5+ messages)
` [RFCv1 2/4] v4l:vb2: add support for shared buffer (dma_buf)
  ` [Linaro-mm-sig] "

[PATCH] [ceph spec] package *.py* files
 2012-01-20 15:03 UTC  (4+ messages)

/etc/fstab.d yes or not
 2012-01-20 15:03 UTC  (9+ messages)

[PATCH 0/3] fixes for tcp memcg
 2012-01-20 14:57 UTC  (7+ messages)
` [PATCH 1/3] net: fix socket memcg build with !CONFIG_NET
  ` [PATCH 2/3] cgroup: make sure memcg margin is 0 when over limit
  ` [PATCH 3/3] net: introduce res_counter_charge_nofail() for socket allocations

[lm-sensors] [PATCH 12/39] hwmon: (f71805f) Fix checkpatch issues
 2012-01-20 15:03 UTC  (2+ messages)

Building of arch/arm/plat-mxc/ssi-fiq.S failed w/ THUMB2 enabled?
 2012-01-20 15:02 UTC  (5+ messages)

How does libata handles an 'ATA_ABORTED' error?
 2012-01-20 15:00 UTC  (4+ messages)

crash with git and latest mainline: EIP: 0060:[<c106c2d2>] EFLAGS: 00210006 CPU: 0
 2012-01-20 15:00 UTC 

PM(?) problems on v3.3-rc1 on OMAP3
 2012-01-20 15:00 UTC  (7+ messages)

[PATCH] xen: kill __u*/__s* integer types
 2012-01-20 14:57 UTC  (4+ messages)

[PATCH] [trivial] watchdog: Fix typo "unexpectdly"
 2012-01-20 14:56 UTC 

Decoding of MAP application parameters
 2012-01-20 14:54 UTC  (3+ messages)
` [PATCH obexd v5 1/5] MAP: Implementation of MAP AP core functions

Making allyesconfig work
 2012-01-20 14:53 UTC  (4+ messages)

[PATCH 2/3 V3.1] can/usb: PEAK-System Technik PCAN-USB specific part
 2012-01-20 14:53 UTC  (8+ messages)

[RFC] syscalls, x86: Add __NR_kcmp syscall
 2012-01-20 14:51 UTC  (12+ messages)

[lm-sensors] [PATCH 29/82] hwmon: (hwmon) Fix multi-line comments
 2012-01-20 14:51 UTC  (3+ messages)

Hung task when calling clone() due to netfilter/slab
 2012-01-20 14:49 UTC  (16+ messages)

[Buildroot] [git commit] open2300: quote TARGET_{CC,LD}
 2012-01-20 14:49 UTC 

[PATCH 0/6] OMAPDSS: HDMI PHY burnout fix
 2012-01-20 14:49 UTC  (3+ messages)

[PATCH 0/3][RESEND]multipath-tools: mpathpersist utility for managing persistent reservation on dm multipath device
 2012-01-20 14:49 UTC  (2+ messages)

[PATCH] [TRIVIAL] perf probe usability related fixes
 2012-01-20 14:47 UTC  (2+ messages)

[PATCH] [trivial] watchdog: Fix typo "unexpectdly"
 2012-01-20 14:43 UTC 

dmsetup fails on latest kernel
 2012-01-20 14:45 UTC  (5+ messages)

[LTP] mbind01 fails on 2.6.32 i386 kernel
 2012-01-20 14:57 UTC  (2+ messages)

[lm-sensors] [PATCH 11/39] hwmon: (ds1621 Fix checkpatch issues
 2012-01-20 14:44 UTC  (3+ messages)

[Xenomai-help] Omap3630, rtserial, xeno_16550A: crash on insmod
 2012-01-20 14:41 UTC  (7+ messages)

[PATCH] fuse: mark all aliases of an inode stale in unlink
 2012-01-20 14:40 UTC  (2+ messages)

[LTP] [PATCH v3 1/8] A library used to test memcg
 2012-01-20 14:52 UTC  (2+ messages)

[PATCH 0/2] SUNRPC: make /proc helpers network-namespace-aware
 2012-01-20 14:39 UTC  (5+ messages)

[PATCH 00/31] Clean up amba/primecell bus support
 2012-01-20 14:37 UTC  (7+ messages)
` [PATCH 02/31] ARM: amba: of: convert to use amba_device_alloc
` [PATCH 23/31] ARM: amba: omap2: use common amba device initializers

[PATCH] Bluetooth: Check for chan_type before locking sk
 2012-01-20 14:35 UTC 

[PATCH 0/2] libxl: save/restore qemu physmap
 2012-01-20 14:29 UTC  (4+ messages)
` [PATCH 2/2] libxl: save/restore qemu's physmap

[PATCH v2 0/5] SUNRPC: make caches network namespace aware
 2012-01-20 14:29 UTC  (4+ messages)

[LTP] [PATCH 0/5] Automatically mount hugetlbfs for hugemmap tests
 2012-01-20 14:40 UTC 

what does the arch= hex number represent?
 2012-01-20 14:26 UTC  (2+ messages)

[LTP] [PATCH] syscalls/getrusage03: flush stdout to avoid duplicated output
 2012-01-20 14:37 UTC  (3+ messages)

[patch] Btrfs: fix bitwise vs logical condition
 2012-01-20 14:24 UTC  (3+ messages)

[PATCH] sky2: Fix WARNING: at lib/dma-debug.c:902 check_sync
 2012-01-20 14:24 UTC  (6+ messages)
    ` Hang: 2.6.32.4 sky2/DMAR (was [PATCH] sky2: Fix WARNING: at lib/dma-debug.c:902 check_sync)
      ` Regression: sky2 kernel between 3.1 and 3.2.1 (last known good 3.0.9)

[Problem] kernel hangs at boot (bisected 892d208bcf)
 2012-01-20 14:21 UTC  (12+ messages)

fdisk: off-by-one issue in (n)new command
 2012-01-20 14:21 UTC  (5+ messages)

[RFC] u-boot recipe naming
 2012-01-20 14:20 UTC  (3+ messages)

[LTP] [PATCH] hugemmap01: auto mount the tmp dir
 2012-01-20 14:32 UTC 

OT: netmap - a novel framework for fast packet I/O
 2012-01-20 14:18 UTC  (2+ messages)

[PATCH RESEND] mac80211: support fixed rate packet injection
 2012-01-20 14:17 UTC  (2+ messages)

[ath9k-devel] Failed to stop TX DMA
 2012-01-20 14:17 UTC  (10+ messages)

core-image-sato-directdisk
 2012-01-20 14:16 UTC  (2+ messages)

[Q] Determing if a commit is reachable from the HEAD ?
 2012-01-20 14:13 UTC  (2+ messages)

[PATCH] u-boot 2011.12: fix L2 cache on non-omap4 platforms
 2012-01-20 14:11 UTC  (2+ messages)

[PATCH 2 of 2] vpmu: Add a vpmu cpuid function
 2012-01-20 14:08 UTC  (3+ messages)

i486sx machine porting from oe-classic
 2012-01-20 14:07 UTC 

BCM4313 doesn't work after suspend (brcmsmac on compat-wireless-next)
 2012-01-20 13:54 UTC 

[PATCH 0/4] add --initrd argument to mdadm/mdmon
 2012-01-20 14:05 UTC  (9+ messages)
` [PATCH 2/4] Add --initrd argument to mdadm

Undeliverable: Re: Note
 2012-01-20 14:04 UTC 

[PATCH] mergetool: Provide an empty file when no base exists
 2012-01-20 14:03 UTC  (4+ messages)
` [PATCH v3] mergetool: Provide an empty file when needed

[PATCH] i18n: disable i18n for shell scripts if NO_GETTEXT defined
 2012-01-20 14:02 UTC  (3+ messages)
` [PATCH] git-sh-i18n: detect and avoid broken gettext(1) implementation

Failing a bio right
 2012-01-20 14:01 UTC  (2+ messages)

coldfire v4e
 2012-01-20 13:59 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/5] arm: add support for Calxeda Highbank SoC
 2012-01-20 13:57 UTC  (8+ messages)
` [Qemu-devel] [PATCH v12 0/5] arm: add support for Calxeda Highbank
  ` [Qemu-devel] [PATCH v12 4/4] arm: SoC model "

Build change in media_build to support Debian
 2012-01-20 13:57 UTC  (4+ messages)

[PATCH 0/2] Setup response for MADs as appropriate
 2012-01-20 13:56 UTC  (6+ messages)
` [PATCH 2/2] IB/mad: Return unsupported "

[LTP] [PATCH] cron: fix fail due to rsyslogd dead
 2012-01-20 14:08 UTC  (2+ messages)

races in ipathfs
 2012-01-20 13:55 UTC  (3+ messages)

[U-Boot] [PATCH v3] i.mx: i.mx6q: add the initial support for i.mx6q Sabre Lite board
 2012-01-20 13:54 UTC  (6+ messages)
    ` [U-Boot] mx6qsabrelite U-Boot from SPI-NOR

[PATCH] arm: irq: Allow for specification of no preallocated irqs
 2012-01-20 13:54 UTC  (5+ messages)

[Qemu-devel] nested page table translation for non-x86 operating system
 2012-01-20 13:54 UTC  (3+ messages)

[lm-sensors] [PATCH 28/82] hwmon: (hwmon-vid) Fix multi-line comments
 2012-01-20 13:53 UTC  (2+ messages)

[LTP] [PATCH] v2:updated mmap2.c for low memory target
 2012-01-20 14:03 UTC  (2+ messages)

[lm-sensors] [PATCH 19/82] hwmon: (ds1621) Fix multi-line comments
 2012-01-20 13:50 UTC  (2+ messages)

[Qemu-devel] virtual pc hash table vs physical pc hash table
 2012-01-20 13:49 UTC  (3+ messages)

[PATCH 1/6] staging:android_pmem.h: Fixes the space and other formating issues pointed out by checkpatch.pl
 2012-01-20 13:50 UTC  (7+ messages)

[Qemu-devel] [PATCH 1/2] KVM: Update headers (except HIOR mess)
 2012-01-20 13:49 UTC  (2+ messages)
` [Qemu-devel] [PATCH 2/2] PPC: KVM: Update HIOR code to new interface

oprofile and ARM A9 hardware counter
 2012-01-20 13:47 UTC  (18+ messages)

[U-Boot] mxc_spi refactoring (for mx6q)
 2012-01-20 13:47 UTC  (8+ messages)
` [U-Boot] [PATCH 6/6] mx6q: mx6qsabrelite: Provide defaults for placing environment in serial flash

[PATCH] gcc: Ensure that the shared source directory shared the same sstate hashes
 2012-01-20 13:38 UTC  (4+ messages)

[PATCH] regmap: Reset cache status when reinitialsing the cache
 2012-01-20 13:46 UTC 

[RFC][PATCH] watchdog: Convert jz4740_wdt driver to watchdog core
 2012-01-20 13:44 UTC 

[Cluster-devel] [PATCH 1/3] libgfscontrol: Fix resource leaks
 2012-01-20 13:40 UTC  (3+ messages)
` [Cluster-devel] [PATCH 3/3] fsck.gfs2: Fix unchecked malloc in gfs2_dup_set()

Improve hw_params documentation -- details of constraint resolution
 2012-01-20 13:41 UTC  (2+ messages)

[PATCH v2 0/8] Allow the user to define suspend mode
 2012-01-20 13:35 UTC  (2+ messages)
` [PATCH v2 8/8] ath6kl: Wait for host sleep mode cmd processed event during WOW suspend

[PATCH -tip v4 0/5] perf script: add BTS analysis features
 2012-01-20 13:38 UTC  (4+ messages)

bq27x00_battery status report issue
 2012-01-20 13:38 UTC  (4+ messages)

Btrfsck gives me errors
 2012-01-20 13:38 UTC  (5+ messages)

[PATCH v6] mmc: support BKOPS feature for eMMC
 2012-01-20 13:37 UTC  (9+ 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.