linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-24 21:24:51 to 2016-07-07 05:55:00 UTC [more...]

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

Hang due to nfs letting tasks freeze with locked inodes
 2016-07-07  3:55 UTC  (3+ messages)

[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  (18+ 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 v23 00/22] Richacls (Core and Ext4)
 2016-07-06 18:57 UTC  (38+ 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
` [PATCH v23 19/22] richacl: Add richacl xattr handler
` [PATCH v23 20/22] vfs: Add richacl permission checking
` [PATCH v23 21/22] ext4: Add richacl support
` [PATCH v23 22/22] ext4: Add richacl feature flag

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

[GIT PULL] Please pull NFS client bugfixes for 4.7
 2016-06-29 21:04 UTC 

[PATCH v3 00/24] Delete CURRENT_TIME_SEC and replace current_fs_time()
 2016-06-29 19:48 UTC  (3+ messages)
` [PATCH v3 19/24] fs: nfs: Make nfs boot time y2038 safe
` [Y2038] [PATCH v3 00/24] Delete CURRENT_TIME_SEC and replace current_fs_time()

[PATCH v4 00/24] NFS/RDMA client patches proposed for v4.8
 2016-06-29 17:55 UTC  (25+ messages)
` [PATCH v4 01/24] xprtrdma: Remove FMRs from the unmap list after unmapping
` [PATCH v4 02/24] xprtrdma: Create common scatterlist fields in rpcrdma_mw
` [PATCH v4 03/24] xprtrdma: Move init and release helpers
` [PATCH v4 04/24] xprtrdma: Rename fields in rpcrdma_fmr
` [PATCH v4 05/24] xprtrdma: Use scatterlist for DMA mapping and unmapping under FMR
` [PATCH v4 06/24] xprtrdma: Refactor MR recovery work queues
` [PATCH v4 07/24] xprtrdma: Do not leak an MW during a DMA map failure
` [PATCH v4 08/24] xprtrdma: Remove ALLPHYSICAL memory registration mode
` [PATCH v4 09/24] xprtrdma: Remove rpcrdma_map_one() and friends
` [PATCH v4 10/24] xprtrdma: Clean up device capability detection
` [PATCH v4 11/24] xprtrdma: Reply buffer exhaustion can be catastrophic
` [PATCH v4 12/24] xprtrdma: Honor ->send_request API contract
` [PATCH v4 13/24] xprtrdma: Chunk list encoders must not return zero
` [PATCH v4 14/24] xprtrdma: Allocate MRs on demand
` [PATCH v4 15/24] xprtrdma: Release orphaned MRs immediately
` [PATCH v4 16/24] xprtrdma: Place registered MWs on a per-req list
` [PATCH v4 17/24] xprtrdma: Chunk list encoders no longer share one rl_segments array
` [PATCH v4 18/24] xprtrdma: rpcrdma_inline_fixup() overruns the receive page list
` [PATCH v4 19/24] xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()
` [PATCH v4 20/24] xprtrdma: Update only specific fields in private receive buffer
` [PATCH v4 21/24] xprtrdma: Clean up fixup_copy_count accounting
` [PATCH v4 22/24] xprtrdma: No direct data placement with krb5i and krb5p
` [PATCH v4 23/24] svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
` [PATCH v4 24/24] NFS: Don't drop CB requests with invalid principals

[PATCH v3 00/25] NFS/RDMA client patches proposed for v4.8
 2016-06-28 20:53 UTC  (4+ messages)
` [PATCH v3 01/25] xprtrdma: Remove FMRs from the unmap list after unmapping

[PATCH 1/1 v2] systemd: Only start the gssd daemons when they are enabled
 2016-06-28 20:38 UTC  (15+ messages)

[PATCH] NFS/pnfs: Do not clobber existing pgio_done_cb in nfs4_proc_read_setup
 2016-06-28 19:02 UTC 

[PATCH v2] nfs4: clnt: respect noresvport when establishing connections to DSes
 2016-06-28 18:35 UTC  (3+ messages)

[PATCH v4 00/13] pnfs: layout pipelining and related fixes
 2016-06-28 13:09 UTC  (7+ messages)
` [PATCH v4 12/13] pnfs: rework LAYOUTGET retry handling

[PATCH v4 01/17] NFS: Don't flush caches for a getattr that races with writeback
 2016-06-28 12:12 UTC  (2+ messages)

[PATCH] NFS: Fix another OPEN_DOWNGRADE bug
 2016-06-27 21:12 UTC  (2+ messages)

[PATCH] sunrpc: Fix bit count when setting hashtable size to power-of-two
 2016-06-27 19:17 UTC 

[PATCH 1/5] NFS: Do not aggressively cache file attributes in the case of O_DIRECT
 2016-06-26  0:25 UTC  (5+ messages)
` [PATCH 2/5] NFS: Fix a race in nfs42_proc_deallocate()
  ` [PATCH 3/5] NFSv4.2: Fix writeback races in nfs4_copy_file_range
    ` [PATCH 4/5] NFS: Getattr doesn't require data sync semantics
      ` [PATCH 5/5] NFS: llseek(SEEK_HOLE) and llseek(SEEK_DATA) don't require data sync

Interrupted IO causing async errors
 2016-06-24 22:16 UTC  (4+ messages)

[GIT PULL] bugfixes for 4.7
 2016-06-24 22:12 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).