Linux-NFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-22 22:07:20 to 2024-08-27 02:44:05 UTC [more...]

[PATCH -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-08-27  2:43 UTC  (23+ messages)
` [PATCH -next 01/15] mm: vmstat: move sysctls to "
` [PATCH -next 02/15] mm: filemap: move sysctl to its own file
` [PATCH -next 03/15] mm: swap: "
` [PATCH -next 04/15] mm: vmscan: move vmscan sysctls "
` [PATCH -next 05/15] mm: util: move sysctls into it own files
` [PATCH -next 06/15] mm: mmap: move sysctl into its own file
` [PATCH -next 07/15] security: min_addr: "
` [PATCH -next 08/15] mm: nommu: move sysctl to "
` [PATCH -next 09/15] fs: fs-writeback: "
` [PATCH -next 10/15] fs: drop_caches: "
` [PATCH -next 11/15] sunrpc: use vfs_pressure_ratio() helper
` [PATCH -next 12/15] fs: dcache: move the sysctl into its own file
` [PATCH -next 13/15] x86: vdso: "
` [PATCH -next 14/15] sh: "
` [PATCH -next 15/15] sysctl: remove unneeded include

[PATCH -next v3 0/3] Add str_true_false()/str_false_true() helper
 2024-08-27  2:45 UTC  (4+ messages)
` [PATCH -next v3 1/3] lib/string_choices: "
` [PATCH -next v3 2/3] mm: make use of str_true_false helper
` [PATCH -next v3 3/3] nfs make use of str_false_true helper

[syzbot] [nfs?] BUG: sleeping function called from invalid context in dput
 2024-08-27  0:10 UTC 

Linux NFSv4 client patch for testing of the POSIX ACL extension
 2024-08-26 22:39 UTC 

[PATCH v13 00/19] nfs/nfsd: add support for localio
 2024-08-26 20:03 UTC  (39+ messages)
` [PATCH v13 01/19] nfs_common: factor out nfs_errtbl and nfs_stat_to_errno
` [PATCH v13 02/19] nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno
` [PATCH v13 03/19] nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h
` [PATCH v13 04/19] nfsd: factor out __fh_verify to allow NULL rqstp to be passed
` [PATCH v13 05/19] nfsd: add nfsd_file_acquire_local()
` [PATCH v13 06/19] SUNRPC: remove call_allocate() BUG_ONs
` [PATCH v13 07/19] SUNRPC: add rpcauth_map_clnt_to_svc_cred_local
` [PATCH v13 08/19] SUNRPC: replace program list with program array
` [PATCH v13 09/19] nfs_common: add NFS LOCALIO auxiliary protocol enablement
` [PATCH v13 10/19] nfsd: add localio support
` [PATCH v13 11/19] nfsd: implement server support for NFS_LOCALIO_PROGRAM
` [PATCH v13 12/19] nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit
` [PATCH v13 13/19] nfs: add localio support
` [PATCH v13 14/19] nfs: enable localio for non-pNFS IO
` [PATCH v13 15/19] pnfs/flexfiles: enable localio support
` [PATCH v13 16/19] nfs/localio: use dedicated workqueues for filesystem read and write
` [PATCH v13 17/19] nfs: implement client support for NFS_LOCALIO_PROGRAM
` [PATCH v13 18/19] nfs: add Documentation/filesystems/nfs/localio.rst
` [PATCH v13 19/19] nfs: add FAQ section to Documentation/filesystems/nfs/localio.rst

[PATCH net-next 0/8] Some modifications to optimize code readability
 2024-08-26 17:00 UTC  (19+ messages)
` [PATCH net-next 2/8] Bluetooth: use min() to simplify the code
` [PATCH net-next 3/8] net: caif: use max() "
` [PATCH net-next 4/8] libceph: use min() "
` [PATCH net-next 5/8] net: remove redundant judgments "
` [PATCH net-next 6/8] ipv6: mcast: use min() "
` [PATCH net-next 7/8] tipc: "
` [PATCH net-next 8/8] SUNRPC: "

[PATCH] nfsd: call cache_put if xdr_reserve_space returns NULL
 2024-08-26 16:55 UTC  (2+ messages)

[PATCH] fs/nfsd: fix update of inode attrs in CB_GETATTR
 2024-08-26 16:43 UTC  (7+ messages)

[PATCH 0/3] nfsd: callback debugging improvements
 2024-08-26 16:34 UTC  (5+ messages)
` [PATCH 1/3] nfsd: add more info to WARN_ON_ONCE on failed callbacks
` [PATCH 2/3] nfsd: track the main opcode for callbacks
` [PATCH 3/3] nfsd: add more nfsd_cb tracepoints

[PATCH v2] fs/nfsd: fix update of inode attrs in CB_GETATTR
 2024-08-26 16:20 UTC  (2+ messages)

[PATCH 0/2] nfsd: CB_GETATTR fixes
 2024-08-26 15:32 UTC  (10+ messages)
` [PATCH 1/2] nfsd: hold reference to delegation when updating it for cb_getattr
` [PATCH 2/2] nfsd: fix potential UAF in nfsd4_cb_getattr_release

[PATCH 6.1.y 0/7] NFSD updates for LTS 6.1.y
 2024-08-26 15:07 UTC  (8+ messages)
` [PATCH 6.1.y 1/7] nfsd: Simplify code around svc_exit_thread() call in nfsd()
` [PATCH 6.1.y 2/7] nfsd: separate nfsd_last_thread() from nfsd_put()
` [PATCH 6.1.y 3/7] NFSD: simplify error paths in nfsd_svc()
` [PATCH 6.1.y 4/7] nfsd: call nfsd_last_thread() before final nfsd_put()
` [PATCH 6.1.y 5/7] nfsd: drop the nfsd_put helper
` [PATCH 6.1.y 6/7] nfsd: don't call locks_release_private() twice concurrently
` [PATCH 6.1.y 7/7] nfsd: Fix a regression in nfsd_setattr()

[PATCH v2 0/7] nfsd: implement the "delstid" draft
 2024-08-26 13:16 UTC  (10+ messages)
` [PATCH v2 1/7] nfsd: add pragma public to delegated timestamp types
` [PATCH v2 2/7] nfs_common: make nfs4.h include generated nfs4_1.h
` [PATCH v2 3/7] nfsd: add support for FATTR4_OPEN_ARGUMENTS
` [PATCH v2 4/7] nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATION
` [PATCH v2 5/7] fs: add an ATTR_CTIME_DLG flag
` [PATCH v2 6/7] nfsd: drop the ncf_cb_bmap field
` [PATCH v2 7/7] nfsd: add support for delegated timestamps

[PATCH net-next v15 04/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
 2024-08-26 12:40 UTC 

[PATCH v1] net: sunrpc: Fix error checking for d_hash_and_lookup()
 2024-08-26 11:52 UTC  (3+ messages)

[PATCH v2] sunrpc: Fix error checking for d_hash_and_lookup()
 2024-08-26 11:44 UTC  (2+ messages)

[PATCH] ufs: Remove redundant inode number check from ufs_nfs_get_inode
 2024-08-26  9:12 UTC  (2+ messages)

[PATCH -next] nfs: Remove obsoleted declaration for nfs_read_prepare
 2024-08-26  3:21 UTC 

Linux NFSv4 client patch for testing of the POSIX ACL extension
 2024-08-25 23:12 UTC 

[PATCH 6.6.y] NFSD: simplify error paths in nfsd_svc()
 2024-08-24 16:21 UTC 

[PATCH v2 0/2] nfs/nfsd: fix some comments
 2024-08-24 15:54 UTC  (4+ messages)
` [PATCH v2 1/2] nfs: fix the comment of nfs_get_root
` [PATCH v2 2/2] nfsd: fix some spelling errors in comments

[PATCH v2 1/1] nfsstat01: Update client RPC calls for kernel 6.9
 2024-08-24 14:54 UTC  (7+ messages)

[PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry
 2024-08-24 14:09 UTC  (13+ messages)
` [PATCH 1/9] mm: Fix missing folio invalidation calls during truncation
` [PATCH 2/9] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 3/9] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 4/9] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()
` [PATCH 5/9] netfs: Fix missing iterator reset on retry of short read
` [PATCH 6/9] cifs: Fix lack of credit renegotiation on read retry
` [PATCH 7/9] netfs, cifs: Fix handling of short DIO read
` [PATCH 8/9] cifs: Fix FALLOC_FL_PUNCH_HOLE support
` [PATCH 9/9] netfs, cifs: Improve some debugging bits
` [PATCH 10/9] netfs: Fix interaction of streaming writes with zero-point tracker
` (subset) [PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry

[PATCH v1] SUNRPC: Remove BUG_ON call sites
 2024-08-24  2:38 UTC  (9+ messages)

[GIT PULL] Please pull NFS Client bugfixes for 6.11-rc
 2024-08-24  1:24 UTC  (2+ messages)

[PATCH 0/4] nfsd: fix some comments and code cleanup
 2024-08-24  0:54 UTC  (12+ messages)
` [PATCH 1/4] nfsd: fix the comment of nfs_get_root
` [PATCH 2/4] nfsd: fix some spelling errors in comments
` [PATCH 3/4] nfsd: remove the redundant blank line
` [PATCH 4/4] nfsd: remove unused parameter of nfsd_file_mark_find_or_create

[PATCH] NFSv4: prevent integer overflow while calling nfs4_set_lease_period()
 2024-08-23 20:32 UTC 

[PATCH v2] nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_open
 2024-08-23 16:30 UTC  (3+ messages)

[PATCH 0/5] netfs, cifs: Further fixes
 2024-08-23 16:19 UTC  (7+ messages)
` [PATCH 1/5] cifs: Fix FALLOC_FL_PUNCH_HOLE support
` [PATCH 2/5] netfs, cifs: Improve some debugging bits
` [PATCH 3/5] netfs: Fix missing iterator reset on retry of short read
` [PATCH 4/5] cifs: Fix short read handling
` [PATCH 5/5] cifs: Fix credit handling
` Samba llseek bug

[PATCH 1/1] nfsd: prevent states_show() from using invalid stateids
 2024-08-23 15:08 UTC  (6+ messages)

[PATCH net-next v14 04/11] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
 2024-08-23 15:00 UTC 

[PATCH 0/2] netfs, cifs: DIO read and read-retry fixes
 2024-08-23 12:39 UTC  (3+ messages)
` [PATCH 2/2] netfs, cifs: Fix handling of short DIO read

[PATCH rpcbind 0/4] Update systemd/rpcbind.service.in
 2024-08-23  1:01 UTC  (6+ messages)
` [PATCH rpcbind 1/4] systemd/rpcbind.service.in: Add few default EnvironmentFile
` [PATCH rpcbind 2/4] man/rpcbind: Add Files section to manpage
` [RFC][PATCH rpcbind 3/4] systemd/rpcbind.service.in: Add various hardenings options
` [RFC][PATCH rpcbind 4/4] systemd/rpcbind.service.in: Want/After systemd-tmpfiles-setup


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).