linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-22 03:03:43 to 2017-05-30 18:14:52 UTC [more...]

[PATCH v1 00/17] Server-side NFS/RDMA changes proposed for v4.13
 2017-05-30 18:14 UTC  (7+ messages)
` [PATCH v1 01/17] ib_core: Enable and expose force_mr module parameter
` [PATCH v1 02/17] svcrdma: Squelch disconnection messages
` [PATCH v1 03/17] svcrdma: Avoid Send Queue overflow
` [PATCH v1 04/17] svcrdma: Remove svc_rdma_marshal.c
` [PATCH v1 05/17] svcrdma: Improve Read chunk sanity checking
` [PATCH v1 06/17] svcrdma: Improve Write "

clean up readv/writev helpers
 2017-05-30 18:03 UTC  (15+ messages)
` [PATCH 01/10] fs: pass on flags in compat_writev
` [PATCH 02/10] fs: remove do_readv_writev
` [PATCH 03/10] fs: remove do_compat_readv_writev
` [PATCH 04/10] fs: remove __do_readv_writev
` [PATCH 05/10] fs: move more code into do_iter_read/do_iter_write
` [PATCH 06/10] fs: set kernel address limit in do_loop_readv_writev
` [PATCH 07/10] fs: implement vfs_iter_read using do_iter_read
` [PATCH 08/10] fs: implement vfs_iter_write using do_iter_write
` [PATCH 09/10] nfsd: use vfs_iter_read/write
` [PATCH 10/10] nfsd: remove nfsd_vfs_read

remove function pointer casts and constify function tables
 2017-05-30 17:03 UTC  (14+ messages)

[PATCH 1/2] rpcbproc_callit_com: Stop freeing a static pointer
 2017-05-30 16:45 UTC  (4+ messages)
` [PATCH 2/2] rpcbproc_callit_com: No need to allocate output buffer

[PATCH v2 0/3] Fixups for l_pid
 2017-05-30 16:31 UTC  (4+ messages)
` [PATCH v2 1/3] fs/locks: Use allocation rather than the stack in fcntl_getlk()
` [PATCH v2 2/3] fs/locks: Set fl_nspid at file_lock allocation
` [PATCH v2 3/3] fs/locks: Use fs-specific l_pid for remote locks

[RFC PATCH] KEYS: Allow a live daemon in a namespace to service request_key upcalls
 2017-05-30 16:13 UTC  (2+ messages)
` Example daemon program

[RFC][PATCH 00/23] VFS: Introduce superblock configuration context [ver #4]
 2017-05-30 15:36 UTC  (26+ messages)
` [PATCH 01/23] Provide a function to create a NUL-terminated string from unterminated data "
` [PATCH 02/23] VFS: Clean up whitespace in fs/namespace.c "
` [PATCH 03/23] VFS: Make get_mnt_ns() return the namespace "
` [PATCH 04/23] VFS: Make get_filesystem() return the affected filesystem "
` [PATCH 05/23] VFS: Provide empty name qstr "
` [PATCH 06/23] Provide supplementary error message facility "
` [PATCH 07/23] VFS: Introduce the structs and doc for a superblock configuration context "
` [PATCH 08/23] VFS: Add LSM hooks for "
` [PATCH 09/23] VFS: Implement a "
` [PATCH 10/23] VFS: Remove unused code after superblock config context changes "
` [PATCH 11/23] VFS: Implement fsopen() to prepare for a mount "
` [PATCH 12/23] VFS: Implement fsmount() to effect a pre-configured "
` [PATCH 13/23] VFS: Add a sample program for fsopen/fsmount "
` [PATCH 14/23] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 15/23] proc: Add superblock config support to procfs "
` [PATCH 16/23] NFS: Move sb-configuration bits into their own file "
` [PATCH 17/23] NFS: Constify mount argument match tables "
` [PATCH 18/23] NFS: Rename struct nfs_parsed_mount_data to struct nfs_sb_config "
` [PATCH 19/23] NFS: Split nfs_parse_mount_options() "
` [PATCH 20/23] NFS: Deindent nfs_sb_config_parse_option() "
` [PATCH 21/23] NFS: Add a small buffer in nfs_sb_config to avoid string dup "
` [PATCH 22/23] NFS: Do some tidying of the parsing code "
` [PATCH 23/23] NFS: Add sb_config support. "

[PATCH RFC 0/2] Fix setting of security labels over NFSv4.2
 2017-05-30 14:38 UTC  (11+ messages)
  ` [PATCH RFC 1/2] selinux: allow SECURITY_LSM_NATIVE_LABELS to be set on an already initialized superblock
  ` [PATCH RFC 2/2] nfs: update labeling behavior on a superblock when submounting

systemd and NFS "bg" mounts
 2017-05-30 12:45 UTC  (10+ messages)
` [systemd-devel] "
  ` [PATCH] nfs.man: document incompatibility between "bg" option and systemd
    ` [systemd-devel] "

mount.nfs needs to accept 'addr' option / parse its target string better
 2017-05-30 11:51 UTC  (2+ messages)

[PATCH 0/3] Fixups for l_pid
 2017-05-28  6:35 UTC  (9+ messages)
` [PATCH 1/3] fs/locks: Alloc file_lock where practical
` [PATCH 2/3] fs/locks: Set fl_nspid at file_lock allocation
` [PATCH 3/3] fs/locks: Use fs-specific l_pid for remote locks

[RFC][PATCH 0/9] Make containers kernel objects
 2017-05-27 19:10 UTC  (46+ messages)
` [PATCH 1/9] containers: Rename linux/container.h to linux/container_dev.h
` [PATCH 2/9] Implement containers as kernel objects
` [PATCH 3/9] Provide /proc/containers
` [PATCH 4/9] Allow processes to be forked and upcalled into a container
` [PATCH 5/9] Open a socket inside "
` [PATCH 6/9] Allow fs syscall dfd arguments to take a container fd
` [PATCH 7/9] Make fsopen() able to initiate mounting into a container
` [PATCH 8/9] Honour CONTAINER_NEW_EMPTY_FS_NS
` [PATCH 9/9] Sample program for driving container objects

fsetxattr(2) for ACL on nfs
 2017-05-26 23:59 UTC  (3+ messages)

[PATCH] locks: Set fl_nspid at file_lock allocation
 2017-05-26 19:39 UTC  (9+ messages)
          ` [PATC_H] "

[PATCH 06/19] nfsd: Check private request size before submitting a SCSI request
 2017-05-26 15:47 UTC  (6+ messages)

[RFC PATCH] nfs: test nfs4_getfacl near page size ACL from server
 2017-05-25 16:59 UTC  (7+ messages)

[PATCH] SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()
 2017-05-25  7:00 UTC 

[lkp-robot] [NFS] 14d1bbb0ca: BUG:scheduling_while_atomic
 2017-05-24 12:09 UTC  (2+ messages)
` [PATCH] NFSv4.0: Fix a lock leak in nfs40_walk_client_list

[PATCH 15/31] nfsd: Check private request size before submitting a SCSI request
 2017-05-24  6:02 UTC  (2+ messages)

[PATCH/RFC] NFSv4: don't let hanging mounts block other mounts
 2017-05-23 23:27 UTC 

Patch "nfsd: Fix up the "supattr_exclcreat" attributes" has been added to the 4.4-stable tree
 2017-05-23 21:44 UTC  (2+ messages)
    ` [PATCH] nfsd: Fix up the "supattr_exclcreat" attributes

[PATCH] nfsd4: fix null dereference on replay
 2017-05-23 18:24 UTC 

[PATCH v1 00/12] NFS/RDMA client-side patches proposed for v4.13
 2017-05-23 14:55 UTC  (13+ messages)
` [PATCH v1 01/12] xprtrdma: Don't defer MR recovery if ro_map fails
` [PATCH v1 02/12] xprtrdma: On invalidation failure, remove MWs from rl_registered
` [PATCH v1 03/12] xprtrdma: Fix FRWR invalidation error recovery
` [PATCH v1 04/12] xprtrdma: Pre-mark remotely invalidated MRs
` [PATCH v1 05/12] xprtrdma: Pass only the list of registered MRs to ro_unmap_sync
` [PATCH v1 06/12] xprtrdma: Rename rpcrdma_req::rl_free
` [PATCH v1 07/12] xprtrdma: Fix client lock-up after application signal fires
` [PATCH v1 08/12] NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migration
` [PATCH v1 09/12] xprtrdma: Demote "connect" log messages
` [PATCH v1 10/12] xprtrdma: FMR does not need list_del_init()
` [PATCH v1 11/12] xprtrdma: Replace PAGE_MASK with offset_in_page()
` [PATCH v1 12/12] xprtrdma: Fix documenting comments in frwr_ops.c

[PATCH v2 00/10] NFS: add AF_VSOCK support to NFS client
 2017-05-23 13:11 UTC  (6+ messages)
` [PATCH v2 01/10] SUNRPC: add AF_VSOCK support to addr.[ch]

[PATCH 1/2] mount.nfs: v4 mounts should fail when -o flag is used
 2017-05-23  0:52 UTC  (4+ messages)

[PATCH v2] pnfs: Fix the check for requests in range of layout segment
 2017-05-23  0:20 UTC 

[PATCH] pnfs: Fix the check for requests in range of layout segment
 2017-05-22 21:30 UTC  (2+ messages)

[PATCH] xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma_bc_setup()
 2017-05-22 20:31 UTC  (2+ messages)

[PATCH 3/3] nfs.conf tidy ups
 2017-05-22 15:52 UTC 

[PATCH 2/3] nfs.conf tidy ups
 2017-05-22 15:50 UTC 

[PATCH 1/3] nfs.conf tidy ups
 2017-05-22 15:48 UTC 

NULL deref in nfs4_put_deviceid_node
 2017-05-22 14:19 UTC 

EXCHANGE_ID with same network address but different server owner
 2017-05-22 14:25 UTC  (16+ messages)

[PATCH 0/4] nfs-utils mount: add AF_VSOCK support
 2017-05-22 12:12 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).