Linux NFS development
 help / color / mirror / Atom feed
 messages from 2008-05-02 20:04:13 to 2008-05-18 02:33:02 UTC [more...]

[PATCH 0/8] First set of 2.6.27 patches
 2008-05-18  2:17 UTC  (9+ messages)
  ` [PATCH 1/8] NFS: Update help text for CONFIG_NFS_FS
  ` [PATCH 2/8] SUNRPC: Use RPC procedure name in call_start
  ` [PATCH 3/8] SUNRPC: Use RPC procedure name in call_verify
  ` [PATCH 4/8] SUNRPC: Don't display the rpc_show_tasks header if there are no tasks
  ` [PATCH 5/8] SUNRPC: Refactor rpc_show_tasks
  ` [PATCH 6/8] SUNRPC: Add second output line for each RPC task in rpc_show_tasks
  ` [PATCH 7/8] SUNRPC: Rename "call_" functions that are no longer FSM states
  ` [PATCH 8/8] SUNRPC: Display symbolic function addresses in rpc_show_tasks

[NFS] [PATCH] nfs2/3 ESTALE bug (libblkid uses stale cache/uuid values)
 2008-05-17 22:04 UTC 

referrals
 2008-05-17  2:25 UTC  (14+ messages)
        ` [PATCH] nfs: Fix misparsing of nfsv4 fs_locations attribute

[NFS] async vs. sync. corrupted fs
 2008-05-16 10:55 UTC 

NFS+GD issues on kernel 2.6.24, but not 2.6.22
 2008-05-15 21:29 UTC  (14+ messages)

[PATCH] NFS: implement option checking when remounting NFS filesystems (resend)
 2008-05-14 16:45 UTC 

Nfs filesystem corruption(?) after kmail crash
 2008-05-14 12:32 UTC 

portmap -> map db entirely in filesystem
 2008-05-13 22:30 UTC  (2+ messages)

[PATCH 0/20] svcrdma: RDMA transport driver close path cleanup
 2008-05-13 14:14 UTC  (4+ messages)

[PATCH] portmap: misc stuff
 2008-05-13  1:25 UTC 

[PATCH] text-based mounts should check statd if "lock" is specified
 2008-05-12 23:18 UTC  (2+ messages)

Many open/close on same files yeilds "No such file or directory"
 2008-05-12  6:51 UTC  (4+ messages)

[PATCH 0/2] nfsv4 compound status
 2008-05-12  1:54 UTC  (13+ messages)
` [PATCH 2/2] nfs: use compound hdr.status to override op status
      ` [PATCH 2/2 v1] "
        ` [PATCH 1/1 v2] "
        ` [PATCH "
            ` [PATCH v3] "

stuff
 2008-05-12  0:40 UTC  (4+ messages)
` [PATCH] Fix /proc/net/rpc/auth.unix.ip/content output [Was Re: stuff]

[PATCH - nfs-utils] Make sure statd gets started when 'string options' are in use
 2008-05-10 23:51 UTC  (6+ messages)

[NFS] Server-side locking issue
 2008-05-09 15:43 UTC  (2+ messages)

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

[PATCH nfs-utils] Give useful error if mount.nfs not installed setuid
 2008-05-08  9:21 UTC  (2+ messages)

[NFS] A quick manpage typo fix
 2008-05-08  9:19 UTC  (2+ messages)

[PATCH 0/4] nfs-utils gssd
 2008-05-08  8:58 UTC  (2+ 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

[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  (31+ 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  (13+ 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 05/26] rpc: gss: Add oid values to the gss_api mechanism structures

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  (4+ messages)


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