Linux-NFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-29 17:39:54 to 2025-10-04 17:27:28 UTC [more...]

[RFC PATCH] fs: Plumb case sensitivity bits into statx
 2025-10-04 17:27 UTC  (10+ messages)

[PATCH v3 0/4] NFSD: Impl multiple extents in block/scsi layoutget
 2025-10-04 17:20 UTC  (6+ messages)
` [PATCH v3 1/4] NFSD/blocklayout: Fix minlength check in proc_layoutget
` [PATCH v3 2/4] NFSD/blocklayout: Extract extent mapping from proc_layoutget
` [PATCH v3 3/4] NFSD/blocklayout: Introduce layout content structure
` [PATCH v3 4/4] NFSD/blocklayout: Support multiple extents per LAYOUTGET

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-04 16:39 UTC  (65+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 10/47] dept: distinguish each work from another
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v17 12/47] dept: record the latest one out of consecutive waits of the same class
` [PATCH v17 13/47] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v17 14/47] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v17 15/47] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v17 16/47] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v17 17/47] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v17 18/47] dept: track timeout waits separately with a new Kconfig
` [PATCH v17 19/47] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v17 20/47] dept: apply timeout consideration to swait
` [PATCH v17 21/47] dept: apply timeout consideration to waitqueue wait
` [PATCH v17 22/47] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v17 23/47] dept: apply timeout consideration to dma fence wait
` [PATCH v17 24/47] dept: make dept able to work with an external wgen
` [PATCH v17 25/47] dept: track PG_locked with dept
` [PATCH v17 26/47] dept: print staged wait's stacktrace on report
` [PATCH v17 27/47] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 29/47] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 31/47] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v17 32/47] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v17 33/47] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v17 34/47] dept: make dept stop from working on debug_locks_off()
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v17 37/47] completion, dept: introduce init_completion_dmap() API
` [PATCH v17 38/47] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v17 40/47] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v17 41/47] dept: implement a basic unit test for dept
` [PATCH v17 42/47] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v17 43/47] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v17 45/47] dept: track PG_writeback with dept
` [PATCH v17 46/47] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v17 47/47] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

buffer overrun in nfsd4_store_cache_entry()
 2025-10-04 16:39 UTC  (2+ messages)

[PATCH v1] NFSD: Fix crash in nfsd4_read_release()
 2025-10-04 15:51 UTC  (8+ messages)

[linus:master] [SUNRPC] d57e43b72b: fsmark.files_per_sec 36.2% improvement
 2025-10-04  7:42 UTC 

[PATCH v2 0/4] NFSD: Impl multiple extents in block/scsi layoutget
 2025-10-04  4:22 UTC  (11+ messages)
` [PATCH v2 1/4] NFSD/blocklayout: Fix minlength check in proc_layoutget
` [PATCH v2 2/4] NFSD/blocklayout: Extract extent mapping from proc_layoutget
` [PATCH v2 3/4] NFSD/blocklayout: Introduce layout content structure
` [PATCH v2 4/4] NFSD/blocklayout: Support multiple extents per LAYOUTGET

[GIT PULL] <INSERT SUBJECT HERE>
 2025-10-03 21:31 UTC  (4+ messages)

use-after-free in nfs4stat.c _free_cpntf_state_locked()
 2025-10-03 17:40 UTC  (2+ messages)

[PATCH v5 0/6] NFSD direct I/O read
 2025-10-03 15:06 UTC  (15+ messages)
` [PATCH v5 1/6] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
` [PATCH v5 2/6] NFSD: pass nfsd_file to nfsd_iter_read()
` [PATCH v5 4/6] NFSD: Implement NFSD_IO_DIRECT for NFS READ
` [PATCH v5 5/6] NFSD: Prevent a NULL pointer dereference in fh_getattr()
` [PATCH v5 6/6] NFSD: Ignore vfs_getattr() failure in nfsd_file_get_dio_attrs()

[PATCH v3 0/8] nvme-tcp: Support receiving KeyUpdate requests
 2025-10-03  9:54 UTC  (12+ messages)
` [PATCH v3 1/8] net/handshake: Store the key serial number on completion
` [PATCH v3 2/8] net/handshake: Define handshake_sk_destruct_req
` [PATCH v3 3/8] net/handshake: Ensure the request is destructed on completion
` [PATCH v3 4/8] nvmet: Expose nvmet_stop_keep_alive_timer publically
` [PATCH v3 5/8] net/handshake: Support KeyUpdate message types
` [PATCH v3 6/8] nvme-tcp: Support KeyUpdate
` [PATCH v3 7/8] nvmet-tcp: "
` [PATCH v3 8/8] nvme-tcp: Allow userspace to trigger a KeyUpdate with debugfs

[PATCH 1/1] NFSD: Fix SCSI reservation conflict causing pNFS client to revert I/O to MDS
 2025-10-03  6:45 UTC  (6+ messages)

[PATCH v2] Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"
 2025-10-02 16:34 UTC  (3+ messages)
` [PATCH v2] svcrdma: Increase the server's default RPC/RDMA credit grant

[PATCH v4] NFSD: Add a subsystem policy document
 2025-10-02 16:15 UTC 

[PATCH v3] nfsd: remove long-standing revoked delegations by force
 2025-10-02 15:09 UTC  (3+ messages)

[RFC PATCH v2] nfsv4: Add support for the birth time attribute
 2025-10-02 10:18 UTC  (7+ messages)

[PATCH 1/1] DIO: add NFSv4.2 READ_PLUS support for nfstest_dio
 2025-10-02  8:25 UTC  (5+ messages)
  ` pahtconf() api to test for sparse file support? "
` READ_PLUS broken in Linux 6.12, worked in Linux 5.10! "

[PATCH v1] svcrdma: Increase the server's default RPC/RDMA credit grant
 2025-10-01 22:44 UTC  (4+ messages)

[PATCH v3] NFSD: Add a subsystem policy document
 2025-10-01 19:05 UTC 

[PATCH v9 0/7] NFS DIRECT: align misaligned DIO for LOCALIO
 2025-10-01 16:04 UTC  (9+ messages)
        ` [GIT PULL] NFS LOCALIO O_DIRECT changes for Linux 6.18
          ` [GIT PULL v2] "

[PATCH] NFSD: Update comment documenting unsupported fattr4 attributes
 2025-10-01 15:41 UTC  (3+ messages)
` FATTR4_WORD1_TIME_CREATE support in NFSv4 client still missing? "

[PATCH v1] Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"
 2025-10-01 14:00 UTC  (2+ messages)

[PATCH v3] nfsd: Avoid strlen conflict in nfsd4_encode_components_esc()
 2025-10-01 12:55 UTC  (5+ messages)

[PATCH 1/1] NFSv4: handle ERR_GRACE on delegation recalls
 2025-09-30 17:00 UTC  (14+ messages)

[PATCH pynfs 0/7] nfs4.1: add some basic directory delegation tests
 2025-09-30 13:57 UTC  (10+ messages)
` [PATCH pynfs 1/7] nfs4.1: add proposed NOTIFY4_GFLAG_EXTEND flag
` [PATCH pynfs 2/7] pynfs: add a getfh() to the end of create_obj() compound
` [PATCH pynfs 3/7] server41tests: add a basic GET_DIR_DELEGATION test
` [PATCH pynfs 4/7] server41tests: add a test for duplicate GET_DIR_DELEGATION requests
` [PATCH pynfs 5/7] server41tests: add a test for removal from dir with dir delegation
` [PATCH pynfs 6/7] server41tests: add a test for diretory add notifications
` [PATCH pynfs 7/7] server41tests: add test for rename event notifications

[PATCH] Add some tests for unsupported fattr4 attributes
 2025-09-30 11:34 UTC  (5+ messages)

[PATCH v2] nfsd: Avoid strlen conflict in nfsd4_encode_components_esc()
 2025-09-30  5:32 UTC  (5+ messages)

[PATCH] draft patches to fixes LAYOUTCOMMIT related issues
 2025-09-29 20:08 UTC  (2+ messages)

[PATCH] NFSD: Impl multiple extents in block/scsi layoutget
 2025-09-29 19:13 UTC  (3+ messages)

[PATCH] nfsd: delete unreachable confusing code in nfs4_open_delegation()
 2025-09-29 18:24 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).