linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-14 21:31:50 to 2023-04-25 18:00:26 UTC [more...]

[PATCH v11 0/5] Convert NFS with fscache to the netfs API
 2023-04-25 17:58 UTC  (4+ messages)
` [Linux-cachefs] "

[PATCH v2 0/3] fs: multigrain timestamps
 2023-04-25 17:56 UTC  (9+ messages)
` [PATCH v2 1/3] fs: add infrastructure for multigrain inode i_m/ctime
` [PATCH v2 2/3] shmem: mark for high-res timestamps on next update after getattr
` [PATCH v2 3/3] xfs: mark the inode for high-res timestamp update in getattr

Bakeathon Is On!
 2023-04-25 12:50 UTC  (2+ messages)

[PATCH v3 0/3] NFS: test on all filesystems
 2023-04-25 10:30 UTC  (5+ messages)
` [PATCH v3 1/3] nfs_lib.sh: Cleanup local and remote directories setup
` [PATCH v3 2/3] nfs_lib.sh: Unexport on proper side on netns
` [PATCH v3 3/3] nfs: Run on all filesystems

biznesowy angielski
 2023-04-25  7:36 UTC 

[PATCH] NFS: Add mount option 'nofasc'
 2023-04-25  1:41 UTC  (3+ messages)

RFC: allow building a kernel without buffer_heads
 2023-04-24 19:37 UTC  (25+ messages)
` [PATCH 01/17] fs: unexport buffer_check_dirty_writeback
` [PATCH 02/17] fs: remove the special !CONFIG_BLOCK def_blk_fops
` [PATCH 03/17] fs: rename and move block_page_mkwrite_return
` [PATCH 04/17] fs: remove emergency_thaw_bdev
` [PATCH 05/17] filemap: update ki_pos in generic_perform_write
  ` [Cluster-devel] "
` [PATCH 06/17] filemap: add a kiocb_write_and_wait helper
` [PATCH 07/17] filemap: add a kiocb_invalidate_pages helper
` [PATCH 08/17] filemap: add a kiocb_invalidate_post_write helper
` [PATCH 09/17] fs: factor out a direct_write_fallback helper
` [PATCH 10/17] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 11/17] iomap: assign current->backing_dev_info in iomap_file_buffered_write
` [PATCH 12/17] fuse: use direct_write_fallback
` [PATCH 13/17] block: don't plug in blkdev_write_iter
` [PATCH 14/17] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 15/17] block: stop setting ->direct_IO
` [PATCH 16/17] block: use iomap for writes to block devices
` [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD

[RFC PATCH 0/5] SUNRPC: Add option to store GSS credentials in
 2023-04-24 18:28 UTC  (11+ messages)
` [RFC PATCH 1/5] keys: export keyring_ptr_to_key()
` [RFC PATCH 2/5] keys: add keyring_gc_custom()
` [RFC PATCH 3/5] keys: add dest_keyring parameter to request_key_with_auxdata()
` [RFC PATCH 4/5] keys: add the ability to search user keyrings in search_cred_keyrings_rcu()
` [RFC PATCH 5/5] SUNRPC: store GSS creds in keyrings

[RFC PATCH] NFS: add a sysfs file for enabling & disabling nfs features
 2023-04-21 18:27 UTC 

[PATCH v2] NFSv4.2: Rework scratch handling for READ_PLUS
 2023-04-21 18:24 UTC 

[PATCH] allow TCP-only portmapper
 2023-04-21 18:18 UTC  (2+ messages)
` [Libtirpc-devel] "

[PATCH 0/9 RFC v2] NFS sysfs scaffolding
 2023-04-21 17:46 UTC  (13+ messages)
` [PATCH 1/9] NFS: rename nfs_client_kset to nfs_kset
` [PATCH 2/9] NFS: rename nfs_client_kobj to nfs_net_kobj
` [PATCH 3/9] NFS: add superblock sysfs entries
` [PATCH 4/9] NFS: Add sysfs links to sunrpc clients for nfs_clients
` [PATCH 5/9] NFS: add a sysfs link to the lockd rpc_client
` [PATCH 6/9] NFS: add a sysfs link to the acl rpc_client
` [PATCH 7/9] NFS: add sysfs shutdown knob
` [PATCH 8/9] NFS: Cleanup unused rpc_clnt variable
` [PATCH 9/9] NFSv4: Clean up some shutdown loops

[PATCH 0/9 RFC v3] NFS sysfs scaffolding
 2023-04-21 17:18 UTC  (10+ messages)
` [PATCH 1/9] NFS: rename nfs_client_kset to nfs_kset
` [PATCH 2/9] NFS: rename nfs_client_kobj to nfs_net_kobj
` [PATCH 3/9] NFS: add superblock sysfs entries
` [PATCH 4/9] NFS: Add sysfs links to sunrpc clients for nfs_clients
` [PATCH 5/9] NFS: add a sysfs link to the lockd rpc_client
` [PATCH 6/9] NFS: add a sysfs link to the acl rpc_client
` [PATCH 7/9] NFS: add sysfs shutdown knob
` [PATCH 8/9] NFS: Cancel all existing RPC tasks when shutdown
` [PATCH 9/9] NFSv4: Clean up some shutdown loops

Fedora packages for ktls testing available
 2023-04-21 14:29 UTC  (3+ messages)

[RFC PATCH 0/3][RESEND] fs: opportunistic high-res file timestamps
 2023-04-21 10:23 UTC  (8+ messages)
` [RFC PATCH 1/3][RESEND] fs: add infrastructure for opportunistic high-res ctime/mtime updates
  ` [RFC PATCH 0/3][RESEND] opportunistic high-res file timestamps

[PATCH] NFS: set varaiable nfs_netfs_debug_id storage-class-specifier to static
 2023-04-21  1:01 UTC 

allowing for a completely cached umount(2) pathwalk
 2023-04-20 22:27 UTC  (34+ messages)
` [PATCH/RFC] VFS: LOOKUP_MOUNTPOINT should used cached info whenever possible

[PATCH] NFS: Cleanup unused rpc_clnt variable
 2023-04-20 21:51 UTC  (2+ messages)

[PATCH v1 0/2] NFSD support for RPC-with-TLS
 2023-04-20 17:56 UTC  (3+ messages)
` [PATCH v1 1/2] SUNRPC: Support TLS handshake in the server-side TCP socket code
` [PATCH v1 2/2] NFSD: Handle new xprtsec= export option

Spring Bakeathon Starts Next Monday (reminder)
 2023-04-20 16:15 UTC 

[PATCH] nfsd: don't use GFP_KERNEL from nfsd_getxattr()/nfsd_listxattr()
 2023-04-20 15:20 UTC  (17+ messages)

[PATCH] NFSD: Clean up xattr memory allocation flags
 2023-04-20 15:02 UTC 

[PATCH] crypto: Add some test vectors for cmac(camellia)
 2023-04-20 10:22 UTC  (2+ messages)

[PATCH] SUNRPC: Recognize control messages in server-side TCP socket code
 2023-04-20  1:37 UTC  (2+ messages)

RPCSEC GSS krb5 KUnit test fails on arm64 with h/w accelerated ciphers enabled
 2023-04-19 21:53 UTC 

[PATCH v2] NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loop
 2023-04-19 19:00 UTC  (3+ messages)

ANNOUNCE: nfs-utils-2.6.3 released
 2023-04-19 17:28 UTC 

[nfs-utils PATCH v2] mountd: don't advertise krb5 for v4root when not configured
 2023-04-19 14:48 UTC  (2+ messages)

[PATCH 0/8 v3] nfs-utils: Improving NFS re-export wrt. crossmnt
 2023-04-19 14:47 UTC  (10+ messages)
` [PATCH 1/8] Add reexport helper library
` [PATCH 2/8] Implement reexport= export option
` [PATCH 3/8] export: Wireup reexport mechanism
` [PATCH 4/8] export: Uncover NFS subvolume after reboot
` [PATCH 5/8] exports.man: Document reexport= option
` [PATCH 6/8] reexport: Add sqlite backend
` [PATCH 7/8] export: Add fsidd
` [PATCH 8/8] Add fsid systemd service file

[GIT PULL] nfsd fixes for 6.3-rc7
 2023-04-19 14:32 UTC  (2+ messages)

[PATCH] NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loop
 2023-04-19 13:55 UTC  (3+ messages)

[PATCH] SUNRPC: remove the maximum number of retries in call_bind_status
 2023-04-19 10:06 UTC  (2+ messages)

[PATCH nfs-utils] mountd: don't advertise krb5 for v4root when not configured
 2023-04-18 23:54 UTC  (5+ messages)

[PATCH] SUNRPC: increase max timeout for rebind to handle NFS server restart
 2023-04-18 17:40 UTC  (14+ messages)

[PATCH 0/2 v2 RESEND] nfs-utils: Improving NFS re-export wrt. crossmnt
 2023-04-18 12:50 UTC  (3+ messages)

[PATCH] SUNRPC: Clear rq_xid when receiving a new RPC Call
 2023-04-18  2:15 UTC 

[PATCH] NFSv4.2: Rework scratch handling for READ_PLUS
 2023-04-17 20:30 UTC  (2+ messages)

new order
 2023-04-17 15:22 UTC 

[PATCH] SUNRPC: Fix failures of checksum Kunit tests
 2023-04-17 13:30 UTC  (2+ messages)

nfs mount disappears due to inode revalidate failure
 2023-04-16 21:30 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] BoF for nfsd
 2023-04-16 16:02 UTC  (5+ messages)
  ` [Lsf-pc] "

v6.2 client behaviour change (repeat access calls)?
 2023-04-16 13:14 UTC  (6+ messages)

[PATCH v2] nfsd: simplify the delayed disposal list code
 2023-04-15 22:59 UTC  (2+ messages)

[PATCH v2 0/4] nfs-utils changes for RPC-with-TLS
 2023-04-15 17:57 UTC  (2+ messages)

[PATCH v1 0/4] NFSD memory allocation optimizations
 2023-04-15 17:24 UTC  (6+ messages)
` [PATCH v1 1/4] SUNRPC: Relocate svc_free_res_pages()
` [PATCH v1 2/4] SUNRPC: Convert svc_xprt_release() to the release_pages() API
` [PATCH v1 3/4] SUNRPC: Convert svc_tcp_restore_pages() "
` [PATCH v1 4/4] SUNRPC: Be even lazier about releasing pages


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