linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-12 14:31:10 to 2015-11-24 17:18:23 UTC [more...]

[PATCH 0/5] fix nfs server handling of principal names
 2015-11-24 17:18 UTC  (6+ messages)
` [PATCH 1/5] svcrpc: move some initialization to common code
` [PATCH 2/5] nfsd: helper for dup of possibly NULL string
` [PATCH 3/5] nfsd: minor consolidation of mach_cred handling code
` [PATCH 4/5] nfsd: fix unlikely NULL deref in mach_creds_match
` [PATCH 5/5] nfsd4: fix gss-proxy 4.1 mounts for some AD principals

[RFC][PATCH 00/12] Enhanced file stat system call
 2015-11-24 16:28 UTC  (24+ messages)
` [PATCH 01/12] Ext4: Fix extended timestamp encoding and decoding
` [PATCH 02/12] statx: Provide IOC flags for Windows fs attributes
` [PATCH 03/12] statx: Add a system call to make enhanced file info available
` [PATCH 04/12] statx: AFS: Return enhanced file attributes
` [PATCH 05/12] statx: Ext4: "
` [PATCH 06/12] statx: NFS: "
` [PATCH 07/12] statx: CIFS: Return enhanced attributes
` [PATCH 08/12] fsinfo: Add a system call to make enhanced filesystem info available
` [PATCH 09/12] fsinfo: Ext4: Return information through the filesystem info syscall
` [PATCH 10/12] fsinfo: AFS: "
` [PATCH 11/12] fsinfo: NFS: "
` [PATCH 12/12] fsinfo: CIFS: "

[PATCH v1 0/8] NFS/RDMA server patches for 4.5
 2015-11-24 16:04 UTC  (27+ messages)
` [PATCH v1 1/8] svcrdma: Do not send XDR roundup bytes for a write chunk
` [PATCH v1 2/8] svcrdma: Define maximum number of backchannel requests
` [PATCH v1 3/8] svcrdma: Add svc_rdma_get_context() API that is allowed to fail
` [PATCH v1 4/8] svcrdma: Add infrastructure to send backwards direction RPC/RDMA calls
` [PATCH v1 5/8] svcrdma: Add infrastructure to receive backwards direction RPC/RDMA replies
` [PATCH v1 6/8] xprtrdma: Add class for RDMA backwards direction transport
` [PATCH v1 7/8] svcrdma: No need to count WRs in svc_rdma_send()
` [PATCH v1 8/8] svcrdma: Remove svc_rdma_fastreg_mr::access_flags field

[PATCH] nfs4.0 tests: discover max supported file size
 2015-11-24 15:21 UTC  (3+ messages)

[PATCH v1 0/9] NFS/RDMA client patches for 4.5
 2015-11-24 15:20 UTC  (27+ messages)
` [PATCH v1 1/9] xprtrdma: Add a safety margin for receive buffers
` [PATCH v1 2/9] xprtrdma: Move struct ib_send_wr off the stack
` [PATCH v1 3/9] xprtrdma: Introduce ro_unmap_sync method
` [PATCH v1 4/9] xprtrdma: Add ro_unmap_sync method for FRWR
` [PATCH v1 5/9] xprtrdma: Add ro_unmap_sync method for FMR
    ` Future of FMR support, was: "
` [PATCH v1 6/9] xprtrdma: Add ro_unmap_sync method for all-physical registration
` [PATCH v1 7/9] SUNRPC: Introduct xprt_commit_rqst()
` [PATCH v1 8/9] xprtrdma: Invalidate in the RPC reply handler
` [PATCH v1 9/9] xprtrdma: Revert commit e7104a2a9606 ('xprtrdma: Cap req_cqinit')

possible bug in nfs-kernel-server
 2015-11-23 21:18 UTC  (2+ messages)

[PATCH] nfs4.0 tests: discover max supported file size
 2015-11-23 19:49 UTC  (2+ messages)

[PATCH] nfsd: constify nfsd4_callback_ops structure
 2015-11-23 19:13 UTC  (3+ messages)

[patch] nfsd: fix a warning message
 2015-11-23 19:05 UTC  (3+ messages)

[PATCH] nfsd: recover: constify nfsd4_client_tracking_ops structures
 2015-11-23 17:03 UTC  (3+ messages)

[nfs-utils PATCH] statd: Update existing record if we receive SM_MON with new cookie
 2015-11-23 15:44 UTC  (2+ messages)

[PATCH] mount.nfs: Teach mount.nfs about the mountversion option
 2015-11-21 15:34 UTC  (3+ messages)

[PATCH 1/1] Adding stateid information to tracepoints
 2015-11-20 21:51 UTC 

[PATCH] nfs4: limit callback decoding to received bytes
 2015-11-20 17:24 UTC  (4+ messages)

[PATCH] nfs4: start callback_ident at idr 1
 2015-11-20 16:57 UTC  (4+ messages)

[PATCH] svc_create.c: Make sure errors are logged
 2015-11-20 15:14 UTC  (2+ messages)

[PATCH v1 00/38] Allow NFS filesystems to be reexported via knfsd
 2015-11-20  0:28 UTC  (50+ messages)
` [PATCH v1 01/38] nfsd: add new io class tracepoint
` [PATCH v1 02/38] fs: have flush_delayed_fput flush the workqueue job
` [PATCH v1 03/38] fs: add a kerneldoc header to fput
` [PATCH v1 04/38] fs: rename "delayed_fput" infrastructure to "fput_global"
` [PATCH v1 05/38] fs: add fput_global
` [PATCH v1 06/38] fsnotify: fix a sparse warning
` [PATCH v1 07/38] fsnotify: export several symbols
` [PATCH v1 08/38] fsnotify: destroy marks with call_srcu instead of dedicated thread
` [PATCH v1 09/38] fsnotify: add a srcu barrier for fsnotify
` [PATCH v1 10/38] locks: create a new notifier chain for lease attempts
` [PATCH v1 11/38] sunrpc: add a new cache_detail operation for when a cache is flushed
` [PATCH v1 12/38] nfsd: add a new struct file caching facility to nfsd
` [PATCH v1 13/38] nfsd: keep some rudimentary stats on nfsd_file cache
` [PATCH v1 14/38] nfsd: allow filecache open to skip fh_verify check
` [PATCH v1 15/38] nfsd: hook up nfsd_write to the new nfsd_file cache
` [PATCH v1 16/38] nfsd: hook up nfsd_read to the "
` [PATCH v1 17/38] nfsd: hook nfsd_commit up "
` [PATCH v1 18/38] nfsd: convert nfs4_file->fi_fds array to use nfsd_files
` [PATCH v1 19/38] nfsd: have nfsd_test_lock use the nfsd_file cache
` [PATCH v1 20/38] nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
` [PATCH v1 21/38] nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
` [PATCH v1 22/38] nfsd: rip out the raparms cache
` [PATCH v1 23/38] nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations
` [PATCH v1 24/38] nfsd: allow lockd to be forcibly disabled
` [PATCH v1 25/38] nfsd: add errno mapping for EREMOTEIO
` [PATCH v1 26/38] nfsd: return EREMOTE if we find an S_AUTOMOUNT inode
` [PATCH v1 27/38] nfsd: allow filesystems to opt out of subtree checking
` [PATCH v1 28/38] nfsd: close cached files prior to a REMOVE or RENAME that would replace target
` [PATCH v1 29/38] nfsd: retry once in nfsd_open on an -EOPENSTALE return
` [PATCH v1 30/38] nfsd: close cached file when underlying file systems says no such file
` [PATCH v1 31/38] nfs: replace d_add with d_splice_alias in atomic_open
` [PATCH v1 32/38] nfs: add encode_fh export op
` [PATCH v1 33/38] nfs: add fh_to_dentry "
` [PATCH v1 34/38] nfs: nfs_fh_to_dentry() make use of inode cache
` [PATCH v1 35/38] nfs4: add NFSv4 LOOKUPP handlers
` [PATCH v1 36/38] nfs: add a get_parent export operation for NFS
` [PATCH v1 37/38] nfs: set export ops
` [PATCH v1 38/38] nfs: add a Kconfig option for NFS reexporting and documentation

[PATCH v2] nfs4: use sliding delay in async calls that get NFS4ERR_DELAY
 2015-11-19 19:30 UTC  (2+ messages)
` [PATCH] nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAY

[PATCH] Delete the unix socket only if we have created it
 2015-11-18 20:14 UTC  (2+ messages)

[RFC PATCH 1/2] exportfs: pass export option flags to the kernel when testing export
 2015-11-18 19:19 UTC  (5+ messages)
` [RFC PATCH 2/2] exportfs: vet exports for subtree checking when testing the export fails

[PATCH] NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding success
 2015-11-18  2:39 UTC  (3+ messages)
  ` [PATCH v2] "

[GIT PULL] Please pull an NFSoRDMA client bugfix
 2015-11-17 20:14 UTC  (4+ messages)

lock reclaim failed!
 2015-11-17 12:00 UTC  (4+ messages)

[PATCH 0/3] Improving rpc.gssd's debugging
 2015-11-16 20:59 UTC  (2+ messages)

[PATCH] systemd: Decouple the starting and stopping of rpcbind/nfs-server
 2015-11-16 20:06 UTC  (2+ messages)

[PATCH] NFS: Properly set NFS v4.2 NFSDBG_FACILITY
 2015-11-16 19:51 UTC 

[PATCH] pNFS/flexfiles: Support server-supplied layoutstats sampling period
 2015-11-16 16:58 UTC 

[PATCH] nfs:Fix error checking in the function nfs4_proc_setattr
 2015-11-13 17:59 UTC 

CLONE fixes, V2
 2015-11-13  9:09 UTC  (7+ messages)
` [PATCH 1/5] nfs: pass on count for CLONE operations
` [PATCH 2/5] nfs: offer native ioctls even if CONFIG_COMPAT is set
` [PATCH 3/5] nfs: allow intra-file CLONE
` [PATCH 4/5] nfs: use btrfs ioctl defintions for clone
` [PATCH 5/5] nfs: reduce the amount of ifdefs for v4.2 in nfs4file.c

[PATCH 0/9] vfs: move btrfs clone ioctls to common code
 2015-11-13  8:58 UTC  (3+ messages)
` [PATCH 1/9] vfs: add COPY_FILE_CLONE_ONLY flag

[PATCH RFC] NFSD: fix cannot umounting mount points under pseudo root
 2015-11-12 21:22 UTC  (11+ messages)
            ` [PATCH] nfsd: don't hold i_mutex over userspace upcalls

[PATCH] svcrdma: Do not send XDR roundup bytes for a write chunk
 2015-11-12 19:13 UTC  (5+ messages)
` Fwd: "

[PATCH] svcrdma: Do not send XDR roundup bytes for a write chunk
 2015-11-12 14:31 UTC  (5+ messages)


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).