public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-04-01 21:10:03 to 2010-04-16 20:31:26 UTC [more...]

[PATCH 00/24] Reduce the stack foot print of the NFS client
 2010-04-16 20:31 UTC  (6+ messages)
` [PATCH 01/24] NFS: Add helper functions for allocating filehandles and fattr structs
  ` [PATCH 02/24] NFSv4: Eliminate nfs4_path_walk()
    ` [PATCH 03/24] NFS: Reduce the stack footprint of nfs_follow_mountpoint()
      ` [PATCH 04/24] NFS: Reduce the stack footprint of nfs_create_server
        ` [PATCH 05/24] NFSv4: Reduce the stack footprint of try_location()

[RFC PATCH 0/3] Introduce two new mount stats commands
 2010-04-16 17:54 UTC  (6+ messages)
` [RFC PATCH 1/3] Introduce man page for the mountstats command
` [RFC PATCH 2/3] Introduce man page for the nfsiostats command
` [RFC PATCH 3/3] Add autoconf support for mountstats and nfsiostats

[PATCH 0/3] nfs-utils: Adds support for more encryption types
 2010-04-16 17:53 UTC  (10+ messages)
` [PATCH 1/3] gssd: move function limit_krb5_enctypes into the exported functions area
` [PATCH 2/3] Try to use kernel function to determine supported Kerberos enctypes
  ` [PATCH 2/3] Try to use kernel function to determine supported Kerberos enctypes (Updated)
` [PATCH 3/3] Add support for non-DES encryption types

[PATCH 0/2] Handle address parsing errors in export_find()
 2010-04-16 17:05 UTC  (4+ messages)
  ` [PATCH 1/2] libexport.a: Add export_free()
  ` [PATCH 2/2] libexport.a: export_find() should handle address parsing errors

[PATCH 0/3] pNFS generic device ID cache
 2010-04-16 16:04 UTC  (5+ messages)
` [PATCH 1/3] SQUASHME pnfs_submit: "
  ` [PATCH 2/3] SQUASHME pnfs_submit: fix multiple mount set_pnfs_layoutdriver
    ` [PATCH 3/3] SQUASHME pnfs-submit: file layout driver generic device ID cache

[PATCH 04/35] whiteout/NFSD: Don't return information about whiteouts to userspace
 2010-04-16 15:59 UTC  (2+ messages)

Why is remount necessary after rebooting server?
 2010-04-16 15:49 UTC  (2+ messages)

strange performance issues with OS X 10.6 client
 2010-04-15 21:49 UTC 

NFS stops responding
 2010-04-15 18:04 UTC  (2+ messages)

[PATCH 0/9] Cache deferal improvements - try++
 2010-04-15 15:55 UTC  (3+ messages)
` [PATCH 4/9] sunrpc/cache: allow threads to block while waiting for cache update

[PATCH] NFS: rsize and wsize settings ignored on v4 mounts
 2010-04-15 15:15 UTC 

[PATCH 00/22] Add support for more RPCSEC_GSS/krb5 enctypes
 2010-04-15 13:31 UTC  (36+ messages)
` [PATCH 01/22] gss_krb5: Introduce encryption type framework
  ` [PATCH 02/22] gss_krb5: Added and improved code comments
    ` [PATCH 03/22] gss_krb5: Don't expect blocksize to always be 8 when calculating padding
      ` [PATCH 04/22] gss_krb5: split up functions in preparation of adding new enctypes
        ` [PATCH 05/22] gss_krb5: prepare for new context format
          ` [PATCH 06/22] gss_krb5: introduce encryption type framework
            ` [PATCH 07/22] gss_krb5: add ability to have a keyed checksum (hmac)
              ` [PATCH 08/22] gss_krb5: import functionality to derive keys into the kernel
                ` [PATCH 09/22] gss_krb5: handle new context format from gssd
                  ` [PATCH 10/22] gss_krb5: Add upcall info indicating supported kerberos enctypes
                    ` [PATCH 11/22] gss_krb5: add support for triple-des encryption
                      ` [PATCH 12/22] gss_krb5: Advertise triple-des enctype support in the rpcsec_gss/krb5 upcall
                        ` [PATCH 13/22] xdr: Add an export for the helper function write_bytes_to_xdr_buf()
                          ` [PATCH 14/22] gss_krb5: add support for new token formats in rfc4121
                            ` [PATCH 15/22] gss_krb5: add remaining pieces to enable AES encryption support
                              ` [PATCH 16/22] gss_krb5: Advertise AES enctype support in the rpcsec_gss/krb5 upcall
                                ` [PATCH 17/22] gssd_krb5: arcfour-hmac support
                                  ` [PATCH 18/22] gss_krb5: Save the raw session key in the context
                                    ` [PATCH 19/22] gssd_krb5: More arcfour-hmac support
                                      ` [PATCH 20/22] gss_krb5: Use confounder length in wrap code
                                        ` [PATCH 21/22] gss_krb5: Add support for rc4-hmac encryption
                                          ` [PATCH 22/22] gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcall

[PATCH 0/2] Two small mountd IPv6 patches
 2010-04-15 13:00 UTC  (4+ messages)
  ` [PATCH 1/2] libexport.a: Reduce code duplication in client_init()
  ` [PATCH 2/2] libexport.a: Add helper for populating m_addrlist[]

[PATCH] set +x on t0001-statd-basic-mon-unmon.sh
 2010-04-15 12:52 UTC  (2+ messages)

[RFC] nfs: use 2*rsize readahead size
 2010-04-14 21:22 UTC  (12+ messages)
        ` [RFC] nfs: use 4*rsize "

[PATCH] NFS: add a sysctl for disable the reconnect delay
 2010-04-14 20:43 UTC  (6+ messages)

[RFC] After sending NLM request, client don't wait reply, instead send FIN
 2010-04-14 10:19 UTC 

[GIT PULL] Please pull NFS client fixes
 2010-04-13 21:54 UTC 

nfs + Reiser4
 2010-04-12 19:44 UTC  (16+ messages)

[PATCH 0/14] pnfs_submit file layout client device management
 2010-04-12 19:03 UTC  (20+ messages)
` [PATCH 01/14] SQUASHME: pnfs_submit: remove unused getdevicelist functions
  ` [PATCH 02/14] SQUASHME pnfs-submit: call get_device_info from filelayout_check
    ` [PATCH 03/14] SQUASHME pnfs_submit: remove multilist4 caching
      ` [PATCH 04/14] SQUASHME pnfs_submit: wait for I/O for data server connect
        ` [PATCH 05/14] SQUASHME pnfs_submit: remove xdr macros
          ` [PATCH 06/14] SQUASHME pnfs_submit: remove unused nfs4_pnfs_device_put
            ` [PATCH 07/14] SQUASHME pnfs_submit: change get_device_info parameter
              ` [PATCH 08/14] SQUASHME pnfs_submit: change decode_and_add_device parameter
                ` [PATCH 09/14] SQUASHME pnfs_submit: change decode_device parameter
                  ` [PATCH 10/14] SQUASHME pnfs_submit: change decode_and_add_ds parameter
                    ` [PATCH 11/14] SQUASHME pnfs_submit: change nfs4_pnfs_ds_add parameter
                      ` [PATCH 12/14] SQUASHME pnfs_submit: remove filelayout CB_NOTIFY_DEVICE support
                        ` [PATCH 13/14] SQUASHME pnfs_submit: stand alone data server cache
                          ` [PATCH 14/14] SQUASHME pnfs_submit: remove kfree from under spinlock
                        ` [pnfs] [PATCH 12/14] SQUASHME pnfs_submit: remove filelayout CB_NOTIFY_DEVICE support
              ` [pnfs] [PATCH 07/14] SQUASHME pnfs_submit: change get_device_info parameter
    ` [pnfs] [PATCH 02/14] SQUASHME pnfs-submit: call get_device_info from filelayout_check
` [pnfs] [PATCH 0/14] pnfs_submit file layout client device management

[PATCH] NFS: Fix RCU warnings in nfs_inode_return_delegation_noreclaim() [ver #2]
 2010-04-12 16:47 UTC  (22+ messages)
                                ` RCU condition checks

bugfix for 2.6.34
 2010-04-12 16:11 UTC 

Ann Arbor Bakeathon, June 14-18 2010
 2010-04-12 13:51 UTC 

BUG: cannot acquire lock twice with NFSv4
 2010-04-12 10:32 UTC  (5+ messages)

NFS-Mount with MIT-Kerberos5 doesn't use user tickets
 2010-04-10 16:13 UTC  (12+ messages)

lockd and lock cancellation
 2010-04-09 20:50 UTC  (3+ messages)

allowing client to change callback path
 2010-04-08 16:08 UTC  (7+ messages)
` [PATCH 01/11] sunrpc: fix leak on error on socket xprt setup
  ` [PATCH 02/11] sunrpc: take reference to bc_xprt in sunrpc layer

nfsd4 callback patches
 2010-04-08 15:59 UTC  (9+ messages)
` [PATCH 1/8] nfsd4: preallocate nfs4_rpc_args
  ` [PATCH 2/8] nfsd4: shutdown callbacks on expiry
    ` [PATCH 3/8] nfsd4: remove dprintk
      ` [PATCH 4/8] nfsd4: remove probe task's reference on client
        ` [PATCH 5/8] nfsd4: don't sleep in lease-break callback
          ` [PATCH 6/8] nfsd4: cl_count is unused
            ` [PATCH 7/8] nfsd4: rearrange cb data structures
              ` [PATCH 8/8] nfsd4: allow 4.0 clients to change callback path

[PATCH 0/6] Refactor client_check()
 2010-04-08 15:21 UTC  (2+ messages)

DELEG9
 2010-04-07 23:01 UTC 

[PATCH 1/2] rcu: add rcu_access_pointer and rcu_dereference_protect
 2010-04-07 16:35 UTC  (9+ messages)
  ` [PATCH 2/2] NFS: Fix RCU warnings in nfs_inode_return_delegation_noreclaim()

nfs file access audit
 2010-04-07 15:32 UTC 

[PATCH] svcrdma: RDMA support not yet compatible with RPC6
 2010-04-05 16:20 UTC  (8+ messages)

[PATCH 0/3] Fix the Linux rpc-over-tcp server performance
 2010-04-02 21:00 UTC  (4+ messages)
` [PATCH 3/3] SUNRPC: Fix svc_tcp_recvfrom()

[PATCH,RFC] nfsd: Make INET6 transport creation failure an informational message
 2010-04-02 19:04 UTC  (6+ messages)

NFS4 in combination with root over NFS3, hangs and dedlocks
 2010-04-02 17:22 UTC  (10+ messages)
    ` NFS4 in combination with root over NFS3, hangs and deadlocks
              ` NFS4 random hangs

[2.6.34-rc2 NFS4 oops] open error path failure
 2010-04-02 10:34 UTC  (6+ messages)

[PATCH 00/11] [RFC] possible NFSv2/v3 lock recovery enhancements
 2010-04-01 21:08 UTC  (5+ messages)
` [PATCH 11/11] lockd: Allow mount option to specify caller_name


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