linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-08 14:46:01 to 2019-02-19 14:04:23 UTC [more...]

[PATCH] SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs
 2019-02-19 14:02 UTC 

[PATCH] NFS: Fix sparse annotations for nfs_set_open_stateid_locked()
 2019-02-19 14:00 UTC 

[PATCH] NFS: Fix up documentation warnings
 2019-02-19 13:57 UTC 

[PATCH v3 0/8] NFS file I/O bugfixes and cleanups
 2019-02-19 13:53 UTC  (9+ messages)
` [PATCH v3 1/8] NFS: Fix I/O request leakages
  ` [PATCH v3 2/8] NFS: Fix an I/O request leakage in nfs_do_recoalesce
    ` [PATCH v3 3/8] NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()
      ` [PATCH v3 4/8] NFS: Clean up list moves of struct nfs_page
        ` [PATCH v3 5/8] NFS: Pass error information to the pgio error cleanup routine
          ` [PATCH v3 6/8] NFS: Ensure NFS writeback allocations don't recurse back into NFS
            ` [PATCH v3 7/8] NFS: EINTR is also a fatal error
              ` [PATCH v3 8/8] NFS: ENOMEM should also be "

[PATCH] nfs-utils: fix addrinfo usage with musl-1.1.21
 2019-02-19  9:03 UTC  (11+ messages)

linux NFS client lock file cannot get a expected response
 2019-02-19  2:09 UTC  (3+ messages)

[PATCH] CACHE: Fix test script as delegation being introduced
 2019-02-19  1:00 UTC  (2+ messages)

Linux NFS v4.1 server support for dynamic slot allocation?
 2019-02-18 21:46 UTC 

[PATCH 1/2] NFS: Fix I/O request leakages
 2019-02-18 21:14 UTC  (4+ messages)
` [PATCH 2/2] NFS: Pass error information to the pgio error cleanup routine

[PATCH RFC 0/4] IMA on NFS prototype
 2019-02-18 19:41 UTC  (7+ messages)
` [PATCH RFC 1/4] NFS: Define common IMA-related protocol elements
` [PATCH RFC 2/4] NFS: Rename security xattr handler
` [PATCH RFC 3/4] NFS: Prototype support for IMA on NFS (client)
` [PATCH RFC 4/4] NFSD: Prototype support for IMA on NFS (server)

[PATCH] nfs: fix xfstest generic/099 failed on nfsv3
 2019-02-18 14:56 UTC 

echo rdma 20049 > /proc/fs/nfsd/portlist return Protocol not supported
 2019-02-18 14:01 UTC 

Zdravstvujte vas interesuyut klientskie bazy dannyh?
 2019-02-18  6:13 UTC 

[RFC PATCH 00/27] Containers and using authenticated filesystems
 2019-02-17 19:39 UTC  (37+ messages)
` [RFC PATCH 01/27] containers: Rename linux/container.h to linux/container_dev.h
` [RFC PATCH 02/27] containers: Implement containers as kernel objects
` [RFC PATCH 03/27] containers: Provide /proc/containers
` [RFC PATCH 04/27] containers: Allow a process to be forked into a container
` [RFC PATCH 05/27] containers: Open a socket inside "
` [RFC PATCH 06/27] containers, vfs: Allow syscall dirfd arguments to take a container fd
` [RFC PATCH 07/27] containers: Make fsopen() able to create a superblock in a container
` [RFC PATCH 08/27] containers, vfs: Honour CONTAINER_NEW_EMPTY_FS_NS
` [RFC PATCH 09/27] vfs: Allow mounting to other namespaces
` [RFC PATCH 10/27] containers: Provide fs_context op for container setting
` [RFC PATCH 11/27] containers: Sample program for driving container objects
` [RFC PATCH 12/27] containers: Allow a daemon to intercept request_key upcalls in a container
` [RFC PATCH 13/27] keys: Provide a keyctl to query a request_key authentication key
` [RFC PATCH 14/27] keys: Break bits out of key_unlink()
` [RFC PATCH 15/27] keys: Make __key_link_begin() handle lockdep nesting
` [RFC PATCH 16/27] keys: Grant Link permission to possessers of request_key auth keys
` [RFC PATCH 17/27] keys: Add a keyctl to move a key between keyrings
` [RFC PATCH 18/27] keys: Find the least-recently used unseen key in a keyring
` [RFC PATCH 19/27] containers: Sample: request_key upcall handling
` [RFC PATCH 20/27] container, keys: Add a container keyring
` [RFC PATCH 21/27] keys: Fix request_key() lack of Link perm check on found key
` [RFC PATCH 22/27] KEYS: Replace uid/gid/perm permissions checking with an ACL
` [RFC PATCH 23/27] KEYS: Provide KEYCTL_GRANT_PERMISSION
` [RFC PATCH 24/27] keys: Allow a container to be specified as a subject in a key's ACL
` [RFC PATCH 25/27] keys: Provide a way to ask for the container keyring
` [RFC PATCH 26/27] keys: Allow containers to be included in key ACLs by name
` [RFC PATCH 27/27] containers: Sample to grant access to a key in a container

[GIT PULL] more nfsd fixes for 5.0
 2019-02-17  1:50 UTC  (2+ messages)

[GIT PULL] Please pull additional NFS client fixes for 5.0
 2019-02-17  1:50 UTC  (2+ messages)

Need help debugging NFS issues new to 4.20 kernel
 2019-02-16 14:46 UTC  (11+ messages)

[PATCH] NFS: Fix typo in comments of nfs_readdir_alloc_pages()
 2019-02-16  0:38 UTC 

[PATCH] NFS: Remove redundant semicolon
 2019-02-16  0:31 UTC 

Better interop for NFS/SMB file share mode/reservation
 2019-02-15 20:09 UTC  (16+ messages)

[PATCH] sunrpc: fix 4 more call sites that were using stack memory with a scatterlist
 2019-02-15 19:58 UTC  (2+ messages)

[PATCH 0/7] Eliminate delegation self-conflicts
 2019-02-15 16:35 UTC  (11+ messages)
` [PATCH 1/7] kthreads: minor kthreadd refactoring
` [PATCH 2/7] kthreads: Simplify tsk_fork_get_node
` [PATCH 3/7] kthreads: allow multiple kthreadd's
` [PATCH 4/7] kthreads: allow cloning threads with different flags
` [PATCH 5/7] rpc: separate out body of svc_start_kthreads
` [PATCH 6/7] rpc: move rpc server threads into their own thread group
` [PATCH 7/7] nfsd: ignore delegation self-conflicts

[PATCH] sm-notify: Added -f flag to nfs.conf parsing
 2019-02-15 14:09 UTC 

Why doesn't NFSv3 implement LOOKUPP?
 2019-02-15 13:24 UTC  (5+ messages)

[PATCH v2 1/2] NFS: Fix I/O request leakages
 2019-02-14 23:59 UTC  (2+ messages)
` [PATCH v2 2/2] NFS: Pass error information to the pgio error cleanup routine

Have needs for?
 2019-02-11  8:40 UTC 

4.0 client and server restart with decreased lease time
 2019-02-14 17:56 UTC  (3+ messages)
  ` [PATCH] Revert "nfsd4: return default lease period"

[PATCH] st_getattr: do not expect server to return rdattr_error
 2019-02-14 17:11 UTC  (2+ messages)

[RFC PATCH 0/9] keys: Namespacing
 2019-02-14 16:58 UTC  (10+ messages)
` [RFC PATCH 1/9] keys: Invalidate used request_key authentication keys
` [RFC PATCH 2/9] keys: Kill off request_key_async{,_with_auxdata}
` [RFC PATCH 3/9] keys: Simplify key description management
` [RFC PATCH 4/9] keys: Cache the hash value to avoid lots of recalculation
` [RFC PATCH 5/9] keys: Include target namespace in match criteria
` [RFC PATCH 6/9] keys: Garbage collect keys for which the domain has been removed
` [RFC PATCH 7/9] keys: Network namespace domain tag
` [RFC PATCH 8/9] keys: Pass the network namespace into request_key mechanism
` [RFC PATCH 9/9] KEYS: Namespace keyring names

[PATCH v2 2/2] pNFS: Avoid read/modify/write when it is not necessary
 2019-02-14  9:39 UTC 

[PATCH v2 1/2] pNFS: Fix potential corruption of page being written
 2019-02-14  9:36 UTC 

[PATCH v2 0/2] pNFS block/SCSI layouts read-modify-write fix&improvement
 2019-02-14  9:34 UTC 

[RFC for-stable PATCH] SUNRPC: Always drop the XPRT_LOCK on XPRT_CLOSE_WAIT
 2019-02-13 14:25 UTC  (3+ messages)
` [STABLE "

[PATCH 4.14 0/2] Two nfsd4 fixes for 4.14 longterm
 2019-02-13 14:15 UTC  (8+ messages)

[PATCH] rpc: properly check debugfs dentry before using it
 2019-02-13  7:24 UTC  (3+ messages)

[v5.0-rc3 regression] Oops when starting nfs service
 2019-02-13  6:10 UTC  (6+ messages)

[PATCH AUTOSEL 4.20 034/105] xprtrdma: Double free in rpcrdma_sendctxs_create()
 2019-02-13  2:33 UTC  (3+ messages)
` [PATCH AUTOSEL 4.20 075/105] SUNRPC: Ensure rq_bytes_sent is reset before request transmission
` [PATCH AUTOSEL 4.20 076/105] SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit

[PATCH AUTOSEL 4.19 29/83] xprtrdma: Double free in rpcrdma_sendctxs_create()
 2019-02-13  2:36 UTC 

[PATCH v2] NFS: Don't use page_file_mapping after removing the page
 2019-02-12 21:28 UTC  (3+ messages)

[PATCH v3] xprtrdma: Make sure Send CQ is allocated on an existing compvec
 2019-02-12 20:32 UTC  (4+ messages)

Oops in rpc_clnt_debugfs_register()
 2019-02-12 15:26 UTC  (9+ messages)
` Oops in rpc_clnt_debugfs_register() from debugfs change

[PATCH] pNFS: Avoid read-modify-write for page-aligned full page write
 2019-02-12  4:34 UTC  (5+ messages)

[PATCH v1 00/23] NFS client patches for v5.1 (complete)
 2019-02-11 16:25 UTC  (24+ messages)
` [PATCH v1 01/23] xprtrdma: Fix sparse warnings
` [PATCH v1 02/23] xprtrdma: Check inline size before providing a Write chunk
` [PATCH v1 03/23] xprtrdma: Reduce the doorbell rate (Receive)
` [PATCH v1 04/23] SUNRPC: Display symbolic flag names in RPC trace events
` [PATCH v1 05/23] SUNRPC: Add xdr_stream::rqst field
` [PATCH v1 06/23] SUNRPC: Add XDR overflow trace event
` [PATCH v1 07/23] SUNRPC: Add trace event that reports reply page vector alignment
` [PATCH v1 08/23] NFS: Remove print_overflow_msg()
` [PATCH v1 09/23] NFS: Add trace events to report non-zero NFS status codes
` [PATCH v1 10/23] SUNRPC: Remove some dprintk() call sites from auth functions
` [PATCH v1 11/23] SUNRPC: Remove rpc_xprt::tsh_size
` [PATCH v1 12/23] SUNRPC: Add build option to disable support for insecure enctypes
` [PATCH v1 13/23] SUNRPC: Use struct xdr_stream when constructing RPC Call header
` [PATCH v1 14/23] SUNRPC: Clean up rpc_verify_header()
` [PATCH v1 15/23] SUNRPC: Use struct xdr_stream when decoding RPC Reply header
` [PATCH v1 16/23] SUNRPC: Introduce trace points in rpc_auth_gss.ko
` [PATCH v1 17/23] SUNRPC: Remove xdr_buf_trim()
` [PATCH v1 18/23] SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ files
` [PATCH v1 19/23] SUNRPC: Introduce rpc_prepare_reply_pages()
` [PATCH v1 20/23] NFS: Account for XDR pad of buf->pages
` [PATCH v1 21/23] SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsize
` [PATCH v1 22/23] SUNRPC: Add rpc_auth::au_ralign field
` [PATCH v1 23/23] SUNRPC: Use au_rslack when computing reply buffer size

[LSF/MM TOPIC] Containers and distributed filesystems
 2019-02-09 21:49 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;
as well as URLs for NNTP newsgroup(s).