All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-11-29 22:35:45 to 2007-11-29 23:32:47 UTC [more...]

Help wanted with parallel port rule
 2007-11-29 23:32 UTC  (2+ messages)

Out of tree module using LSM
 2007-11-29 23:31 UTC  (21+ messages)

[PATCH RFC] Move all dashed form git commands to libexecdir
 2007-11-29 23:30 UTC  (16+ messages)
` [PATCH] "

[PATCH] Remove #define hex_asc from kernel.h, update lib/hexdump.c
 2007-11-29 23:28 UTC  (8+ messages)
      ` [PATCH] Reduce stack used by lib/hexdump.c

remap_file_pages() broken in 2.6.23?
 2007-11-29 23:30 UTC  (2+ messages)

constant_tsc and TSC unstable
 2007-11-29 23:29 UTC  (2+ messages)

sata NCQ blacklist entry
 2007-11-29 23:29 UTC  (5+ messages)

[lennart@poettering.net: Status of ALSA "simple" mixer interface]
 2007-11-29 23:28 UTC  (3+ messages)
` Softvol controls

[rfc] using xor in mark targets
 2007-11-29 23:27 UTC  (2+ messages)

[Bluez-devel] second usb bluetooth device not detected
 2007-11-29 23:27 UTC 

[PATCH v2] qe: change qe_setbrg() to take an enum qe_clock instead of an integer
 2007-11-29 23:26 UTC 

PATCH: peersid capability support
 2007-11-29 23:24 UTC  (3+ messages)

Add the infamous Huawei E220 to option.c
 2007-11-29 23:23 UTC  (4+ messages)

[patch] SCSI: early detection of medium not present, updated
 2007-11-29 23:18 UTC 

[RFC,PATCH 00/38] SVC Transport Switch
 2007-11-29 22:54 UTC  (38+ messages)
  ` [RFC,PATCH 01/38] svc: Add an svc transport class
  ` [RFC,PATCH 02/38] svc: Make svc_sock the tcp/udp transport
  ` [RFC,PATCH 03/38] svc: Change the svc_sock in the rqstp structure to a transport
  ` [RFC,PATCH 04/38] svc: Add a max payload value to the transport
  ` [RFC,PATCH 05/38] svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
  ` [RFC,PATCH 06/38] svc: Add transport specific xpo_release function
  ` [RFC,PATCH 07/38] svc: Add per-transport delete functions
  ` [RFC,PATCH 08/38] svc: Add xpo_prep_reply_hdr
  ` [RFC,PATCH 09/38] svc: Add a transport function that checks for write space
  ` [RFC,PATCH 10/38] svc: Move close processing to a single place
  ` [RFC,PATCH 11/38] svc: Add xpo_accept transport function
  ` [RFC,PATCH 12/38] svc: Add a generic transport svc_create_xprt function
  ` [RFC,PATCH 13/38] svc: Change services to use new svc_create_xprt service
  ` [RFC,PATCH 14/38] svc: Change sk_inuse to a kref
  ` [RFC,PATCH 15/38] svc: Move sk_flags to the svc_xprt structure
  ` [RFC,PATCH 16/38] svc: Move sk_server and sk_pool to svc_xprt
  ` [RFC,PATCH 17/38] svc: Make close transport independent
  ` [RFC,PATCH 18/38] svc: Move sk_reserved to svc_xprt
  ` [RFC,PATCH 19/38] svc: Make the enqueue service transport neutral and export it
  ` [RFC,PATCH 20/38] svc: Make svc_send transport neutral
  ` [RFC,PATCH 21/38] svc: Change svc_sock_received to svc_xprt_received and export it
  ` [RFC,PATCH 22/38] svc: Remove sk_lastrecv
  ` [RFC,PATCH 24/38] svc: Make deferral processing xprt independent
  ` [RFC,PATCH 25/38] svc: Move the sockaddr information to svc_xprt
  ` [RFC,PATCH 26/38] svc: Make svc_sock_release svc_xprt_release
  ` [RFC,PATCH 27/38] svc: Make svc_recv transport neutral
  ` [RFC,PATCH 28/38] svc: Make svc_age_temp_sockets svc_age_temp_transports
  ` [RFC,PATCH 29/38] svc: Move common create logic to common code
  ` [RFC,PATCH 30/38] svc: Removing remaining references to rq_sock in rqstp
  ` [RFC,PATCH 31/38] svc: Make svc_check_conn_limits xprt independent
  ` [RFC,PATCH 32/38] svc: Move the xprt independent code to the svc_xprt.c file
  ` [RFC,PATCH 33/38] svc: Add transport hdr size for defer/revisit
  ` [RFC,PATCH 34/38] svc: Add /proc/sys/sunrpc/transport files
  ` [RFC,PATCH 35/38] knfsd: Support adding transports by writing portlist file
  ` [RFC,PATCH 36/38] svc: Add svc API that queries for a transport instance
  ` [RFC,PATCH 37/38] knfsd: Modify write_ports to use svc_find_xprt service
  ` [RFC,PATCH 38/38] svc: Add svc_xprt_names service to replace svc_sock_names

[RFC,PATCH 00/38] RPC Transport Switch
 2007-11-29 22:56 UTC  (38+ messages)
  ` [RFC,PATCH 01/38] svc: Add an svc transport class
  ` [RFC,PATCH 02/38] svc: Make svc_sock the tcp/udp transport
  ` [RFC,PATCH 03/38] svc: Change the svc_sock in the rqstp structure to a transport
  ` [RFC,PATCH 04/38] svc: Add a max payload value to the transport
  ` [RFC,PATCH 05/38] svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
  ` [RFC,PATCH 06/38] svc: Add transport specific xpo_release function
  ` [RFC,PATCH 07/38] svc: Add per-transport delete functions
  ` [RFC,PATCH 08/38] svc: Add xpo_prep_reply_hdr
  ` [RFC,PATCH 09/38] svc: Add a transport function that checks for write space
  ` [RFC,PATCH 10/38] svc: Move close processing to a single place
  ` [RFC,PATCH 11/38] svc: Add xpo_accept transport function
  ` [RFC,PATCH 12/38] svc: Add a generic transport svc_create_xprt function
  ` [RFC,PATCH 13/38] svc: Change services to use new svc_create_xprt service
  ` [RFC,PATCH 14/38] svc: Change sk_inuse to a kref
  ` [RFC,PATCH 15/38] svc: Move sk_flags to the svc_xprt structure
  ` [RFC,PATCH 16/38] svc: Move sk_server and sk_pool to svc_xprt
  ` [RFC,PATCH 17/38] svc: Make close transport independent
  ` [RFC,PATCH 18/38] svc: Move sk_reserved to svc_xprt
  ` [RFC,PATCH 19/38] svc: Make the enqueue service transport neutral and export it
  ` [RFC,PATCH 20/38] svc: Make svc_send transport neutral
  ` [RFC,PATCH 21/38] svc: Change svc_sock_received to svc_xprt_received and export it
  ` [RFC,PATCH 22/38] svc: Remove sk_lastrecv
  ` [RFC,PATCH 24/38] svc: Make deferral processing xprt independent
  ` [RFC,PATCH 25/38] svc: Move the sockaddr information to svc_xprt
  ` [RFC,PATCH 26/38] svc: Make svc_sock_release svc_xprt_release
  ` [RFC,PATCH 27/38] svc: Make svc_recv transport neutral
  ` [RFC,PATCH 28/38] svc: Make svc_age_temp_sockets svc_age_temp_transports
  ` [RFC,PATCH 29/38] svc: Move common create logic to common code
  ` [RFC,PATCH 30/38] svc: Removing remaining references to rq_sock in rqstp
  ` [RFC,PATCH 31/38] svc: Make svc_check_conn_limits xprt independent
  ` [RFC,PATCH 32/38] svc: Move the xprt independent code to the svc_xprt.c file
  ` [RFC,PATCH 33/38] svc: Add transport hdr size for defer/revisit
  ` [RFC,PATCH 34/38] svc: Add /proc/sys/sunrpc/transport files
  ` [RFC,PATCH 35/38] knfsd: Support adding transports by writing portlist file
  ` [RFC,PATCH 36/38] svc: Add svc API that queries for a transport instance
  ` [RFC,PATCH 37/38] knfsd: Modify write_ports to use svc_find_xprt service
  ` [RFC,PATCH 38/38] svc: Add svc_xprt_names service to replace svc_sock_names

raid6 check/repair
 2007-11-29 23:17 UTC  (5+ messages)

[RFC,PATCH 00/38] SVC Transport Switch
 2007-11-29 23:18 UTC  (39+ messages)
  ` [RFC,PATCH 01/38] svc: Add an svc transport class
  ` [RFC,PATCH 02/38] svc: Make svc_sock the tcp/udp transport
  ` [RFC,PATCH 03/38] svc: Change the svc_sock in the rqstp structure to a transport
  ` [RFC,PATCH 04/38] svc: Add a max payload value to the transport
  ` [RFC,PATCH 05/38] svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
  ` [RFC,PATCH 06/38] svc: Add transport specific xpo_release function
  ` [RFC,PATCH 07/38] svc: Add per-transport delete functions
  ` [RFC,PATCH 08/38] svc: Add xpo_prep_reply_hdr
  ` [RFC,PATCH 09/38] svc: Add a transport function that checks for write space
  ` [RFC,PATCH 10/38] svc: Move close processing to a single place
  ` [RFC,PATCH 11/38] svc: Add xpo_accept transport function
  ` [RFC,PATCH 12/38] svc: Add a generic transport svc_create_xprt function
  ` [RFC,PATCH 13/38] svc: Change services to use new svc_create_xprt service
  ` [RFC,PATCH 14/38] svc: Change sk_inuse to a kref
  ` [RFC,PATCH 15/38] svc: Move sk_flags to the svc_xprt structure
  ` [RFC,PATCH 16/38] svc: Move sk_server and sk_pool to svc_xprt
  ` [RFC,PATCH 17/38] svc: Make close transport independent
  ` [RFC,PATCH 18/38] svc: Move sk_reserved to svc_xprt
  ` [RFC,PATCH 19/38] svc: Make the enqueue service transport neutral and export it
  ` [RFC,PATCH 20/38] svc: Make svc_send transport neutral
  ` [RFC,PATCH 21/38] svc: Change svc_sock_received to svc_xprt_received and export it
  ` [RFC,PATCH 22/38] svc: Remove sk_lastrecv
  ` [RFC,PATCH 24/38] svc: Make deferral processing xprt independent
  ` [RFC,PATCH 25/38] svc: Move the sockaddr information to svc_xprt
  ` [RFC,PATCH 26/38] svc: Make svc_sock_release svc_xprt_release
  ` [RFC,PATCH 27/38] svc: Make svc_recv transport neutral
  ` [RFC,PATCH 28/38] svc: Make svc_age_temp_sockets svc_age_temp_transports
  ` [RFC,PATCH 29/38] svc: Move common create logic to common code
  ` [RFC,PATCH 30/38] svc: Removing remaining references to rq_sock in rqstp
  ` [RFC,PATCH 31/38] svc: Make svc_check_conn_limits xprt independent
  ` [RFC,PATCH 32/38] svc: Move the xprt independent code to the svc_xprt.c file
  ` [RFC,PATCH 33/38] svc: Add transport hdr size for defer/revisit
  ` [RFC,PATCH 34/38] svc: Add /proc/sys/sunrpc/transport files
  ` [RFC,PATCH 35/38] knfsd: Support adding transports by writing portlist file
  ` [RFC,PATCH 36/38] svc: Add svc API that queries for a transport instance
  ` [RFC,PATCH 37/38] knfsd: Modify write_ports to use svc_find_xprt service
  ` [RFC,PATCH 38/38] svc: Add svc_xprt_names service to replace svc_sock_names

[RFC] [PATCH] hugetlbfs :shmget with SHM_HUGETLB only works as root
 2007-11-29 23:11 UTC  (5+ messages)

performance considerations with IO schedulers and DM multipathing
 2007-11-29 23:12 UTC  (3+ messages)
  ` performance considerations with IO schedulers and DMmultipathing

[linux-usb-devel] [PATCH] base/class.c: prevent ooops due to insert/remove race (v3)
 2007-11-29 23:09 UTC  (4+ messages)

[PATC][xend] Implement get_by_name_label for class XendNetwork
 2007-11-29 23:07 UTC 

alloc_page_vma: should be called from a module? (not exported in x86_64)
 2007-11-29 23:06 UTC 

Race between generic_forget_inode() and sync_sb_inodes()?
 2007-11-29 23:03 UTC  (4+ messages)

problem with git detecting proper renames
 2007-11-29 23:03 UTC  (7+ messages)
        ` Fix a pathological case in "

+ r6040-cleanups.patch added to -mm tree
 2007-11-29 23:04 UTC 

+ r6040-erroneous-dev-priv.patch added to -mm tree
 2007-11-29 23:04 UTC 

+ r6040-remove-virt_to_bus.patch added to -mm tree
 2007-11-29 23:04 UTC 

+ r6040-compile-error.patch added to -mm tree
 2007-11-29 23:04 UTC 

[RFC,PATCH 0/8] RDMA Transport Provider
 2007-11-29 22:45 UTC  (9+ messages)
  ` [RFC,PATCH 1/8] rdma: SVCRMDA Header File
  ` [RFC,PATCH 2/8] rdma: SVCRDMA Transport Module
  ` [RFC,PATCH 3/8] rdma: SVCRDMA Core Transport Services
  ` [RFC,PATCH 4/8] rdma: SVCRDMA recvfrom
  ` [RFC,PATCH 5/8] rdma: SVCRDMA sendto
  ` [RFC,PATCH 6/8] rdma: ONCRPC RDMA protocol marshalling
  ` [RFC,PATCH 7/8] rdma: makefile
  ` [RFC,PATCH 8/8] rdma: Kconfig

[PATCH x86/mm 01/11] x86-32 thread_struct.debugreg
 2007-11-29 23:02 UTC  (7+ messages)
` [PATCH x86/mm 11/11] x86 ptrace merge removals

+ bnx2x-depends-on-zlib_inflate.patch added to -mm tree
 2007-11-29 23:02 UTC 

coding style lesson: iwlwifi vs. endianness
 2007-11-29 23:02 UTC  (5+ messages)

[PATCH x86/mm 1/6] x86-64 ia32 ptrace pt_regs cleanup
 2007-11-29 23:00 UTC  (8+ messages)
` [PATCH x86/mm 6/6] x86-64 ia32 ptrace get/putreg32 current task

+ mm-dont-waste-swap-on-locked-pages.patch added to -mm tree
 2007-11-29 23:01 UTC 

named + capset = EPERM [Was: 2.6.24-rc3-mm2]
 2007-11-29 22:56 UTC  (6+ messages)

[PATCH 1/9] AOUT: Move STACK_TOP[_MAX] to asm/processor.h [2.6.24-rc3-mm2]
 2007-11-29 22:53 UTC  (8+ messages)
` [PATCH 2/9] AOUT: Mark arches that support A.OUT format [2.6.24-rc3-mm2]
` [PATCH 3/9] AOUT: Suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT [2.6.24-rc3-mm2]
` [PATCH 4/9] AOUT: Remove unnecessary inclusions of {asm, linux}/a.out.h [2.6.24-rc3-mm2]
` [PATCH 5/9] USB: net2280 can't have a function called show_registers() [2.6.24-rc3-mm2]
` [PATCH 6/9] MN10300: Allocate serial port UART IDs for on-chip serial ports [2.6.24-rc3-mm2]
` [PATCH 8/9] MN10300: Add platform MTD support for the ASB2303 board [2.6.24-rc3-mm2]
` [PATCH 9/9] MN10300: Fix MTD JEDEC probe so that the ASB2303 bootprom can be detected [2.6.24-rc3-mm2]

[Cluster-devel] [GFS2 Patch] Remove lock methods for lock_nolock protocol
 2007-11-29 22:56 UTC  (2+ messages)

[U-Boot-Users] MII / RMII
 2007-11-29 22:55 UTC  (3+ messages)

qe: fix device tree lookup code in qe_muram_init()
 2007-11-29 22:54 UTC  (2+ messages)

+ timerfd-v3-new-timerfd-api-update-sys_nic-with-the-new-timerfd-syscalls.patch added to -mm tree
 2007-11-29 22:53 UTC 

[Bridge] BitTorrent still crashes Linux firewall running bridging :-(
 2007-11-29 22:52 UTC  (3+ messages)
  ` [Bridge] bridge in 'hub' mode possible?

[PATCHSET] libata: improve ATAPI data transfer handling, take #2
 2007-11-29 22:52 UTC  (7+ messages)
` [PATCH 14/14] libata: use PIO for misc ATAPI commands

+ uml-work-around-host-tcsetattr-bug.patch added to -mm tree
 2007-11-29 22:51 UTC 

+ uml-after_sleep_interval-should-return-something.patch added to -mm tree
 2007-11-29 22:51 UTC 

+ uml-keep-uml-kconfig-in-sync-with-x86.patch added to -mm tree
 2007-11-29 22:51 UTC 

git problem
 2007-11-29 22:47 UTC  (3+ messages)

+ uml-add-uml-dependencies.patch added to -mm tree
 2007-11-29 22:51 UTC 

+ printk-trivial-optimizations-fix.patch added to -mm tree
 2007-11-29 22:48 UTC 

[lm-sensors] |PATCH 4/4] hwmon: (adm1026) Don't create files for
 2007-11-29 22:47 UTC 

[lm-sensors] [PATCH 3/4] hwmon: (adm1026) More cleanups
 2007-11-29 22:47 UTC 

Adding push configuration to .git/config
 2007-11-29 22:46 UTC  (8+ messages)

[lm-sensors] [PATCH 2/4] hwmon: (adm1026) Whitespace cleanups
 2007-11-29 22:46 UTC 

qe: change qe_setbrg() to take an enum qe_clock instead of an integer
 2007-11-29 22:45 UTC  (2+ messages)

+ af_rxrpc-configure-crypto-correctly-for-af_rxrpc.patch added to -mm tree
 2007-11-29 22:43 UTC 

[lm-sensors] [PATCH 1/4] hwmon: (adm1026) Add individual alarm files
 2007-11-29 22:45 UTC 

[linux-usb-devel] [PATCH] base/class.c: prevent ooops due to insert/remove race (v3)
 2007-11-29 22:43 UTC  (2+ messages)

NFS client hang on attempt to do async blocking posix lock enqueue
 2007-11-29 22:41 UTC  (2+ messages)

[U-Boot-Users] BRGs on ep8248 after updating CLKIN
 2007-11-29 22:39 UTC  (3+ messages)

[SPARC64] Export symbols for sunvnet and sunvdc to be built modular
 2007-11-29 22:02 UTC 

kobject_init rewrite
 2007-11-29 22:24 UTC  (3+ messages)

+ jbd2-fix-assertion-failure-in-fs-jbd2-checkpointc.patch added to -mm tree
 2007-11-29 22:36 UTC 

+ jbd2-fix-assertion-failure-in-fs-jbd2-checkpointc.patch added to -mm tree
 2007-11-29 22:36 UTC 

[PATCH] Scheduling groups, credit scheduler support
 2007-11-29 22:36 UTC  (2+ messages)

[lm-sensors] [PATCH 0/4] adm1026 updates
 2007-11-29 22:35 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.