Linux NFS development
 help / color / mirror / Atom feed
 messages from 2015-04-20 18:34:15 to 2015-05-01 17:38:00 UTC [more...]

[PATCH, RFC] backchannel overflows
 2015-05-01 17:37 UTC  (18+ messages)

Desired RPC client behaviour on socket errors?
 2015-05-01 13:39 UTC  (2+ messages)

[PATCH RFC] NFSD: fix cannot umounting mount points under pseudo root
 2015-05-01 13:29 UTC  (21+ messages)

3.17.0+ files disappearing after playing old dos game on nfsroot laptop
 2015-05-01 11:40 UTC  (9+ messages)

nfsd: callback fixes
 2015-05-01  8:44 UTC  (8+ messages)
` [PATCH 1/3] nfsd: split transport vs operation errors for callbacks
` [PATCH 2/3] nfsd: fix callback restarts
` [PATCH 3/3] nfsd: skip CB_NULL probes for 4.1 or later

[PATCH] Handle NULL names better
 2015-04-30 18:09 UTC  (2+ messages)
` [PATCH] nfsidmap: make sure given arguments are valid

Linux NFS Town Hall meeting: *TODAY* - Thur 03/30/15
 2015-04-30 16:49 UTC  (2+ messages)

[PATCH v2 0/7] Rebase, resend
 2015-04-29 21:18 UTC  (9+ messages)
` [PATCH v2 1/7] delete src/config.h
` [PATCH v2 2/7] getrpcent: Fix compilation on glibc
` [PATCH v2 3/7] Make sure to include config.h
` [PATCH v2 4/7] configure.ac: Allow for disabling NIS
` [PATCH v2 5/7] configure.ac: Allow for disabling auth DES
` [PATCH v2 6/7] getrpcport: rephrase host lookup
` [PATCH v2 7/7] headers: if 0 out some unbuilt functions
` [Libtirpc-devel] [PATCH v2 0/7] Rebase, resend

[PATCH 0/4] Define common macro NFS4_MAXTAGLEN for nfs/nfsd
 2015-04-29 20:29 UTC  (6+ messages)
` [PATCH 1/4] nfs: define NFS4_MAXTAGLEN to OPAQUE limits

[PATCH] svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failures
 2015-04-29 15:39 UTC  (4+ messages)

[PATCH] Documentation: remove overloads-avoided counter from knfsd-stats.txt
 2015-04-29 15:35 UTC  (2+ messages)

two odstate optimizations
 2015-04-29 14:24 UTC  (6+ messages)
` [PATCH 1/2] nfsd: add a slab cache for odstate structures
` [PATCH 2/2] nfsd: don't allocate odstates unless pNFS is enabled

refactor stateid checking and file allocation
 2015-04-29 14:16 UTC  (12+ messages)
` [PATCH 1/6] nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_op
` [PATCH 2/6] nfsd: remove nfsd_close
` [PATCH 3/6] nfsd: refactor nfs4_preprocess_stateid_op
` [PATCH 4/6] nfsd: clean up raparams handling
` [PATCH 5/6] nfsd: take struct file setup fully into nfs4_preprocess_stateid_op
` [PATCH 6/6] nfsd: drop the file argument to nfsd_write

[PATCH] NFSD: Avoid race of locking parent's mutex at cross mount
 2015-04-29 11:34 UTC  (3+ messages)

server_scope v4.1 lock reclaim
 2015-04-28 18:23 UTC  (4+ messages)

two pNFS server fixes for 4.1, V2
 2015-04-28 18:11 UTC  (12+ messages)
` [PATCH 1/2] nfsd/blocklayout: pretend we can send deviceid notifications
` [PATCH 2/2] nfsd: fix pNFS return on close semantics

[PATCH 1/1] Recover from stateid-type error on SETATTR
 2015-04-27 17:48 UTC  (2+ messages)

ANNOUNCE: rpcbind-0.2.3 released
 2015-04-27 17:13 UTC 

[RFC v3 00/45] Richacls
 2015-04-27 10:27 UTC  (46+ messages)
` [RFC v3 01/45] vfs: Minor documentation fix
` [RFC v3 02/45] uapi: Remove kernel internal declaration
` [RFC v3 03/45] nfsd: Checking for acl support does not require fetching any acls
` [RFC v3 04/45] vfs: Shrink struct posix_acl
` [RFC v3 05/45] vfs: Add IS_ACL() and IS_RICHACL() tests
` [RFC v3 06/45] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC v3 07/45] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [RFC v3 08/45] vfs: Make the inode passed to inode_change_ok non-const
` [RFC v3 09/45] vfs: Add permission flags for setting file attributes
` [RFC v3 10/45] richacl: In-memory representation and helper functions
` [RFC v3 11/45] richacl: Permission mapping functions
` [RFC v3 12/45] richacl: Compute maximum file masks from an acl
` [RFC v3 13/45] richacl: Update the file masks in chmod()
` [RFC v3 14/45] richacl: Permission check algorithm
` [RFC v3 15/45] vfs: Cache base_acl objects in inodes
` [RFC v3 16/45] vfs: Cache richacl in struct inode
` [RFC v3 17/45] richacl: Create-time inheritance
` [RFC v3 18/45] richacl: Check if an acl is equivalent to a file mode
` [RFC v3 19/45] richacl: Also recognize nontrivial mode-equivalent acls
` [RFC v3 20/45] richacl: Automatic Inheritance
` [RFC v3 21/45] richacl: xattr mapping functions
` [RFC v3 22/45] vfs: Add richacl permission checking
` [RFC v3 25/45] richacl: acl editing helper functions
` [RFC v3 26/45] richacl: Move everyone@ aces down the acl
` [RFC v3 27/45] richacl: Propagate everyone@ permissions to other aces
` [RFC v3 28/45] richacl: Isolate the owner and group classes
` [RFC v3 29/45] richacl: Apply the file masks to a richacl
` [RFC v3 30/45] richacl: Create richacl from mode values
` [RFC v3 31/45] richacl: Create acl with masks applied in richacl_from_mode()
` [RFC v3 32/45] nfsd: Remove dead declarations
` [RFC v3 33/45] nfsd: Keep list of acls to dispose of in compoundargs
` [RFC v3 34/45] nfsd: Use richacls as internal acl representation
` [RFC v3 35/45] nfsd: Add richacl support
` [RFC v3 36/45] NFSv4: Fix GETATTR bitmap verification
` [RFC v3 37/45] nfs/sunrpc: No more encode and decode function pointer casting
` [RFC v3 38/45] nfs/sunrpc: Return status code from encode functions
` [RFC v3 39/45] nfs3: Return posix acl encode errors
` [RFC v3 40/45] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [RFC v3 41/45] rpc: Allow to demand-allocate pages to encode into
` [RFC v3 42/45] nfs: Add richacl support
` [RFC v3 43/45] uapi/nfs: Add NFSv4.1 ACL definitions
` [RFC v3 44/45] nfsd: Add support for the v4.1 dacl attribute
` [RFC v3 45/45] nfs: "

panic on 4.20 server exporting xfs filesystem
 2015-04-26 16:19 UTC  (3+ messages)

two pNFS server fixes for 4.1
 2015-04-26 15:48 UTC  (3+ messages)
` [PATCH 1/2] nfsd/blocklayout: pretend we can send deviceid notifications
` [PATCH 2/2] nfsd: fix pNFS return on close semantics

blocklayout regression in "pnfs: lookup new lseg at lseg boundary"
 2015-04-25 16:56 UTC 

Claim €950,000.00 EURO
 2015-04-25  9:25 UTC 

[GIT PULL] Please pull NFS client updates for 4.1
 2015-04-24 16:40 UTC 

[GIT] nfsd changes for 4.0
 2015-04-24 16:32 UTC  (3+ messages)

nfs-utils: Allow users to disable mount option rewriting via norewriteopts mount option
 2015-04-24 15:34 UTC  (3+ messages)

[RFC 00/39] Richacls (2)
 2015-04-24 11:25 UTC  (7+ messages)
` [RFC 02/39] uapi: Remove kernel internal declaration
` [RFC 11/39] richacl: Compute maximum file masks from an acl

[PATCH 0/9] Cleanups and fixes for musl libc
 2015-04-23 21:51 UTC  (3+ messages)
` [Libtirpc-devel] "

[PATCH] fs/nfs: fix new compiler warning about boolean in switch
 2015-04-23 16:17 UTC 

NFS Client looping with STALE_STATE_ID error - 100% load on one CPU core
 2015-04-23 10:16 UTC 

[PATCH] nfs: Remove unneeded casts in nfs
 2015-04-23  9:17 UTC 

nfsroot protocol version
 2015-04-22  8:57 UTC  (6+ messages)

patches for 4.1
 2015-04-21 20:26 UTC  (5+ messages)
` [PATCH 1/3] nfsd4: disallow ALLOCATE with special stateids
` [PATCH 2/3] nfsd4: disallow SEEK "
` [PATCH 3/3] nfsd4: fix READ permission checking

[PATCH v2] nfsd: fix: prevent BUG_ON by registering rpc_pipefs_event only after nfsd_net_id is valid
 2015-04-21 19:23 UTC  (2+ messages)

[PATCH] NFS: Don't attempt to decode missing directory entries
 2015-04-21 18:17 UTC 

[PATCH] nfs-utils: Substitute sbindir in systemd unit files
 2015-04-21 17:43 UTC  (2+ messages)

[PATCH v2] nfs-utils: Run rpcgen using the cpp found by configure
 2015-04-21 17:31 UTC 

[PATCH] nfs-utils: Run rpcgen using the cpp found by configure
 2015-04-21 17:19 UTC  (2+ messages)

is receiving BAD_STATEID during IO on delegated stateid unrecoverable?
 2015-04-21 13:29 UTC  (5+ messages)

[PATCH v2 1/2] nfs: fix DIO good bytes calculation
 2015-04-21 12:18 UTC  (2+ messages)


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