public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-18 14:47:08 to 2015-07-03 11:39:12 UTC [more...]

[PATCH 1/5] nfsd: Fix a file leak of ls_file if nfsd4_layout_setlease fail
 2015-07-03 11:39 UTC  (5+ messages)
` [PATCH 2/5] nfsd: Drop including client's header file nfs_fs.h
` [PATCH 3/5] nfsd: Remove duplicate define of IDMAP_NAMESZ/IDMAP_TYPE_xx
` [PATCH 4/5] nfsd: Check stateid generation in nfsd4_lookup_stateid()
` [PATCH 5/5] nfsd: Add macro NFS_ACL_MASK for ACL

running out of tags in 9P (was Re: [git pull] vfs part 2)
 2015-07-03  9:42 UTC  (13+ messages)

[PATCH] nfs: avoid nfs_wait_on_seqid() for NFSv4.1
 2015-07-02 23:23 UTC  (2+ messages)

[GIT PULL] Please pull NFS client updates
 2015-07-02 16:21 UTC 

[PATCH 00/10 v6] NFSD: Pin to vfsmount for nfsd exports cache
 2015-07-02 15:17 UTC  (13+ messages)
` [PATCH 01/10 v6] fs_pin: Initialize value for fs_pin explicitly
` [PATCH 02/10 v6] fs_pin: Export functions for specific filesystem
` [PATCH 03/10 v6] path: New helpers path_get_pin/path_put_unpin for path pin
` [PATCH 04/10 v6] fs: New helper legitimize_mntget() for getting a legitimize mnt
` [PATCH 05/10 v6] sunrpc: Store cache_detail in seq_file's private directly
` [PATCH 06/10 v6] sunrpc/nfsd: Remove redundant code by exports seq_operations functions
` [PATCH 07/10 v6] sunrpc: Switch to using list_head instead single list
` [PATCH 08/10] sunrpc: New helper cache_delete_entry for deleting cache_head directly
` [PATCH 09/10 v6] sunrpc: Support validate/invalidate for reference change in cache_detail
` [PATCH 10/10 v6] nfsd: Allows user un-mounting filesystem where nfsd exports base on

[PATCH][stable] nfs: take extra reference to fl->fl_file when running a setlk
 2015-07-02 10:40 UTC 

IT-SERVICES
 2015-07-02 10:03 UTC 

[PATCH] nfs: take extra reference to fl->fl_file when running a LOCKU operation
 2015-07-02 10:08 UTC  (4+ messages)

[PATCH RFC] NFSD: fix cannot umounting mount points under pseudo root
 2015-07-02  9:42 UTC  (17+ messages)

[PATCH 1/8] nfs: Fix a memory leak when meeting an unsupported state protect
 2015-07-01 15:00 UTC  (11+ messages)
` [PATCH 2/8] nfs: Remove unused argument in nfs_server_set_fsinfo()
` [PATCH 3/8] nfs: Use remove_proc_subtree() instead remove_proc_entry()
    ` [PATCH 3/8 v2] "
` [PATCH 4/8] nfs: Don't setting FILE_CREATED flags always
` [PATCH 5/8] nfs: Remove unneeded micro checking of CONFIG_PROC_FS
` [PATCH 6/8] nfs: Drop bad comment in nfs41_walk_client_list()
` [PATCH 7/8] nfs: Remove invalid NFS_ATTR_FATTR_V4_REFERRAL checking in nfs4_get_rootfh
` [PATCH 8/8] nfs: Remove invalid tk_pid from debug message

(no subject)
 2015-07-01 11:53 UTC 

[PATCH] blkmapd: Fix infinite loop when reading serial
 2015-06-30 18:18 UTC  (3+ messages)

[PATCH] NFSv4: When returning a delegation, don't reclaim an incompatible open mode
 2015-06-29  4:28 UTC 

[PATCH] SUNRPC: handle -EAGAIN from socket writes better
 2015-06-29  4:26 UTC 

[PATCH/RFC] NFSv4 - do not accept an incompatible delegation
 2015-06-29  4:24 UTC  (7+ messages)

[PATCH 1/2] NFSv4.2: Fix up a decoding error in layoutstats
 2015-06-27 15:52 UTC  (2+ messages)
` [PATCH 2/2] NFSv4.2: LAYOUTSTATS is optional to implement

Build errors due to 64 bit xchg/cmpxchg operations in fs/nfs/flexfilelayout
 2015-06-27  5:39 UTC  (2+ messages)

[GIT PULL] nfsd changes for 4.2
 2015-06-26 20:51 UTC 

[PATCH] pNFS/flexfiles: Fix the reset of struct pgio_header when resending
 2015-06-26 19:41 UTC 

[PATCH] pNFS/flexfiles: Turn off layoutcommit for servers that don't need it
 2015-06-26 18:57 UTC 

Mount regression between 4.0.4 client and 2.6.35 server
 2015-06-26 18:32 UTC  (6+ messages)

i_version vs iversion (Was: Re: [RFC PATCH v2 1/2] Btrfs: add noi_version option to disable MS_I_VERSION)
 2015-06-26 13:32 UTC  (8+ messages)

[PATCH 1/2] nfs manpage: Add nfsmount.conf
 2015-06-26 13:22 UTC  (4+ messages)
` [PATCH 2/2] mount.nfs "

[PATCH] nfs-server: Use rpcbind.service instead of rpbind.target
 2015-06-26 13:21 UTC  (2+ messages)

kernel crashes on commit
 2015-06-26 12:33 UTC  (6+ messages)

[RFC v4 00/31] Richacls
 2015-06-26  7:55 UTC  (36+ messages)
` [RFC v4 01/31] vfs: Add IS_ACL() and IS_RICHACL() tests
` [RFC v4 02/31] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC v4 03/31] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [RFC v4 04/31] vfs: Make the inode passed to inode_change_ok non-const
` [RFC v4 05/31] vfs: Add permission flags for setting file attributes
` [RFC v4 06/31] richacl: In-memory representation and helper functions
` [RFC v4 07/31] richacl: Permission mapping functions
` [RFC v4 08/31] richacl: Compute maximum file masks from an acl
` [RFC v4 09/31] richacl: Update the file masks in chmod()
` [RFC v4 10/31] richacl: Permission check algorithm
` [RFC v4 11/31] vfs: Cache base_acl objects in inodes
` [RFC v4 12/31] vfs: Cache richacl in struct inode
` [RFC v4 13/31] richacl: Check if an acl is equivalent to a file mode
` [RFC v4 14/31] richacl: Create-time inheritance
` [RFC v4 15/31] richacl: Automatic Inheritance
` [RFC v4 16/31] richacl: xattr mapping functions
` [RFC v4 17/31] vfs: Add richacl permission checking
` [RFC v4 18/31] ext4: Add richacl support
` [RFC v4 19/31] ext4: Add richacl feature flag
` [RFC v4 20/31] richacl: acl editing helper functions
` [RFC v4 21/31] richacl: Move everyone@ aces down the acl
` [RFC v4 22/31] richacl: Propagate everyone@ permissions to other aces
` [RFC v4 23/31] richacl: Set the owner permissions to the owner mask
` [RFC v4 24/31] richacl: Set the other permissions to the other mask
` [RFC v4 25/31] richacl: Isolate the owner and group classes
` [RFC v4 26/31] richacl: Apply the file masks to a richacl
` [RFC v4 27/31] richacl: Create richacl from mode values
` [RFC v4 28/31] nfsd: Keep list of acls to dispose of in compoundargs
` [RFC v4 29/31] nfsd: Use richacls as internal acl representation
` [RFC v4 30/31] nfsd: Add richacl support
` [RFC v4 31/31] nfsd: Add support for the v4.1 dacl attribute

[PATCH 0/2] nfs: fix credential handling problems in flexfiles code
 2015-06-26  3:05 UTC  (4+ messages)
` [PATCH 1/2] nfs: fix potential credential leak in ff_layout_update_mirror_cred
` [PATCH 2/2] nfs: always update creds in mirror, even when we have an already connected ds

[PATCH] pnfs/flexfiles: protect ktime manipulation with mirror lock
 2015-06-26  1:45 UTC 

[RFC v3 00/45] Richacls
 2015-06-25 20:03 UTC  (3+ messages)

[PATCH 0/6 v5] NFSD: Pin to vfsmount for nfsd exports cache
 2015-06-25 14:46 UTC  (8+ messages)
` [PATCH 3/6 v5] fs_pin: Kill fs_pin under a reference of vfsmnt
` [PATCH 6/6 v5] nfsd: Allows user un-mounting filesystem where nfsd exports base on

[PATCH] nfs: verify open flags before allowing open
 2015-06-25 13:25 UTC 

[PATCH] nfs: provide pnfs_report_layoutstat when NFS42 is disabled
 2015-06-25 10:19 UTC 

[PATCH pynfs 0/3] MITM tool for NFS traffic on linux
 2015-06-25  3:18 UTC  (3+ messages)
` [PATCH pynfs 1/3] Fix default arg order error on swig > 1.x

[nfs:testing 43/50] undefined reference to `nfs42_proc_layoutstats_generic'
 2015-06-24 15:10 UTC 

[nfs:testing 41/50] fs/nfs/nfs42proc.c:191:1-3: WARNING: PTR_ERR_OR_ZERO can be used
 2015-06-24 15:00 UTC  (2+ messages)
` [PATCH] fix ptr_ret.cocci warnings

[PATCH 2/2] nfsd: Update callback sequnce id only CB_SEQUENCE success
 2015-06-24  8:33 UTC  (6+ messages)
` [PATCH v2] nfsd: nfsd4_cb_sequence_done() for processing more cb errors
    ` [PATCH v3] nfsd: New helper "

[PATCH-v2 00/10] pnfs/flexfiles: layoutstats support
 2015-06-23 11:52 UTC  (11+ messages)
` [PATCH-v2 01/10] NFSv.2/pnfs Add a LAYOUTSTATS rpc function
` [PATCH-v2 02/10] pNFS: fill in nfs42_layoutstat_ops
` [PATCH-v2 03/10] pnfs: add pnfs_report_layoutstat helper function
` [PATCH-v2 04/10] pNFS/flexfiles: Remove unused struct members user_name, group_name
` [PATCH-v2 05/10] pNFS/flexfiles: add layoutstats tracking
` [PATCH-v2 06/10] pNFS/flexfiles: track when layout is first used
` [PATCH-v2 07/10] pnfs/flexfiles: add ff_layout_prepare_layoutstats
` [PATCH-v2 08/10] pnfs/flexfiles: encode LAYOUTSTATS flexfiles specific data
` [PATCH-v2 09/10] nfs42: serialize LAYOUTSTATS calls of the same file
` [PATCH-v2 10/10] pnfs/flexfiles: report layoutstat regularly

Lieber Freund!!!
 2015-06-13 12:14 UTC 

NFSv4 state management issue - Linux disagrees with Netapp
 2015-06-22  2:29 UTC 

Hello
 2015-06-21 17:05 UTC 

[PATCH] SUNRPC: Set the TCP user timeout option on client sockets
 2015-06-20 19:37 UTC 

[REGRESSION] NFS is creating a hidden port (left over from xs_bind() )
 2015-06-20  2:44 UTC  (24+ messages)

[PATCH 1/1 net-next] sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()
 2015-06-19 19:52 UTC  (2+ messages)

[PATCH 0/5] pgio: fix buffered write retry path
 2015-06-19 10:11 UTC  (2+ messages)

[PATCH 00/11] pnfs/flexfiles: layoutstats support
 2015-06-19  1:47 UTC  (7+ messages)
` [PATCH 01/11] NFSv.2/pnfs Add a LAYOUTSTATS rpc function
` [PATCH 06/11] pNFS/flexfiles: track when layout is first used

[PATCH] nfsd: Prints a suitable length of filehandle
 2015-06-19  0:49 UTC  (3+ messages)

stateid handling improvements
 2015-06-18 21:19 UTC  (4+ messages)
` [PATCH 4/5] nfsd: fput rd_file from XDR encode context
` [PATCH 5/5] nfsd: wrap too long lines in nfsd4_encode_read

[PATCH 1/2] pNFS: Fix a memory leak when attempted pnfs fails
 2015-06-18 20:38 UTC  (4+ messages)
` [PATCH 2/2] NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writes

NFS server startup hangs for 60 seconds
 2015-06-18 18:07 UTC  (5+ messages)

[PATCH] make nfsd_drc_max_mem configurable
 2015-06-18 16:16 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