All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-01-21 06:25:50 to 2008-01-21 09:37:03 UTC [more...]

[BUG] cannot access IO ports in CMI8738 sound chip
 2008-01-21  9:37 UTC  (8+ messages)

feature request: archivedir setting - symlinks do not work
 2008-01-21  9:31 UTC  (2+ messages)

[PATCH] remove use_sg_chaining
 2008-01-21  9:31 UTC  (10+ messages)

[PATCH] Use FIX_UTF8_MAC to enable conversion from UTF8-MAC to UTF8
 2008-01-21  9:12 UTC 

[PATCH] fix reading from character devices
 2008-01-21  9:29 UTC 

[Cluster-devel] [GFS2] Pre-pull patch posting
 2008-01-21  9:22 UTC  (59+ messages)
` [Cluster-devel] [PATCH 01/58] [GFS2] Handle multiple glock demote requests
  ` [Cluster-devel] [PATCH 02/58] [GFS2] Clean up internal read function
    ` [Cluster-devel] [PATCH 03/58] [GFS2] Use ->page_mkwrite() for mmap()
      ` [Cluster-devel] [PATCH 04/58] [GFS2] Remove useless i_cache from inodes
        ` [Cluster-devel] [PATCH 05/58] [GFS2] Remove unused field in struct gfs2_inode
          ` [Cluster-devel] [PATCH 06/58] [GFS2] Add gfs2_is_writeback()
            ` [Cluster-devel] [PATCH 07/58] [GFS2] Introduce gfs2_set_aops()
              ` [Cluster-devel] [PATCH 08/58] [GFS2] Split gfs2_writepage into three cases
                ` [Cluster-devel] [PATCH 09/58] [GFS2] Add writepages for GFS2 jdata
                  ` [Cluster-devel] [PATCH 10/58] [GFS2] Don't hold page lock when starting transaction
                    ` [Cluster-devel] [PATCH 11/58] [GFS2] Use correct include file in ops_address.c
                      ` [Cluster-devel] [PATCH 12/58] [GFS2] Remove unused variables
                        ` [Cluster-devel] [PATCH 13/58] [GFS2] Remove "reclaim limit"
                          ` [Cluster-devel] [PATCH 14/58] [GFS2] Add sync_page to metadata address space operations
                            ` [Cluster-devel] [PATCH 15/58] [GFS2] Reorder writeback for glock sync
                              ` [Cluster-devel] [PATCH 16/58] [GFS2] Remove flags no longer required
                                ` [Cluster-devel] [PATCH 17/58] [GFS2] Given device ID rather than s_id in "id" sysfs file
                                  ` [Cluster-devel] [PATCH 18/58] [GFS2] check kthread_should_stop when waiting
                                    ` [Cluster-devel] [PATCH 19/58] [GFS2] Don't add glocks to the journal
                                      ` [Cluster-devel] [PATCH 20/58] [GFS2] Use atomic_t for journal free blocks counter
                                        ` [Cluster-devel] [PATCH 21/58] [GFS2] Move gfs2_logd into log.c
                                          ` [Cluster-devel] [PATCH 22/58] [GFS2] Don't periodically update the jindex
                                            ` [Cluster-devel] [PATCH 23/58] [GFS2] Check for installation of mount helpers for DLM mounts
                                              ` [Cluster-devel] [PATCH 24/58] [GFS2] tidy up error message
                                                ` [Cluster-devel] [PATCH 25/58] [GFS2] Fix runtime issue with UP kernels
                                                  ` [Cluster-devel] [PATCH 26/58] [GFS2] Revise gfs2_logd and flush thresholds
                                                    ` [Cluster-devel] [PATCH 27/58] [GFS2] remove unnecessary permission checks
                                                      ` [Cluster-devel] [PATCH 28/58] [GFS2] Fix build warnings
                                                        ` [Cluster-devel] [PATCH 29/58] [GFS2] Remove unrequired code
                                                          ` [Cluster-devel] [PATCH 30/58] [GFS2] Remove lock methods for lock_nolock protocol
                                                            ` [Cluster-devel] [PATCH 31/58] [GFS2] patch to check for recursive lock requests in gfs2_rename code path
                                                              ` [Cluster-devel] [PATCH 32/58] [GFS2] Remove unused variable
                                                                ` [Cluster-devel] [PATCH 33/58] [GFS2] use pid for plock owner for nfs clients
                                                                  ` [Cluster-devel] [PATCH 34/58] [GFS2] Remove function gfs2_get_block
                                                                    ` [Cluster-devel] [PATCH 35/58] [GFS2] Fix typo in log.c
                                                                      ` [Cluster-devel] [PATCH 36/58] [GFS2] Journal extent mapping
                                                                        ` [Cluster-devel] [PATCH 37/58] [GFS2] Get rid of useless "found" variable in quota.c
                                                                          ` [Cluster-devel] [PATCH 38/58] [GFS2] Run through full bitmaps quicker in gfs2_bitfit
                                                                            ` [Cluster-devel] [PATCH 39/58] [GFS2] Reorganize function gfs2_glmutex_lock
                                                                              ` [Cluster-devel] [PATCH 40/58] [GFS2] Only fetch the dinode once in block_map
                                                                                ` [Cluster-devel] [PATCH 41/58] [GFS2] Function meta_read optimization
                                                                                  ` [Cluster-devel] [PATCH 42/58] [GFS2] Incremental patch to fix compiler warning
                                                                                    ` [Cluster-devel] [PATCH 43/58] [GFS2] Eliminate the no longer needed sd_statfs_mutex
                                                                                      ` [Cluster-devel] [PATCH 44/58] [GFS2] Minor correction
                                                                                        ` [Cluster-devel] [PATCH 45/58] [GFS2] Fix log block mapper
                                                                                          ` [Cluster-devel] [PATCH 46/58] [GFS2] Remove unused variable
                                                                                            ` [Cluster-devel] [PATCH 47/58] [GFS2] Allow page migration for writeback and ordered pages
                                                                                              ` [Cluster-devel] [PATCH 48/58] [GFS2] Initialize extent_list earlier
                                                                                                ` [Cluster-devel] [PATCH 49/58] [GFS2] Fix problems relating to execution of files on GFS2
                                                                                                  ` [Cluster-devel] [PATCH 50/58] [GFS2] Fix assert in log code
                                                                                                    ` [Cluster-devel] [PATCH 51/58] [GFS2] Reduce inode size by moving i_alloc out of line
                                                                                                      ` [Cluster-devel] [PATCH 52/58] [GFS2] Remove unneeded i_spin
                                                                                                        ` [Cluster-devel] [PATCH 53/58] [GFS2] gfs2_alloc_required performance
                                                                                                          ` [Cluster-devel] [PATCH 54/58] [GFS2] Fix write alloc required shortcut calculation
                                                                                                            ` [Cluster-devel] [PATCH 55/58] [GFS2] Fix typo
                                                                                                              ` [Cluster-devel] [PATCH 56/58] [GFS2] Fix page_mkwrite truncation race path
                                                                                                                ` [Cluster-devel] [PATCH 57/58] [GFS2] Lockup on error
                                                                                                                  ` [Cluster-devel] [PATCH 58/58] [GFS2] Allow journal recovery on read-only mount

[PATCH] kernel/params.c: fix the module name length in param_sysfs_builtin
 2008-01-21  9:20 UTC 

A consideration on memory controller
 2008-01-21  9:19 UTC  (3+ messages)

[RFC][PATCH 2/2] kvm: libkvm: In-kernel PIT model
 2008-01-21  9:18 UTC 

[RFC][PATCH 1/2] KVM: In-kernel PIT model
 2008-01-21  9:18 UTC 

[RFC][PATCH 0/2]In-kernel PIT model
 2008-01-21  9:18 UTC 

[ANNOUNCE] Btrfs v0.10 (online growing/shrinking, ext3 conversion, and more)
 2008-01-21  9:15 UTC  (5+ messages)
` [Btrfs-devel] "

[Cluster-devel] [GFS2][PATCH] - Allow journal recovery on read-only mount
 2008-01-21  9:14 UTC  (2+ messages)
` [Cluster-devel] "

[PATCH] virtio: remove explicit pci ids from virtio_pci.c
 2008-01-21  9:12 UTC  (4+ messages)

xt_owner-xt_socket plans
 2008-01-21  9:11 UTC  (2+ messages)

how do you people debug ALSA?
 2008-01-21  9:11 UTC 

[Cluster-devel] [PATCH][GFS2] Lockup on error
 2008-01-21  9:10 UTC  (2+ messages)

[Qemu-devel] [RESEND] [PATCH] Make use of temporaries as registers conditional (fixes gcc4 i386 host)
 2008-01-21  9:08 UTC  (4+ messages)

[Buildroot] [buildroot 0001954]: fakeroot 1.8.10 no longer available form debain ftp
 2008-01-21  9:08 UTC 

[PATCH] kernel/params.c: fix the module name length in param_sysfs_builtin
 2008-01-21  9:08 UTC 

[Buildroot] [buildroot 0001954]: fakeroot 1.8.10 no longer available form debain ftp
 2008-01-21  9:04 UTC 

[MPC5200] problem running FEC and ATA
 2008-01-21  8:57 UTC  (2+ messages)

[Announce]: Test tree updates
 2008-01-21  8:57 UTC 

[PATCH 7/7] driver-core : convert semaphore to mutex in struct class
 2008-01-21  9:03 UTC  (12+ messages)

[Xenomai-core] porting ipipe on EP9315
 2008-01-21  8:56 UTC 

Xilinx XPS_LL_TEMAC vs PLB_TEMAC
 2008-01-21  8:54 UTC  (3+ messages)

mount options can not be parsed in auto.master with ldap map
 2008-01-21  8:50 UTC  (3+ messages)

[PATCH 1/4] dsmark: get rid of wrappers
 2008-01-21  8:50 UTC  (2+ messages)

SATA CDDVDRW and kernel 2.6.23.12 problems
 2008-01-21  8:49 UTC  (3+ messages)
    ` dvdrw->cdrom

[PATCH] Enable Penryn for Xenoprof
 2008-01-21  8:49 UTC 

[PATCH] ipv6: addrconf sparse warnings
 2008-01-21  8:48 UTC  (2+ messages)

[HELP]Problem with exit(0) and _exit(0) on RHEL x86
 2008-01-21  8:40 UTC 

[NET_SCHED]: kill obsolete NET_CLS_POLICE option
 2008-01-21  8:47 UTC  (2+ messages)

[MACVLAN]: Fix thinko in macvlan_transfer_operstate()
 2008-01-21  8:47 UTC  (2+ messages)

Allowing override of the default "origin" nickname
 2008-01-21  8:46 UTC  (37+ messages)
` [PATCH] Teach remote machinery about remotes.default config variable
          ` What's not in 'master' but should be
            ` What's not in 'master', and likely not to be until 1.5.4
                      ` [PATCH] submodule: Document the details of the command line syntax
              ` What's not in 'master', and likely not to be in, until 1.5.4
                              ` [PATCH 1/2] read-cache.c: introduce is_racy_timestamp() helper
                              ` [PATCH 2/2] read-cache.c: fix timestamp comparison

[PATCH] i2c-au1550: convert to platform driver
 2008-01-21  8:47 UTC  (3+ messages)
        ` [PATCH] i2c-au1550: convert to platform driver #4

[PATCH]: Fix IWLWIFI mis-merge
 2008-01-21  8:44 UTC 

"Help to debug" in ALSA wiki
 2008-01-21  8:40 UTC 

Hi, all,
 2008-01-21  8:39 UTC  (5+ messages)

[PATCH 2/4] dsmark: get rid of trivial function
 2008-01-21  8:39 UTC  (3+ messages)

[VLAN 00/18]: Vlan update
 2008-01-21  8:34 UTC  (2+ messages)

[LIBNL 00/09]: Netfilter update + minor fixes
 2008-01-21  8:39 UTC  (5+ messages)
` [LIBNL 07/09]: Split up nfnetlink_log into log and msg objects
` [LIBNL 08/09]: Support conntrack add/delete/query requests

[patch/rfc 2.6.24-rc8-git] genirq: partial lockdep fixes
 2008-01-21  8:31 UTC  (2+ messages)

[PATCH 0/4] Devices accessibility control group (v2)
 2008-01-21  8:31 UTC  (7+ messages)

SIlicon Image Controller 3512A or Seagate Barracuda ST3160827AS Issue
 2008-01-21  8:31 UTC  (2+ messages)

unable to use cdrom/dvd drive after some usage
 2008-01-21  8:38 UTC  (4+ messages)

[IA64] Weekly benchmark results [ww02]
 2008-01-21  8:25 UTC 

create a file in kernel mode. help please!
 2008-01-21  8:21 UTC  (2+ messages)

modprobing ipmi_si on Dell Power Edge 2600 make the terminal hang kernel ver. >= 2.6.20
 2008-01-21  8:15 UTC  (2+ messages)

[NET_SCHED 00/09]: sch_ingress cleanups
 2008-01-21  8:14 UTC  (3+ messages)

Все товары, все таможни
 2008-01-21  8:15 UTC 

ATA, SATA Disk Problems
 2008-01-21  8:11 UTC  (2+ messages)

[PATCH 0/7] percpu: Per cpu code simplification fixup
 2008-01-21  8:08 UTC  (4+ messages)
` [PATCH 1/7] Modules: Fold percpu_modcopy into module.c

[Announce] Development release 0.1 of the LatencyTOP tool
 2008-01-21  8:06 UTC  (3+ messages)
` [patch 1/3] LatencyTOP infrastructure patch
  `  "

ata error codes
 2008-01-21  8:04 UTC  (2+ messages)

[PATCH] fast importer for SCCS files
 2008-01-21  8:01 UTC  (5+ messages)

Migrate/Save of 32-bit domU Broken on Xen 3.1.2 64-bit dom0
 2008-01-21  7:59 UTC  (2+ messages)

[PATCH 0/6] RFC: Typesafe callbacks
 2008-01-21  7:56 UTC  (5+ messages)
` [PATCH 2/6] typesafe: kthread_create and kthread_run

ATA device reset, shoud I be concerned?
 2008-01-21  7:56 UTC  (4+ messages)

2.6.24-rc8-mm1 : net tcp_input.c warnings
 2008-01-21  7:55 UTC 

kbuild: improved Section mismatch detection
 2008-01-21  7:33 UTC  (10+ messages)
` [PATCH] kbuild: fix so modpost can now check any .o file
  ` [PATCH] kbuild: try harder to find symbol names in modpost
    ` [PATCH] kbuild: code refactoring "
      ` [PATCH] kbuild: introduce blacklisting "
        ` [PATCH] kbuild: check section names consistently "
          ` [PATCH] all archs: consolidate init and exit sections in vmlinux.lds.h
            ` [PATCH] compiler.h: introduce __section()
              ` [PATCH] Use separate sections for __dev/__cpu/__mem code/data

dmidecode output from Benq notebook
 2008-01-21  7:51 UTC  (4+ messages)

PROBLEM: Celeron Core
 2008-01-21  7:48 UTC  (3+ messages)

SATA timeouts on two disks
 2008-01-21  7:47 UTC  (4+ messages)

Why not creating a GIT RT tree ?
 2008-01-21  7:45 UTC  (6+ messages)

SATA port multiplier(Sil 3132) and JMicron 361-363
 2008-01-21  7:42 UTC  (2+ messages)

dmidecode for Acer TM3012
 2008-01-21  7:39 UTC  (3+ messages)

[PATCH 0/2] [libata] sata_mv: Add support for Marvell's integrated SATA controller
 2008-01-21  7:31 UTC  (6+ messages)
` [PATCH 1/2] [libata] sata_mv: Remove PCI dependency

[PATCH] net: add sparse annotation to ptype_seq_start/stop
 2008-01-21  7:29 UTC  (3+ messages)

sata_sil24 / Alpha / 4726 PMP issue 
 2008-01-21  7:26 UTC 

[U-Boot-Users] How to patch u-boot?
 2008-01-21  7:25 UTC  (2+ messages)

[PATCH 1/2] ath5k: debug level improvements
 2008-01-21  7:20 UTC  (4+ messages)

Endian problem when accessing internel regs on 8347
 2008-01-21  7:21 UTC  (2+ messages)

[PATCH] parse_object_buffer: don't ignore errors from the object specific parsing functions
 2008-01-21  7:21 UTC 

Re : [Qemu-devel] WE NEED GCC 4 please
 2008-01-21  7:19 UTC  (9+ messages)
`  "

[U-Boot-Users] [PATCH 3/3 resubmit] ppc_4xx: Add MCU25 board specific failes
 2008-01-21  7:18 UTC 

PARTIAL TAKE 971186 - kill xfs_root
 2008-01-21  7:18 UTC 

PARTIAL TAKE 971186 - keep i_nlink updated and use proper accessors
 2008-01-21  7:14 UTC 

[PATCH] [IPV4] route: fix locking in rt_run_flush()
 2008-01-21 15:08 UTC 

AW: Re: [Qemu-devel] VMport patch
 2008-01-21  7:10 UTC  (5+ messages)

a problem about the EC driver
 2008-01-21 15:17 UTC 

[PATCH 1/1] XFS: Replace custom AIL linked-list code with struct list_head
 2008-01-21  7:10 UTC  (5+ messages)

[PATCH] sh: add resource of USB for SH7720
 2008-01-21  7:09 UTC  (4+ messages)

PARTIAL TAKE 971186 - stop updating inode->i_blocks
 2008-01-21  7:07 UTC 

[Qemu-devel] emulate the Intel-VT behavior on any type of CPU
 2008-01-21  7:06 UTC  (7+ messages)

[PATCH] Make IOMMU code safe for > 132 GB of memory
 2008-01-21  7:01 UTC 

[PATCH] git-fsck: report missing author/commit line in a commit as an error
 2008-01-21  7:00 UTC  (3+ messages)

[REGRESSION] 2.6.24-rc7: e1000: Detected Tx Unit Hang
 2008-01-21  6:54 UTC  (5+ messages)

[PATCH] x86: disable_mtrr_trim only need for x86_64
 2008-01-21  6:57 UTC  (6+ messages)
` [PATCH] x86_64: update e820 instead of updating end_pfn v2
  ` [PATCH] x86_64: check if Tom2 is enabled
    ` [PATCH] x86_32: trim memory by updating e820 v2
  ` [PATCH] x86_64: update e820 instead of updating end_pfn v3

[PATCH 2/3][NET] gen_estimator: list_empty() check in est_timer() fixed
 2008-01-21  6:42 UTC  (4+ messages)

[ath5k-devel] [PATCH 2/4] ath5k: always extend rx timestamp with tsf
 2008-01-21  6:32 UTC  (3+ messages)

Error 13: Invalid or unsupported executable format ~
 2008-01-21  6:28 UTC 

Dom0 and entitlement
 2008-01-21  6:28 UTC 

Merging using only fast-forward
 2008-01-21  6:26 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.