messages from 2025-11-19 03:32:18 to 2025-11-25 00:15:51 UTC [more...]
[PATCH RFC] NFS: Add some knobs for disabling delegations in sysfs
2025-11-25 0:15 UTC
re-enable IOCB_NOWAIT writes to files
2025-11-24 17:36 UTC (29+ 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 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 14/14] xfs: enable non-blocking timestamp updates
[RFC PATCH 00/10] pynfs tests for setting ACL+MODE
2025-11-23 17:20 UTC (13+ messages)
` [RFC PATCH 01/10] Add helper to report unsupported protocol features
` [RFC PATCH 02/10] Add helper to format ACE access masks
` [RFC PATCH 03/10] Add helper to format attribute bitmaps
` [RFC PATCH 04/10] Add a helper to compute POSIX mode bits from NFSv4 ACLs
` [RFC PATCH 05/10] Add make_test_acl() helper to nfs4acl modules
` [RFC PATCH 06/10] Add access_mask_to_str() helper to nfs4.0/nfs4acl.py
` [RFC PATCH 07/10] Add verify_acl() helper to nfs4acl modules
` [RFC PATCH 08/10] Add verify_mode_and_acl() "
` [RFC PATCH 09/10] Add tests for SETATTR with MODE and ACL
` [RFC PATCH 10/10] Add tests for OPEN(create) with ACLs
[REGRESSION] nfs: Large amounts of GETATTR calls after file renaming on v5.10.241
2025-11-23 17:15 UTC (5+ messages)
[PATCH v7 00/14] nfsd: assorted cleanups involving v4 special stateids
2025-11-23 16:43 UTC (18+ messages)
` [PATCH v6 01/14] nfsd: rename ALLOWED_WITHOUT_FH to ALLOWED_WITHOUT_LOCAL_FH and revise use
` [PATCH v6 02/14] nfsd: discard NFSD4_FH_FOREIGN
` [PATCH v6 03/14] nfsd: simplify foreign-filehandle handling to better match RFC-7862
` [PATCH v6 04/14] nfsd: allow unrecognisable filehandle for foreign servers in COPY
` [PATCH v6 05/14] nfsd: report correct error for attempt to use foreign filehandle
` [PATCH v6 06/14] nfsd: drop explicit tests for special stateids which would be invalid
` [PATCH v6 07/14] nfsd: revise names of special stateid, and predicate functions
` [PATCH v6 08/14] nfsd: pass parent_fh explicitly to nfsd4_process_open2()
` [PATCH v6 09/14] nfsd: revert nfsd4: delay setting current_fh in open
` [PATCH v6 10/14] nfsd: simplify clearing of current-state-id
` [PATCH v6 11/14] nfsd: simplify use of the current stateid
` [PATCH v6 12/14] nfsd: simplify saving "
` [PATCH v6 13/14] nfsd: discard current_stateid.h
` [PATCH v6 14/14] nfsd: conditionally clear seqid when current_stateid is used
[PATCH v1] NFSD: NFSv4 file creation neglects setting ACL
2025-11-23 15:46 UTC (5+ messages)
[PATCH v2 0/2] lockd/locks: address issues with vfs_test_lock()
2025-11-23 12:16 UTC (8+ messages)
` [PATCH v2 1/2] lockd: fix vfs_test_lock() calls
` [PATCH v2 2/2] locks: ensure vfs_test_lock() never returns FILE_LOCK_DEFERRED
[PATCH v12 0/3] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
2025-11-22 15:52 UTC (4+ messages)
` [PATCH v12 3/3] NFSD: add Documentation/filesystems/nfs/nfsd-io-modes.rst
[PATCH v5 00/11] nfsd: assorted cleanups involving v4 special stateids
2025-11-22 0:46 UTC (31+ messages)
` [PATCH v5 01/11] nfsd: rename ALLOWED_WITHOUT_FH to ALLOWED_WITHOUT_LOCAL_FH and revise use
` [PATCH v5 02/11] nfsd: discard NFSD4_FH_FOREIGN
` [PATCH v5 03/11] nfsd: simplify foreign-filehandle handling to better match RFC-7862
` [PATCH v5 04/11] nfsd: report correct error for attempt to use foreign filehandle
` [PATCH v5 05/11] nfsd: drop explicit tests for special stateids which would be invalid
` [PATCH v5 06/11] nfsd: revise names of special stateid, and predicate functions
` [PATCH v5 07/11] nfsd: simplify clearing of current-state-id
` [PATCH v5 08/11] nfsd: simplify use of the current stateid
` [PATCH v5 09/11] nfsd: simplify saving "
` [PATCH v5 10/11] nfsd: discard current_stateid.h
` [PATCH v5 11/11] nfsd: conditionally clear seqid when current_stateid is used
[RFC PATCH] locks: Add lm_would_deadlock callback to prevent NFSD hangs
2025-11-21 18:39 UTC (3+ messages)
[PATCH 1/1] SUNRPC: use kmalloc_array() instead of kmalloc()
2025-11-21 3:01 UTC
[PATCH net-next 0/2] tools: ynl-gen: regeneration comment + function prefix
2025-11-21 1:48 UTC (6+ messages)
` [PATCH net-next 1/2] tools: ynl-gen: add function prefix argument
` [PATCH net-next 2/2] tools: ynl-gen: add regeneration comment
[PATCH v1 0/3] Allow knfsd to use atomic_open()
2025-11-21 1:07 UTC (11+ messages)
` [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 v2 0/3] Allow knfsd to use atomic_open()
2025-11-20 20:48 UTC (6+ messages)
` [PATCH v2 1/3] VFS: move dentry_create() from fs/open.c to fs/namei.c
` [PATCH v2 2/3] VFS: Prepare atomic_open() for dentry_create()
` [PATCH v2 3/3] VFS/knfsd: Teach dentry_create() to use atomic_open()
[PATCH v2] SUNRPC: Check if we need to recalculate slack estimates
2025-11-20 20:22 UTC (4+ messages)
[PATCH 1/2] NFSD: Add instructions on how to deal with xdrgen files
2025-11-20 20:15 UTC (2+ messages)
` [PATCH 2/2] xdrgen: Generate "if" instead of "switch" for boolean union enumerators
re-enable IOCB_NOWAIT writes to files v2
2025-11-20 14:16 UTC (20+ messages)
` [PATCH 01/16] fs: refactor file timestamp update logic
` [PATCH 02/16] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/16] fs: export vfs_utimes
` [PATCH 04/16] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/16] btrfs: fix the comment on btrfs_update_time
` [PATCH 06/16] orangefs: use inode_update_timestamps directly
` [PATCH 07/16] fs: remove inode_update_time
` [PATCH 08/16] fs: allow error returns from generic_update_time
` [PATCH 09/16] fs: exit early in generic_update_time when there is no work
` [PATCH 10/16] fs: factor out a mark_inode_dirty_time helper
` [PATCH 11/16] fs: allow error returns from inode_update_timestamps
` [PATCH 12/16] fs: factor out a sync_lazytime helper
` [PATCH 13/16] fs: add a ->sync_lazytime method
` [PATCH 14/16] fs: add support for non-blocking timestamp updates
` [PATCH 15/16] xfs: implement ->sync_lazytime
` [PATCH 16/16] xfs: enable non-blocking timestamp updates
[PATCH v5 0/6] nvme-tcp: Support receiving KeyUpdate requests
2025-11-20 13:51 UTC (10+ messages)
` [PATCH v5 2/6] net/handshake: Define handshake_sk_destruct_req
Spurious -EEXIST from NFSv3
2025-11-20 10:47 UTC (9+ messages)
` [PATCH 0/3] Fix verifier initialisation races for dentries
` [PATCH 1/3] NFS: Initialise verifiers for visible dentries in readdir and lookup
` [PATCH 2/3] NFS: Initialise verifiers for visible dentries in nfs_atomic_open()
` [PATCH 3/3] NFS: Initialise verifiers for visible dentries in _nfs4_open_and_get_state
[Patch v4 0/3] NFSD: Fix server hang when there are multiple layout conflicts
2025-11-20 6:59 UTC (32+ 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 v17 00/47] DEPT(DEPendency Tracker)
2025-11-20 5:14 UTC (7+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
[PATCH] lockd: fix vfs_lock_test() calls
2025-11-19 23:06 UTC (3+ messages)
[PATCH] sunrpc/cache: improve RCU safety in cache_list walking
2025-11-19 23:02 UTC (6+ messages)
ls input/output error ("NFS: readdir(/) returns -5") on krb5 NFSv4 client using SHA2
2025-11-19 20:54 UTC (13+ messages)
[PATCH v3] NFSv4: prevent integer overflow while calling nfs4_set_lease_period()
2025-11-19 20:38 UTC (5+ messages)
[PATCH] nfs: Implement delayed data server destruction with hold cache
2025-11-19 18:24 UTC (6+ messages)
[PATCH] locktest: use correct build flags
2025-11-19 18:22 UTC (2+ messages)
[PATCH] nfs-utils: Do not drop privileges if running as non-root user
2025-11-19 18:22 UTC (2+ messages)
[PATCH 1/1] gssd: protect kerberos ticket cache access
2025-11-19 18:22 UTC (2+ messages)
ls input/output error ("NFS: readdir(/) returns -5") on krb5 NFSv4 client using SHA2
2025-11-19 17:19 UTC
[PATCH] SUNRPC: Check if we need to recalculate slack estimates
2025-11-19 15:48 UTC (2+ messages)
[PATCH] xdrgen: improve error reporting for invalid void declarations
2025-11-19 15:21 UTC (2+ messages)
[PATCH v8 0/3] vfs: expose delegation support to userland
2025-11-19 13:42 UTC (4+ messages)
` [PATCH v8 1/3] "
` [PATCH v8 2/3] filelock: add lease_dispose_list() helper
` [PATCH v8 3/3] filelock: allow lease_managers to dictate what qualifies as a conflict
Wiadomość z księgowości
2025-11-19 8:55 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox