Linux NFS development
 help / color / mirror / Atom feed
 messages from 2023-08-07 19:41:36 to 2023-08-18 01:46:11 UTC [more...]

[PATCH 0/7] SUNRPC - queuing improvements
 2023-08-18  1:45 UTC  (3+ messages)
` [PATCH 1/7] SUNRPC: change service idle list to be an llist
` [PATCH 2/7] SUNRPC: only have one thread waking up at a time

xfstests results over NFS
 2023-08-17 23:28 UTC  (12+ messages)

[PATCH 00/10] SUNRPC: remainder of srv queueing work
 2023-08-17 22:06 UTC  (16+ messages)
` [PATCH 01/10] SQUASH: SUNRPC: rename and refactor svc_get_next_xprt()
` [PATCH 02/10] SUNRPC: add list of idle threads
` [PATCH 03/10] SUNRPC: discard SP_CONGESTED
` [PATCH 04/10] SUNRPC: change service idle list to be an llist
` [PATCH 05/10] SUNRPC: only have one thread waking up at a time
` [PATCH 06/10] SUNRPC/svc: add light-weight queuing mechanism
` [PATCH 07/10] SUNRPC: use lwq for sp_sockets - renamed to sp_xprts
` [PATCH 08/10] SUNRPC: change sp_nrthreads to atomic_t
` [PATCH 09/10] SUNRPC: discard sp_lock
` [PATCH 10/10] SUNRPC: change the back-channel queue to lwq

Commit 'sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage' broke O_DIRECT over NFS
 2023-08-17 20:49 UTC  (4+ messages)

[RFCv2 0/7] fs: nfs: async lock request changes
 2023-08-17 18:39 UTC  (22+ messages)
` [RFCv2 1/7] lockd: fix race in async lock request handling
` [RFCv2 2/7] lockd: FILE_LOCK_DEFERRED only on FL_SLEEP
` [RFCv2 3/7] lockd: introduce safe async lock op
` [RFCv2 4/7] locks: update lock callback documentation
` [RFCv2 5/7] dlm: use fl_owner from lockd
` [RFCv2 6/7] dlm: use FL_SLEEP to check if blocking request
` [RFCv2 7/7] dlm: implement EXPORT_OP_SAFE_ASYNC_LOCK

[GIT PULL] one more nfsd fix for 6.5-rc
 2023-08-17 15:01 UTC  (5+ messages)

[PATCH] SUNRPC: Avoid address overwrite with eBPF NAT
 2023-08-17  2:29 UTC  (4+ messages)

turning on s2s copy by default in knfsd
 2023-08-16 17:32 UTC  (3+ messages)

[PATCH] NFSD: da_addr_body missing in some GETDEVICEINFO replies
 2023-08-16 14:20 UTC 

[PATCH] NFSD: da_addr_body missing in some GETDEVICEINFO replies
 2023-08-16 14:18 UTC 

possible GETDEVICEINFO encoder bug
 2023-08-15 19:50 UTC 

[PATCH] NFS: Fix sysfs server name memory leak
 2023-08-15 11:59 UTC  (3+ messages)

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-15  9:14 UTC  (22+ messages)
` [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
` [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "

Memory leak in nfs
 2023-08-15  2:20 UTC 

[PATCH 0/6] SUNRPC: thread management improvements
 2023-08-14 21:32 UTC  (4+ messages)
` [PATCH 5/6] SUNRPC: add list of idle threads

[PATCH v2] sunrpc: set the bv_offset of first bvec in svc_tcp_sendmsg
 2023-08-14 19:11 UTC  (3+ messages)

[PATCH] sunrpc: account for xdr->page_base in xdr_alloc_bvec
 2023-08-14 15:30 UTC  (4+ messages)

[PATCH v2 0/4] Send RPC-on-TCP with one sock_sendmsg() call
 2023-08-14 12:56 UTC  (5+ messages)
` [PATCH v2 1/4] SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directly

[PATCH net-next 3/6] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
 2023-08-12 11:45 UTC  (4+ messages)

[PATCH v6 0/3] add rpc_status handler in nfsd debug filesystem
 2023-08-12  8:59 UTC  (10+ messages)
` [PATCH v6 1/3] SUNRPC: add verbose parameter to __svc_print_addr()
` [PATCH v6 2/3] NFSD: introduce nfsd_stats_open utility routine
` [PATCH v6 3/3] NFSD: add rpc_status entry in nfsd debug filesystem

[PATCH v7 0/4] NFSD: add support for NFSv4.1+ write delegation
 2023-08-12  3:29 UTC  (8+ messages)
` [PATCH v7 2/4] NFSD: allow client to use write delegation stateid for READ

[PATCH v9] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2023-08-11 14:19 UTC  (6+ messages)

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-11 12:27 UTC  (3+ messages)
` [PATCH 25/29] nfs/blocklayout: Convert to use bdev_open_by_dev/path()

[RFC v6.5-rc2 1/3] fs: lockd: nlm_blocked list race fixes
 2023-08-10 21:00 UTC  (10+ messages)
` [RFC v6.5-rc2 2/3] fs: lockd: fix race in async lock request handling
` [RFC v6.5-rc2 3/3] fs: lockd: introduce safe async lock op

[PATCH] Fixed a regression in the junction code
 2023-08-10 16:02 UTC  (2+ messages)

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 22:37 UTC  (48+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 10/13] tmpfs: add support "
` [PATCH v7 11/13] xfs: switch to "
` [PATCH v7 12/13] ext4: "
` [PATCH v7 13/13] btrfs: convert "

[PATCH -next] SUNRPC: Remove unused declaration rpc_modcount()
 2023-08-09 21:36 UTC  (2+ messages)

[PATCH 1/2] NFS: Fix a use after free in nfs_direct_join_group()
 2023-08-09 16:09 UTC  (2+ messages)
` [PATCH 2/2] NFS: Fix a potential data corruption

[PATCH] NFSD: add version field to nfsd_rpc_status_show handler
 2023-08-09 12:53 UTC  (15+ messages)

[PATCH] NFSD: reduce code duplication between pool_stats_operations and nfsd_rpc_status_operations
 2023-08-08 11:40 UTC  (3+ messages)

[PATCH v8] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2023-08-08 10:28 UTC  (5+ messages)


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