linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-31 12:56:34 to 2014-08-08 09:38:40 UTC [more...]

[PATCH 00/11] Porting nfs-utils to musl libc
 2014-08-08  9:38 UTC  (9+ messages)
` [PATCH 04/11] exportfs: define _GNU_SOURCE for stat64
` [PATCH 11/11] exportfs: only do glibc specific hackery on glibc

[PATCH nfs-utils] rework access to /proc/net/rpc
 2014-08-08  6:11 UTC 

Linux NFS Town Hall meeting: Tomorrow - Thur 08/7/14
 2014-08-07 16:47 UTC  (2+ messages)

pnfs block layout driver fixes
 2014-08-07 16:20 UTC  (33+ messages)
` [PATCH 01/17] nfs: cap request size to fit a kmalloced page array
` [PATCH 02/17] pnfs: do not pass uninitialized lsegs to ->free_lseg
` [PATCH 03/17] pnfs: force a layout commit when encountering busy segments during recall
` [PATCH 04/17] pnfs: don't check sequence on new stateids in layoutget
` [PATCH 05/17] pnfs: add flag to force read-modify-write in ->write_begin
` [PATCH 06/17] pnfs: add return_range method
` [PATCH 07/17] pnfs: allow splicing pre-encoded pages into the layoutcommit args
` [PATCH 08/17] pnfs/blocklayout: reject pnfs blocksize larger than page size
` [PATCH 09/17] pnfs/blocklayout: improve GETDEVICEINFO error reporting
` [PATCH 10/17] pnfs/blocklayout: plug block queues
` [PATCH 11/17] pnfs/blocklayout: correctly decrement extent length
` [PATCH 12/17] pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelist
` [PATCH 13/17] pnfs/blocklayout: don't set pages uptodate
` [PATCH 14/17] pnfs/blocklayout: rewrite extent tracking
` [PATCH 15/17] pnfs/blocklayout: implement the return_range method
` [PATCH 16/17] pnfs/blocklayout: return layouts on setattr
` [PATCH 17/17] pnfs/blocklayout: allocate separate pages for the layoutcommit payload

[PATCH] AD principal configurable
 2014-08-07 14:19 UTC 

Oct 2014 Bakeathon in Westford, Ma
 2014-08-07 15:03 UTC  (6+ messages)
  ` [nfsv4] "

Patch: select non-conventional principal in gssd
 2014-08-07 13:31 UTC  (4+ messages)

nfs-utils: blkmapd fixex
 2014-08-07  7:26 UTC  (3+ messages)
` [PATCH 1/2] blkmapd: fix broken multipath handling
` [PATCH 2/2] blkmapd: dump useful device information to syslog

[BUG] nfs3_list_one_acl oops
 2014-08-07  7:12 UTC  (5+ messages)

[PATCH 2/2] NFSD: Revert setting op_encode_lockowner_maxsz
 2014-08-07  3:10 UTC 

[PATCH 1/2] NFSD: Treat rq_reserved when initializing xdr_buf
 2014-08-07  3:10 UTC 

[PATCH 1/2] nfs41: add a helper function to set layoutcommit after commit
 2014-08-07  2:15 UTC  (2+ messages)
` [PATCH 2/2] nfs/filelayout: set layoutcommit depending on write verifier

[PATCH] nfsd: mark CONFIG_NFSD_FAULT_INJECTION as deprecated
 2014-08-06 19:02 UTC 

Patch: select non-conventional principal in gssd
 2014-08-06 18:42 UTC 

[PATCH v2 0/6] NFS DRC scalability patches
 2014-08-06 17:44 UTC  (7+ messages)
` [PATCH v2 1/6] nfsd: Clean up drc cache in preparation for global spinlock elimination
  ` [PATCH v2 2/6] nfsd: convert the lru list into a per-bucket thing
    ` [PATCH v2 3/6] nfsd: Remove the cache_hash list
      ` [PATCH v2 4/6] nfsd: convert num_drc_entries to an atomic_t
        ` [PATCH v2 5/6] nfsd: split DRC global spinlock into per-bucket locks
          ` [PATCH v2 6/6] nfsd: Reorder nfsd_cache_match to check more powerful discriminators first

[PATCH] nfs: Remove typedef nfs_readdir_descriptor_t
 2014-08-06 14:12 UTC 

[PATCH 2/4] NFSD: Rervert "knfsd: locks: flag NFSv4-owned locks"
 2014-08-06 13:38 UTC  (9+ messages)
` [PATCH] fs/locks.c: Copy fl_lmops to conflock for nfsd using
` [PATCH 1/3] NFSD: New FL_NFSD for marking file_lock belongs to NFSD
  ` [PATCH 2/3] NFSD: Increase the reference of lockowner when coping file_lock
    ` [PATCH 3/3 RFC] fs/locks.c: Copy all infomation for conflock

[PATCH 0/5] SMB/CIFS nounix support for Connectathon test suite
 2014-08-06 12:01 UTC  (6+ messages)
` [PATCH 1/5] tlock: munmap missed before close
` [PATCH 2/5] Add SMB/CIFS mounts support
` [PATCH 3/5] Add capability to test SMB 2.0 and higher verions
` [PATCH 4/5] Add SMB/CIFS section in tests.init
` [PATCH 5/5] special: fix op_unlk and op_ren tests output

[PATCH v2 00/11] Porting nfs-utils to musl libc
 2014-08-06  6:25 UTC  (12+ messages)
` [PATCH v2 01/11] conffile: use standard uint*_t and unsigned char
` [PATCH v2 02/11] Fix header include for definition of NULL
` [PATCH v2 03/11] configure.ac: enable GNU_SOURCE for stat64/statfs64
` [PATCH v2 04/11] replace __attribute_malloc__ with the more portable __attribute__((__malloc__))
` [PATCH v2 05/11] mountd: use standard dev_t instead of glibc internals
` [PATCH v2 06/11] nfsstat: replace the legacy SA_ONESHOT with standard SA_RESETHAND
` [PATCH v2 07/11] Allow usage of getrpcbynumber() when getrpcbynumber_r() is unavailable
` [PATCH v2 08/11] Only work around glibc bugs on glibc
` [PATCH v2 09/11] include libgen.h for basename
` [PATCH v2 10/11] exportfs: fix test of NULL pointer in host_pton()
` [PATCH v2 11/11] exportfs: only do glibc specific hackery on glibc

[PATCH 00/11] SUNRPC server scalability improvements
 2014-08-05 21:24 UTC  (15+ messages)
` [PATCH 01/11] SUNRPC: Reduce contention in svc_xprt_enqueue()
  ` [PATCH 02/11] SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurely
    ` [PATCH 03/11] SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed
      ` [PATCH 04/11] SUNRPC: Do not override wspace tests in svc_handle_xprt
        ` [PATCH 05/11] lockd: Ensure that lockd_start_svc sets the server rq_task
          ` [PATCH 06/11] nfs: Ensure that nfs_callback_start_svc "
            ` [PATCH 07/11] SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprt
              ` [PATCH 08/11] SUNRPC: get rid of the request wait queue
                ` [PATCH 09/11] SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprt
                  ` [PATCH 10/11] SUNRPC: More optimisations of svc_xprt_enqueue()
                    ` [PATCH 11/11] SUNRPC: Optimise away svc_recv_available

[PATCH 0/6] NFS DRC scalability patches
 2014-08-05 20:51 UTC  (10+ messages)
` [PATCH 1/6] nfsd: Clean up drc cache in preparation for global spinlock elimination
  ` [PATCH 2/6] nfsd: convert the lru list into a per-bucket thing
    ` [PATCH 3/6] nfsd: Remove the cache_hash list
      ` [PATCH 4/6] nfsd: convert num_drc_entries to an atomic_t
        ` [PATCH 5/6] nfsd: split DRC global spinlock into per-bucket locks
          ` [PATCH 6/6] nfsd: Reorder nfsd_cache_match to check more powerful discriminators first

[PATCH 00/37] nfsd: remaining client_mutex removal patches
 2014-08-05 20:29 UTC  (13+ messages)
` [PATCH 09/37] nfsd: Add lockdep assertions to document the nfs4_client/session locking
` [PATCH 36/37] nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers
` [PATCH 37/37] nfsd: add some comments to the nfsd4 object definitions
  ` [PATCH v2] "

[PATCH] svcrdma: remove rdma_create_qp() failure recovery logic
 2014-08-05 19:10 UTC  (3+ messages)

[PATCH v3 00/38] nfsd: stateid and stateowner refcounting overhaul
 2014-08-05 18:46 UTC  (31+ messages)
` [PATCH v3 02/38] nfsd: Cleanup the freeing of stateids
` [PATCH v3 04/38] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
` [PATCH v3 20/38] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()
` [PATCH v3 21/38] nfsd: Add reference counting to state owners
` [PATCH v3 27/38] nfsd: make openstateids hold references to their openowners
` [PATCH v3 30/38] nfsd: Protect adding/removing lock owners using client_lock
` [PATCH v3 31/38] nfsd: Move the open owner hash table into struct nfs4_client

Patch For Making Readdir_plus configurable
 2014-08-05 18:21 UTC  (6+ messages)
  ` [PATCH] nfsd: allow turning off nfsv3 readdir_plus

[PATCH] nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait
 2014-08-05 15:19 UTC 

[PATCH] nfs: Always try and release an NFS file lock, even after receiving a SIGKILL
 2014-08-05 15:17 UTC 

[nfs] BUG: sleeping function called from invalid context at include/linux/wait.h:976
 2014-08-05 15:08 UTC  (2+ messages)

[PATCH] NFSD: Put the reference of nfs4_file when freeing stid
 2014-08-05 14:49 UTC  (3+ messages)

[PATCH] nfs: reject changes to resvport and sharecache during remount
 2014-08-05 13:52 UTC  (2+ messages)

[PATCH] SUNRPC: Change WARN_ON to printk for error message
 2014-08-04 10:30 UTC 

[PATCH] NFS: Update clientid in RELEASE_LOCKOWNER RPC after re-register clientid
 2014-08-04  8:18 UTC  (3+ messages)
  ` [PATCH v2] NFS: Avoid infinite loop when RELEASE_LOCKOWNER getting expired error

[PATCH 0/2] Two fixes for NFS RCU-walk support
 2014-08-04  6:24 UTC  (3+ messages)
` [PATCH 1/2] NFS: fix two problems in lookup_revalidate in RCU-walk
` [PATCH 2/2] SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcred

[nfs:testing 56/61] fs/nfs/dir.c:1092:26: sparse: incompatible types in comparison expression (different address spaces)
 2014-08-03 23:51 UTC  (4+ messages)

NFS: Don't restart release lockowner RPC if getting expired error
 2014-08-03 15:23 UTC  (2+ messages)

nfs-utils.spec patch
 2014-08-03 14:34 UTC 

Killing process in D state on mount to dead NFS server
 2014-08-02  3:44 UTC  (13+ messages)
    ` Killing process in D state on mount to dead NFS server. (when process is in fsync)

[PATCH] NFSD: Decrease nfsd_users in nfsd_startup_generic fail
 2014-08-01 20:29 UTC  (4+ messages)

[GIT PULL] Please pull NFS client RDMA changes for 3.17
 2014-07-31 20:54 UTC 

[PATCH v5 00/21] NFS/RDMA client patches for 3.17
 2014-07-31 20:44 UTC  (2+ messages)

[REVIEW][PATCH] NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes
 2014-07-31 20:18 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).