Linux NFS development
 help / color / mirror / Atom feed
 messages from 2025-12-04 17:38:53 to 2025-12-15 18:14:48 UTC [more...]

[PATCH 0/3] NFSD: Prevent dupplicate SCSI fencing operation
 2025-12-15 18:13 UTC  (3+ messages)
` [PATCH 1/3] NFSD: Move clientid_hashval and same_clid to header files
` [PATCH 3/3] NFSD: Prevent redundant SCSI fencing operations

[PATCH] nfsd: use correct loop termination in nfsd4_revoke_states()
 2025-12-15 15:15 UTC  (3+ messages)

[PATCH v2 0/2] filelock: fix conflict detection with userland file delegations
 2025-12-15 14:20 UTC  (2+ messages)

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2025-12-15 14:19 UTC  (9+ 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()

5s stall during openat
 2025-12-15 13:25 UTC  (2+ messages)

[PATCH v2 0/6] Exposing case folding behavior
 2025-12-15 12:37 UTC  (17+ messages)
` [PATCH v2 1/6] fs: Add case sensitivity info to file_kattr
` [PATCH v2 2/6] fat: Implement fileattr_get for case sensitivity
` [PATCH v2 3/6] ntfs3: "
` [PATCH v2 4/6] ext4: Report case sensitivity in fileattr_get
` [PATCH v2 5/6] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v2 6/6] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-15  9:06 UTC  (48+ 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
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[PATCH v3 0/2] provide locking for v4_end_grace
 2025-12-15  8:00 UTC  (8+ messages)
` [PATCH v3 1/2] nfsd: "
` [PATCH v3 2/2] nfsd: use workqueue enable/disable APIs for v4_end_grace sync

[PATCH AUTOSEL 6.18-5.10] NFSv4: ensure the open stateid seqid doesn't go backwards
 2025-12-15  0:41 UTC  (2+ messages)
` [PATCH AUTOSEL 6.18-5.10] NFS: Fix up the automount fs_context to use the correct cred

[PATCH RFC 0/6] nfsd: allow for a dynamically-sized threadpool
 2025-12-13 21:55 UTC  (17+ messages)
` [PATCH RFC 1/6] sunrpc: split svc_set_num_threads() into two functions
` [PATCH RFC 2/6] sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()
` [PATCH RFC 3/6] sunrpc: track the max number of requested threads in a pool
` [PATCH RFC 4/6] sunrpc: introduce the concept of a minimum number of threads per pool
` [PATCH RFC 5/6] nfsd: adjust number of running nfsd threads based on activity
` [PATCH RFC 6/6] nfsd: add controls to set the minimum number of threads per pool

[PATCH] nfsd: fix nfs4_file refcount leak in nfsd_get_dir_deleg()
 2025-12-13 18:34 UTC  (2+ messages)

A wonderful idea for your blog!
 2025-12-13 13:57 UTC 

[PATCH v2 1/1] nfsd: check that server is running in unlock_filesystem
 2025-12-12 22:55 UTC  (3+ messages)

[PATCH 1/1] nfsd: check that server is running in unlock_filesystem
 2025-12-12 16:55 UTC  (9+ messages)

[GIT PULL] Please pull NFS client updates for Linux 6.19
 2025-12-12 10:09 UTC  (2+ messages)

[PATCH] pnfs: add checking of the return value of sscanf
 2025-12-12  9:01 UTC 

[PATCH] NFSD: Fix permission check for read access to executable-only files
 2025-12-12  1:31 UTC  (4+ messages)

[PATCH] Removed unused variable
 2025-12-11 12:27 UTC  (9+ messages)

[PATCH] xdrgen: Emit the program number definition
 2025-12-10 14:04 UTC 

[PATCH linux-next v2] SUNRPC: Change list definition method
 2025-12-10 13:56 UTC  (3+ messages)

[PATCH 0/2] Address minor issues with status codes
 2025-12-10  1:01 UTC  (5+ messages)
` [PATCH 1/2] NFSD: Remove NFSERR_EAGAIN
` [PATCH 2/2] NFS: NFSERR_INVAL is not defined by NFSv2

[PATCH v1] NFSD: Use struct knfsd_fh in struct pnfs_ff_layout
 2025-12-10  0:59 UTC  (11+ messages)

[PATCH] pNFS: Fix a deadlock when returning a delegation during open()
 2025-12-09 15:45 UTC  (4+ messages)

[PATCH] pnfs/filelayout: handle data server op_status errors
 2025-12-09 15:33 UTC  (2+ messages)

[PATCH] nfs: pnfs: handle early layoutreturn failures gracefully
 2025-12-09 15:10 UTC  (2+ messages)

[PATCH 0/2]
 2025-12-08 20:07 UTC  (4+ messages)
` [PATCH 1/2] NFSv4: pass lease period in seconds to nfs4_set_lease_period()
` [PATCH 2/2] NFSv4: limit lease period in nfs4_set_lease_period()

[PATCH RESEND 0/2] NFSv4: prevent the lease period overflow
 2025-12-08 20:15 UTC  (3+ messages)
` [PATCH RESEND 1/2] NFSv4: pass lease period in seconds to nfs4_set_lease_period()
` [PATCH RESEND 2/2] NFSv4: limit lease period in nfs4_set_lease_period()

[PATCH v1] xdrgen: Fix struct prefix for typedef types in program wrappers
 2025-12-08 16:15 UTC 

[Question] nfsacl: why deny owner mode when deny user
 2025-12-08  9:56 UTC 

[PATCH] nfsd: Drop the client reference in client_states_open()
 2025-12-07 16:16 UTC  (5+ messages)

[PATCH] nfs/localio: fix regression due to out-of-order __put_cred
 2025-12-07  5:23 UTC  (3+ messages)

[GIT PULL]: NFSD changes for v6.19
 2025-12-06 19:04 UTC  (2+ messages)

[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-06  2:23 UTC  (8+ messages)

Can the PNFS blocklayout of the Linux nfsd server be used in a production environment?
 2025-12-05 18:50 UTC  (6+ messages)

[PATCH RESEND linux-next] SUNRPC: Optimize list definition method
 2025-12-05 17:41 UTC  (2+ messages)

[PATCH 1/1] SUNRPC: use kmalloc_array() instead of kmalloc()
 2025-12-05 14:46 UTC  (2+ messages)

[PATCH v4 0/3] Allow knfsd to use atomic_open()
 2025-12-05 12:33 UTC  (8+ messages)

[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 


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