linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-13 15:35:26 to 2016-07-25 14:10:36 UTC [more...]

[PATCH v24 00/22] Richacls (Core and Ext4)
 2016-07-25 14:09 UTC  (14+ messages)
` [PATCH v24 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v24 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v24 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v24 04/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v24 05/22] vfs: Add permission flags for setting file attributes
` [PATCH v24 06/22] richacl: In-memory representation and helper functions
` [PATCH v24 07/22] richacl: Permission mapping functions
` [PATCH v24 08/22] richacl: Permission check algorithm
` [PATCH v24 09/22] richacl: Compute maximum file masks from an acl
` [PATCH v24 10/22] vfs: Cache base_acl objects in inodes
` [PATCH v24 11/22] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v24 12/22] vfs: Cache richacl in struct inode
` [PATCH v24 13/22] richacl: Update the file masks in chmod()

[PATCH 0/8] Assorted mount-related nfs-utils patches
 2016-07-25  7:22 UTC  (19+ messages)
` [PATCH 8/8] mount: use a public address for IPv6 callback
` [PATCH 7/8] mount: don't treat temporary name resolution failure as permanent
` [PATCH 1/8] nfs.man: clarify effect of 'retry' option
` [PATCH 6/8] mountd: don't add paths to non-mounted export points to pseudo-root
` [PATCH 3/8] mountd: remove 'dev_missing' checks
` [PATCH 5/8] mountd: Don't export unmounted exports to NFSv4
` [PATCH 2/8] mountd: remove the --exports-file option
` [PATCH 4/8] mountd: cause attempts to access unmounted exportpoints to return ESTALE

sunrpc: add bounds checking RPCSVC_MAXPAGES to svc_tcp_*_pages()
 2016-07-25  0:35 UTC 

[PATCH] NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"
 2016-07-24 21:36 UTC  (3+ messages)
` [PATCH] NFSv4.2: Fix warning "variable ‘stateids’ set but not used"
  ` [PATCH] SUNRPC: Fix a compiler warning in fs/nfs/clnt.c

[PATCH v3 00/14] More layoutreturn nits
 2016-07-24 21:30 UTC  (15+ messages)
` [PATCH v3 01/14] pNFS: LAYOUTRETURN should only update the stateid if the layout is valid
  ` [PATCH v3 02/14] pNFS: Clear the layout return tracking on layout reinitialisation
    ` [PATCH v3 03/14] pNFS: Always update the layout stateid if NFS_LAYOUT_INVALID_STID is set
      ` [PATCH v3 04/14] pNFS: Always update the layout barrier seqid on LAYOUTGET
        ` [PATCH v3 05/14] pNFS: Fix CB_LAYOUTRECALL stateid verification
          ` [PATCH v3 06/14] pNFS: Ensure layoutreturn acts as a completion for layout callbacks
            ` [PATCH v3 07/14] pNFS: Do not set plh_return_seq for non-callback related layoutreturns
              ` [PATCH v3 08/14] NFS: pnfs_mark_matching_lsegs_return() should match the layout sequence id
                ` [PATCH v3 09/14] pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()
                  ` [PATCH v3 10/14] pNFS: Clear the layout metadata if the server changed the layout stateid
                    ` [PATCH v3 11/14] pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()
                      ` [PATCH v3 12/14] pNFS: Remove redundant stateid invalidation
                        ` [PATCH v3 13/14] pNFS: Cleanup - do layout segment initialisation in one place
                          ` [PATCH v3 14/14] pNFS: Remove redundant smp_mb() from pnfs_init_lseg()

[PATCH] nfsd: Make creates return EEXIST correctly instead of EPERM
 2016-07-24 20:21 UTC  (31+ messages)
                  ` [PATCH 1/7] nfsd: Make creates return EEXIST instead of EACCES
                  ` [PATCH 2/7] nfsd: remove redundant zero-length check from create
                  ` [PATCH 3/7] nfsd: remove redundant i_lookup check
                  ` [PATCH 4/7] nfsd: reorganize nfsd_create
                  ` [PATCH 5/7] nfsd: remove unnecessary positive-dentry check
                  ` [PATCH 6/7] nfsd: clean up bad-type check in nfsd_create_locked
                  ` [PATCH 7/7] nfsd: drop unnecessary MAY_EXEC check from create

[PATCH v2 0/7] More layoutreturn nits
 2016-07-24 15:07 UTC  (8+ messages)
` [PATCH v2 1/7] pNFS: Clear the layout return tracking on layout reinitialisation
  ` [PATCH v2 2/7] pNFS: Ensure layoutreturn acts as a completion for layout callbacks
    ` [PATCH v2 3/7] pNFS: Do not set plh_return_seq for non-callback related layoutreturns
      ` [PATCH v2 4/7] pNFS: Remove redundant stateid invalidation
        ` [PATCH v2 5/7] NFS: pnfs_mark_matching_lsegs_return() should match the layout sequence id
          ` [PATCH v2 6/7] pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()
            ` [PATCH v2 7/7] pNFS: Fix CB_LAYOUTRECALL stateid verification

EACCES race when opening just-created file
 2016-07-23 20:50 UTC  (2+ messages)

[PATCH 1/2] Btrfs: be more precise on errors when getting an inode from disk
 2016-07-22 20:08 UTC  (4+ messages)

[PATCH 0/6] More layoutreturn nits
 2016-07-22 19:33 UTC  (7+ messages)
` [PATCH 1/6] pNFS: Clear the layout return tracking on layout reinitialisation
  ` [PATCH 2/6] pNFS: Ensure layoutreturn acts as a completion for layout callbacks
    ` [PATCH 3/6] pNFS: Do not set plh_return_seq for non-callback related layoutreturns
      ` [PATCH 4/6] pNFS: Remove redundant stateid invalidation
        ` [PATCH 5/6] NFS: pnfs_mark_matching_lsegs_return() should match the layout sequence id
          ` [PATCH 6/6] pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()

open a file in 0100444 mode in NFSv4 may fail
 2016-07-22 14:57 UTC  (11+ messages)

Problem re-establishing GSS contexts after a server reboot
 2016-07-21 21:32 UTC  (9+ messages)

[PATCH] NFS: flush data when locking a file to ensure cache coherence for mmap
 2016-07-21 21:25 UTC  (2+ messages)

[PATCH v4 15/28] NFS: Ensure we reset the write verifier 'committed' value on resend
 2016-07-21 14:02 UTC  (27+ messages)
` [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 24/28] "

[PATCH] Fix NULL pointer dereference in bl_free_device()
 2016-07-21 12:30 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

xfstests generic/285 fails reliably on Trond's linux-next branch
 2016-07-21  8:18 UTC 

[PATCH 2/2] blkmapd: unlink pid file when error out
 2016-07-20 15:14 UTC  (2+ messages)

[PATCH 1/2] blkmapd: Let running correctly when pid file exists
 2016-07-20 15:13 UTC  (2+ messages)

[PATCH] Gssd: Avoid compiling warning and simplify codes
 2016-07-20 15:13 UTC  (2+ messages)

[PATCH] NFSv4: Allow retry of operations that used a returned delegation stateid
 2016-07-20 14:28 UTC  (2+ messages)

a few simple scsi-layout fixes
 2016-07-20 12:29 UTC  (3+ messages)
` [PATCH 3/3] nfs/blocklayout: support RH/Fedora dm-mpath device nodes

nfsd delays between svc_recv and gss_check_seq_num
 2016-07-20 11:31 UTC  (3+ messages)

[GIT PULL] Please pull one NFSoRDMA client cleanup
 2016-07-19 20:57 UTC 

[PATCH v2 0/4] Fix the v4.7 LAYOUTGET regressions
 2016-07-19 20:33 UTC  (5+ messages)
` [PATCH v2 1/4] pNFS: Fix post-layoutget error handling in pnfs_update_layout()
  ` [PATCH v2 2/4] pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICT
    ` [PATCH v2 3/4] pNFS: Handle NFS4ERR_RECALLCONFLICT correctly in LAYOUTGET
      ` [PATCH v2 4/4] pNFS: Fix LAYOUTGET handling of NFS4ERR_BAD_STATEID and NFS4ERR_EXPIRED

[PATCH] pnfs/blocklayout: put deviceid node after releasing bl_ext_lock
 2016-07-19 13:10 UTC  (3+ messages)

[PATCH] nfs: don't create zero-length requests
 2016-07-18 17:39 UTC  (3+ messages)

[PATCH] exportfs: fix export point checking
 2016-07-18 17:33 UTC  (2+ messages)

[PATCH] nfs(5): Add lease management security considerations
 2016-07-18 17:32 UTC  (2+ messages)

RHEL7 hang (and probably mainline) while copying big files because of subrequests merging(?)
 2016-07-18 14:40 UTC  (7+ messages)

[PATCH 1/1] Fix SETATTR/DELEGRETURN race
 2016-07-18 13:37 UTC  (2+ messages)

[PATCH] SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprt
 2016-07-16 16:04 UTC 

[for-next][PATCH 6/7] tracing: Use __get_str() when manipulating strings
 2016-07-16  7:16 UTC 

[GIT PULL] Please pull NFSoRDMA client changes for 4.8
 2016-07-15 20:53 UTC 

[PATCH 0/4] tracing: printk:console fix and __get_str() cleanup
 2016-07-15 19:53 UTC  (2+ messages)

[PATCH 1/4] pNFS: Fix post-layoutget error handling in pnfs_update_layout()
 2016-07-15 14:45 UTC  (7+ messages)
` [PATCH 2/4] pNFS: Separate handling of NFS4ERR_LAYOUTTRYLATER and RECALLCONFLICT
  ` [PATCH 3/4] pNFS: Handle NFS4ERR_RECALLCONFLICT correctly in LAYOUTGET
    ` [PATCH 4/4] pNFS: Fix LAYOUTGET handling of NFS4ERR_BAD_STATEID and NFS4ERR_EXPIRED

[PATCH] Fix the socket autoclose regression
 2016-07-15 14:21 UTC  (4+ messages)
` [PATCH] SUNRPC: Force a close when a socket keepalive timeout occurs

[RFC v3 00/45] Richacls
 2016-07-15  8:00 UTC  (4+ messages)
` [RFC v3 42/45] nfs: Add richacl support

[PATCH] nfsd: Make creates return EEXIST instead of EACCES
 2016-07-15  3:20 UTC 

[PATCH v23 00/22] Richacls (Core and Ext4)
 2016-07-14 20:59 UTC  (15+ messages)
` [PATCH v23 08/22] richacl: Compute maximum file masks from an acl
` [PATCH v23 13/22] vfs: Cache richacl in struct inode
` [PATCH v23 18/22] richacl: xattr mapping functions
` [PATCH v23 20/22] vfs: Add richacl permission checking

[PATCH] nfsd: Close race between nfsd4_release_lockowner and nfsd4_lock
 2016-07-14 20:25 UTC  (3+ messages)

[PATCH] nfsd/blocklayout: Make sure calculate signature/designator length aligned
 2016-07-14 18:51 UTC  (2+ messages)

Lost CLOSE with NFSv4.1 on RHEL7 ( and bejond?)
 2016-07-14 14:52 UTC  (4+ messages)

[PATCH] exportfs: fix export point checking
 2016-07-14  5:35 UTC 

[PATCH] nfs/blocklayout: Check max uuids and devices before decoding
 2016-07-14  4:02 UTC 

[PATCH] nfs/blocklayout: Make sure calculate signature length aligned
 2016-07-14  4:01 UTC 

[PATCH v2] xfs: abstract block export operations from nfsd layouts
 2016-07-13 23:23 UTC  (4+ messages)

ELOOP from getdents
 2016-07-13 15:34 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).