Linux NFS development
 help / color / mirror / Atom feed
 messages from 2009-03-30 15:47:25 to 2009-04-02 13:53:49 UTC [more...]

[PATCH v2 0/67] nfs41 client patch for 2.6.30
 2009-04-02 13:53 UTC  (27+ messages)
` [pnfs] "
` [PATCH v2 01/67] nfs41: common protocol definitions
` [PATCH v2 02/67] nfs41: Add Kconfig symbols for NFSv4.1
` [PATCH v2 03/67] nfs41: define NFS4_MAX_MINOR_VERSION based on CONFIG_NFS_V4_1
` [PATCH v2 04/67] nfs41: add mount command option minorversion
` [PATCH v2 05/67] nfs41: nfs_client.cl_minorversion
` [PATCH v2 06/67] nfs41: Use mount minorversion option
` [PATCH v2 07/67] nfs41: translate NFS4ERR_MINOR_VERS_MISMATCH to EPROTONOSUPPORT
` [PATCH v2 08/67] nfs41: client xdr definitions
` [PATCH v2 09/67] nfs41: sessions client infrastructure
` [PATCH v2 10/67] nfs41: use nfs4_server_caps_arg
` [PATCH v2 11/67] nfs41: use nfs4_readlink_res
` [PATCH v2 12/67] nfs41: use nfs4_statfs_res
` [PATCH v2 13/67] nfs41: use nfs4_fsinfo_res
` [PATCH v2 14/67] nfs41: use nfs4_pathconf_res
` [PATCH v2 15/67] nfs41: use nfs4_getaclres
` [PATCH v2 16/67] NFS: get rid of unused xdr decode_setattr(, res) argument
` [PATCH v2 17/67] nfs41: use nfs4_setaclres
` [PATCH v2 18/67] nfs41: use nfs4_fs_locations_res
` [PATCH v2 19/67] nfs41: introduce nfs4_call_sync
` [PATCH v2 20/67] nfs41: nfs41: pass *session in seq_args and seq_res
` [PATCH v2 21/67] nfs41: set up seq_res.sr_slotid
` [PATCH v2 22/67] NFS: use decode_change_info_maxsz for xdr maxsz calculations
` [PATCH v2 23/67] NFS: define and initialize compound_hdr.replen
` [PATCH v2 24/67] NFS: update hdr->replen for every encode op
` [PATCH v2 25/67] NFS: use dynamically computed compound_hdr.replen for xdr_inline_pages offset

[PATCH 0/47] NFSv4.1 Sessions server code for 2.6.30
 2009-04-02 13:46 UTC  (84+ messages)
    ` [PATCH v2 03/47] nfsd: add a struct nfsd4_slot pointer to struct nfsd4_compound_state
    ` [PATCH v2 04/47] nfs41: common protocol definitions
    ` [PATCH v2 06/47] nfsd41: Add Kconfig symbols for NFSv4.1
              ` [pnfs] "
    ` [PATCH v2 07/47] nfsd41: define nfs41 error codes
    ` [PATCH v2 11/47] nfsd41: sessionid hashing
    ` [PATCH v2 15/47] nfsd41: exchange_id operation
            ` [pnfs] "
    ` [PATCH v2 16/47] nfsd41: match clientid establishment method
    ` [PATCH v2 17/47] nfsd41: sequence operation
    ` [PATCH v2 18/47] nfsd41: enforce NFS4ERR_SEQUENCE_POS operation order rules
    ` [PATCH v2 19/47] nfsd41: DRC save, restore, and clear functions
    ` [PATCH v2 21/47] nfsd41: nfsd DRC logic
        ` [pnfs] "
    ` [PATCH v2 23/47] nfsd41: create_session operation
    ` [PATCH v2 24/47] nfsd41: Add a create session replay cache
    ` [PATCH v2 25/47] nfsd41: non-page DRC for solo sequence responses
        ` [pnfs] "
    ` [PATCH v2 27/47] nfsd41: stateid handling
    ` [PATCH v2 28/47] nfsd41: check encode size for sessions maxresponse cached
    ` [PATCH v2 36/47] nfsd41: sunrpc: Added rpc server-side backchannel handling
    ` [PATCH v2 40/47] nfsd41: cb_sequence callback

[PATCH] nfs: add support for splice writes
 2009-04-02 12:42 UTC  (5+ messages)
    ` [ltt-dev] "

[Bugme-new] [Bug 12995] New: NFS mount from avr32 platform crashes on 2.6.29
 2009-04-02  7:48 UTC  (6+ messages)

[GIT PULL] Please pull the first batch of NFS client changes (and cachefs merge)
 2009-04-02  4:33 UTC  (5+ messages)

[PATCH 00/23] Shorter series for 2.6.30
 2009-04-02  1:43 UTC  (4+ messages)
` [PATCH 02/23] SUNRPC: Fix return type of svc_addr_len()

[PATCH 0/2] nfs-utils: detect and log write errors
 2009-04-02  0:05 UTC  (3+ messages)
  ` [PATCH 1/2] cacheio: return any original error from qword_eol
  ` [PATCH 2/2] svcgssd: check the return code from qword_eol() and log failures

PROBLEM: nfsd crashes in 2.6.29
 2009-04-01 18:57 UTC  (2+ messages)

[PATCH 0/6] nfs-utils: convert gssd to TI-RPC and add IPv6 support (try #2)
 2009-04-01 18:01 UTC  (14+ messages)
` [PATCH 1/6] nfs-utils: make getnameinfo() required for --enable-gss
` [PATCH 2/6] nfs-utils: store the address given in the upcall for later use
` [PATCH 3/6] nfs-utils: skip getaddrinfo in create_auth_rpc_client unless we need port
` [PATCH 4/6] nfs-utils: split out gssd rpc client creation into separate function
` [PATCH 5/6] nfs-utils: when TIRPC is enabled, use new API to create RPC client
` [PATCH 6/6] nfs-utils: add IPv6 code to gssd

3-word attributes encoding
 2009-04-01 16:19 UTC  (6+ messages)
` [pnfs] "

Making crossmnt a default export option
 2009-04-01 16:06 UTC  (3+ messages)

[PATCH 0/4] Allow NFS to use ordinary path lookup when mounting NFSv4
 2009-04-01 13:06 UTC  (14+ messages)
` [PATCH 1/4] VFS: Add a VFS helper function vfs_remote_path_lookup()
` [PATCH 2/4] NFSv4: Use vfs_path_lookup() instead of nfs4_path_walk()
` [PATCH 4/4] NFS: Correct the NFS mount path when following a referral

nfs41-for-next
 2009-04-01 12:37 UTC 

[patch 00/29] SGI enhancedNFS patches
 2009-04-01  6:41 UTC  (36+ messages)
` [patch 01/29] knfsd: Add infrastructure for measuring RPC service times
` [patch 02/29] knfsd: Add stats table infrastructure
` [patch 03/29] knfsd: add userspace controls for stats tables
` [patch 04/29] knfsd: Add stats updating API
` [patch 05/29] knfsd: Infrastructure for providing stats to userspace
` [patch 06/29] knfsd: Gather per-export stats
` [patch 07/29] knfsd: Prefetch the per-export stats entry
` [patch 08/29] knfsd: Gather per-client stats
` [patch 09/29] knfsd: Cache per-client stats entry on TCP transports
` [patch 10/29] knfsd: Update per-client & per-export stats from NFSv3
` [patch 11/29] knfsd: Update per-client & per-export stats from NFSv2
` [patch 12/29] knfsd: Update per-client & per-export stats from NFSv4
` [patch 13/29] knfsd: reply cache cleanups
` [patch 14/29] knfsd: better hashing in the reply cache
` [patch 15/29] knfsd: fix reply cache memory corruption
` [patch 16/29] knfsd: use client IPv4 address in reply cache hash
` [patch 17/29] knfsd: make the reply cache SMP-friendly
` [patch 18/29] knfsd: dynamically expand the reply cache
` [patch 19/29] knfsd: faster probing in "
` [patch 20/29] knfsd: add extended reply cache stats
` [patch 21/29] knfsd: remove unreported filehandle stats counters
` [patch 22/29] knfsd: make svc_authenticate() scale
` [patch 23/29] knfsd: introduce SVC_INC_STAT
` [patch 24/29] knfsd: remove the program field from struct svc_stat
` [patch 25/29] knfsd: allocate svc_serv.sv_stats dynamically
` [patch 26/29] knfsd: make svc_serv.sv_stats per-CPU
` [patch 27/29] knfsd: move hot procedure count field out of svc_procedure
` [patch 28/29] knfsd: introduce NFSD_INC_STAT()
` [patch 29/29] knfsd: make nfsdstats per-CPU

[PATCH] lockd: call locks_release_private to cleanup per-filesystem state
 2009-03-31 20:12 UTC 

[NFS] Compileing nfs-utils 1.1.5 on RHEL4 fails in tcpwrapper.c
 2009-03-31 19:50 UTC  (5+ messages)

lookup_one_len() returning d_count == 0
 2009-03-31 19:40 UTC  (3+ messages)

[pnfs] [PATCH 0/9] nfs41 for 2.6.30 session reset fix and cleanup
 2009-03-31 19:01 UTC 

[PATCH 00/17] Proposed fix for blacklisted ipv6.ko
 2009-03-31 15:32 UTC  (10+ messages)
` [PATCH 06/17] SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener sockets
    ` [PATCH 06/17] SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listenersockets
` [PATCH 16/17] lockd: Start PF_INET6 listener only if IPv6 support is available
    ` [PATCH 16/17] lockd: Start PF_INET6 listener only if IPv6 support isavailable

Page Cache writeback too slow, SSD/noop scheduler/ext2
 2009-03-31 14:10 UTC  (6+ messages)

[PATCH] NSM: Fix unaligned accesses in nsm_init_private()
 2009-03-30 19:40 UTC  (2+ messages)

NetworkManager and sm-notify
 2009-03-30 17:50 UTC 


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