All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-01-25 16:00:49 to 2008-01-25 17:02:05 UTC [more...]

[PATCH 001/112] NFS: Optimise nfs_vm_page_mkwrite()
 2008-01-25 16:38 UTC  (99+ messages)
  ` [PATCH 004/112] NFS: Stop sillyname renames and unmounts from racing
  ` [PATCH 005/112] SUNRPC: Fix a race in xs_tcp_state_change()
  ` [PATCH 002/112] NFS: Clean up the write request locking
  ` [PATCH 003/112] NFSv4: Clean up the OPEN/CLOSE serialisation code
  ` [PATCH 006/112] SUNRPC: Fix TCP rebinding logic
  ` [PATCH 008/112] SUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is closed for writes
  ` [PATCH 007/112] SUNRPC: Allow the client to detect if the TCP connection is closed
  ` [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 012/112] SUNRPC: Rename xprt_disconnect()
  ` [PATCH 017/112] SUNRPC: Cleanup of rpc_task initialisation
  ` [PATCH 014/112] sunrpc: document the rpc_pipefs kernel api
  ` [PATCH 016/112] SUNRPC: Restrict sunrpc client exports
  ` [PATCH 015/112] SUNRPC: Move exported declarations to the function declarations
  ` [PATCH 018/112] SUNRPC: Clean up rpc_run_task
  ` [PATCH 019/112] SUNRPC: Clean up the initialisation of priority queue scheduling info
  ` [PATCH 020/112] SUNRPC: Mask signals across the call to rpc_call_setup() in rpc_run_task
  ` [PATCH 021/112] SUNRPC: Add a helper rpc_call_start() that initialises task->tk_action
  ` [PATCH 023/112] NFS: Clean up the (commit|read|write)_setup() callback routines
  ` [PATCH 022/112] SUNRPC: Allow rpc_init_task() to initialise the rpc_task->tk_msg
  ` [PATCH 024/112] NFS/SUNRPC: Convert all users of rpc_call_setup()
  ` [PATCH 027/112] NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()
  ` [PATCH 026/112] SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_task
  ` [PATCH 025/112] SUNRPC: Remove the now unused function rpc_call_setup()
  ` [PATCH 031/112] SUNRPC: Prevent mixed sign comparisons in rpcrdma_convert_iovs()
  ` [PATCH 030/112] SUNRPC: Remove the obsolete RPC_WAITQ macro
  ` [PATCH 028/112] SUNRPC: Unexport rpc_init_task() and rpc_execute()
  ` [PATCH 032/112] SUNRPC: Fix an unnecessary implicit type cast in rpcrdma_count_chunks()
  ` [PATCH 036/112] NFS: Ensure nfs_wcc_update_inode always converts file size to loff_t
  ` [PATCH 035/112] SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate()
  ` [PATCH 034/112] SUNRPC: temp var should match return type of xdr_skb_read_actor
  ` [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 044/112] NFS: Remove support for the 'mountprog' option
  ` [PATCH 045/112] NFS: Clean up: copy hostname with kstrndup during mount processing
  ` [PATCH 047/112] NFS: Remove an unneeded check in decode_compound_header_arg()
  ` [PATCH 048/112] NFS: define a function to update nfsi->cache_change_attribute
  ` [PATCH 050/112] NFS: Clean up the nfs_find_client function
  ` [PATCH 049/112] NFS: Clean up the nfs_client initialisation
  ` [PATCH 052/112] SUNRPC: rpc_create() default hostname should support AF_INET6 addresses
  ` [PATCH 051/112] NFS: Remove the redundant nfs_client->cl_nfsversion
  ` [PATCH 054/112] SUNRPC: RPC version numbers are u32
  ` [PATCH 053/112] SUNRPC: Fix socket address handling in rpcb_clnt
  ` [PATCH 056/112] NFS: Ensure NFSv4 SETCLIENTID send buffer is large enough
  ` [PATCH 057/112] NFS: Increase size of cl_ipaddr field to hold IPv6 addresses
  ` [PATCH 059/112] NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)
  ` [PATCH 060/112] NFS: Move dprintks from callback.c to callback_proc.c
  ` [PATCH 063/112] NFS: Verify IPv6 addresses properly
  ` [PATCH 061/112] NFS: Address a couple of nits in nfs_follow_referral()
  ` [PATCH 062/112] NFS: Add support for AF_INET6 addresses in nfs_compare_super()
  ` [PATCH 064/112] NFS: Make setting a port number agostic
  ` [PATCH 065/112] NFS: Set default port for NFSv4, with support for AF_INET6
  ` [PATCH 068/112] NFS: Change cb_getattrargs to pass "struct sockaddr *" instead of sockaddr_in
  ` [PATCH 067/112] NFS: Expand server address storage in nfs_client struct
  ` [PATCH 070/112] NFS: Change nfs_find_client() to take "struct sockaddr *"
  ` [PATCH 072/112] NFS: Change nfs4_set_client() to accept struct sockaddr *
  ` [PATCH 071/112] NFS: Change nfs_get_client() to take "
  ` [PATCH 074/112] NFS: Remove the NIPQUAD from nfs_try_mount
  ` [PATCH 073/112] NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *"
  ` [PATCH 076/112] NFS: Support non-IPv4 addresses in nfs_parsed_mount_data
  ` [PATCH 075/112] NFS: Refactor mount option address parsing into separate function
  ` [PATCH 077/112] NFS: Pull covers off IPv6 address parsing
  ` [PATCH 079/112] SUNRPC: cleanup for rpc_new_client()
  ` [PATCH 078/112] NFSv4: Add socket proto argument to setclientid
  ` [PATCH 081/112] SUNRPC: Add support for per-client timeout values
  ` [PATCH 080/112] SUNRPC: Clean up the transport timeout initialisation
  ` [PATCH 083/112] NFS: Support per-mountpoint timeout parameters
  ` [PATCH 086/112] NFS: Clean up fs/nfs/idmap.c
  ` [PATCH 085/112] SUNRPC: Fix use of copy_to_user() in gss_pipe_upcall()
  ` [PATCH 084/112] NFS: Fix the 'proto=' mount option
  ` [PATCH 089/112] NFS: Fix minor mixed sign comparison in NFS client's write logic
  ` [PATCH 088/112] NFS: Use size_t for storing name lengths
  ` [PATCH 087/112] NFS: Fix use of copy_to_user() in idmap_pipe_upcall
  ` [PATCH 092/112] SUNRPC: fewer conditionals in the format_ip_address routines
  ` [PATCH 090/112] NFS: nfs_write_end clean up
  ` [PATCH 093/112] SUNRPC: Fix up constant string declarations in struct rpcbind_args
  ` [PATCH 094/112] NLM: Introduce external nlm_host set-up and tear-down functions
  ` [PATCH 096/112] NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()
  ` [PATCH 095/112] NFS: Invoke nlmclnt_init during NFS mount processing
  ` [PATCH 099/112] NFS: NFS version number is unsigned
  ` [PATCH 097/112] NLM: Introduce an arguments structure for nlmclnt_init()
  ` [PATCH 098/112] NLM: Fix a bogus 'return' in nlmclnt_rpc_release
  ` [PATCH 100/112] SUNRPC: Clean up functions that free address_strings array
  ` [PATCH 101/112] SUNRPC: rpcb_getport_sync() should use built-in hostname generator
  ` [PATCH 102/112] SUNRPC: Use appropriate argument types in rpcb client
  ` [PATCH 103/112] SUNRPC: Clean up block comment preceding rpcb_getport_sync()
  ` [PATCH 105/112] SUNRPC: Don't bother changing the sigmask for asynchronous RPC calls
  ` [PATCH 104/112] SUNRPC: rpcb_getport_sync() passes incorrect address size to rpc_create()
  ` [PATCH 108/112] NFS: Address memory leaks in the NFS client mount option parser
  ` [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  (11+ 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  (2+ messages)

x86.git: mtrr trimming removes all memory under kvm
 2008-01-25 15:57 UTC  (8+ 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


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.