messages from 2016-12-14 14:33:54 to 2016-12-23 22:55:19 UTC [more...]
[PATCH Version 4] SVCAUTH reap the rsc cache entry on RPC_SS_PROC_DESTROY
2016-12-23 22:55 UTC (3+ messages)
[PATCH] fix odd_ptr_err.cocci warnings (fwd)
2016-12-23 19:27 UTC
[PATCH Version 3 00/16] RFC: RPCSEC_GSS Version 3 prototype: Full Mode MAC
2016-12-23 18:31 UTC (19+ messages)
` [PATCH Version 3 01/16] SUNRPC handle unsupported RPC_GSS_SVC_CHANNEL_PROT
` [PATCH Version 3 02/16] SUNRPC: add a null call with payload GSSv3
` [PATCH Version 3 03/16] SELINUX export security_current_sid_to_context
` [PATCH Version 3 04/16] SUNRPC GSSv3: base definitions
` [PATCH Version 3 05/16] SUNRPC AUTH_GSS get RPCSEC_GSS version from gssd downcall
` [PATCH Version 3 06/16] SUNRPC AUTH_GSS gss3 reply verifier
` [PATCH Version 3 07/16] SUNRPC AUTH_GSS RPCSEC_GSS_CREATE with label payload
` [PATCH Version 3 08/16] SUNRPC AUTH_GSS store and use gss3 label assertion
` [PATCH Version 3 09/16] SUNRPC AUTH_GSS free assertions
` [PATCH Version 3 10/16] SUNRPC: AUTH_GSS add RPC_GSS_PROC_CREATE case for wrap and unwrap
` [PATCH Version 3 11/16] SUNRPC SVCAUTH_GSS reap the rsc cache entry on RPC_GSS_PROC_DESTROY
` [PATCH Version 3 12/16] SUNRPC SVCAUTH_GSS allow RPCSEC_GSS version 1 or 3
` [PATCH Version 3 13/16] SUNRPC SVCAUTH_GSS gss3 reply verifier
` [PATCH Version 3 14/16] SUNRPC SVCAUTH_GSS gss3 create label
` [PATCH Version 3 15/16] SUNRPC SVCAUTH_GSS set gss3 label on nfsd thread
` [PATCH Version 3 16/16] SUNRPC SVCAUTH_gss store gss3 child handles in parent rsc
[PATCH] RFC: GSSD changes for RPCSEC_GSS version 3
2016-12-23 16:09 UTC (2+ messages)
` [PATCH] GSSD: Add RPCSEC_GSS version to downcall
[PATCH 0/2] RFC: Libtirpc changes for RPCSEC_GSS version 3
2016-12-23 16:09 UTC (3+ messages)
` [PATCH 1/2] Use "
` [PATCH 2/2] RPCSEC_GSSv3 new reply verifier
unable to mount nfs4 mount
2016-12-23 13:12 UTC
[PATCH 3/3] nfsd: Remove unused value inode in nfsd_vfs_write
2016-12-23 9:31 UTC (2+ messages)
[PATCH 2/3] NFSD: cleanup dead codes and values in nfsd_write
2016-12-23 9:31 UTC (2+ messages)
[PATCH 1/3] NFSD: pass an integer for stable type to nfsd_vfs_write
2016-12-23 9:25 UTC (4+ messages)
[PATCH 0/4] Assorted nfs-utils patches
2016-12-23 0:35 UTC (8+ messages)
` [PATCH 1/4] nfsd: fix setting of minor version from config file
` [PATCH 2/4] nfsd: Do not permit manipulation of NFSv4.0, e.g. "-N 4.0"
` [PATCH 4/4] mountd: delay reading etab until first request arrives
` [PATCH 3/4] nfs-server-generator: avoid using syslog
[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
2016-12-22 14:42 UTC (35+ 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 18/30] ext4: "
` [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 "
` [RFC PATCH v1 24/30] IMA: switch IMA over "
` [RFC PATCH v1 25/30] fs: add a "force" parameter to inode_inc_iversion
` [RFC PATCH v1 26/30] fs: only set S_VERSION when updating times if it has been queried
` [RFC PATCH v1 27/30] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [RFC PATCH v1 28/30] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [RFC PATCH v1 29/30] fs: track whether the i_version has been queried with an i_state flag
` [RFC PATCH v1 30/30] fs: convert i_version counter over to an atomic64_t
[PATCH 0/9 v2] scope GFP_NOFS api
2016-12-22 9:38 UTC (32+ 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] NFSD: correctly range-check v4.x minor version when setting versions
2016-12-21 23:04 UTC (3+ messages)
[libnfsidmap PATCH] libnfsidmap: add options to aid id mapping in multi domain environments
2016-12-21 19:44 UTC (2+ messages)
[PATCH] Fix boot dependency in systemd service file
2016-12-21 19:39 UTC (2+ messages)
[GIT PULL] Please pull Linux client updates
2016-12-21 14:02 UTC
[RFC PATCH 00/15] Enhance /etc/nfs.conf usage and remove nfs-config.service
2016-12-21 1:55 UTC (7+ messages)
` [PATCH 03/15] Add /etc/nfs.conf support to rpc.nfsd
[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 (3+ messages)
[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 v4 0/5] Add copy_file_range() tests
2016-12-20 3:26 UTC (5+ messages)
` [PATCH v4 1/5] generic/392: Add copy to new file test
[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 (8+ 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: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).