Linux NFS development
 help / color / mirror / Atom feed
 messages from 2025-11-27 02:42:10 to 2025-12-05 07:20:56 UTC [more...]

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-05  7:18 UTC  (36+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable

[6.19 PATCH] nfs/localio: fix regression due to out-of-order __put_cred [was: Re: linux-next: manual merge of the nfs tree with Linus' tree]
 2025-12-05  1:08 UTC 

[PATCH 1/1] nfs-utils: nfsdctl: ignore ipv6 listener creation error
 2025-12-04 20:48 UTC 

[PATCH 1/1] nfs-utils: nfsdctl: function location identifying error messages
 2025-12-04 20:48 UTC 

Can the PNFS blocklayout of the Linux nfsd server be used in a production environment?
 2025-12-04 18:10 UTC  (10+ messages)
  ` LAYOUT4_NFSV4_1_FILES supported? "

[PATCH v4 0/3] Allow knfsd to use atomic_open()
 2025-12-04 17:38 UTC  (8+ messages)
` [PATCH v4 1/3] VFS: move dentry_create() from fs/open.c to fs/namei.c
` [PATCH v4 2/3] VFS: Prepare atomic_open() for dentry_create()
` [PATCH v4 3/3] VFS/knfsd: Teach dentry_create() to use atomic_open()

[PATCH v2] SUNRPC: Check if we need to recalculate slack estimates
 2025-12-04 14:00 UTC  (4+ messages)

[PATCH v2 0/2] filelock: fix conflict detection with userland file delegations
 2025-12-04 13:48 UTC  (3+ messages)
` [PATCH v2 1/2] filelock: add lease_dispose_list() helper
` [PATCH v2 2/2] filelock: allow lease_managers to dictate what qualifies as a conflict

[PATCH RESEND linux-next] SUNRPC: Optimize list definition method
 2025-12-04  1:12 UTC 

[PATCH v2 1/2] nfsd: prevent write delegations when client has existing opens
 2025-12-04  1:06 UTC  (11+ messages)
` [PATCH v2 2/2] NFSD: WARN if fi_fds[O_RDONLY] is already populated

[PATCH 0/5] NFS: Client Side Directory Delegations
 2025-12-03 23:19 UTC  (7+ messages)
` [PATCH 2/5] NFS: Request a directory delegation on ACCESS, CREATE, and UNLINK

[PATCH 0/2] filelock: fix conflict detection with userland file delegations
 2025-12-03 22:41 UTC  (12+ messages)
` [PATCH 1/2] filelock: add lease_dispose_list() helper
` [PATCH 2/2] filelock: allow lease_managers to dictate what qualifies as a conflict

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-12-03 20:01 UTC  (10+ messages)

[PATCH] nfs: unify security_inode_listsecurity() calls
 2025-12-03 19:57 UTC 

[PATCH 0/2] nfsd: delegated timestamp fix
 2025-12-03 19:16 UTC  (4+ messages)
` [PATCH 1/2] nfsd: use ATTR_DELEG in nfsd4_finalize_deleg_timestamps()
` [PATCH 2/2] nfsd: prefix notification in nfsd4_finalize_deleg_timestamps() with "nfsd: "

[syzbot] [nfs?] INFO: task hung in nfsd_nl_version_set_doit (2)
 2025-12-03 15:56 UTC  (3+ messages)

[PATCH v2] NFS: inherit parent transport protocol for referral mounts
 2025-12-03 14:48 UTC  (3+ messages)

[PATCH 0/3] NFSD IO MODES documentation fixes
 2025-12-03 14:41 UTC  (7+ messages)
` [PATCH 1/3] NFSD: Add toctree entry for NFSD IO modes docs
` [PATCH 2/3] NFSD: nfsd-io-modes: Wrap shell snippets in literal code blocks
` [PATCH 3/3] NFSD: nfsd-io-modes: Separate lists

[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-12-03 10:18 UTC  (3+ messages)

[PATCH v1] nfsd: fix nfsd_file reference leak in nfsd4_add_rdaccess_to_wrdeleg()
 2025-12-02 19:13 UTC  (5+ messages)

[PATCH v6 0/5] nvme-tcp: Support receiving KeyUpdate requests
 2025-12-02 18:29 UTC  (11+ messages)
` [PATCH v6 1/5] net/handshake: Store the key serial number on completion
` [PATCH v6 2/5] net/handshake: Define handshake_req_keyupdate
` [PATCH v6 3/5] net/handshake: Support KeyUpdate message types
` [PATCH v6 4/5] nvme-tcp: Support KeyUpdate
` [PATCH v6 5/5] nvmet-tcp: "

[PATCH v1 v6.12.y] nfsd: Replace clamp_t in nfsd4_get_drc_mem()
 2025-12-02 15:51 UTC  (3+ messages)

[PATCH RFT v2] nfsd: provide locking for v4_end_grace
 2025-12-02 12:34 UTC  (4+ messages)

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2025-12-02  8:46 UTC  (16+ messages)
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
    ` [PATCH] fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()

[PATCH v1] xdrgen: Address some checkpatch whitespace complaints
 2025-12-02  0:51 UTC  (2+ messages)

[PATCH v5 0/6] nvme-tcp: Support receiving KeyUpdate requests
 2025-12-01 23:27 UTC  (11+ messages)
` [PATCH v5 1/6] net/handshake: Store the key serial number on completion
` [PATCH v5 4/6] net/handshake: Support KeyUpdate message types
` [PATCH v5 5/6] nvme-tcp: Support KeyUpdate

[PATCH] When following NFS referrals, the client always attempts RDMA first (if compiled in), even when the parent mount uses TCP. This causes unnecessary timeouts when the referral server doesn't support RDMA
 2025-12-01 17:26 UTC  (2+ messages)

[PATCH RFC] NFS: Add some knobs for disabling delegations in sysfs
 2025-12-01 17:17 UTC  (4+ messages)

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-12-01  7:18 UTC  (5+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage

[PATCH linux-next] SUNRPC: Optimize list definition method
 2025-12-01  2:54 UTC 

[PATCH 0/2] nfsd: fix handling of timed out idmap lookups
 2025-11-30 19:25 UTC  (9+ messages)
` [PATCH 1/2] nfsd: never defer requests during idmap lookup
` [PATCH 2/2] nfsd: fix return error code for nfsd_map_name_to_[ug]id

[PATCH v1] NFSD: NFSv4 file creation neglects setting ACL
 2025-11-29 16:16 UTC  (11+ messages)

NFS EACCES regression since 6.15.4
 2025-11-29  4:06 UTC  (8+ messages)
` [PATCH 0/6] Fix up NFS client mount option regressions
  ` [PATCH 1/6] Revert "nfs: ignore SB_RDONLY when remounting nfs"
  ` [PATCH 2/6] Revert "nfs: clear SB_RDONLY before getting superblock"
  ` [PATCH 3/6] Revert "nfs: ignore SB_RDONLY when mounting nfs"
  ` [PATCH 4/6] NFS: Automounted filesystem should inherit ro,noexec,nodev,sync flags
  ` [PATCH 5/6] NFS: Fix inheritance of the block sizes when automounting
  ` [PATCH 6/6] NFS: Fix up the automount fs_context to use the correct cred

[for-v6.18 PATCH v2 0/3] nfs/localio: fix various new issues
 2025-11-28 17:40 UTC  (2+ messages)

[PATCH] nfs/localio: add a tab in nfs_local_call_write()
 2025-11-28  7:20 UTC 

[PATCH] Make RPCRDMA_MAX_RECV_BATCH configurable
 2025-11-28  5:48 UTC  (6+ messages)

[PATCH v1 1/1] nfsd: Mark variable __maybe_unused to avoid W=1 build break
 2025-11-27 18:03 UTC  (7+ messages)

[PATCH v1 0/3] Allow knfsd to use atomic_open()
 2025-11-27 13:18 UTC  (9+ messages)

[linux-next:master] [VFS/nfsd/cachefiles/ovl] 7ab96df840: WARNING:at_fs/dcache.c:#umount_check
 2025-11-27 11:03 UTC  (8+ messages)


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