Linux NFS development
 help / color / mirror / Atom feed
 messages from 2024-09-30 12:52:18 to 2024-10-07 18:17:16 UTC [more...]

[PATCH] xdrgen: Add a utility for extracting XDR from RFCs
 2024-10-07 18:17 UTC  (2+ messages)

[PATCH v2 0/2] API for exporting connectable file handles to userspace
 2024-10-07 18:09 UTC  (4+ messages)

[PATCH v2 0/2] xdrgen tool
 2024-10-07 16:29 UTC  (3+ messages)
` [PATCH v2 1/2] tools: Add xdrgen

[PATCH] nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOT
 2024-10-07 15:50 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 1/1] nfsd: fix possible badness in FREE_STATEID
 2024-10-07 15:26 UTC  (8+ messages)

New NFSv4 export option "HideFilesBeginningInDot"?
 2024-10-07 12:22 UTC  (3+ messages)

[PATCH v10 00/12] timekeeping/fs: multigrain timestamp redux
 2024-10-07 10:58 UTC  (14+ messages)
` [PATCH v10 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v10 02/12] timekeeping: add percpu counter for tracking floor swap events
` [PATCH v10 03/12] fs: add infrastructure for multigrain timestamps
` [PATCH v10 04/12] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v10 05/12] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v10 06/12] fs: tracepoints around multigrain timestamp events
` [PATCH v10 07/12] fs: add percpu counters for significant "
` [PATCH v10 08/12] Documentation: add a new file documenting multigrain timestamps
` [PATCH v10 09/12] xfs: switch to "
` [PATCH v10 10/12] ext4: "
` [PATCH v10 11/12] btrfs: convert "
` [PATCH v10 12/12] tmpfs: add support for "
` (subset) [PATCH v10 00/12] timekeeping/fs: multigrain timestamp redux

[syzbot] [nfs?] INFO: task hung in nfsd_umount
 2024-10-07 10:51 UTC  (8+ messages)

probable big in nfs-utils
 2024-10-06 23:53 UTC  (8+ messages)

[REGRESSION] Build failure with CONFIG_NFS_LOCALIO=y on Linux 6.12-rc1
 2024-10-06 16:00 UTC 

[PATCH] nfsd: Add support for mapping sticky bit into NFS4 ACL
 2024-10-06  6:19 UTC  (8+ messages)

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-10-06  1:55 UTC  (2+ messages)
` (subset) "

[PATCH] nfsd: Fill NFSv4.1 server implementation fields in OP_EXCHANGE_ID response
 2024-10-05 18:35 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] lockd: Fix comment about NLMv3 backwards compatibility
 2024-10-05 17:56 UTC  (8+ messages)

[PATCH 0/5] nfs: Fix mounting NFS3 AUTH_NULL exports
 2024-10-05 15:15 UTC  (2+ messages)

[PATCH rfc] nfsd: offer write delegation for O_WRONLY opens
 2024-10-05 12:37 UTC  (8+ messages)

reply: [PATCH AUTOSEL 6.11 47/76] fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_private
 2024-10-05  3:59 UTC 

[PATCH AUTOSEL 6.11 47/76] fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_private
 2024-10-04 18:17 UTC 

[6.12-rc2 v2 PATCH 0/7] NFS LOCALIO: fixes and various cleanups
 2024-10-04 17:34 UTC  (10+ messages)
` [6.12-rc2 v2 PATCH 1/7] nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()
` [6.12-rc2 v2 PATCH 2/7] nfs_common: fix Kconfig for NFS_COMMON_LOCALIO_SUPPORT
` [6.12-rc2 v2 PATCH 3/7] nfsd/localio: fix nfsd_file tracepoints to handle NULL rqstp
` [6.12-rc2 v2 PATCH 4/7] nfs/localio: remove redundant suid/sgid handling
` [6.12-rc2 v2 PATCH 5/7] nfs/localio: eliminate unnecessary kref in nfs_local_fsync_ctx
` [6.12-rc2 v2 PATCH 6/7] nfs/localio: remove extra indirect nfs_to call to check {read,write}_iter
` [6.12-rc2 v2 PATCH 7/7] nfs/localio: eliminate need for nfs_local_fsync_work forward declaration

[PATCH] nfsdcld: prevent from accessing /var/lib/nfs/nfsdcld in read-only file system during boot
 2024-10-04 14:43 UTC  (2+ messages)

[PATCH v4 0/9] nfsd: implement the "delstid" draft
 2024-10-04 13:16 UTC  (10+ messages)
` [PATCH v4 1/9] nfsd: drop the ncf_cb_bmap field
` [PATCH v4 2/9] nfsd: drop the nfsd4_fattr_args "size" field
` [PATCH v4 3/9] nfsd: have nfsd4_deleg_getattr_conflict pass back write deleg pointer
` [PATCH v4 4/9] nfsd: fix handling of delegated change attr in CB_GETATTR
` [PATCH v4 5/9] nfs_common: make include/linux/nfs4.h include generated nfs4_1.h
` [PATCH v4 6/9] nfsd: add support for FATTR4_OPEN_ARGUMENTS
` [PATCH v4 7/9] nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATION
` [PATCH v4 8/9] nfsd: add support for delegated timestamps
` [PATCH v4 9/9] nfsd: handle delegated timestamps in SETATTR

[PATCH v9 00/12] fs: multigrain timestamp redux
 2024-10-04  4:49 UTC  (15+ messages)
` [PATCH v9 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v9 02/12] fs: add infrastructure for multigrain timestamps
` [PATCH v9 03/12] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v9 04/12] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v9 05/12] fs: tracepoints around multigrain timestamp events
` [PATCH v9 06/12] fs: add percpu counters for significant "
` [PATCH v9 07/12] timekeeping: add percpu counter for tracking floor swap events
` [PATCH v9 08/12] Documentation: add a new file documenting multigrain timestamps
` [PATCH v9 09/12] xfs: switch to "
` [PATCH v9 10/12] ext4: "
` [PATCH v9 11/12] btrfs: convert "
` [PATCH v9 12/12] tmpfs: add support for "

[PATCH] NFSv3: only use NFS timeout for MOUNT when protocols are compatible
 2024-10-04  1:07 UTC 

[PATCH v2 00/16] xdrgen: Emit maxsize macros
 2024-10-03 18:54 UTC  (17+ messages)
` [PATCH v2 01/16] xdrgen: Refactor transformer arms
` [PATCH v2 02/16] xdrgen: Track constant values
` [PATCH v2 03/16] xdrgen: Keep track of on-the-wire data type widths
` [PATCH v2 04/16] xdrgen: XDR widths for enum types
` [PATCH v2 05/16] xdrgen: XDR width for fixed-length opaque
` [PATCH v2 06/16] xdrgen: XDR width for variable-length opaque
` [PATCH v2 07/16] xdrgen: XDR width for a string
` [PATCH v2 08/16] xdrgen: XDR width for fixed-length array
` [PATCH v2 09/16] xdrgen: XDR width for variable-length array
` [PATCH v2 10/16] xdrgen: XDR width for optional_data type
` [PATCH v2 11/16] xdrgen: XDR width for typedef
` [PATCH v2 12/16] xdrgen: XDR width for struct types
` [PATCH v2 13/16] xdrgen: XDR width for pointer types
` [PATCH v2 14/16] xdrgen: XDR width for union types
` [PATCH v2 15/16] xdrgen: Add generator code for XDR width macros
` [PATCH v2 16/16] xdrgen: emit maxsize macros

NFSv4 referrals broken when not enabling junction support
 2024-10-03 16:58 UTC 

[PATCH 0/4] nfs: kobject: use generic helpers and ownership
 2024-10-03 15:14 UTC  (5+ messages)
` [PATCH 1/4] kobject: add kset_type_create_and_add() helper
` [PATCH 2/4] kobject: export generic helper ops
` [PATCH 3/4] nfs: sysfs: use kset_type_create_and_add()
` [PATCH 4/4] nfs: sysfs: use default get_ownership() callback

[PATCH 00/16] xdrgen: Emit maxsize macros
 2024-10-03 15:01 UTC  (10+ messages)
` [PATCH 01/16] xdrgen: Refactor transformer arms
` [PATCH 02/16] xdrgen: Track constant values
` [PATCH 03/16] xdrgen: Keep track of on-the-wire data type widths
` [PATCH 04/16] xdrgen: XDR widths for enum types
` [PATCH 05/16] xdrgen: XDR width for fixed-length opaque
` [PATCH 06/16] xdrgen: XDR width for variable-length opaque
` [PATCH 07/16] xdrgen: XDR width for a string
` [PATCH 08/16] xdrgen: XDR width for fixed-length array
` [PATCH 09/16] xdrgen: XDR width for variable-length array

Fwd: Does the NFS client send SIGSTOP to processes making requests?
 2024-10-02 20:12 UTC 

[PATCH v8 00/12] fs: multigrain timestamp redux
 2024-10-02 14:16 UTC  (20+ messages)
` [PATCH v8 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v8 02/12] fs: add infrastructure for multigrain timestamps
` [PATCH v8 03/12] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v8 04/12] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v8 05/12] fs: tracepoints around multigrain timestamp events
` [PATCH v8 06/12] fs: add percpu counters for significant "
` [PATCH v8 07/12] timekeeping: add percpu counter for tracking floor swap events
` [PATCH v8 08/12] Documentation: add a new file documenting multigrain timestamps
` [PATCH v8 09/12] xfs: switch to "
` [PATCH v8 10/12] ext4: "
` [PATCH v8 11/12] btrfs: convert "
` [PATCH v8 12/12] tmpfs: add support for "

[PATCH v8 00/11] fs: multigrain timestamp redux
 2024-10-02 12:41 UTC  (19+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper

[PATCH 0/5] NFS: Clean up NFS version module loading
 2024-10-01 20:33 UTC  (6+ messages)
` [PATCH 1/5] NFS: Clean up locking the nfs_versions list
` [PATCH 2/5] NFS: Convert the NFS module list into an array
` [PATCH 3/5] NFS: Rename get_nfs_version() -> find_nfs_version()
` [PATCH 4/5] NFS: Clean up find_nfs_version()
` [PATCH 5/5] NFS: Implement get_nfs_version()

[linux-next:master] [nfsd] 8cb33389f6: fsmark.app_overhead 81.6% regression
 2024-10-01 12:44 UTC  (2+ messages)

[PATCH v6] NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()
 2024-10-01  8:39 UTC 

[PATCH v5] NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()
 2024-10-01  8:24 UTC  (2+ messages)

[PATCH net-next v19 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
 2024-10-01  7:58 UTC 

[PATCH v4] NFSv4: fix possible NULL-pointer dereference in nfs42_complete_copies()
 2024-10-01  7:42 UTC  (2+ messages)

[PATCH] sunrpc: fix prog selection loop in svc_process_common
 2024-09-30 19:38 UTC  (3+ messages)

[PATCH v2 19/25] netfs: Speed up buffered reading
 2024-09-30 19:00 UTC  (10+ messages)

[PATCH] nfs: Annotate struct pnfs_commit_array with __counted_by()
 2024-09-30 17:33 UTC 

[6.12-rc2 PATCH 0/5] NFS LOCALIO: fix and various cleanups
 2024-09-30 16:46 UTC  (6+ messages)
` [6.12-rc2 PATCH 1/5] nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()
` [6.12-rc2 PATCH 2/5] nfs/localio: remove redundant suid/sgid handling
` [6.12-rc2 PATCH 3/5] nfs/localio: eliminate unnecessary kref in nfs_local_fsync_ctx
` [6.12-rc2 PATCH 4/5] nfs/localio: remove extra indirect nfs_to call to check {read,write}_iter
` [6.12-rc2 PATCH 5/5] nfs/localio: eliminate need for nfs_local_fsync_work forward declaration

[PATCH nfs-utils v6 0/3] nfsdctl: add a new nfsdctl tool to nfs-utils
 2024-09-30 16:16 UTC  (3+ messages)

IPV6 localhost (::1) in /etc/exports?
 2024-09-30 14:58 UTC  (2+ messages)

[PATCH - RFC] VFS: disable new delegations during delegation-breaking operations
 2024-09-30 14:15 UTC  (3+ messages)


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