linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-08 16:19:40 to 2016-12-21 17:04:10 UTC [more...]

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2016-12-21 17:03 UTC  (23+ messages)
` [RFC PATCH v1 01/30] lustre: don't set f_version in ll_readdir
` [RFC PATCH v1 02/30] ecryptfs: remove unnecessary i_version bump
` [RFC PATCH v1 03/30] ceph: remove the bump of i_version
` [RFC PATCH v1 04/30] f2fs: don't bother setting i_version
` [RFC PATCH v1 05/30] hpfs: don't bother with the i_version counter
` [RFC PATCH v1 06/30] jfs: remove initialization of "
` [RFC PATCH v1 07/30] nilfs2: remove inode->i_version initialization
` [RFC PATCH v1 08/30] orangefs: remove initialization of i_version
` [RFC PATCH v1 09/30] reiserfs: remove unneeded i_version bump
` [RFC PATCH v1 10/30] ntfs: remove i_version handling
` [RFC PATCH v1 11/30] fs: new API for handling i_version
` [RFC PATCH v1 12/30] fat: convert to new i_version API
` [RFC PATCH v1 13/30] affs: "
` [RFC PATCH v1 14/30] afs: "
` [RFC PATCH v1 15/30] btrfs: "
` [RFC PATCH v1 16/30] exofs: switch "
` [RFC PATCH v1 17/30] ext2: convert "
` [RFC PATCH v1 19/30] nfs: "
` [RFC PATCH v1 20/30] nfsd: "
` [RFC PATCH v1 21/30] ocfs2: "
` [RFC PATCH v1 22/30] ufs: use "
` [RFC PATCH v1 23/30] xfs: convert to "

[GIT PULL] Please pull Linux client updates
 2016-12-21 14:02 UTC 

[PATCH] NFSD: correctly range-check v4.x minor version when setting versions
 2016-12-21  3:32 UTC 

[RFC PATCH 00/15] Enhance /etc/nfs.conf usage and remove nfs-config.service
 2016-12-21  1:55 UTC  (11+ messages)
` [PATCH 03/15] Add /etc/nfs.conf support to rpc.nfsd

[PATCH 0/4] Assorted nfs-utils patches
 2016-12-21  0:19 UTC  (5+ messages)
` [PATCH 1/4] nfsd: fix setting of minor version from config file
` [PATCH 3/4] nfs-server-generator: avoid using syslog
` [PATCH 4/4] mountd: delay reading etab until first request arrives
` [PATCH 2/4] nfsd: Do not permit manipulation of NFSv4.0, e.g. "-N 4.0"

[libnfsidmap PATCH] libnfsidmap: add options to aid id mapping in multi domain environments
 2016-12-20 21:41 UTC 

[PATCH 0/9 v2] scope GFP_NOFS api
 2016-12-20 21:39 UTC  (31+ messages)
` [PATCH 1/9] lockdep: allow to disable reclaim lockup detection
` [PATCH 2/9] xfs: introduce and use KM_NOLOCKDEP to silence reclaim lockdep false positives
  ` [PATCH 2/9 v2] "
` [PATCH 3/9] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 4/9] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 5/9] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
    ` [PATCH 5/9 v2] "
` [PATCH 6/9] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 7/9] jbd2: make the whole kjournald2 kthread NOFS safe
` [PATCH 8/9] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [PATCH 9/9] Revert "ext4: fix wrong gfp type under transaction"
` [DEBUG PATCH 0/2] debug explicit GFP_NO{FS,IO} usage from the scope context
  ` [DEBUG PATCH 1/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context
  ` [DEBUG PATCH 2/2] silent warnings which we cannot do anything about

[PATCH Version 3] SVCAUTH update the rsc cacue on RPC_GSS_PROC_DESTROY
 2016-12-20 21:26 UTC  (8+ messages)
` [PATCH Version 3] SVCAUTH update the rsc cache "

[nfs-utils PATCH 0/10] More support for /etc/nfs.conf
 2016-12-20 18:44 UTC  (5+ messages)
` [PATCH 06/10] conffile: fix striping of quotes from values

[PATCH] nfs-utils: start-statd script using incompatible file descriptor
 2016-12-20 18:30 UTC  (3+ messages)

base64 mail with plain text appendage
 2016-12-20 13:32 UTC  (2+ messages)

[PATCH] Fix boot dependency in systemd service file
 2016-12-20 11:58 UTC 

[PATCH v4 0/5] Add copy_file_range() tests
 2016-12-20  3:26 UTC  (14+ messages)
` [PATCH v4 1/5] generic/392: Add copy to new file test
` [PATCH v4 2/5] generic/393: Add small copies "
` [PATCH v4 3/5] generic/394: Add copy test that overwrites data
` [PATCH v4 4/5] generic/395: Add a copy test for overwriting small amounts of data
` [PATCH v4 5/5] generic/396: Add a copy test for invalid input
` [PATCH v4 6/5] xfs_io: Improvements to copy_range return code handling

[PATCH Version 3] SVCAUTH update the rsc cacue on RPC_GSS_PROC_DESTROY
 2016-12-19 23:55 UTC  (2+ messages)
` [PATCH Version 3] SVCAUTH update the rsc cache "

[PATCH 0/9] NFS client attribute cache performance improvements
 2016-12-19 19:05 UTC  (16+ messages)
` [PATCH 1/9] NFSv4: Don't invalidate the directory twice
  ` [PATCH 2/9] NFSv4: Update the attribute cache info in update_changeattr
    ` [PATCH 3/9] NFSv4: Don't discard the attributes returned by asynchronous DELEGRETURN
      ` [PATCH 4/9] NFS: Don't revalidate the file on close if we hold a delegation
        ` [PATCH 5/9] NFS: Clean up cache validity checking
          ` [PATCH 6/9] NFS: Only look at the change attribute cache state in nfs_weak_revalidate()
            ` [PATCH 7/9] NFS: Fix and clean up the access cache validity checking
              ` [PATCH 8/9] NFS: Remove unused function nfs_revalidate_inode_rcu()
                ` [PATCH 9/9] NFS: Clean up nfs_attribute_timeout()

[PATCH Version 2] SVCAUTH update the rsc cache on RPC_GSS_PROC_DESTROY
 2016-12-19 16:30 UTC  (10+ messages)

[PATCH] NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQID
 2016-12-19  0:48 UTC  (5+ messages)
      ` [PATCH resend] "

[PATCH 0/6] NFSv4: Fix stateid used when flock locks in use. - V2
 2016-12-19  0:33 UTC  (6+ messages)
` [PATCH 5/6] NFSv4: enhance nfs4_copy_lock_stateid to use a flock stateid if there is one
        ` [PATCH] NFSv4: ensure __nfs4_find_lock_state returns consistent result

[PATCH] NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success
 2016-12-19  0:28 UTC  (8+ messages)
          ` [PATCH resend] "

STRICTLY CONFIDENTIAL
 2016-12-18  3:22 UTC 

[PATCH] pNFS/flexfiles: delete deviceid, don't mark inactive
 2016-12-17 20:28 UTC 

[PATCH] (revised) nfs-utils: start-statd script using incompatible file descriptor
 2016-12-17 19:12 UTC 

[nfs-utils PATCH] exportfs: fix path comparison in unexportfs_parsed()
 2016-12-17 18:43 UTC  (2+ messages)

[PATCH v1] NFS: Detect unreachable NFS/RDMA servers more reliably
 2016-12-16 16:48 UTC 

[GIT PULL] nfsd changes for 4.10
 2016-12-16 15:11 UTC 

Fwd: Re: possible bug in nfs-kernel-server
 2016-12-16 15:00 UTC  (2+ messages)

[PATCH] NFS: nfs_rename() handle -ERESTARTSYS dentry left behind
 2016-12-16 14:44 UTC  (7+ messages)

[PATCH] sunrpc: Use current_real_cred() when looking up rpc credentials
 2016-12-16 13:06 UTC  (3+ messages)

[GIT PULL] Please pull NFS client updates for 4.10
 2016-12-15 23:34 UTC 

[PATCH] NFS: switch back to ->iterate()
 2016-12-15 22:40 UTC  (2+ messages)

NFSv4 idmapping issue with AUTH_UNIX
 2016-12-15 21:11 UTC  (2+ messages)

possible bug in nfs-kernel-server
 2016-12-15 20:19 UTC  (13+ messages)

[libnfsidmap RFC PATCH] libnfsidmap: add support for multiple domains
 2016-12-15 20:07 UTC  (4+ messages)

[PATCH v5 0/2] change the proc handler for nsm_use_hostnames
 2016-12-15  8:13 UTC  (5+ messages)
` [PATCH v5 1/2] sysctl: introduce new proc handler proc_dobool
` [PATCH v5 2/2] lockd: change the proc_handler for nsm_use_hostnames

improving NFS stability in next Debian release
 2016-12-14 22:47 UTC  (4+ messages)
  ` Bug#847681: "

Opening non-existent file returns different value when O_CREAT|O_DIRECTORY is used
 2016-12-14 10:06 UTC  (2+ messages)

[RESEND PATCH v4 0/2] change the proc handler for nsm_use_hostnames
 2016-12-14  9:14 UTC  (5+ messages)
` [RESEND PATCH v4 1/2] sysctl: introduce new proc handler proc_dobool
` [RESEND PATCH v4 2/2] lockd: change the proc_handler for nsm_use_hostnames

DO YOU NEED A LOAN??
 2016-12-13  5:28 UTC 

[PATCH v2 0/1] lockd: Change nsm_use_hostnames from bool to u32
 2016-12-12 12:54 UTC  (7+ messages)
` [PATCH v2 1/1] "

[PATCH v2 2/2] lockd: change the proc_handler for nsm_use_hostnames from int to u8
 2016-12-12  7:48 UTC  (2+ messages)

[PATCH 0/1] lockd: Change nsm_use_hostnames from bool to u32
 2016-12-11 15:04 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 1/2] pNFS/flexfiles: Remove a redundant parameter in ff_layout_encode_ioerr()
 2016-12-10  4:26 UTC  (2+ messages)
` [PATCH 2/2] pNFS/flexfiles: Ensure we have enough buffer for layoutreturn

[GIT PULL] Please pull NFSoRDMA client side changes for 4.10
 2016-12-09 21:01 UTC 

NFSv4.2 mode_umask support
 2016-12-09 20:59 UTC  (2+ messages)

[PATCH] pNFS/flexfiles: Fix a deadlock on LAYOUTGET
 2016-12-09  2:53 UTC 

RFC rpc.gssd enhancement
 2016-12-08 21:58 UTC  (13+ messages)
            ` Fwd: "

Concurrent `ls` takes out the thrash
 2016-12-08 21:48 UTC  (11+ messages)

FW: File lock performance over NFSv4 degrades dramatically when lock contention is present
 2016-12-08 19:43 UTC  (6+ messages)

[PATCH 1/2] SVCAUTH update the rsc cache on RPC_GSS_PROC_DESTROY
 2016-12-08 18:17 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).