All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-01-25 15:45:03 to 2008-01-25 17:00:32 UTC [more...]

[PATCH 001/112] NFS: Optimise nfs_vm_page_mkwrite()
 2008-01-25 16:38 UTC  (77+ messages)
  ` [PATCH 002/112] NFS: Clean up the write request locking
  ` [PATCH 005/112] SUNRPC: Fix a race in xs_tcp_state_change()
  ` [PATCH 003/112] NFSv4: Clean up the OPEN/CLOSE serialisation code
  ` [PATCH 004/112] NFS: Stop sillyname renames and unmounts from racing
  ` [PATCH 006/112] SUNRPC: Fix TCP rebinding logic
  ` [PATCH 007/112] SUNRPC: Allow the client to detect if the TCP connection is closed
  ` [PATCH 012/112] SUNRPC: Rename xprt_disconnect()
  ` [PATCH 010/112] SUNRPC: xprt_autoclose() should not call xprt_disconnect()
  ` [PATCH 013/112] SUNRPC: Reconnect immediately whenever the server isn't refusing it
  ` [PATCH 011/112] SUNRPC: Make call_status()/call_decode() call xprt_force_disconnect()
  ` [PATCH 017/112] SUNRPC: Cleanup of rpc_task initialisation
  ` [PATCH 015/112] SUNRPC: Move exported declarations to the function declarations
  ` [PATCH 021/112] SUNRPC: Add a helper rpc_call_start() that initialises task->tk_action
  ` [PATCH 019/112] SUNRPC: Clean up the initialisation of priority queue scheduling info
  ` [PATCH 018/112] SUNRPC: Clean up rpc_run_task
  ` [PATCH 020/112] SUNRPC: Mask signals across the call to rpc_call_setup() in rpc_run_task
  ` [PATCH 022/112] SUNRPC: Allow rpc_init_task() to initialise the rpc_task->tk_msg
  ` [PATCH 026/112] SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_task
  ` [PATCH 027/112] NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()
  ` [PATCH 028/112] SUNRPC: Unexport rpc_init_task() and rpc_execute()
  ` [PATCH 031/112] SUNRPC: Prevent mixed sign comparisons in rpcrdma_convert_iovs()
  ` [PATCH 032/112] SUNRPC: Fix an unnecessary implicit type cast in rpcrdma_count_chunks()
  ` [PATCH 035/112] SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate()
  ` [PATCH 036/112] NFS: Ensure nfs_wcc_update_inode always converts file size to loff_t
  ` [PATCH 037/112] NFS: Use unsigned intermediates for manipulating header lengths (NFSv2 XDR)
  ` [PATCH 040/112] NFS: Change sign of some loop indices in nfs4xdr.c
  ` [PATCH 043/112] NFS: Remove support for the 'nfsprog' option
  ` [PATCH 041/112] NFS: Prevent nfs_getattr() hang during heavy write workloads
  ` [PATCH 046/112] NFS: Clean up address comparison in __nfs_find_client()
  ` [PATCH 047/112] NFS: Remove an unneeded check in decode_compound_header_arg()
  ` [PATCH 049/112] NFS: Clean up the nfs_client initialisation
  ` [PATCH 050/112] NFS: Clean up the nfs_find_client function
  ` [PATCH 051/112] NFS: Remove the redundant nfs_client->cl_nfsversion
  ` [PATCH 052/112] SUNRPC: rpc_create() default hostname should support AF_INET6 addresses
  ` [PATCH 053/112] SUNRPC: Fix socket address handling in rpcb_clnt
  ` [PATCH 057/112] NFS: Increase size of cl_ipaddr field to hold IPv6 addresses
  ` [PATCH 060/112] NFS: Move dprintks from callback.c to callback_proc.c
  ` [PATCH 063/112] NFS: Verify IPv6 addresses properly
  ` [PATCH 062/112] NFS: Add support for AF_INET6 addresses in nfs_compare_super()
  ` [PATCH 061/112] NFS: Address a couple of nits in nfs_follow_referral()
  ` [PATCH 065/112] NFS: Set default port for NFSv4, with support for AF_INET6
  ` [PATCH 064/112] NFS: Make setting a port number agostic
  ` [PATCH 067/112] NFS: Expand server address storage in nfs_client struct
  ` [PATCH 071/112] NFS: Change nfs_get_client() to take sockaddr *
  ` [PATCH 073/112] NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *"
  ` [PATCH 074/112] NFS: Remove the NIPQUAD from nfs_try_mount
  ` [PATCH 075/112] NFS: Refactor mount option address parsing into separate function
  ` [PATCH 077/112] NFS: Pull covers off IPv6 address parsing
  ` [PATCH 076/112] NFS: Support non-IPv4 addresses in nfs_parsed_mount_data
  ` [PATCH 079/112] SUNRPC: cleanup for rpc_new_client()
  ` [PATCH 078/112] NFSv4: Add socket proto argument to setclientid
  ` [PATCH 080/112] SUNRPC: Clean up the transport timeout initialisation
  ` [PATCH 083/112] NFS: Support per-mountpoint timeout parameters
  ` [PATCH 085/112] SUNRPC: Fix use of copy_to_user() in gss_pipe_upcall()
  ` [PATCH 084/112] NFS: Fix the 'proto=' mount option
  ` [PATCH 086/112] NFS: Clean up fs/nfs/idmap.c
  ` [PATCH 089/112] NFS: Fix minor mixed sign comparison in NFS client's write logic
  ` [PATCH 087/112] NFS: Fix use of copy_to_user() in idmap_pipe_upcall
  ` [PATCH 090/112] NFS: nfs_write_end clean up
  ` [PATCH 092/112] SUNRPC: fewer conditionals in the format_ip_address routines
  ` [PATCH 093/112] SUNRPC: Fix up constant string declarations in struct rpcbind_args
  ` [PATCH 095/112] NFS: Invoke nlmclnt_init during NFS mount processing
  ` [PATCH 096/112] NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()
  ` [PATCH 098/112] NLM: Fix a bogus 'return' in nlmclnt_rpc_release
  ` [PATCH 097/112] NLM: Introduce an arguments structure for nlmclnt_init()
  ` [PATCH 099/112] NFS: NFS version number is unsigned
  ` [PATCH 102/112] SUNRPC: Use appropriate argument types in rpcb client
  ` [PATCH 101/112] SUNRPC: rpcb_getport_sync() should use built-in hostname generator
  ` [PATCH 100/112] SUNRPC: Clean up functions that free address_strings array
  ` [PATCH 105/112] SUNRPC: Don't bother changing the sigmask for asynchronous RPC calls
  ` [PATCH 103/112] SUNRPC: Clean up block comment preceding rpcb_getport_sync()
  ` [PATCH 107/112] nfs4: allow nfsv4 acls on non-regular-files
  ` [PATCH 110/112] nfs: convert NFS_*(inode) helpers to static inline
  ` [PATCH 109/112] nfs: obliterate NFS_FLAGS macro
  ` [PATCH 112/112] NFS: Fix a potential race between umount and nfs_access_cache_shrinker()
  ` [PATCH 111/112] NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inode

[Xenomai-help] AT91SAM9260 latency
 2008-01-25 17:00 UTC  (7+ messages)

[PATCH 000/112] What's in the NFS queue for linux-2.6.25
 2008-01-25 16:59 UTC 

Dropping some patches from sched-devel
 2008-01-25 16:58 UTC  (2+ messages)

Reiser4 for 2.6.24
 2008-01-25 16:55 UTC  (2+ messages)

Reminder: removal of arch/ppc
 2008-01-25 16:55 UTC 

[PATCH] firewire: fw-core: enforce write order when updating fw_device.generation
 2008-01-25 16:53 UTC  (11+ messages)
  ` dealing with barriers (was Re: [PATCH] firewire: fw-core: enforce write order when updating fw_device.generation)
    ` [PATCH 0/4] firewire: order of memory accesses (bus generation vs. node ID)
      ` [PATCH 3/4] firewire: enforce access order between generation and node ID
      ` [PATCH 4/4] firewire: fw-core: react on bus resets while the config ROM is being fetched
            ` [PATCH 4/4 update] "

[U-Boot-Users] [patch] add support for "eeprom info"
 2008-01-25 16:54 UTC  (3+ messages)

iptables block samba or not?
 2008-01-25 16:53 UTC  (6+ messages)

Toshiba JMR 3927 working setup?
 2008-01-25 16:50 UTC 

INITIO scsi driver fails to work properly
 2008-01-25 16:49 UTC  (8+ messages)

stgit: per branch cover letters
 2008-01-25 16:46 UTC  (2+ messages)

[PATCH] SCTP: Fix kernel panic while received AUTH chunk with BAD shared key identifier
 2008-01-25 16:46 UTC  (3+ messages)
` [Lksctp-developers] "

[Xenomai-help] x86_64 user/system process accounting
 2008-01-25 16:45 UTC  (3+ messages)

[PATCH 3/3] netns netfilter: create per-netns /proc/net/*_tables_*
 2008-01-25 16:45 UTC 

Linux 2.6.24-rc7
 2008-01-25 16:43 UTC  (11+ messages)

[Buildroot] Bug reporting process?
 2008-01-25 16:45 UTC  (3+ messages)

[UPDATED PATCH] SGIWD93: use cached memory access to make driver work on IP28
 2008-01-25 16:44 UTC  (2+ messages)

Is it time we removed the version number from policy.22/policy21?
 2008-01-25 16:44 UTC  (3+ messages)

[PATCH 2/3] netns netfilter: netns propagation for /proc/net/*_tables_names
 2008-01-25 16:44 UTC 

[PATCH 1/3] netns netfilter: semi-rewrite of /proc/net/foo_tables_*
 2008-01-25 16:43 UTC 

[PATCH] Marvell 6440 SAS/SATA driver
 2008-01-25 16:43 UTC  (5+ messages)

[U-Boot-Users] MPC83xx requieres dts aliases nodes to assign MAC addresses?
 2008-01-25 16:43 UTC  (2+ messages)

[RFC] ext3 freeze feature
 2008-01-25 16:42 UTC  (5+ messages)

[PATCH] SCTP: Fix kernel panic while received AUTH chunk while enabled auth
 2008-01-25 16:41 UTC  (2+ messages)

[PATCH -v8 0/4] Fixing the issue with memory-mapped file times
 2008-01-25 16:40 UTC  (6+ messages)
` [PATCH -v8 4/4] The design document for memory-mapped file times update

[PATCH 1/5] netns netfilter: per-netns ip6tables
 2008-01-25 16:39 UTC  (3+ messages)

Updated dom0 pvops for 2.6.24 available on git
 2008-01-25 16:37 UTC 

es1938 - patch trying to improve capture hw pointer reads
 2008-01-25 16:36 UTC  (10+ messages)

[Bluez-devel] [PATCH] Make device selection look better
 2008-01-25 16:35 UTC  (2+ messages)

[Bugme-new] [Bug 9811] New: Loopback address to eth0 interface changes scope permanently
 2008-01-25 16:34 UTC  (2+ messages)

[PATCH 1/7 net-2.6.25] [IPV4]: Fix memory leak on error path during FIB initialization
 2008-01-25 16:34 UTC  (4+ messages)
` [PATCH 3/7 net-2.6.25] [IPV4]: Prohibit assignment of 0.0.0.0 as interface address

[patch net-2.6.25][IPV4][FIB] fix fib_proc compilation error
 2008-01-25 16:32 UTC  (3+ messages)

[PATCH] [NET]: Remove PowerPC code from fec.c
 2008-01-25 16:31 UTC  (5+ messages)

[Qemu-devel] [PATCH] CPPFLAGS+= in Makefile.target
 2008-01-25 16:29 UTC  (9+ messages)

[PATCH] TCP:Fix a bug in strategy_allowed_congestion_control
 2008-01-25 16:25 UTC 

I'm a total push-over
 2008-01-25 16:24 UTC  (6+ messages)

git on MacOSX and files with decomposed utf-8 file names
 2008-01-25 16:25 UTC  (18+ messages)
                          ` On pathnames

Digital-Out (Toslink) on HDA-Intal (AD1986A)?
 2008-01-25 16:25 UTC  (5+ messages)

[Cluster-devel] cluster/cmirror/src link_mon.c local.c queues.c
 2008-01-25 16:24 UTC 

[PATCH(v3) 2.6.24] Fix fakephp deadlock
 2008-01-25 16:23 UTC 

[Cluster-devel] cluster/cmirror-kernel/src dm-clog.c
 2008-01-25 16:23 UTC 

Sun 6540 Multipathing
 2008-01-25 16:22 UTC 

That xenstored console leak
 2008-01-25 16:21 UTC  (3+ messages)

[GIT PATCH] driver core patches against 2.6.24
 2008-01-25 16:20 UTC  (5+ messages)
` [PATCH 108/196] Kobject: change net/bridge to use kobject_create_and_add
` [PATCH 136/196] Kobject: convert net/bridge/br_if.c to use kobject_init/add_ng()

lockdep warning with LTP dio test (v2.6.24-rc6-125-g5356f66)
 2008-01-25 16:16 UTC  (6+ messages)

sunhme dual port, mac address assignment problem
 2008-01-25 16:16 UTC 

[Qemu-devel] [PATCH] Allow AF_UNIX sockets to be disabled on non-Windows
 2008-01-25 16:13 UTC  (5+ messages)

[PATCH] fib_trie: rescan if key is lost during dump
 2008-01-25 16:13 UTC  (3+ messages)

does any wifi driver supports 802.11n for access point?
 2008-01-25 16:12 UTC  (3+ messages)

[PATCH] fix xend 'rename-restart' behavior
 2008-01-25 16:12 UTC  (3+ messages)

[patch 00/26] mount options: fix filesystem's ->show_options
 2008-01-25 16:10 UTC  (12+ messages)
` [patch 25/26] mount options: fix udf

[Ocfs2-devel] /etc/mkfs.ocfs2.conf support
 2008-01-25 16:10 UTC  (2+ messages)

[PATCH] x86: fix unconditional arch/x86/kernel/pcspeaker.c compiling
 2008-01-25 16:09 UTC  (6+ messages)
` [PATCH] x86: fix unconditional arch/x86/kernel/pcspeaker.c?compiling

[PATCH] QEMU support for virtio balloon driver
 2008-01-25 16:08 UTC  (3+ messages)

[PATCH v2] [POWERPC] 85xx: Port STX GP3 board over from arch/ppc
 2008-01-25 16:08 UTC  (2+ messages)

Migration problems
 2008-01-25 16:08 UTC  (3+ messages)

Scsi error : device overrun on Adaptec AIC-7902B
 2008-01-24 13:37 UTC 

[RFC][PATCH] remove section mappinng
 2008-01-25 16:05 UTC  (2+ messages)

[U-Boot-Users] Edit U-Boot Env with fw_printenv & fw_saveenv
 2008-01-25 16:05 UTC  (5+ messages)

ipcomp regression in 2.6.24?
 2008-01-25 15:57 UTC 

[Cluster-devel] cluster/rgmanager/src/daemons rg_state.c
 2008-01-25 16:04 UTC 

[Ocfs2-devel] ocfs2: Negotiate locking protocol versions
 2008-01-25 16:04 UTC  (2+ messages)

[Cluster-devel] cluster/rgmanager/src/daemons rg_thread.c
 2008-01-25 16:04 UTC 

[PATCH 4/9] enable FSL SATA driver config for Freescale SoCs
 2008-01-25 16:04 UTC  (2+ messages)

[Cluster-devel] cluster/rgmanager/src/daemons rg_thread.c
 2008-01-25 16:03 UTC 

CONFIG_MARKERS
 2008-01-25 16:01 UTC  (12+ messages)
              ` [PATCH] Linux Kernel Markers Support for Proprierary Modules

[PATCH for-2.6.25] [POWERPC] Rename commproc to cpm1 and cpm2_common.c to cpm2.c
 2008-01-25 15:56 UTC  (3+ messages)

x86.git: mtrr trimming removes all memory under kvm
 2008-01-25 15:57 UTC  (12+ messages)
  ` [PATCH] x86: trim ram need to check if mtrr is there v2
      ` [PATCH] x86: trim ram need to check if mtrr is there v3

[patch 0/9] reiserfsprogs patch queue
 2008-01-25 16:00 UTC  (5+ messages)
  ` [PATCH] reiserfsprogs: remove dependency on asm/unaligned.h

[PATCH] mpc834x_mds: Convert device tree source to dts-v1
 2008-01-25 15:57 UTC  (2+ messages)

[PATCHv3 7/7] [POWERPC] Move definition of buffer descriptor to cpm.h
 2008-01-25 15:56 UTC  (3+ messages)

[PATCH] x86: ignore spurious faults
 2008-01-25 15:54 UTC  (5+ messages)
  ` [PATCH UPDATE] "

[U-Boot-Users] The way to become a superlover!
 2008-01-25 15:53 UTC 

[PATCH] libertas: fix interrupt while removing driver
 2008-01-25 15:48 UTC  (2+ messages)

[PATCH] libertas: fix memory alignment problems on the blackfin
 2008-01-25 15:46 UTC  (2+ messages)

btrfs and git-reflog
 2008-01-25 15:50 UTC  (2+ messages)
` [Btrfs-devel] "

Kexec command line length
 2008-01-25 15:44 UTC  (7+ messages)

[Qemu-devel] [PATCH][RFC] To mount qemu disk image on the host
 2008-01-25 15:49 UTC  (3+ messages)

Q: linux failed to execute /init?
 2008-01-25 15:47 UTC  (6+ 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.