Linux NFS development
 help / color / mirror / Atom feed
 messages from 2007-08-17 10:55:06 to 2007-08-29 18:21:03 UTC [more...]

[RFC,PATCH 00/20] svc: Server Side Transport Switch
 2007-08-29 18:28 UTC  (33+ messages)
` [RFC, PATCH 01/20] svc: Add svc_xprt transport switch structure
` [RFC,PATCH 02/20] svc: xpt_detach and xpt_free
` [RFC,PATCH 03/20] svc: xpt_prep_reply_hdr
` [RFC,PATCH 05/20] svc: xpt_max_payload
` [RFC, PATCH 06/20] svc: export svc_sock_enqueue, svc_sock_received
` [RFC,PATCH 07/20] svc: centralise close handling
` [RFC,PATCH 08/20] svc: centralise accept handling
` [RFC,PATCH 09/20] svc: Add SK_LISTENER flag
` [RFC,PATCH 10/20] svc: Add generic refcount services
` [RFC,PATCH 11/20] svc: cleanup svc_sock initialization
` [RFC,PATCH 13/20] svc: Add svc_[un]register_transport
` [RFC,PATCH 14/20] svc: Register TCP/UDP Transports
` [RFC,PATCH 15/20] svc: transport file implementation
` [RFC,PATCH 16/20] svc: xpt_create_svc
` [RFC,PATCH 17/20] svc: Add xpt_get_name service
` [RFC,PATCH 18/20] svc: Add xpt_defer transport function
` [RFC,PATCH 19/20] knfsd: call svc_create_svcsock
` [RFC,PATCH 20/20] knfsd: create listener via portlist write
  ` [RFC,PATCH 04/20] svc: xpt_has_wspace

need info on IPv6 support for NFS in RHEL and SLES distros
 2007-08-29 16:19 UTC  (2+ messages)

[BUG] problem with nfs_invaildate_page
 2007-08-29 15:49 UTC  (3+ messages)
    ` [BUG] problem with nfs_invalidate_page

[2/2] 2.6.23-rc3: known regressions with patches
 2007-08-29 15:28 UTC 

[3/4] 2.6.23-rc4: known regressions
 2007-08-29 15:27 UTC 

mount nfs:RPC timeout
 2007-08-29 14:36 UTC 

A vida anda passando a mão em mim... Cultura com pitadas cristãs... E-revista Outravia, news - 16
 2007-08-29  9:05 UTC 

mount.nfs installation
 2007-08-28  0:01 UTC 

[PATCH 1/9] mount.nfs: Fix nfs4mount_s prototype
 2007-08-27 23:58 UTC  (4+ messages)

nfs server patches for review
 2007-08-27 23:36 UTC  (18+ messages)
` [PATCH 01/15] nfsd: tone down inaccurate dprintk
  ` [PATCH 02/15] nfsd: remove unused cache_for_each macro
    ` [PATCH 03/15] nfsd: fix horrible indentation in nfsd_setattr
      ` [PATCH 04/15] knfsd: delete code made redundant by map_new_errors
        ` [PATCH 05/15] knfsd: cleanup of nfsd4 cmp_* functions
          ` [PATCH 06/15] knfsd: demote some printk()s to dprintk()s
            ` [PATCH 07/15] knfsd: nfs4 name->id mapping not correctly parsing negative downcall
              ` [PATCH 08/15] knfsd: spawn kernel thread to probe callback channel
                ` [PATCH 09/15] knfsd: move nfsv4 slab creation/destruction to module init/exit
                  ` [PATCH 10/15] knfsd: Validate filehandle type in fsid_source
                    ` [PATCH 11/15] knfsd: fix callback rpc cred
                      ` [PATCH 12/15] nfsd warning fix
                        ` [PATCH 13/15] knfsd: remove code duplication in nfsd4_setclientid()
                          ` [PATCH 14/15] svcgss: move init code into separate function
                            ` [PATCH 15/15] knfsd: 64 bit ino support for NFS server

[PATCH 1/7] SUNRPC: Address a few compiler warnings in the RPC client
 2007-08-27 21:59 UTC  (2+ messages)

nfs4 filesystem mounted via the "bind" option reports wrong fstype
 2007-08-27 20:08 UTC  (5+ messages)

[PATCH 3/7] SUNRPC: RPC bind failures should be permanent for NULL requests
 2007-08-27 19:15 UTC 

[PATCH 2/7] SUNRPC: Make rpcb_decode_getaddr more picky about universal addresses
 2007-08-27 19:15 UTC 

[PATCH 1/5] Fix mountd memory leak in nfsd_fh
 2007-08-27 18:11 UTC  (2+ messages)

[PATCH 4/7] NFS: change NFS mount error return when hostname/pathname too long
 2007-08-27 17:30 UTC 

[PATCH 5/7] NFS: Return a real error code from mount(2)
 2007-08-27 17:30 UTC 

[PATCH 7/7] NFS: mount option parser chokes on proto=
 2007-08-27 17:30 UTC 

[PATCH 6/7] NFS: print a unique error message for mount bind errors
 2007-08-27 17:30 UTC 

[PATCH 4/4] Documentation: update in-tree fs docs for new function
 2007-08-27 17:27 UTC 

[PATCH 3/4] CIFS: add cifs_killattr inode_operation
 2007-08-27 17:27 UTC 

[PATCH 2/4] NFS: add nfs_killattr inode_operation
 2007-08-27 17:27 UTC 

[PATCH 1/4] VFS: Introduce the killattr inode operation for handling ATTR_KILL_S*ID
 2007-08-27 17:27 UTC 

[PATCH 0/4] add killattr inode operation to allow filesystems to interpret ATTR_KILL_S*ID bits
 2007-08-27 17:27 UTC 

NFS Write Delays
 2007-08-27 17:17 UTC  (3+ messages)

[PATCH 0/5] Intro: Fix mountd buffer overflow when using large numbers of netgroups
 2007-08-27 15:21 UTC 

[PATCH 3/5] Make exportent->e_hostname a dynamically-allocated string
 2007-08-27 15:21 UTC 

[PATCH 5/5] Add new mode for handling netgroup-heavy configurations
 2007-08-27 15:22 UTC 

[PATCH 4/5] Create client_resolve and change client_compose to take a hostent arg
 2007-08-27 15:22 UTC 

[PATCH 2/5] Change nfs_client->m_hostname to be a dynamically-allocated string
 2007-08-27 15:21 UTC 

[PATCH 0/9] More mount.nfs clean-ups
 2007-08-27 14:47 UTC  (3+ messages)

[PATCH 2/3] SUNRPC: Add support for formatted universal addresses
 2007-08-27 14:32 UTC  (2+ messages)

[PATCH 1/3] SUNRPC: fill in remote address before checking it's family
 2007-08-27 14:29 UTC  (2+ messages)

[PATCH] Attribute timeout handling and wrapping u32 jiffies
 2007-08-27 13:23 UTC  (10+ messages)

No way. This is my turn
 2007-08-26  7:35 UTC 

çñåê æîï åèòåéåú
 2007-08-25 19:05 UTC 

[PATCH 2/9] mount.nfs: Don't allow the user to specify addr= or clientaddr=
 2007-08-25 11:07 UTC  (4+ messages)

[RFC Patch 08/09] NFS/RDMA client - rpcrdma protocol handling
 2007-08-24 19:38 UTC  (7+ messages)

umount fails with device busy
 2007-08-24 18:52 UTC  (14+ messages)

[2/4] 2.6.23-rc3: known regressions v3
 2007-08-24 17:38 UTC 

[PATCH 4/9] mount.nfs: Use dynamically allocated character buffers
 2007-08-24 17:11 UTC 

[PATCH 9/9] mount.nfs: Add a block comment before mount_error() and umount_error()
 2007-08-24 17:11 UTC 

[PATCH 8/9] mount.nfs: Remove get_my_ipv4addr() from utils/mount/stropts.c
 2007-08-24 17:11 UTC 

[PATCH 7/9] mount.nfs: Use get_client_addr() to build clientaddr= option
 2007-08-24 17:11 UTC 

[PATCH 6/9] mount.nfs: Create a new API to find out client's address
 2007-08-24 17:11 UTC 

[PATCH 3/9] mount.nfs: Remove get_my_ipv4addr() from append_addr_opt()
 2007-08-24 17:11 UTC 

[PATCH 5/9] mount.nfs: Refactor parse_devname and fill_ipv4_addr
 2007-08-24 17:11 UTC 

[PATCH 0/4] A handful of mount.nfs clean up patches
 2007-08-24  3:16 UTC  (2+ messages)

[PATCH 1/4] mount.nfs: mount's background daemon should free "mount_point" properly
 2007-08-24  3:11 UTC  (4+ messages)

Git User's Survey 2007
 2007-08-23 23:05 UTC 

〜 STARおまとめローン 新登場!! 無担保1000万 〜
 2007-08-23 20:30 UTC 

mount.nfs: chk_mountpoint()
 2007-08-23 20:49 UTC  (8+ messages)

Anuncie no Google
 2007-08-23  4:53 UTC 

dental clinic data
 2007-08-22 23:12 UTC 

NFS/RPC Hangs after updating time
 2007-08-22 20:26 UTC  (2+ messages)

Look again
 2007-08-22 15:43 UTC 

Look again
 2007-08-22 15:43 UTC 

lockd loacked in D state
 2007-08-22  9:20 UTC 

It is right
 2007-08-22  5:27 UTC 

当店
 2007-08-23  4:16 UTC 

RPC client transport switch design documentation
 2007-08-21 22:12 UTC  (3+ messages)

[PATCH 4/4] mount.nfs: Combine two verbose messages into one
 2007-08-21 16:19 UTC 

[PATCH 3/4] mount.nfs: getport() should avoid modifying passed-in arguments
 2007-08-21 16:19 UTC 

[PATCH 2/4] mount.nfs: Replace fork() with daemon() for backgrounding mounts
 2007-08-21 16:19 UTC 

Join the millions
 2007-08-21 12:01 UTC 

[PATCH] unfsd: fix invalid argument error for setattr request
 2007-08-21  6:45 UTC  (4+ messages)

[Fwd: Re: [2/3] 2.6.23-rc2: known regressions v2]
 2007-08-20 23:09 UTC  (4+ messages)

[PATCH 3/4] Fix networked filesystems to handle ATTR_KILL_ bits correctly
 2007-08-20 20:53 UTC 

[PATCH 1/4] VFS: move ATTR_KILL handling from notify_change into helper function
 2007-08-20 20:53 UTC 

[PATCH 0/4] move handling of setuid/gid bits from VFS into individual setattr functions (try 2)
 2007-08-20 20:53 UTC 

[RFC,PATCH 01/10] rdma: ONCRPC RDMA Header File
 2007-08-20 16:58 UTC  (9+ messages)
` [RFC,PATCH 02/10] rdma: sysctl for SVCRDMA transport module
` [RFC,PATCH 03/10] rdma: SVCRMDA Header File
` [RFC,PATCH 04/10] rdma: SVCRDMA Transport Module
` [RFC,PATCH 05/10] rdma: SVCRDMA Core Transport Services
` [RFC,PATCH 07/10] rdma: SVCRDMA sendto
` [RFC,PATCH 08/10] rdma: ONCRPC RDMA protocol marshalling
` [RFC,PATCH 09/10] rdma: makefile
` [RFC,PATCH 10/10] rdma: Kconfig

They were chapped and sore, but at least they were loose
 2007-08-19 21:18 UTC 

Creating a User-mode Synthesizer
 2007-08-19 12:13 UTC 

URGENTLY JOB OFFER
 2007-08-18 23:29 UTC 

It was said, too, that he knew the unknown
 2007-08-18 20:49 UTC 

Much of his work may have been either lost or confiscated in the aftermath of WWII
 2007-08-18 17:56 UTC 

help
 2007-08-18  5:35 UTC 

Click Add to insert this JavaScript code into your document
 2007-08-18  3:22 UTC 

[PATCH] mountd: fix memory leak in nfsd_fh
 2007-08-18  1:51 UTC 

[PATCH 4/4] Add mountd command line option to change how IP addrs are mapped
 2007-08-17 21:24 UTC  (2+ messages)

Enfield up, but the place is really not fit
 2007-08-17 19:46 UTC 

[PATCH] 64 bit ino support for NFS server
 2007-08-17 18:36 UTC  (7+ messages)

àðé ìà æåëø àú ëì äôøèéí
 2007-08-17 17:57 UTC 

StreamCorruptedException Urgent
 2007-08-17 16:07 UTC  (2+ messages)

[PATCH] nfsstat: update manpage for --since
 2007-08-17 16:50 UTC 

[PATCH] nfsstat: without option nfsstat always output the statistics of Client NFS v4( though sometimes they are all zero)
 2007-08-17 15:04 UTC 

[PATCH 0/4] Intro: Fix buffer overflow when using large numbers of netgroups
 2007-08-17 12:25 UTC  (3+ messages)

Linux rpcbind daemon doesn't work with v4 GETVERSADDR requests
 2007-08-17 10:54 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox