public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-06-04 18:05:02 to 2009-06-09 16:26:25 UTC [more...]

[PATCH 0/5] We must use rcu_barrier() on module unload
 2009-06-09 16:26 UTC  (20+ messages)
` [PATCH 1/5] 8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_net()
` [PATCH 2/5] nfnetlink_queue: Use rcu_barrier() on module unload
` [PATCH 3/5] can: af_can.c use "
` [PATCH 4/5] sctp: protocol.c call rcu_barrier() on unload
` [PATCH 5/5] sunrpc/auth_gss: Call rcu_barrier() on module unload

should we make --enable-tirpc the default in current nfs-utils?
 2009-06-09 15:41 UTC  (44+ messages)

mmotm 2009-06-02-16-11 uploaded (readahead)
 2009-06-09 11:01 UTC  (2+ messages)

sk_lock: inconsistent {RECLAIM_FS-ON-W} -> {IN-RECLAIM_FS-W} usage
 2009-06-09  3:15 UTC  (9+ messages)

RPC: multiple fragments per record not supported
 2009-06-09  2:03 UTC  (2+ messages)

[GIT PULL] Please pull a bugfix for NFSv4
 2009-06-08 21:08 UTC 

[pnfs] [RFC 07/39] nfs41: New backchannel helper routines
 2009-06-08 20:49 UTC  (3+ messages)

[PATCH 00/11] nfs-utils: add TIRPC/IPv6 support to rpc.nfsd
 2009-06-08 18:30 UTC  (17+ messages)
` [PATCH 01/11] nfs-utils: move nfssvc.c to nfsd dir and clean up linking of nfsd
` [PATCH 02/11] nfs-utils: clean up option parsing in nfsd.c
` [PATCH 03/11] nfs-utils: convert rpc.nfsd to use xlog()
` [PATCH 04/11] nfs-utils: clean up NFSCTL_* macros for handling protocol bits
` [PATCH 05/11] nfs-utils: declare a static common buffer for nfssvc.c routines
` [PATCH 06/11] nfs-utils: move check for active knfsd to helper function
` [PATCH 07/11] nfs-utils: convert nfssvc_setfds to use getaddrinfo
` [PATCH 08/11] nfs-utils: break up the nfssvc interface
` [PATCH 09/11] nfs-utils: add IPv6 support to nfssvc_setfds
` [PATCH 10/11] nfs-utils: add IPv6 support to nfsd
` [PATCH 11/11] nfs-utils: update the nfsd manpage and copyright notices

[PATCH 0/30] NFSv4.1 Server DRC rewrite Version 3
 2009-06-08 18:21 UTC  (31+ messages)
` [PATCH 01/30] nfsd41: create_session check replay first
  ` [PATCH 02/30] nfsd41: change check_slot_seqid parameters
    ` [PATCH 03/30] nfsd41: declare clientid create session slot structure
      ` [PATCH 04/30] nfsd41: encode create_session result into clid cache
        ` [PATCH 05/30] nfsd41: replay solo and embedded create session
          ` [PATCH 06/30] nfsd41 remove the unused nfsd4_slot create session slot
            ` [PATCH 07/30] nfsd41: sanity check client drc maxreqs
              ` [PATCH 08/30] nfsd41: change from page to memory based drc limits
                ` [PATCH 09/30] nfsd41: use globals for DRC memory use management
                  ` [PATCH 10/30] nfsd41: set the session maximum response size cached
                    ` [PATCH 11/30] nfsd41: use static buffers for sessions DRC
                      ` [PATCH 12/30] nfsd41: replace ce_cachethis with nfsd4_slot field
                        ` [PATCH 13/30] nfsd41: replace ce_opcnt "
                          ` [PATCH 14/30] nfsd41: nfsd41: replace ce_status "
                            ` [PATCH 15/30] nfsd41: obliterate nfsd4_copy_pages
                              ` [PATCH 16/30] nfsd41: obliterate nfsd41_copy_replay_data
                                ` [PATCH 17/30] nfsd41: obliterate nfsd4_release_respages
                                  ` [PATCH 18/30] nfsd41: remove iovlen field from nfsd4_compound_state
                                    ` [PATCH 19/30] nfsd41: remove struct nfsd4_cache_entry
                                      ` [PATCH 20/30] nfsd41: obliterate nfsd4_set_statp
                                        ` [PATCH 21/30] nfsd41: rename nfsd4_enc_uncached_replay
                                          ` [PATCH 22/30] nfsd41: encode replay sequence from the slot values
                                            ` [PATCH 23/30] nfsd41: fix nfsd4_replay_cache_entry comments
                                              ` [PATCH 24/30] nfsd41: fix nfsd4_store_cache_entry comments
                                                ` [PATCH 25/30] nfsd41: support 16 slots per session
                                                  ` [PATCH 26/30] nfsd41: use the maximum operations per compound in nfsd4_compoundargs
                                                    ` [PATCH 27/30] nfsd41: fix nfsd4_store_cache_entry dprintk
                                                      ` [PATCH 28/30] nfsd41: add test for failed sequence operation
                                                        ` [PATCH 29/30] nfsd41: remove redundant failed sequence check
                                                          ` [PATCH 30/30] nfsd41: only reference the session on non-replay sequence

[PATCH] nfs-utils: make --enable-tirpc the default when configuring
 2009-06-08 13:03 UTC 

[RFC 0/10] nfsd41 server backchannel for 2.6.31 (try 3)
 2009-06-08 12:17 UTC  (13+ messages)
  ` [RFC 01/11] nfsd41: Backchannel: cleanup nfs4.0 callback encode routines
    ` [RFC 02/11] nfsd41: Backchannel: minorversion support for the back channel
      ` [RFC 03/11] nfsd41: sunrpc: svc_tcp_recv_record()
        ` [RFC 04/11] nfsd41: sunrpc: Added rpc server-side backchannel handling
          ` [RFC 05/11] nfsd41: Backchannel: callback infrastructure
            ` [RFC 06/11] nfsd41: Backchannel: Add sequence arguments to callback RPC arguments
              ` [RFC 07/11] nfsd41: Backchannel: Server backchannel RPC wait queue
                ` [RFC 08/11] nfsd41: Backchannel: Setup sequence information
                  ` [RFC 09/11] nfsd41: Backchannel: cb_sequence callback
                    ` [RFC 10/11] nfsd41: Backchannel: Implement cb_recall over NFSv4.1
                      ` [RFC 11/11] nfsd41: Refactor create_client()
  ` [pnfs] [RFC 0/10] nfsd41 server backchannel for 2.6.31 (try 3)

[pnfs] module_init not called in RPM
 2009-06-07 15:17 UTC  (4+ messages)
  ` [PATCH 1/2] SQUASHME: panlayout: fix CONFIG_PNFS_PANLAYOUT dependencies
  ` [PATCH 2/2] SQUASHME: pnfs-block: fix CONFIG_PNFS_BLOCK dependencies

Read/Write NFS I/O performance degraded by FLUSH_STABLE page flushing
 2009-06-05 21:21 UTC  (42+ messages)
                              ` Link performance over NFS degraded in RHEL5. -- was : "

From Martins D.Legacy
 2009-06-05 20:35 UTC 

[round2 PATCH 0/7] nfs-utils: add support for authenticated callbacks
 2009-06-05 19:47 UTC  (3+ messages)

nfsd loads 90% CPU, client hangs
 2009-06-05 18:34 UTC  (2+ messages)

[RFC 0/39] nfs41 client backchannel for 2.6.31
 2009-06-05 18:02 UTC  (10+ messages)
` [RFC 10/39] nfs41: Add backchannel processing support to RPC state machine
  ` [pnfs] "
` [RFC 11/39] nfs41: Backchannel callback service helper routines
  ` [pnfs] "
` [RFC 14/39] nfs41: Implement NFSv4.1 callback service process
  ` [pnfs] "

[pnfs] [RFC 09/39] nfs41: New xs_tcp_read_data()
 2009-06-05 17:48 UTC  (3+ messages)

[PATCH] nfs-utils: Set all verbose types in gssd daemons
 2009-06-05 15:25 UTC 

[PATCH] libnfsidmap: debug log when local Realms are not found
 2009-06-05 15:12 UTC 

(no subject)
 2009-06-05 10:41 UTC 

[NFS] Data Entry & Home Typists Wanted!
 2009-06-05 10:17 UTC 

[PATCH 00/10] nfs-utils: add IPv6 support to rpc.nfsd (try #5)
 2009-06-04 21:00 UTC  (12+ messages)
` [PATCH 03/10] nfs-utils: convert rpc.nfsd to use xlog()
` [PATCH 05/10] nfs-utils: move check for active knfsd to helper function
` [PATCH 06/10] nfs-utils: convert nfssvc_setfds to use getaddrinfo
` [PATCH 08/10] nfs-utils: add IPv6 support to nfssvc_setfds

nfs4 client not surviving server reboot
 2009-06-04 18:51 UTC  (2+ messages)

[pnfs] [RFC 04/39] nfs41: minorversion support for nfs4_{init, destroy}_callback
 2009-06-04 18:13 UTC  (2+ messages)

Read/Write NFS I/O performance degraded by FLUSH_STABLE page flushing
 2009-04-30 20:28 UTC 


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