public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-03 18:57:01 to 2024-10-10 19:28:45 UTC [more...]

[RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
 2024-10-10 19:28 UTC  (11+ messages)
` [RFC PATCH v1 2/7] audit: Fix inode numbers
` [RFC PATCH v1 3/7] selinux: Fix inode numbers in error messages
` [RFC PATCH v1 4/7] integrity: Fix inode numbers in audit records
` [RFC PATCH v1 5/7] ipe: "
` [RFC PATCH v1 6/7] smack: Fix inode numbers in logs
` [RFC PATCH v1 7/7] tomoyo: "

[GIT PULL] v6.12-rc fixes for NFSD
 2024-10-10 17:30 UTC  (2+ messages)

[RFC PATCH] NFSD: Replace use of NFSD_MAY_LOCK in nfsd4_lock()
 2024-10-10 15:33 UTC 

[PATCH] NFSV4: fix rpc_task use-after-free when open concurrently
 2024-10-10 14:56 UTC  (10+ messages)

[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-10-10 15:22 UTC  (17+ messages)
` [PATCH v3 -next 01/15] mm: vmstat: move sysctls to mm/vmstat.c
` [PATCH v3 -next 02/15] mm: filemap: move sysctl to mm/filemap.c
` [PATCH v3 -next 03/15] mm: swap: move sysctl to mm/swap.c
` [PATCH v3 -next 04/15] mm: vmscan: move vmscan sysctls to mm/vmscan.c
` [PATCH v3 -next 05/15] mm: util: move sysctls to mm/util.c
` [PATCH v3 -next 06/15] mm: mmap: move sysctl to mm/mmap.c
` [PATCH v3 -next 07/15] security: min_addr: move sysctl to security/min_addr.c
` [PATCH v3 -next 08/15] mm: nommu: move sysctl to mm/nommu.c
` [PATCH v3 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c
` [PATCH v3 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c
` [PATCH v3 -next 11/15] sunrpc: use vfs_pressure_ratio() helper
` [PATCH v3 -next 12/15] fs: dcache: move the sysctl to fs/dcache.c
` [PATCH v3 -next 13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c
` [PATCH v3 -next 14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c
` [PATCH v3 -next 15/15] sysctl: remove unneeded include

[PATCH v3 0/3] API for exporting connectable file handles to userspace
 2024-10-10 11:01 UTC  (12+ messages)
` [PATCH v3 1/3] fs: prepare for "explicit connectable" file handles
` [PATCH v3 2/3] fs: name_to_handle_at() support "
` [PATCH v3 3/3] fs: open_by_handle_at() support for decoding "

link error while compiling localio.c
 2024-10-10 10:55 UTC  (4+ messages)

[REGRESSION] Build failure with CONFIG_NFS_LOCALIO=y on Linux 6.12-rc1
 2024-10-10 10:46 UTC  (2+ messages)

[PATCH] nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOT
 2024-10-09 23:30 UTC  (17+ messages)
` [PATCH v2] "

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-10-09 21:02 UTC  (15+ messages)

[syzbot] [nfs?] INFO: task hung in nfsd_nl_listener_set_doit
 2024-10-09 20:26 UTC  (5+ messages)

[PATCH 0/4] nfs: kobject: use generic helpers and ownership
 2024-10-09 20:03 UTC  (7+ messages)
` [PATCH 4/4] nfs: sysfs: use default get_ownership() callback

[PATCH RFC] sunrpc: always set RPC_TASK_SOFTCONN in rpcb_register_call()
 2024-10-09 20:02 UTC 

[syzbot] [nfs?] INFO: task hung in nfsd_nl_threads_set_doit
 2024-10-09 19:06 UTC 

[PATCH] nfsd: Fill NFSv4.1 server implementation fields in OP_EXCHANGE_ID response
 2024-10-09 18:41 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 1/1] nfsd: fix possible badness in FREE_STATEID
 2024-10-09 18:40 UTC  (11+ messages)

[PATCH v4 0/9] nfsd: implement the "delstid" draft
 2024-10-09 18:39 UTC  (11+ messages)
` [PATCH v4 1/9] nfsd: drop the ncf_cb_bmap field
` [PATCH v4 2/9] nfsd: drop the nfsd4_fattr_args "size" field
` [PATCH v4 3/9] nfsd: have nfsd4_deleg_getattr_conflict pass back write deleg pointer
` [PATCH v4 4/9] nfsd: fix handling of delegated change attr in CB_GETATTR
` [PATCH v4 5/9] nfs_common: make include/linux/nfs4.h include generated nfs4_1.h
` [PATCH v4 6/9] nfsd: add support for FATTR4_OPEN_ARGUMENTS
` [PATCH v4 7/9] nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATION
` [PATCH v4 8/9] nfsd: add support for delegated timestamps
` [PATCH v4 9/9] nfsd: handle delegated timestamps in SETATTR

[PATCH v2 0/2] API for exporting connectable file handles to userspace
 2024-10-09 15:47 UTC  (12+ messages)

[RFC PATCH 0/9] async COPY fixes
 2024-10-09 15:45 UTC  (19+ messages)
` [RFC PATCH 1/9] NFS: CB_OFFLOAD can return NFS4ERR_DELAY
` [RFC PATCH 2/9] NFSD: Free async copy information in nfsd4_cb_offload_release()
` [RFC PATCH 3/9] NFSD: Handle an NFS4ERR_DELAY response to CB_OFFLOAD
` [RFC PATCH 4/9] NFS: Fix typo in OFFLOAD_CANCEL comment
` [RFC PATCH 5/9] NFS: Implement NFSv4.2's OFFLOAD_STATUS XDR
` [RFC PATCH 6/9] NFS: Rename struct nfs4_offloadcancel_data
` [RFC PATCH 7/9] NFS: Implement NFSv4.2's OFFLOAD_STATUS operation
` [RFC PATCH 8/9] NFS: Use "
` [RFC PATCH 9/9] NFS: Refactor trace_nfs4_offload_cancel

[PATCH] sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()
 2024-10-09 10:26 UTC  (2+ messages)

[PATCH v2 1/1] NFS: remove revoked delegation from server's delegation list
 2024-10-08 23:45 UTC  (2+ messages)

[PATCH 1/1] NFS: remove revoked delegation from server's delegation list
 2024-10-08 19:05 UTC  (3+ messages)

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-10-08 16:36 UTC  (2+ messages)

nfs client deadloop on 6.6.53
 2024-10-08 14:47 UTC  (2+ messages)

[PATCH net-next v20 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
 2024-10-08 11:20 UTC 

NFSv4 referrals broken when not enabling junction support
 2024-10-08 10:12 UTC  (2+ messages)

[linux-next:master] [nfsd] 8cb33389f6: fsmark.app_overhead 81.6% regression
 2024-10-08  8:01 UTC  (3+ messages)

[syzbot] [nfs?] INFO: task hung in nfsd_umount
 2024-10-07 18:54 UTC  (9+ messages)

[PATCH] xdrgen: Add a utility for extracting XDR from RFCs
 2024-10-07 18:23 UTC  (3+ messages)

[PATCH v2 0/2] xdrgen tool
 2024-10-07 16:29 UTC  (3+ messages)
` [PATCH v2 1/2] tools: Add xdrgen

New NFSv4 export option "HideFilesBeginningInDot"?
 2024-10-07 12:22 UTC  (3+ messages)

[PATCH v10 00/12] timekeeping/fs: multigrain timestamp redux
 2024-10-07 10:58 UTC  (2+ messages)
` (subset) "

probable big in nfs-utils
 2024-10-06 23:53 UTC  (8+ messages)

[PATCH] nfsd: Add support for mapping sticky bit into NFS4 ACL
 2024-10-06  6:19 UTC  (8+ messages)

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-10-06  1:55 UTC  (2+ messages)
` (subset) "

[PATCH] lockd: Fix comment about NLMv3 backwards compatibility
 2024-10-05 17:56 UTC  (8+ messages)

[PATCH 0/5] nfs: Fix mounting NFS3 AUTH_NULL exports
 2024-10-05 15:15 UTC  (2+ messages)

[PATCH rfc] nfsd: offer write delegation for O_WRONLY opens
 2024-10-05 12:37 UTC  (8+ messages)

reply: [PATCH AUTOSEL 6.11 47/76] fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_private
 2024-10-05  3:59 UTC 

[PATCH AUTOSEL 6.11 47/76] fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_private
 2024-10-04 18:17 UTC 

[6.12-rc2 v2 PATCH 0/7] NFS LOCALIO: fixes and various cleanups
 2024-10-04 17:34 UTC  (10+ messages)
` [6.12-rc2 v2 PATCH 1/7] nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()
` [6.12-rc2 v2 PATCH 2/7] nfs_common: fix Kconfig for NFS_COMMON_LOCALIO_SUPPORT
` [6.12-rc2 v2 PATCH 3/7] nfsd/localio: fix nfsd_file tracepoints to handle NULL rqstp
` [6.12-rc2 v2 PATCH 4/7] nfs/localio: remove redundant suid/sgid handling
` [6.12-rc2 v2 PATCH 5/7] nfs/localio: eliminate unnecessary kref in nfs_local_fsync_ctx
` [6.12-rc2 v2 PATCH 6/7] nfs/localio: remove extra indirect nfs_to call to check {read,write}_iter
` [6.12-rc2 v2 PATCH 7/7] nfs/localio: eliminate need for nfs_local_fsync_work forward declaration

[PATCH] nfsdcld: prevent from accessing /var/lib/nfs/nfsdcld in read-only file system during boot
 2024-10-04 14:43 UTC  (2+ messages)

[PATCH v9 00/12] fs: multigrain timestamp redux
 2024-10-04  4:49 UTC  (3+ messages)
` [PATCH v9 08/12] Documentation: add a new file documenting multigrain timestamps

[PATCH] NFSv3: only use NFS timeout for MOUNT when protocols are compatible
 2024-10-04  1:07 UTC 

[PATCH v2 00/16] xdrgen: Emit maxsize macros
 2024-10-03 18:54 UTC  (7+ messages)
` [PATCH v2 11/16] xdrgen: XDR width for typedef
` [PATCH v2 12/16] xdrgen: XDR width for struct types
` [PATCH v2 13/16] xdrgen: XDR width for pointer types
` [PATCH v2 14/16] xdrgen: XDR width for union types
` [PATCH v2 15/16] xdrgen: Add generator code for XDR width macros
` [PATCH v2 16/16] xdrgen: emit maxsize macros


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