Linux NFS development
 help / color / mirror / Atom feed
 messages from 2023-04-20 16:18:32 to 2023-05-04 11:19:17 UTC [more...]

[PATCH v2 0/4] Prepare for supporting more filesystems with fanotify
 2023-05-04 11:19 UTC  (7+ messages)
` [PATCH v2 1/4] exportfs: change connectable argument to bit flags
` [PATCH v2 2/4] exportfs: add explicit flag to request non-decodeable file handles
` [PATCH v2 3/4] exportfs: allow exporting non-decodeable file handles to userspace
` [PATCH v2 4/4] fanotify: support reporting non-decodeable file handles

LTP: tirpc_rpcb_rmtcall is failing
 2023-05-04 10:16 UTC 

[PATCH] nfsd: use vfs setgid helper
 2023-05-04  6:38 UTC  (9+ messages)

[PATCH] NFS: Convert kmap_atomic() to kmap_local_folio()
 2023-05-03 20:57 UTC  (2+ messages)

[PATCH v3 0/6] fs: implement multigrain timestamps
 2023-05-03 14:20 UTC  (7+ messages)
` [PATCH v3 1/6] fs: add infrastructure for multigrain inode i_m/ctime
` [PATCH v3 2/6] overlayfs: allow it handle multigrain timestamps
` [PATCH v3 3/6] shmem: convert to "
` [PATCH v3 4/6] xfs: "
` [PATCH v3 5/6] ext4: "
` [PATCH v3 6/6] btrfs: "

[PATCH] net: avoid double iput when sock_alloc_file fails
 2023-05-03 11:31 UTC 

[PATCH v4 0/4] NFS: test on all filesystems
 2023-05-03 10:08 UTC  (8+ messages)
` [PATCH v4 1/4] nfs_lib.sh: Cleanup local and remote directories setup
` [PATCH v4 2/4] nfs_lib.sh: Unexport on proper side on netns
` [PATCH v4 3/4] nfs05.sh: Lower down the default values
    ` [LTP] "
` [PATCH v4 4/4] nfs: Run on all filesystems

[PATCH RFC] RDMA/core: Store zero GIDs in some cases
 2023-05-03  8:35 UTC  (10+ messages)
          `  "

[PATCH] SUNRPC: Fix encoding of rejected RPCs
 2023-05-03  5:07 UTC  (2+ messages)

[PATCH v1 00/27] Server-side RPC reply header parsing overhaul
 2023-05-02 21:29 UTC  (5+ messages)
` [PATCH v1 26/27] SUNRPC: Set rq_accept_statp inside ->accept methods

[PATCH 1/1] nfslock01.sh: Don't test on NFS v3 on TCP
 2023-05-02 21:21 UTC  (5+ messages)

[PATCH] lockd: define nlm_port_min,max with CONFIG_SYSCTL
 2023-05-02 19:50 UTC  (3+ messages)

[PATCH] nfsd: define exports_proc_ops with CONFIG_PROC_FS
 2023-05-02 18:16 UTC  (3+ messages)

[PATCH 1/1] nfs08.sh: Skip on vfat
 2023-05-02 15:13 UTC 

RFC: allow building a kernel without buffer_heads
 2023-05-01 16:00 UTC  (31+ 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
  ` [f2fs-dev] "
` [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD

[PATCH] SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IV
 2023-05-01 14:55 UTC  (4+ messages)

RPCSEC GSS krb5 KUnit test fails on arm64 with h/w accelerated ciphers enabled
 2023-05-01 13:02 UTC  (9+ messages)

[GIT PULL] Please Pull NFS Client Updates for Linux 6.4
 2023-04-29 18:19 UTC  (2+ messages)

[GIT PULL] nfsd changes for v6.4
 2023-04-29 18:19 UTC  (2+ messages)

[PATCH v2] NFSv4.2: Rework scratch handling for READ_PLUS
 2023-04-28 19:53 UTC  (2+ messages)

[RFC][PATCH 0/4] Prepare for supporting more filesystems with fanotify
 2023-04-27 16:34 UTC  (7+ messages)
  ` [RFC][PATCH 1/4] exportfs: change connectable argument to bit flags
  ` [RFC][PATCH 2/4] exportfs: add explicit flag to request non-decodeable file handles
    ` [RFC][PATCH 4/4] fanotify: support reporting "

[PATCH v2 0/3] fs: multigrain timestamps
 2023-04-27  9:57 UTC  (18+ 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

file server freezes with all nfsds stuck in D state after upgrade to Debian
 2023-04-27  9:27 UTC 

"[PATCH] nfsd: rework refcounting in filecache" caused nfstest/test/nfstest_delegation stuck
 2023-04-27  7:26 UTC  (2+ messages)

[LTP] [PATCH 1/1] nfs/nfs08.sh: Add test for NFS cache invalidation
 2023-04-26 17:43 UTC 

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

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 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  (5+ messages)
` [RFC PATCH 1/3][RESEND] fs: add infrastructure for opportunistic high-res ctime/mtime updates

[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  (7+ 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


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