Linux NFS development
 help / color / mirror / Atom feed
 messages from 2008-04-29 14:58:07 to 2008-05-08 09:03:25 UTC [more...]

[PATCH 0/4] nfs-utils gssd
 2008-05-08  8:58 UTC  (6+ messages)
  ` [PATCH 1/4] gssd: read port number from info file if supplied
  ` [PATCH 2/4] gssd: add other des encryption types to default list
  ` [PATCH 3/4] gssd: add a function to retrieve the current verbosity level
  ` [PATCH 4/4] gssd: search multiple directories for Kerberos credentials

[PATCH nfs-utils] Give useful error if mount.nfs not installed setuid
 2008-05-08  4:17 UTC 

reconnect_path() breaks NFS server causing occasional EACCES
 2008-05-08  3:03 UTC  (19+ messages)
              ` [PATCH] exportfs: fix incorrect EACCES in reconnect_path()

[PATCH - nfs-utils] Make sure statd gets started when 'string options' are in use
 2008-05-08  2:48 UTC  (3+ messages)

[PATCH 1/3] svcrdma: Remove redunant call to xpo_release_rqst method
 2008-05-07 16:26 UTC  (4+ messages)
    ` [PATCH 2/3] svcrdma: Remove extra check for XPT_DEAD bit in svc_xprt_enqueue

[enctypes round 3: PATCH 00/24] Add new enctypes for gss_krb5
 2008-05-07 14:41 UTC  (26+ messages)
  ` [enctypes round 3: PATCH 01/24] gss_krb5: create a define for token header size and clean up ptr location
  ` [enctypes round 3: PATCH 02/24] gss_krb5: move gss_krb5_crypto into the krb5 module
  ` [enctypes round 3: PATCH 03/24] rpcauth: update and document available space in xdr_buf when doing privacy
  ` [enctypes round 3: PATCH 04/24] gss_krb5: Use random value to initialize confounder
  ` [enctypes round 3: PATCH 05/24] Don't expect blocksize to always be 8 when calculating padding
  ` [enctypes round 3: PATCH 06/24] gss_krb5: split up functions in preparation of adding new enctypes
  ` [enctypes round 3: PATCH 07/24] gss_krb5: prepare for new context format
  ` [enctypes round 3: PATCH 08/24] gss_krb5: introduce encryption type framework
  ` [enctypes round 3: PATCH 09/24] gss_krb5: add ability to have a keyed checksum (hmac)
  ` [enctypes round 3: PATCH 10/24] gss_krb5: import functionality to derive keys into the kernel
  ` [enctypes round 3: PATCH 11/24] gss_krb5: handle new context format from gssd
  ` [enctypes round 3: PATCH 12/24] gss_krb5: add support for triple-des encryption
  ` [enctypes round 3: PATCH 13/24] Add new pipefs file indicating which Kerberos enctypes the kernel supports
  ` [enctypes round 3: PATCH 14/24] gss_krb5: add DES3 to the list of supported enctypes
  ` [enctypes round 3: PATCH 15/24] sunrpc: Export function write_bytes_to_xdr_buf
  ` [enctypes round 3: PATCH 16/24] gss_krb5: add support for new token formats in rfc4121
  ` [enctypes round 3: PATCH 17/24] gss_krb5: add remaining pieces to enable AES encryption support
  ` [enctypes round 3: PATCH 18/24] gss_krb5: add AES to the list of supported enctypes
  ` [enctypes round 3: PATCH 19/24] gss_krb5: add a usage parameter to the make_checksum function
  ` [enctypes round 3: PATCH 20/24] gss_krb5: add "raw" session key to context to be used for deriving keys
  ` [enctypes round 3: PATCH 21/24] gss_krb5: pass struct krb5_ctx pointer to sequence number functions
  ` [enctypes round 3: PATCH 22/24] gss_krb5: add confounder length to kerberos enctype framework
  ` [enctypes round 3: PATCH 23/24] gss_krb5: Add support for rc4-hmac encryption type described in rfc4757
  ` [enctypes round 3: PATCH 24/24] gss_krb5: add RC4 to the list of supported enctypes

[PATCH 0/17] svcrdma: RDMA transport driver close path cleanup
 2008-05-07  1:30 UTC  (20+ messages)
      ` [PATCH 1/17] svcrdma: Simplify receive buffer posting
                    ` [PATCH 2/17] svcrdma: Fix race with dto_tasklet in svc_rdma_send
                      ` [PATCH 3/17] svcrdma: Fix return value "
                              ` [PATCH 7/17] svcrdma: Fix error handling during listening endpoint creation
                                ` [PATCH 8/17] svcrdma: Return error from rdma_read_xdr so caller knows to free context
    ` [PATCH 11/17] svcrdma: Use standard Linux lists for context cache

[NFS] A quick manpage typo fix
 2008-05-06  8:16 UTC 

[PATCH] nfsd: reorder printk in do_probe_callback to avoid use-after-free
 2008-05-06  0:12 UTC 

[PATCH] nfsd: add dprintk of compound return
 2008-05-06  0:11 UTC 

'noacl' NFS parameter seems ineffective (Fedora Core 7)
 2008-05-05 20:29 UTC  (7+ messages)

[patch] fix statd -n
 2008-05-05 17:10 UTC  (37+ messages)

[PATCH] NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute caching
 2008-05-05 15:59 UTC  (5+ messages)

[NFS] bug in nfs-utils support/misc/tcpwrapper.c
 2008-05-05 15:26 UTC  (3+ messages)

[enctypes round 2: PATCH 00/26] Implement more encryption for gss_krb5
 2008-05-05 15:22 UTC  (35+ messages)
  ` [enctypes round 2: PATCH 01/26] gss_krb5: create a define for token header size and clean up ptr location
  ` [enctypes round 2: PATCH 02/26] gss_krb5: move gss_krb5_crypto into the krb5 module
  ` [enctypes round 2: PATCH 03/26] rpcauth: update and document available space in xdr_buf when doing privacy
  ` [enctypes round 2: PATCH 04/26] gss_krb5: Use random value to initialize confounder
  ` [enctypes round 2: PATCH 05/26] rpc: gss: Add oid values to the gss_api mechanism structures
  ` [enctypes round 2: PATCH 06/26] Don't expect blocksize to always be 8 when calculating padding
  ` [enctypes round 2: PATCH 07/26] gss_krb5: split up functions in preparation of adding new enctypes
  ` [enctypes round 2: PATCH 08/26] gss_krb5: prepare for new context format
  ` [enctypes round 2: PATCH 09/26] gss_krb5: introduce encryption type framework
  ` [enctypes round 2: PATCH 10/26] gss_krb5: add ability to have a keyed checksum (hmac)
  ` [enctypes round 2: PATCH 11/26] gss_krb5: import functionality to derive keys into the kernel
  ` [enctypes round 2: PATCH 12/26] gss_krb5: use a global static OID value for krb5
  ` [enctypes round 2: PATCH 13/26] gss_krb5: handle new context format from gssd
  ` [enctypes round 2: PATCH 14/26] gss_krb5: add support for triple-des encryption
  ` [enctypes round 2: PATCH 15/26] Add new pipefs file indicating which Kerberos enctypes the kernel supports
  ` [enctypes round 2: PATCH 16/26] gss_krb5: add DES3 to the list of supported enctypes
  ` [enctypes round 2: PATCH 17/26] sunrpc: Export function write_bytes_to_xdr_buf
  ` [enctypes round 2: PATCH 18/26] gss_krb5: add support for new token formats in rfc4121
  ` [enctypes round 2: PATCH 19/26] gss_krb5: add remaining pieces to enable AES encryption support
  ` [enctypes round 2: PATCH 20/26] gss_krb5: add AES to the list of supported enctypes
  ` [enctypes round 2: PATCH 21/26] gss_krb5: add a usage parameter to the make_checksum function
  ` [enctypes round 2: PATCH 22/26] gss_krb5: add "raw" session key to context to be used for deriving keys
  ` [enctypes round 2: PATCH 23/26] gss_krb5: pass struct krb5_ctx pointer to sequence number functions
  ` [enctypes round 2: PATCH 24/26] gss_krb5: add confounder length to kerberos enctype framework
  ` [enctypes round 2: PATCH 25/26] gss_krb5: Add support for rc4-hmac encryption type described in rfc4757
  ` [enctypes round 2: PATCH 26/26] gss_krb5: add RC4 to the list of supported enctypes

recent failover-by-IP changes
 2008-05-05 14:46 UTC  (8+ messages)

Text-based mount interface breaking non-UDP mounts
 2008-05-05 14:13 UTC  (3+ messages)

Text-based mount interface breaking non-UDP mounts
 2008-05-05 12:34 UTC  (9+ messages)

EACCES in mount.nfs
 2008-05-05 12:24 UTC  (2+ messages)

[PATCH] [stable 2.6.24] Fix oops at rpcb_getport_async in sunrpc
 2008-05-02 20:27 UTC  (2+ messages)
  ` [stable] "

[patch 2/5] nfs/lsm: make NFSv4 set LSM mount options
 2008-05-02 20:42 UTC 

[patch 5/5] nfs: make nfs4_drop_state_owner() static
 2008-05-02 20:42 UTC 

[patch 4/5] nfs: path_{get,put}() cleanups
 2008-05-02 20:42 UTC 

[patch 3/5] nfs: replace remaining __FUNCTION__ occurrences
 2008-05-02 20:42 UTC 

[patch 1/5] fs/nfs/callback_xdr.c: suppress uninitialiized variable warnings
 2008-05-02 20:42 UTC 

lock reclaims outside grace period
 2008-05-02 20:04 UTC  (5+ messages)

[RFC] Reinstate NFS exportability for JFFS2
 2008-05-02 14:08 UTC  (3+ messages)

[NFS] How to set-up a Linux NFS server to handle massive number of requests
 2008-05-01 19:51 UTC  (9+ messages)

[PATCH] nfs: fix race in nfs_dirty_request
 2008-05-01 17:03 UTC 

[NFS] Back to basics - still having NFS issues
 2008-05-01  5:36 UTC 

[PATCH 2/2-v2] NFS: use new LSM interfaces to explicitly set mount options
 2008-04-30 16:47 UTC  (4+ messages)
` [PATCH] NFS/LSM: Make NFSv4 set LSM "

[PATCH 0/6] Fix several issues with NFS mount option parsing
 2008-04-30 16:00 UTC  (7+ messages)
  ` [PATCH 1/6] NFS: Allow any value for the "retry" option
  ` [PATCH 2/6] NFS: Treat "intr" and "nointr" options as deprecated
  ` [PATCH 3/6] NFS: missing newline in NFS mount debugging message
  ` [PATCH 4/6] NFS: Fix "retrans" and "timeo" mount option behavior
  ` [PATCH 5/6] NFS: "proto=tcp" implies "mountproto=tcp"
  ` [PATCH 6/6] NFS: Allow sloppy mount option parsing

[NFS] [PATCH] Make UDF exportable
 2008-04-30 15:41 UTC  (4+ messages)

Data corruption using 2.6.18 NFSv3 client -- sparse files?
 2008-04-30  9:56 UTC  (3+ messages)
  ` [NFS] "

[PATCH] NFS: Update help text for CONFIG_NFS_FS
 2008-04-29 17:08 UTC 

multiple instances of rpc.statd
 2008-04-29 16:20 UTC  (7+ messages)

nfs shared mmap performance regression against 2.6.23
 2008-04-29 15:18 UTC 


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