linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-29 17:26:30 to 2024-02-05 12:20:09 UTC [more...]

[PATCH v3 00/47] filelock: split file leases out of struct file_lock
 2024-02-05 12:19 UTC  (56+ messages)
` [PATCH v3 01/47] filelock: fl_pid field should be signed int
` [PATCH v3 02/47] filelock: rename some fields in tracepoints
` [PATCH v3 03/47] filelock: rename fl_pid variable in lock_get_status
` [PATCH v3 04/47] filelock: add some new helper functions
` [PATCH v3 05/47] 9p: rename fl_type variable in v9fs_file_do_lock
` [PATCH v3 06/47] afs: convert to using new filelock helpers
` [PATCH v3 07/47] ceph: "
` [PATCH v3 08/47] dlm: "
` [PATCH v3 09/47] gfs2: "
` [PATCH v3 10/47] lockd: "
` [PATCH v3 11/47] nfs: "
` [PATCH v3 12/47] nfsd: "
` [PATCH v3 13/47] ocfs2: "
` [PATCH v3 14/47] smb/client: "
` [PATCH v3 15/47] smb/server: "
` [PATCH v3 16/47] filelock: drop the IS_* macros
` [PATCH v3 17/47] filelock: split common fields into struct file_lock_core
` [PATCH v3 18/47] filelock: have fs/locks.c deal with file_lock_core directly
` [PATCH v3 19/47] filelock: convert more internal functions to use file_lock_core
` [PATCH v3 20/47] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH v3 21/47] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH v3 22/47] filelock: make locks_{insert,delete}_global_locks "
` [PATCH v3 23/47] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH v3 24/47] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core
` [PATCH v3 25/47] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH v3 26/47] filelock: convert fl_blocker to file_lock_core
` [PATCH v3 27/47] filelock: clean up locks_delete_block internals
` [PATCH v3 28/47] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH v3 29/47] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH v3 30/47] filelock: convert locks_wake_up_blocks to "
` [PATCH v3 31/47] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH v3 32/47] filelock: convert locks_translate_pid to take file_lock_core
` [PATCH v3 33/47] filelock: convert seqfile handling to use file_lock_core
` [PATCH v3 34/47] 9p: adapt to breakup of struct file_lock
` [PATCH v3 35/47] afs: "
` [PATCH v3 36/47] ceph: "
` [PATCH v3 37/47] dlm: "
` [PATCH v3 38/47] gfs2: "
` [PATCH v3 39/47] fuse: "
` [PATCH v3 40/47] lockd: "
` [PATCH v3 41/47] nfs: "
` [PATCH v3 42/47] nfsd: "
` [PATCH v3 43/47] ocfs2: "
` [PATCH v3 44/47] smb/client: "
` [PATCH v3 45/47] smb/server: "
` [PATCH v3 46/47] filelock: remove temporary compatibility macros
` [PATCH v3 47/47] filelock: split leases out of struct file_lock

[PATCH] filelock: don't do security checks on nfsd setlease calls
 2024-02-05 12:09 UTC 

[PATCH] nfsd: don't take fi_lock in nfsd_break_deleg_cb()
 2024-02-05 11:16 UTC  (2+ messages)

[PATCH] NFS: Simplify the allocation of slab caches in nfs_init_nfspagecache
 2024-02-05  8:38 UTC 

deadlock in RELEASE_LOCKOWNER path
 2024-02-05  0:56 UTC  (2+ messages)

[PATCH v2 00/12] NFSD RDMA transport improvements
 2024-02-04 23:17 UTC  (13+ messages)
` [PATCH v2 01/12] svcrdma: Reserve an extra WQE for ib_drain_rq()
` [PATCH v2 02/12] svcrdma: Report CQ depths in debugging output
` [PATCH v2 03/12] svcrdma: Update max_send_sges after QP is created
` [PATCH v2 04/12] svcrdma: Increase the per-transport rw_ctx count
` [PATCH v2 05/12] svcrdma: Fix SQ wake-ups
` [PATCH v2 06/12] svcrdma: Prevent a UAF in svc_rdma_send()
` [PATCH v2 07/12] svcrdma: Fix retry loop "
` [PATCH v2 08/12] svcrdma: Post Send WR chain
` [PATCH v2 09/12] svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxt
` [PATCH v2 10/12] svcrdma: Post the Reply chunk and Send WR together
` [PATCH v2 11/12] svcrdma: Post WRs for Write chunks in svc_rdma_sendto()
` [PATCH v2 12/12] svcrdma: Add Write chunk WRs to the RPC's Send WR chain

[PATCH] nfs(5): Document the max value "timeo=" mount option
 2024-02-04 10:18 UTC 

[PATCH v2] nfsd: Simplify the allocation of slab caches in nfsd_drc_slab_create
 2024-02-04  3:28 UTC 

[PATCH] nfsd: Simplify the allocation of slab caches in nfsd_drc_slab_create
 2024-02-04  3:19 UTC  (5+ messages)

[PATCHES] RCU pathwalk race fixes
 2024-02-04  2:27 UTC  (15+ messages)
` [PATCH 01/13] fs/super.c: don't drop ->s_user_ns until we free struct super_block itself
  ` [PATCH 02/13] rcu pathwalk: prevent bogus hard errors from may_lookup()
  ` [PATCH 03/13] affs: free affs_sb_info with kfree_rcu()
  ` [PATCH 04/13] exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helper
  ` [PATCH 05/13] hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_info
  ` [PATCH 06/13] afs: fix __afs_break_callback() / afs_drop_open_mmap() race
  ` [PATCH 07/13] nfs: make nfs_set_verifier() safe for use in RCU pathwalk
  ` [PATCH 08/13] nfs: fix UAF on pathwalk running into umount
  ` [PATCH 09/13] procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()
  ` [PATCH 10/13] procfs: make freeing proc_fs_info rcu-delayed
  ` [PATCH 11/13] fuse: fix UAF in rcu pathwalks
  ` [PATCH 12/13] cifs_get_link(): bail out in unsafe case
  ` [PATCH 13/13] ext4_get_link(): fix breakage in RCU mode
` RCU pathwalk audit notes

[PATCH v2 0/4] RELEASE_LOCKOWNER fixes for v5.15.y
 2024-02-03  3:55 UTC  (5+ messages)
` [PATCH v2 1/4] nfsd4: add refcount for nfsd4_blocked_lock
` [PATCH v2 2/4] NFSD: Modernize nfsd4_release_lockowner()
` [PATCH v2 3/4] NFSD: Add documenting comment for nfsd4_release_lockowner()
` [PATCH v2 4/4] nfsd: fix RELEASE_LOCKOWNER

[PATCH 0/3] Fix RELEASE_LOCKOWNER
 2024-02-03  3:43 UTC  (9+ messages)
` [PATCH 1/3] NFSD: Modernize nfsd4_release_lockowner()
` [PATCH 2/3] NFSD: Add documenting comment for nfsd4_release_lockowner()
` [PATCH 3/3] nfsd: fix RELEASE_LOCKOWNER

[PATCH v3] NFSv4.1: add tracepoint to trunked nfs4_exchange_id calls
 2024-02-02 20:27 UTC  (2+ messages)

[PATCH 1/1] NFSv4.1: add tracepoint to trunked nfs4_exchange_id calls
 2024-02-02 18:24 UTC  (7+ messages)
` 回复: "

Should we establish a new nfsdctl userland program?
 2024-02-02 17:56 UTC  (3+ messages)

Calls to vfs_setlease() from NFSD code cause unnecessary CAP_LEASE security checks
 2024-02-02 16:31 UTC  (3+ messages)

[PATCH v2] NFSv4.1: add tracepoint to trunked nfs4_exchange_id calls
 2024-02-02 14:54 UTC 

[GIT PULL] another fix for v6.8-rc
 2024-02-01 21:02 UTC  (2+ messages)

[PATCH 0/3] Fix RELEASE_LOCKOWNER
 2024-02-01 14:23 UTC  (4+ messages)
` [PATCH 1/3] NFSD: Modernize nfsd4_release_lockowner()
` [PATCH 2/3] NFSD: Add documenting comment for nfsd4_release_lockowner()
` [PATCH 3/3] nfsd: fix RELEASE_LOCKOWNER

[PATCH 0/3] Fix RELEASE_LOCKOWNER
 2024-02-01 14:22 UTC  (4+ messages)
` [PATCH 1/3] NFSD: Modernize nfsd4_release_lockowner()
` [PATCH 2/3] NFSD: Add documenting comment for nfsd4_release_lockowner()
` [PATCH 3/3] From: NeilBrown <neilb@suse.de>

[PATCH] nfsd: Simplify the allocation of slab caches in nfsd4_init_slabs
 2024-02-01  8:37 UTC 

Are Japanese characters allowed in hostname in /etc/exports?
 2024-02-01  6:05 UTC  (2+ messages)

Implement NFSv4 TLS support with /usr/bin/openssl s_client?
 2024-01-31 20:38 UTC  (4+ messages)

Booting NFSv4-NFSROOT?
 2024-01-31 20:37 UTC 

[PATCH v2] NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt
 2024-01-31 19:51 UTC  (3+ messages)

NFS Clients getting slower after a week
 2024-01-31 17:58 UTC 

[PATCH] nfsd: Simplify the allocation of slab caches in nfsd_file_cache_init
 2024-01-31 15:33 UTC  (3+ messages)

[PATCH] nfsd: Simplify the allocation of slab caches in nfsd4_init_pnfs
 2024-01-31 15:32 UTC  (2+ messages)

[PATCH] nfsd: don't call locks_release_private() twice concurrently
 2024-01-31 15:32 UTC  (2+ messages)

[PATCH 00/13 v5] nfsd: support admin-revocation of v4 state
 2024-01-31 15:28 UTC  (18+ messages)
` [PATCH 01/13] nfsd: remove stale comment in nfs4_show_deleg()
` [PATCH 02/13] nfsd: hold ->cl_lock for hash_delegation_locked()
` [PATCH 03/13] nfsd: don't call functions with side-effecting inside WARN_ON()
` [PATCH 04/13] nfsd: avoid race after unhash_delegation_locked()
` [PATCH 05/13] nfsd: split sc_status out of sc_type
` [PATCH 06/13] nfsd: prepare for supporting admin-revocation of state
` [PATCH 07/13] nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/states
` [PATCH 08/13] nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revoke
` [PATCH 09/13] nfsd: allow admin-revoked NFSv4.0 state to be freed
` [PATCH 10/13] nfsd: allow lock state ids to be revoked and then freed
` [PATCH 11/13] nfsd: allow open "
` [PATCH 12/13] nfsd: allow delegation "
` [PATCH 13/13] nfsd: allow layout state to be admin-revoked

[PATCH 0/4] nfsstat: Test also on NFSv4*
 2024-01-31 15:14 UTC  (5+ messages)
` [PATCH 1/4 v2] runtest/net.nfs: Rename test names
` [PATCH 2/4] nfsstat01.sh: Validate parsing /proc/net/rpc/nfs{,d}
` [PATCH 3/4] nfsstat01.sh: Add support for NFSv4*
` [PATCH 4/4] nfsstat01.sh: Run on all NFS versions, TCP and UDP

Examples for refer= in /etc/exports?
 2024-01-31 14:41 UTC  (14+ messages)
` BUG in exports(5), no example for refer= "
            ` Change "hostname" to "hostport" in text-based mountd downcall "
              ` refer= syntax in /etc/exports for custom non-2049 TCP ports ? / was: "

Filesystem test suite for NFSv4?
 2024-01-31 14:40 UTC  (7+ messages)

Fwd: NFS4.0 rdma with referal
 2024-01-31 13:43 UTC  (2+ messages)
  `  "

effect of delegations
 2024-01-31 12:21 UTC 

[PATCH v3] nfs: fix regression in handling of fsc= option in NFSv4
 2024-01-31 11:06 UTC  (2+ messages)

[PATCH v2] nfs: fix regression in handling of fsc= option in NFSv4
 2024-01-31  4:04 UTC  (3+ messages)

[PATCH 0/2] netfs: Miscellaneous fixes
 2024-01-30 21:57 UTC  (3+ messages)
` [PATCH 2/2] netfs: Fix missing zero-length check in unbuffered write

[PATCH 1/1] SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned int
 2024-01-30 20:07 UTC  (2+ messages)

[PATCH] nfs: fix regression in handling of fsc= option in NFSv4
 2024-01-30 15:33 UTC  (4+ messages)

[PATCH] NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt
 2024-01-30 14:59 UTC  (6+ messages)

[PATCH 00/13 v4] nfsd: support admin-revocation of v4 state
 2024-01-30  1:07 UTC  (4+ messages)
` [PATCH 13/13] nfsd: allow layout state to be admin-revoked

NFSv4 referrals - custom (non-2049) port numbers in fs_locations?
 2024-01-29 23:46 UTC  (7+ messages)

[PATCH 1/1] NFSv4.1: Assign the right value for initval and retries for rpc timeout
 2024-01-29 18:41 UTC  (3+ messages)

[PATCH v1 00/11] NFSD RDMA transport improvements
 2024-01-29 17:26 UTC  (3+ messages)
` [PATCH v1 02/11] svcrdma: Use all allocated Send Queue entries


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 NNTP newsgroup(s).