linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-30 15:43:34 to 2016-07-12 12:02:49 UTC [more...]

[PATCH v23 00/22] Richacls (Core and Ext4)
 2016-07-12 12:02 UTC  (42+ messages)
` [PATCH v23 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v23 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v23 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v23 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v23 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v23 06/22] richacl: In-memory representation and helper functions
` [PATCH v23 07/22] richacl: Permission mapping functions
` [PATCH v23 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v23 09/22] richacl: Permission check algorithm
` [PATCH v23 10/22] posix_acl: Improve xattr fixup code
` [PATCH v23 11/22] vfs: Cache base_acl objects in inodes
` [PATCH v23 12/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v23 13/22] vfs: Cache richacl in struct inode
` [PATCH v23 14/22] richacl: Update the file masks in chmod()
` [PATCH v23 15/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH v23 16/22] richacl: Create-time inheritance
` [PATCH v23 17/22] richacl: Automatic Inheritance
` [PATCH v23 18/22] richacl: xattr mapping functions

WARNING: CPU: 0 PID: 0 at net/ipv4/af_inet.c:155 inet_sock_destruct+0x1c4/0x1dc
 2016-07-12 11:48 UTC 

[PATCH v3 0/3][resend] pnfs/nfsd: have client and server support multiple layout types
 2016-07-11 20:32 UTC  (6+ messages)
` [PATCH v3 1/3][resend] nfsd: allow nfsd to advertise "
` [PATCH v3 2/3][resend] pnfs: track multiple layout types in fsinfo structure
` [PATCH v3 3/3][resend] pnfs: add a new mechanism to select a layout driver according to an ordered list

open a file in 0100444 mode in NFSv4 may fail
 2016-07-11 17:40 UTC 

RHEL7 hang (and probably mainline) while copying big files because of subrequests merging(?)
 2016-07-11 15:44 UTC  (8+ messages)

Hang due to nfs letting tasks freeze with locked inodes
 2016-07-11 12:50 UTC  (19+ messages)

[PATCH v2] xfs: abstract block export operations from nfsd layouts
 2016-07-10  9:45 UTC  (2+ messages)

[PATCH] exportfs: fix export point checking
 2016-07-09  5:15 UTC 

[PATCH] nfsd: Make creates return EEXIST correctly instead of EPERM
 2016-07-09  3:41 UTC  (18+ messages)

[PATCH 1/2] nfsd: allow SCSI layout support without block layout
 2016-07-08 23:30 UTC  (6+ messages)
` [PATCH 2/2] xfs: abstract block export operations from nfsd layouts
    ` [PATCH 2/2] "

[PATCH 0/3] sunrpc: Fix reserved port range calculation and possible panic
 2016-07-08 21:35 UTC  (4+ messages)
` [PATCH 1/3] sunrpc: Fix reserved port range calculation
` [PATCH 2/3] sunrpc: Prevent resvport min/max inversion via sysctl
` [PATCH 3/3] sunrpc: Prevent resvport min/max inversion via sysfs and module parameter

[PATCH] nfsd: Correct a comment for NFSD_MAY_ defines location
 2016-07-08 20:25 UTC  (3+ messages)

a few simple scsi-layout fixes
 2016-07-08  9:41 UTC  (4+ messages)
` [PATCH 1/3] nfs/blocklayout: use proper fmode for opening block devices
` [PATCH 2/3] nfs/blocklayout: refactor open-by-wwn
` [PATCH 3/3] nfs/blocklayout: support RH/Fedora dm-mpath device nodes

[RFC] [PATCH 0/2] mkdir lookup optimization
 2016-07-07 23:17 UTC  (12+ messages)
` [PATCH 1/2] nfs: Fix spurios EPERM when mkdir of existing dentry
` [PATCH 2/2] staging/lustre: Prevent spurious EPERM on mkdir

[PATCH] nfs(5): Add lease management security considerations
 2016-07-07 16:18 UTC 

Monthly Linux NFS Town Hall meeting: Canceled
 2016-07-07 12:43 UTC 

Lost CLOSE with NFSv4.1 on RHEL7 ( and bejond?)
 2016-07-07 10:49 UTC 

[PATCH v4 00/28] NFS writeback performance patches for v4.8
 2016-07-06 22:30 UTC  (29+ messages)
` [PATCH v4 01/28] NFS: Don't flush caches for a getattr that races with writeback
  ` [PATCH v4 02/28] NFS: Cache access checks more aggressively
    ` [PATCH v4 03/28] NFS: Cache aggressively when file is open for writing
      ` [PATCH v4 04/28] NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killer
        ` [PATCH v4 05/28] NFS: writepage of a single page should not be synchronous
          ` [PATCH v4 06/28] NFS: Don't hold the inode lock across fsync()
            ` [PATCH v4 07/28] NFS: Don't call COMMIT in ->releasepage()
              ` [PATCH v4 08/28] pNFS/files: Fix layoutcommit after a commit to DS
                ` [PATCH v4 09/28] pNFS/flexfiles: "
                  ` [PATCH v4 10/28] pNFS/flexfiles: Clean up calls to pnfs_set_layoutcommit()
                    ` [PATCH v4 11/28] pNFS: Files and flexfiles always need to commit before layoutcommit
                      ` [PATCH v4 12/28] pNFS: Ensure we layoutcommit before revalidating attributes
                        ` [PATCH v4 13/28] pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_NFS_V4_1
                          ` [PATCH v4 14/28] NFS: Fix O_DIRECT verifier problems
                            ` [PATCH v4 15/28] NFS: Ensure we reset the write verifier 'committed' value on resend
                              ` [PATCH v4 16/28] NFS: Remove racy size manipulations in O_DIRECT
                                ` [PATCH v4 17/28] NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.c
                                  ` [PATCH v4 18/28] NFS: Move buffered I/O locking into nfs_file_write()
                                    ` [PATCH v4 19/28] NFS: Do not serialise O_DIRECT reads and writes
                                      ` [PATCH v4 20/28] NFS: Cleanup nfs_direct_complete()
                                        ` [PATCH v4 21/28] NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()
                                          ` [PATCH v4 22/28] NFS: Remove unused function nfs_revalidate_mapping_protected()
                                            ` [PATCH v4 23/28] NFS: Do not aggressively cache file attributes in the case of O_DIRECT
                                              ` [PATCH v4 24/28] NFS: Getattr doesn't require data sync semantics
                                                ` [PATCH v4 25/28] NFSv4.2: Fix a race in nfs42_proc_deallocate()
                                                  ` [PATCH v4 26/28] NFSv4.2: Fix writeback races in nfs4_copy_file_range
                                                    ` [PATCH v4 27/28] NFSv4.2: llseek(SEEK_HOLE) and llseek(SEEK_DATA) don't require data sync
                                                      ` [PATCH v4 28/28] NFS nfs_vm_page_mkwrite: Don't freeze me, Bro

[PATCH 01/10] SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
 2016-07-06 20:30 UTC  (16+ messages)
` [PATCH 02/10] SUNRPC: Don't allocate a full sockaddr_storage for tracing
  ` [PATCH 03/10] SUNRPC: Add a tracepoint for server socket out-of-space conditions
    ` [PATCH 04/10] SUNRPC: Add tracepoints for dropped and deferred requests
      ` [PATCH 05/10] SUNRPC: lock the socket while detaching it
        ` [PATCH 06/10] SUNRPC: Call the default socket callbacks instead of open coding
          ` [PATCH 07/10] SUNRPC: Micro optimisation for svc_data_ready
            ` [PATCH 08/10] SUNRPC: Add a server side per-connection limit
              ` [PATCH 09/10] SUNRPC: Change TCP socket space reservation

[PATCH 2/2] nfsd: remove extraneous KERN_INFO prefix
 2016-07-06 13:52 UTC  (2+ messages)

When can nfsv3 returns nfs3err_jukebox to client?
 2016-07-06 13:26 UTC  (3+ messages)

[PATCH] nfsd: allow SCSI layout support without Block layout
 2016-07-06  2:20 UTC  (2+ messages)

[PATCH] NFS: Don't let readdirplus revalidate an inode that was marked as stale
 2016-07-06  0:38 UTC  (19+ messages)
` grace period
                  ` HA NFS

ELOOP from getdents
 2016-07-05 20:36 UTC 

/etc/exports parsing is borked again in nfs-utils
 2016-07-05 19:06 UTC  (5+ messages)

unhappy 4.5.7 kernel with nfs
 2016-07-04 12:06 UTC  (3+ messages)

[PATCH 1/2] nfsd: Fix some indent inconsistancy
 2016-07-02  6:24 UTC 

[PATCH 0/4] tracing: printk:console fix and __get_str() cleanup
 2016-07-01 23:44 UTC  (5+ messages)
` [PATCH 1/4] tracing: Use outer () on __get_str() definition
` [PATCH 2/4] tracing, RAS: Cleanup on __get_str() usage
` [PATCH 3/4] tracing: Use __get_str() when manipulating strings
` [PATCH 4/4] printk, tracing: Avoiding unneeded blank lines

Revert: SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose
 2016-07-01 23:19 UTC  (7+ messages)

[GIT PULL] lockd/locks bugfixes for 4.7
 2016-07-01 19:06 UTC 

It's back! (Re: [REGRESSION] NFS is creating a hidden port (left over from xs_bind() ))
 2016-06-30 21:56 UTC  (7+ messages)

[PATCH RESEND] sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags
 2016-06-30 20:49 UTC  (3+ messages)

[PATCH] nfsd: Close race between nfsd4_release_lockowner and nfsd4_lock
 2016-06-30 16:22 UTC  (4+ messages)

[PATCH] lockd: unregister notifier blocks if the service fails to come up completely
 2016-06-30 16:10 UTC  (3+ 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).