Linux NFS development
 help / color / mirror / Atom feed
 messages from 2025-11-12 19:36:32 to 2025-11-19 03:32:18 UTC [more...]

[PATCH v5 00/11] nfsd: assorted cleanups involving v4 special stateids
 2025-11-19  3:28 UTC  (2+ messages)
` [PATCH v5 01/11] nfsd: rename ALLOWED_WITHOUT_FH to ALLOWED_WITHOUT_LOCAL_FH and revise use

[PATCH v1 0/3] Allow knfsd to use atomic_open()
 2025-11-19  1:41 UTC  (13+ messages)
` [PATCH v1 1/3] VFS: move dentry_create() from fs/open.c to fs/namei.c
` [PATCH v1 2/3] VFS: Prepare atomic_open() for dentry_create()
` [PATCH v1 3/3] VFS/knfsd: Teach dentry_create() to use atomic_open()

[PATCH v1] NFSD: NFSv4 file creation neglects setting ACL
 2025-11-19  0:51 UTC 

[PATCH v5 0/6] nvme-tcp: Support receiving KeyUpdate requests
 2025-11-19  0:45 UTC  (13+ messages)
` [PATCH v5 2/6] net/handshake: Define handshake_sk_destruct_req
` [PATCH v5 4/6] net/handshake: Support KeyUpdate message types

[PATCH] lockd: fix vfs_lock_test() calls
 2025-11-19  0:16 UTC 

ls input/output error ("NFS: readdir(/) returns -5") on krb5 NFSv4 client using SHA2
 2025-11-18 23:43 UTC  (26+ messages)

[PATCH v3] NFSv4: prevent integer overflow while calling nfs4_set_lease_period()
 2025-11-18 21:17 UTC  (4+ messages)

[PATCH] xdrgen: improve error reporting for invalid void declarations
 2025-11-18 19:52 UTC 

[PATCH] nfs: Implement delayed data server destruction with hold cache
 2025-11-18 16:16 UTC  (3+ messages)

FATTR4_MODE_SET_MASKED support in Linux nfsd?
 2025-11-18 12:52 UTC  (3+ messages)

[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
 2025-11-18  7:24 UTC  (4+ messages)
` [PATCH v3 14/14] wifi: ath9k: "

ls input/output error ("NFS: readdir(/) returns -5") on krb5 NFSv4 client using SHA2
 2025-11-18  4:32 UTC 

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2025-11-17 23:04 UTC  (23+ messages)
` [PATCH v6 01/15] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v6 02/15] VFS: introduce start_dirop() and end_dirop()
` [PATCH v6 03/15] VFS: tidy up do_unlinkat()
` [PATCH v6 04/15] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v6 05/15] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v6 07/15] smb/server: use end_removing_noperm for for target of smb2_create_link()
` [PATCH v6 08/15] VFS: introduce start_removing_dentry()
` [PATCH v6 09/15] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v6 10/15] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v6 11/15] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v6 12/15] Add start_renaming_two_dentries()
` [PATCH v6 13/15] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v6 14/15] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v6 15/15] VFS: introduce end_creating_keep()

[PATCH] NFS: ensure nfs_safe_remove() atomic nlink drop
 2025-11-17 22:41 UTC  (4+ messages)

[Patch v4 0/3] NFSD: Fix server hang when there are multiple layout conflicts
 2025-11-17 22:00 UTC  (18+ messages)
` [PATCH v4 1/3] locks: Introduce lm_breaker_timedout operation to lease_manager_operations
` [PATCH v4 2/3] locks: Threads with layout conflict must wait until client was fenced
` [PATCH v4 3/3] FSD: Fix NFS server hang when there are multiple layout conflicts

[PATCH v2 0/3] Update suppattr_exclcreat bitmask
 2025-11-17 16:51 UTC  (5+ messages)
` [PATCH v2 1/3] NFSD: Clear SECLABEL in the suppattr_exclcreat bitmap
` [PATCH v2 2/3] NFSD: Clear TIME_DELEG "
` [PATCH v2 3/3] NFSD: Clean up nfsd4_check_open_attributes()

[PATCH] nfsd: fix memory leak in nfsd_create_serv error paths
 2025-11-17 16:15 UTC  (3+ messages)

[PATCH] locktest: use correct build flags
 2025-11-17 15:33 UTC  (2+ messages)

[PATCH v1 1/1] nfsd: Mark variable __maybe_unused to avoid W=1 build break
 2025-11-17 13:49 UTC  (3+ messages)

[PATCH] NFS: nfsd-maintainer-entry-profile: Inline function name prefixes
 2025-11-17 13:47 UTC  (2+ messages)

re-enable IOCB_NOWAIT writes to files
 2025-11-17  7:50 UTC  (32+ messages)
` [PATCH 01/14] fs: refactor file timestamp update logic
` [PATCH 02/14] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/14] fs: export vfs_utimes
` [PATCH 04/14] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/14] fs: remove inode_update_time
` [PATCH 06/14] organgefs: use inode_update_timestamps directly
` [PATCH 07/14] fs: return a negative error from generic_update_time
` [PATCH 08/14] fs: exit early in generic_update_time when there is no work
` [PATCH 09/14] fs: factor out a mark_inode_dirty_time helper
` [PATCH 10/14] fs: factor out a sync_lazytime helper
` [PATCH 11/14] fs: add a ->sync_lazytime method
` [PATCH 12/14] fs: add support for non-blocking timestamp updates
` [PATCH 13/14] xfs: implement ->sync_lazytime
` [PATCH 14/14] xfs: enable non-blocking timestamp updates

Issues in man pages of nfs
 2025-11-16 12:09 UTC 

[PATCH] Add tests for OPEN(create) with ACLs
 2025-11-16  0:05 UTC  (2+ messages)

Compile Error fs/nfsd/nfs4state.o - clamp() low limit slotsize greater than high limit total_avail/scale_factor
 2025-11-15 11:00 UTC  (2+ messages)

[PATCH v1 v6.12.y] nfsd: Replace clamp_t in nfsd4_get_drc_mem()
 2025-11-14 22:14 UTC  (2+ messages)

[GIT PULL] Please Pull More NFS Client Bugfixes for Linux 6.18-rc
 2025-11-14 21:46 UTC  (2+ messages)

[PATCH] Make RPCRDMA_MAX_RECV_BATCH configurable
 2025-11-14 21:04 UTC  (7+ messages)

[PATCH v1 0/3] Update suppattr_exclcreat bitmask
 2025-11-14 20:45 UTC  (5+ messages)
` [PATCH v1 1/3] NFSD: Clear SECLABEL in the suppattr_exclcreat bitmap
` [PATCH v1 2/3] NFSD: Clear TIME_DELEG "
` [PATCH v1 3/3] NFSD: Clean up nfsd4_check_open_attributes()

[Patch v3 0/3] NFSD: Fix server hang when there are multiple layout conflicts
 2025-11-14 14:22 UTC  (5+ messages)
` [PATCH v3 1/3] locks: Introduce lm_breaker_timedout operation to lease_manager_operations
` [PATCH v3 2/3] locks: Threads with layout conflict must wait until the client was fenced
` [PATCH v3 3/3] FSD: Fix NFS server hang when there are multiple layout conflicts

[Patch v2 0/2] NFSD: Fix server hang when there are multiple layout conflicts
 2025-11-13 22:05 UTC  (4+ messages)
` [PATCH v2 1/2] locks: Introduce lm_breaker_timedout op to lease_manager_operations
` [PATCH v2 2/2] NFSD: Fix server hang when there are multiple layout conflicts

[PATCH v11 2/3] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-11-13 21:45 UTC  (13+ messages)

[PATCH] Make RPCRDMA_MAX_RECV_BATCH configurable
 2025-11-13 17:42 UTC  (2+ messages)

[GIT PULL] Third round of NFSD fixes for v6.18
 2025-11-13  2:44 UTC  (2+ messages)

[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
 2025-11-12 23:51 UTC  (18+ messages)
` [PATCH v5 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v5 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v5 11/14] Add start_renaming_two_dentries()
` [PATCH v5 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v5 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v5 14/14] VFS: introduce end_creating_keep()
` [syzbot ci] Re: Create and use APIs to centralise locking for directory ops


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