Linux NFS development
 help / color / mirror / Atom feed
 messages from 2022-08-16 16:09:01 to 2022-08-27 08:36:25 UTC [more...]

[PATCH 0/6] convert most filesystems to pin_user_pages_fast()
 2022-08-27  8:36 UTC  (4+ messages)
` [PATCH 1/6] mm/gup: introduce pin_user_page()
` [PATCH 2/6] block: add dio_w_*() wrappers for pin, unpin user pages
` [PATCH 3/6] iov_iter: new iov_iter_pin_pages*() routines

[PATCH v3 0/7] vfs: clean up i_version behavior and expose it via statx
 2022-08-27  8:01 UTC  (10+ messages)
` [PATCH v3 1/7] iversion: update comments with info about atime updates
` [PATCH v3 2/7] ext4: fix i_version handling in ext4
` [PATCH v3 3/7] ext4: unconditionally enable the i_version counter
` [PATCH v3 4/7] xfs: don't bump the i_version on an atime update in xfs_vn_update_time
` [PATCH v3 5/7] vfs: report an inode version in statx for IS_I_VERSION inodes
` [PATCH v3 6/7] nfs: report the inode version in statx if requested
` [PATCH v3 7/7] ceph: fill in the change attribute in statx requests

[PATCH] vfs: report an inode version in statx for IS_I_VERSION inodes
 2022-08-27  7:38 UTC  (9+ messages)

[PATCH 0/2] NFSD: memory shrinker for NFSv4 clients
 2022-08-27  6:31 UTC  (4+ messages)
` [PATCH 1/2] NFSD: keep track of the number of courtesy clients in the system
` [PATCH 2/2] NFSD: add shrinker to reap courtesy clients on low memory condition

[PATCH/RFC 00/10 v5] Improve scalability of directory operations
 2022-08-27  4:37 UTC  (25+ messages)
` [PATCH 10/10] NFS: support parallel updates in the one directory
` [PATCH 09/10] VFS: add LOOKUP_SILLY_RENAME
` [PATCH 06/10] VFS: support concurrent renames
` [PATCH 08/10] NFSD: allow parallel creates from nfsd
` [PATCH 05/10] VFS: export done_path_update()
` [PATCH 04/10] VFS: move dput() and mnt_drop_write() into done_path_update()
` [PATCH 03/10] VFS: move want_write checks into lookup_hash_update()
` [PATCH 07/10] VFS: hold DCACHE_PAR_UPDATE lock across d_revalidate()
` [PATCH 02/10] VFS: move EEXIST and ENOENT tests into lookup_hash_update()
` [PATCH 01/10] VFS: support parallel updates in the one directory

[PATCH 0/2] NFS: limit use of ACCESS cache for negative responses
 2022-08-27  3:38 UTC  (17+ messages)

[man-pages PATCH] statx, inode: document the new STATX_INO_VERSION field
 2022-08-26 21:47 UTC 

[PATCH v1] RDMA/core: Fix check_flush_dependency splat on addr_wq
 2022-08-26 19:57 UTC  (9+ messages)

[PATCH v4] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2022-08-26 17:11 UTC  (3+ messages)

NFS re-export, READDIR, and large cookies
 2022-08-26 14:40 UTC 

[PATCH] nfsd: Fix a memory leak in an error handling path
 2022-08-26 11:08 UTC  (3+ messages)

[PATCH] NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
 2022-08-25 19:21 UTC  (2+ messages)

Is generic/426 failing on NFS for anyone else?
 2022-08-25 18:25 UTC  (2+ messages)

[RFC PATCH 0/3] Convert NFS to the new netfs API
 2022-08-25 17:53 UTC  (16+ messages)
` [RFC PATCH 1/3] NFS: Rename readpage_async_filler to nfs_pageio_add_page
` [RFC PATCH 2/3] NFS: Add support for netfs in struct nfs_inode and Kconfig
` [RFC PATCH 3/3] NFS: Convert nfs_read_folio and nfs_readahead to netfs APIs

[PATCH] nfs4_setfacl: add a specific option for indexes
 2022-08-25  7:43 UTC  (3+ messages)

[PATCH] iversion: update comments with info about atime updates
 2022-08-25  0:17 UTC  (19+ messages)

[PATCH] NFSv4/pNFS: Always return layout stats on layout return for flexfiles
 2022-08-24 20:56 UTC 

[PATCH v1 1/7] SUNRPC: Fix end-of-buffer calculation
 2022-08-24 14:32 UTC  (9+ messages)
` [PATCH v1 2/7] NFSD: Use xdr_inline_decode() to decode NFSv3 symlinks
` [PATCH v1 3/7] NFSD: Check for junk after RPC Call messages
` [PATCH v1 4/7] lockd: "
` [PATCH v1 5/7] NFSD: Clean up WRITE arg decoders
` [PATCH v1 6/7] SUNRPC: Clean up xdr_buf_subsegment's kdoc comment
` [PATCH v1 7/7] SUNRPC: Use the new xdr_buf_length() helper

Regression: deadlock in io_schedule / nfs_writepage_locked
 2022-08-23 12:26 UTC  (5+ messages)

[PATCH v2] xfs: don't bump the i_version on an atime update in xfs_vn_update_time
 2022-08-22 23:34 UTC  (2+ messages)

[PATCH v3] nfsrahead: fix linking while static linking
 2022-08-22 20:33 UTC  (4+ messages)

[GIT PULL] Please pull NFS client bugfixes for Linux 6.0
 2022-08-22 18:48 UTC  (2+ messages)

[PATCH] xfs: don't bump the i_version on an atime update in xfs_vn_update_time
 2022-08-22 10:40 UTC  (3+ messages)

[PATCH RFC] NFSD: Process some operations before returning NFS4ERR_RESOURCE
 2022-08-21 18:03 UTC 

NSFv3 needs to die, so NSFv4 may live
 2022-08-21 15:42 UTC 

check_flush_dependency WARNING on NFS/RDMA mount
 2022-08-20 22:19 UTC  (2+ messages)

[PATCH 5/8] nfs_finish_open(): don't open-code file_inode()
 2022-08-20 20:19 UTC  (2+ messages)
` [PATCH 7/8] _nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mapping

[PATCH v2] NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENT
 2022-08-20  0:34 UTC  (5+ messages)

[PATCH 1/1] NFSD enforce filehandle check for source file in COPY
 2022-08-19 19:41 UTC  (2+ messages)

[RFC] problems with alloc_file_pseudo() use in __nfs42_ssc_open()
 2022-08-19 18:18 UTC  (14+ messages)

[PATCH v3 0/6] NFSD: Improvements for the NFSv4.2 READ_PLUS operation
 2022-08-19 15:18 UTC  (13+ messages)
` [PATCH v3 6/6] NFSD: Repeal and replace the READ_PLUS implementation

[PATCH] ext4: fix i_version handling in ext4
 2022-08-19 11:40 UTC  (2+ messages)

Zwiększenie płynności finansowej
 2022-08-19  7:51 UTC 

[PATCH 05/14] NFSD: move from strlcpy with unused retval to strscpy
 2022-08-19  5:41 UTC  (5+ messages)
` [PATCH 06/14] NFS: "
` [PATCH 07/14] lockd: "

[PATCH v3] nfs: Fix automount superblock LSM init problem, preventing sb sharing
 2022-08-19  2:07 UTC  (5+ messages)

NFS, two d_delete() calls in nfs_unlink()
 2022-08-18 23:23 UTC  (6+ messages)

[PATCH] NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENT
 2022-08-18 21:41 UTC  (2+ messages)

[PATCH] NFS: move from strlcpy with unused retval to strscpy
 2022-08-18 21:01 UTC 

[PATCH] SUNRPC: move from strlcpy with unused retval to strscpy
 2022-08-18 21:02 UTC 

[PATCH] NFSD: move from strlcpy with unused retval to strscpy
 2022-08-18 21:01 UTC 

[PATCH] lockd: move from strlcpy with unused retval to strscpy
 2022-08-18 21:01 UTC 

[PATCH 1/4] vfs: report change attribute in statx for IS_I_VERSION inodes
 2022-08-18 20:24 UTC  (10+ messages)
  ` [PATCH 0/4] vfs: expose the inode change attribute via statx

[PATCH 1/1] NFSv4.2 fix problems with __nfs42_ssc_open
 2022-08-18 19:10 UTC  (2+ messages)

[PATCH] NFS: Fix missing unlock in nfs_unlink()
 2022-08-17  1:50 UTC  (4+ messages)

Thoughts on mount option to configure client lease renewal time
 2022-08-17  0:46 UTC  (7+ messages)


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