Linux NFS development
 help / color / mirror / Atom feed
 messages from 2022-02-01 14:38:39 to 2022-02-08 18:45:13 UTC [more...]

[PATCH] NFS: LOOKUP_DIRECTORY is also ok with symlinks
 2022-02-08 18:38 UTC 

[Regression 5.17-rc2] Symlink on NFS mount to directory on other NFS mount not resolved on first access
 2022-02-08 18:13 UTC  (2+ messages)

[PATCH v2 0/2] Adaptive readdir readahead
 2022-02-08 17:57 UTC  (3+ messages)
` [PATCH v2 1/2] NFS: Adjust the amount of readahead performed by NFS readdir
  ` [PATCH v2 2/2] NFS: Simplify nfs_readdir_xdr_to_array()

v4 clientid uniquifiers in containers/namespaces
 2022-02-08 17:45 UTC  (19+ messages)

[PATCH] NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()
 2022-02-08 17:14 UTC 

[nfs-utils PATCH] nfs4id: a tool to create and persist nfs4 client uniquifiers
 2022-02-08 16:22 UTC  (11+ messages)

Question about CVE-2022-24448
 2022-02-08 11:48 UTC 

[PATCH 00/23 V3] Repair SWAP-over_NFS
 2022-02-08 11:07 UTC  (6+ messages)
` [PATCH 09/23] MM: submit multipage reads for SWP_FS_OPS swap-space
` [PATCH 01/23] MM: create new mm/swap.h header file

[PATCH 0/2] Adaptive readdir readahead
 2022-02-07 21:46 UTC  (3+ messages)
` [PATCH 1/2] NFS: Adjust the amount of readahead performed by NFS readdir
  ` [PATCH 2/2] NFS: Simplify nfs_readdir_xdr_to_array()

[PATCH RFC v11 0/3] nfsd: Initial implementation of NFSv4 Courteous Server (resend v11)
 2022-02-07 21:41 UTC  (8+ messages)
` [PATCH RFC v11 1/3] fs/lock: add new callback, lm_lock_conflict, to lock_manager_operations
` [PATCH RFC v11 2/3] fs/lock: only call lm_breaker_owns_lease if there is conflict
` [PATCH RFC v11 3/3] nfsd: Initial implementation of NFSv4 Courteous Server

[PATCH v7 0/9] Add a tool for using the new sysfs files
 2022-02-07 20:32 UTC  (7+ messages)
` [PATCH v7 1/9] rpcctl: Add a rpcctl.py tool
` [PATCH v7 8/9] rpcctl: Add a man page

[PATCH 1/2] Convert NFS from readpages to readahead
 2022-02-07 19:47 UTC  (4+ messages)

Cache flush on file lock
 2022-02-07 19:09 UTC  (6+ messages)

NFSv4 versus NFSv3 parallel client op/s
 2022-02-07 18:57 UTC 

[PATCH RFC] NFSD: Remove CONFIG_NFSD_V3
 2022-02-07 17:04 UTC 

Fwd: Testing Results - Add a tool for using the new sysfs files - rpcctl
 2022-02-07 16:03 UTC  (2+ messages)
  `  "

nconnect & repeating BIND_CONN_TO_SESSION?
 2022-02-07 15:53 UTC  (10+ messages)

[PATCH 00/21 V4] Repair SWAP-over_NFS
 2022-02-07 15:53 UTC  (24+ messages)
` [PATCH 13/21] SUNRPC/auth: async tasks mustn't block waiting for memory
` [PATCH 17/21] SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
` [PATCH 03/21] MM: move responsibility for setting SWP_FS_OPS to ->swap_activate
` [PATCH 08/21] MM: submit multipage reads for SWP_FS_OPS swap-space
` [PATCH 01/21] MM: create new mm/swap.h header file
` [PATCH 14/21] SUNRPC/xprt: async tasks mustn't block waiting for memory
` [PATCH 04/21] MM: reclaim mustn't enter FS for SWP_FS_OPS swap-space
` [PATCH 05/21] MM: introduce ->swap_rw and use it for reads from "
` [PATCH 12/21] SUNRPC/call_alloc: async tasks mustn't block waiting for memory
` [PATCH 07/21] DOC: update documentation for swap_activate and swap_rw
` [PATCH 02/21] MM: drop swap_set_page_dirty
` [PATCH 20/21] NFS: swap IO handling is slightly different for O_DIRECT IO
` [PATCH 19/21] NFS: rename nfs_direct_IO and use as ->swap_rw
` [PATCH 15/21] SUNRPC: remove scheduling boost for "SWAPPER" tasks
` [PATCH 16/21] NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
` [PATCH 11/21] NFS: remove IS_SWAPFILE hack
` [PATCH 10/21] VFS: Add FMODE_CAN_ODIRECT file flag
` [PATCH 06/21] MM: perform async writes to SWP_FS_OPS swap-space using ->swap_rw
` [PATCH 09/21] MM: submit multipage write for SWP_FS_OPS swap-space
` [PATCH 18/21] NFSv4: keep state manager thread active if swap is enabled
` [PATCH 21/21] NFS: swap-out must always use STABLE writes

client caching and locks
 2022-02-07  4:16 UTC  (16+ messages)

[PATCH 0/3] remove dependence of inode_congested()
 2022-02-07  0:47 UTC  (10+ messages)
` [PATCH 1/3] fuse: remove reliance on bdi congestion

[PATCH AUTOSEL 4.9 1/7] NFSv4 only print the label when its queried
 2022-02-06 22:19 UTC  (5+ messages)
` [PATCH AUTOSEL 4.9 2/7] nfs: nfs4clinet: check the return value of kstrdup()
` [PATCH AUTOSEL 4.9 4/7] NFSv4 remove zero number of fs_locations entries error check
` [PATCH AUTOSEL 4.9 5/7] NFSv4 expose nfs_parse_server_name function

linux-next: Fixes tag needs some work in the nfs-anna tree
 2022-02-06 20:56 UTC 

[PATCH RFC v10 0/3] nfsd: Initial implementation of NFSv4 Courteous Server
 2022-02-06 19:04 UTC  (4+ messages)
` [PATCH RFC 1/3] fs/lock: add new callback, lm_lock_conflict, to lock_manager_operations
` [PATCH RFC 2/3] fs/lock: only call lm_breaker_owns_lease if there is conflict
` [PATCH RFC 3/3] nfsd: Initial implementation of NFSv4 Courteous Server

[PATCH] nfsv4.0/read: Test the behavior of reading near OFFSET_MAX
 2022-02-05 20:06 UTC  (2+ messages)

[PATCH v3 0/7] NFSD size, offset, and count sanity
 2022-02-05 17:04 UTC  (8+ messages)
` [PATCH v3 1/7] NFSD: Fix the behavior of READ near OFFSET_MAX
` [PATCH v3 2/7] NFSD: Fix ia_size underflow
` [PATCH v3 3/7] NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes
` [PATCH v3 4/7] NFSD: Clamp WRITE offsets
` [PATCH v3 5/7] NFSD: COMMIT operations must not return NFS?ERR_INVAL
` [PATCH v3 6/7] NFSD: Fix offset type in I/O trace points
` [PATCH v3 7/7] NFSD: Deprecate NFS_OFFSET_MAX

[PATCH] Permit COMMIT operations to return NFS4_OK
 2022-02-04 21:11 UTC  (4+ messages)

[PATCH RFC v10 0/3] nfsd: Initial implementation of NFSv4 Courteous Server
 2022-02-04 17:09 UTC  (17+ messages)
` [PATCH RFC 1/3] fs/lock: add new callback, lm_expire_lock, to lock_manager_operations
` [PATCH RFC 2/3] fs/lock: only call lm_breaker_owns_lease if there is conflict
` [PATCH RFC 3/3] nfsd: Initial implementation of NFSv4 Courteous Server

[PATCH AUTOSEL 4.14 1/9] NFSv4 only print the label when its queried
 2022-02-03 20:36 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 2/9] nfs: nfs4clinet: check the return value of kstrdup()
` [PATCH AUTOSEL 4.14 3/9] NFSv4.1: Fix uninitialised variable in devicenotify
` [PATCH AUTOSEL 4.14 5/9] NFSv4 remove zero number of fs_locations entries error check
` [PATCH AUTOSEL 4.14 6/9] NFSv4 expose nfs_parse_server_name function

[PATCH AUTOSEL 4.19 01/10] NFSv4 only print the label when its queried
 2022-02-03 20:36 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 02/10] nfs: nfs4clinet: check the return value of kstrdup()
` [PATCH AUTOSEL 4.19 03/10] NFSv4.1: Fix uninitialised variable in devicenotify
` [PATCH AUTOSEL 4.19 05/10] NFSv4 remove zero number of fs_locations entries error check
` [PATCH AUTOSEL 4.19 06/10] NFSv4 expose nfs_parse_server_name function

[PATCH AUTOSEL 5.10 01/25] NFS: change nfs_access_get_cached to only report the mask
 2022-02-03 20:34 UTC  (7+ messages)
` [PATCH AUTOSEL 5.10 02/25] NFSv4 only print the label when its queried
` [PATCH AUTOSEL 5.10 03/25] nfs: nfs4clinet: check the return value of kstrdup()
` [PATCH AUTOSEL 5.10 04/25] NFSv4.1: Fix uninitialised variable in devicenotify
` [PATCH AUTOSEL 5.10 06/25] NFSv4 remove zero number of fs_locations entries error check
` [PATCH AUTOSEL 5.10 07/25] NFSv4 expose nfs_parse_server_name function
` [PATCH AUTOSEL 5.10 08/25] NFSv4 handle port presence in fs_location server string

[PATCH AUTOSEL 5.4 01/15] NFSv4 only print the label when its queried
 2022-02-03 20:35 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 02/15] nfs: nfs4clinet: check the return value of kstrdup()
` [PATCH AUTOSEL 5.4 03/15] NFSv4.1: Fix uninitialised variable in devicenotify
` [PATCH AUTOSEL 5.4 05/15] NFSv4 remove zero number of fs_locations entries error check
` [PATCH AUTOSEL 5.4 06/15] NFSv4 expose nfs_parse_server_name function

[PATCH AUTOSEL 5.15 01/41] NFS: change nfs_access_get_cached to only report the mask
 2022-02-03 20:32 UTC  (12+ messages)
` [PATCH AUTOSEL 5.15 02/41] NFSv4 only print the label when its queried
` [PATCH AUTOSEL 5.15 03/41] nfs: nfs4clinet: check the return value of kstrdup()
` [PATCH AUTOSEL 5.15 04/41] NFSv4.1: Fix uninitialised variable in devicenotify
` [PATCH AUTOSEL 5.15 06/41] NFSv4 remove zero number of fs_locations entries error check
` [PATCH AUTOSEL 5.15 07/41] NFSv4 store server support for fs_location attribute
` [PATCH AUTOSEL 5.15 08/41] NFSv4.1 query for fs_location attr on a new file system
` [PATCH AUTOSEL 5.15 09/41] NFSv4 expose nfs_parse_server_name function
` [PATCH AUTOSEL 5.15 10/41] NFSv4 handle port presence in fs_location server string
` [PATCH AUTOSEL 5.15 11/41] SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt
` [PATCH AUTOSEL 5.15 12/41] net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change
` [PATCH AUTOSEL 5.15 13/41] sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()

[PATCH AUTOSEL 5.16 01/52] NFS: change nfs_access_get_cached to only report the mask
 2022-02-03 20:29 UTC  (12+ messages)
` [PATCH AUTOSEL 5.16 02/52] NFSv4 only print the label when its queried
` [PATCH AUTOSEL 5.16 03/52] nfs: nfs4clinet: check the return value of kstrdup()
` [PATCH AUTOSEL 5.16 04/52] NFSv4.1: Fix uninitialised variable in devicenotify
` [PATCH AUTOSEL 5.16 06/52] NFSv4 remove zero number of fs_locations entries error check
` [PATCH AUTOSEL 5.16 07/52] NFSv4 store server support for fs_location attribute
` [PATCH AUTOSEL 5.16 08/52] NFSv4.1 query for fs_location attr on a new file system
` [PATCH AUTOSEL 5.16 09/52] NFSv4 expose nfs_parse_server_name function
` [PATCH AUTOSEL 5.16 10/52] NFSv4 handle port presence in fs_location server string
` [PATCH AUTOSEL 5.16 11/52] SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt
` [PATCH AUTOSEL 5.16 12/52] net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change
` [PATCH AUTOSEL 5.16 13/52] sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()

Announcing the Spring 2022 NFS bake-a-thon (resend)
 2022-02-03 17:14 UTC 

[PATCH] Fix error reporting for already mounted shares
 2022-02-03 13:17 UTC 

[LSF/MM/BPF TOPIC][LSF/MM/BPF ATTEND] TLS handshake for in-kernel consumers
 2022-02-03  3:40 UTC  (3+ messages)

[PATCH v32 15/28] LSM: Ensure the correct LSM context releaser
 2022-02-02 23:53 UTC  (2+ messages)
` [PATCH v32 17/28] LSM: Use lsmcontext in security_inode_getsecctx

[PATCH] NFS: Fix initialisation of nfs_client cl_flags field
 2022-02-02 23:52 UTC 

[PATCH] NFSv4.1 support for NFS4_RESULT_PRESERVER_UNLINKED
 2022-02-02 22:55 UTC 

[GIT PULL] nfsd changes for 5.17-rc
 2022-02-02 18:19 UTC  (2+ messages)

Love Joy
 2022-02-02  8:01 UTC 

Kind
 2022-02-02 15:40 UTC 

Prezentacja
 2022-02-02  9:28 UTC 

[PATCH v3 0/2] selinux: parse sids earlier to avoid doing memory allocations under spinlock
 2022-02-01 21:44 UTC  (2+ messages)

[PATCH RFC v2 0/2] selinux: parse sids earlier to avoid doing memory allocations under spinlock
 2022-02-01 16:19 UTC  (8+ messages)
` [PATCH RFC v2 1/2] selinux: Fix selinux_sb_mnt_opts_compat()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox