messages from 2022-02-25 22:49:01 to 2022-03-09 01:03:33 UTC [more...]
[PATCH v2 00/19] netfs: Prep for write helpers
2022-03-08 23:30 UTC (12+ messages)
` [PATCH v2 09/19] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
` [PATCH v2 10/19] netfs: Refactor arguments for netfs_alloc_read_request
` [PATCH v2 11/19] netfs: Change ->init_request() to return an error code
` [PATCH v2 12/19] netfs: Add a netfs inode context
` [PATCH v2 13/19] netfs: Add a function to consolidate beginning a read
` [PATCH v2 14/19] netfs: Prepare to split read_helper.c
` [PATCH v2 15/19] netfs: Rename read_helper.c to io.c
` [PATCH v2 16/19] netfs: Split fs/netfs/read_helper.c
` [PATCH v2 17/19] netfs: Split some core bits out into their own file
` [PATCH v2 18/19] netfs: Keep track of the actual remote file size
` [PATCH v2 19/19] afs: Maintain netfs_i_context::remote_i_size
[RFC PATCH 0/6] nfs-utils: Improving NFS re-exports
2022-03-08 22:10 UTC (8+ messages)
` [RFC PATCH 1/6] Implement reexport helper library
` [RFC PATCH 2/6] exports: Implement new export option reexport=
[PATCH] SUNRPC: avoid race between mod_timer() and del_timer_sync()
2022-03-08 2:42 UTC
[PATCH v2 0/2] nfsuuid and udev examples
2022-03-08 0:44 UTC (30+ messages)
` [PATCH v2 1/2] nfsuuid: a tool to create and persist nfs4 client uniquifiers
` [PATCH] nfs.man: document requirements for NFS mounts in a container
[PATCH 00/10] MM changes to improve swap-over-NFS support
2022-03-06 23:49 UTC (11+ messages)
` [PATCH 08/10] MM: submit multipage reads for SWP_FS_OPS swap-space
` [PATCH 09/10] MM: submit multipage write "
` [PATCH 03/10] MM: move responsibility for setting SWP_FS_OPS to ->swap_activate
` [PATCH 01/10] MM: create new mm/swap.h header file
` [PATCH 05/10] MM: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
` [PATCH 10/10] VFS: Add FMODE_CAN_ODIRECT file flag
` [PATCH 04/10] MM: reclaim mustn't enter FS for SWP_FS_OPS swap-space
` [PATCH 06/10] MM: perform async writes to SWP_FS_OPS swap-space using ->swap_rw
` [PATCH 02/10] MM: drop swap_set_page_dirty
` [PATCH 07/10] DOC: update documentation for swap_activate and swap_rw
[PATCH 00/11] Various NFS/sunrpc improvements for swap-over-NFS
2022-03-06 23:41 UTC (12+ messages)
` [PATCH 02/11] SUNRPC/call_alloc: async tasks mustn't block waiting for memory
` [PATCH 06/11] NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
` [PATCH 09/11] NFS: swap IO handling is slightly different for O_DIRECT IO
` [PATCH 08/11] NFSv4: keep state manager thread active if swap is enabled
` [PATCH 07/11] SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
` [PATCH 04/11] SUNRPC/xprt: async tasks mustn't block waiting for memory
` [PATCH 05/11] SUNRPC: remove scheduling boost for "SWAPPER" tasks
` [PATCH 01/11] NFS: remove IS_SWAPFILE hack
` [PATCH 03/11] SUNRPC/auth: async tasks mustn't block waiting for memory
` [PATCH 10/11] NFS: swap-out must always use STABLE writes
` [PATCH 11/11] SUNRPC: change locking for xs_swap_enable/disable
[PATCH -next 0/2] nfs: check writeback errors correctly
2022-03-06 15:08 UTC (9+ messages)
` [PATCH -next 1/2] nfs: nfs{,4}_file_flush should consume writeback error
` [PATCH -next 2/2] nfs: nfs_file_write() check writeback errors correctly
[PATCH RFC v15 0/11] NFSD: Initial implementation of NFSv4 Courteous Server
2022-03-05 0:37 UTC (12+ messages)
` [PATCH RFC v15 01/11] fs/lock: add helper locks_any_blockers to check for blockers
` [PATCH RFC v15 02/11] NFSD: Add client flags, macro and spinlock to support courteous server
` [PATCH RFC v15 03/11] NFSD: Add lm_lock_expired call out
` [PATCH RFC v15 04/11] NFSD: Update nfsd_breaker_owns_lease() to handle courtesy clients
` [PATCH RFC v15 05/11] NFSD: Update nfs4_get_vfs_file() "
` [PATCH RFC v15 06/11] NFSD: Update find_clp_in_name_tree() "
` [PATCH RFC v15 07/11] NFSD: Update find_in_sessionid_hashtbl() "
` [PATCH RFC v15 08/11] NFSD: Update find_client_in_id_table() "
` [PATCH RFC v15 09/11] NFSD: Refactor nfsd4_laundromat()
` [PATCH RFC v15 10/11] NFSD: Update laundromat to handle courtesy clients
` [PATCH RFC v15 11/11] NFSD: Show state of courtesy clients in client info
nfs generic/373 failure after "fs: allow cross-vfsmount reflink/dedupe"
2022-03-04 20:03 UTC (8+ messages)
[PATCH 00/11] Remove remaining parts of congestion tracking code
2022-03-04 11:14 UTC (13+ messages)
` [PATCH 04/11] fuse: remove reliance on bdi congestion
` [PATCH 06/11] ceph: "
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
NFS access problems when group membership changes on server
2022-03-04 1:00 UTC (3+ messages)
[PATCH 00/19] netfs: Prep for write helpers
2022-03-02 14:09 UTC (20+ messages)
` [PATCH 01/19] fscache: export fscache_end_operation()
` [PATCH 02/19] netfs: Generate enums from trace symbol mapping lists
` [PATCH 03/19] netfs: Add a netfs inode context
` [PATCH 04/19] netfs: Rename netfs_read_*request to netfs_io_*request
` [PATCH 05/19] netfs: Refactor arguments for netfs_alloc_read_request
` [PATCH 06/19] netfs: Finish off rename of netfs_read_request to netfs_io_request
` [PATCH 07/19] netfs: Split netfs_io_* object handling out
` [PATCH 08/19] netfs: Adjust the netfs_rreq tracepoint slightly
` [PATCH 09/19] netfs: Trace refcounting on the netfs_io_request struct
` [PATCH 10/19] netfs: Trace refcounting on the netfs_io_subrequest struct
` [PATCH 11/19] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
` [PATCH 12/19] netfs: Prepare to split read_helper.c
` [PATCH 13/19] netfs: Add a function to consolidate beginning a read
` [PATCH 14/19] netfs: Split fs/netfs/read_helper.c
` [PATCH 15/19] netfs: Split some core bits out into their own file
` [PATCH 16/19] netfs: Rename rename read_helper.c to io.c
` [PATCH 17/19] netfs: Change ->init_rreq() to return an error code
` [PATCH 18/19] netfs: Keep track of the actual remote file size
` [PATCH 19/19] afs: Maintain netfs_i_context::remote_i_size
[PATCH v9 00/27] Readdir improvements
2022-03-01 23:11 UTC (30+ messages)
` [PATCH v9 01/27] NFS: Return valid errors from nfs2/3_decode_dirent()
` [PATCH v9 02/27] NFS: constify nfs_server_capable() and nfs_have_writebacks()
` [PATCH v9 03/27] NFS: Trace lookup revalidation failure
` [PATCH v9 04/27] NFS: Initialise the readdir verifier as best we can in nfs_opendir()
` [PATCH v9 05/27] NFS: Use kzalloc() to avoid initialising the nfs_open_dir_context
` [PATCH v9 06/27] NFS: Calculate page offsets algorithmically
` [PATCH v9 07/27] NFS: Store the change attribute in the directory page cache
` [PATCH v9 08/27] NFS: Don't re-read the entire page cache to find the next cookie
` [PATCH v9 09/27] NFS: Don't advance the page pointer unless the page is full
` [PATCH v9 10/27] NFS: Adjust the amount of readahead performed by NFS readdir
` [PATCH v9 11/27] NFS: If the cookie verifier changes, we must invalidate the page cache
` [PATCH v9 12/27] NFS: Simplify nfs_readdir_xdr_to_array()
` [PATCH v9 13/27] NFS: Reduce use of uncached readdir
` [PATCH v9 14/27] NFS: Improve heuristic for readdirplus
` [PATCH v9 15/27] NFS: Don't ask for readdirplus unless it can help nfs_getattr()
` [PATCH v9 16/27] NFSv4: Ask for a full XDR buffer of readdir goodness
` [PATCH v9 17/27] NFS: Readdirplus can't help lookup for case insensitive filesystems
` [PATCH v9 18/27] NFS: Don't request readdirplus when revalidation was forced
` [PATCH v9 19/27] NFS: Add basic readdir tracing
` [PATCH v9 20/27] NFS: Trace effects of readdirplus on the dcache
` [PATCH v9 21/27] NFS: Trace effects of the readdirplus heuristic
` [PATCH v9 22/27] NFS: Clean up page array initialisation/free
` [PATCH v9 23/27] NFS: Convert readdir page cache to use a cookie based index
` [PATCH v9 24/27] NFS: Fix up forced readdirplus
` [PATCH v9 25/27] NFS: Remove unnecessary cache invalidations for directories
` [PATCH v9 26/27] NFS: Optimise away the previous cookie field
` [PATCH v9 27/27] NFS: Cache all entries in the readdirplus reply
[PATCH 0/4] Cleanups for NFS fscache and convert from dfprintk to trace events
2022-03-01 19:37 UTC (5+ messages)
` [PATCH 1/4] NFS: Cleanup usage of nfs_inode in fscache interface
` [PATCH 2/4] NFS: Rename fscache read and write pages functions
` [PATCH 3/4] NFS: Replace dfprintks with tracepoints in fscache read and write page functions
` [PATCH 4/4] NFS: Remove remaining dfprintks related to fscache and remove NFSDBG_FSCACHE
[BUG] FS-Cache write but no read when using sync
2022-03-01 15:34 UTC (2+ messages)
[PATCH RFC v14 0/10] NFSD: Initial implementation of NFSv4 Courteous Server
2022-02-28 21:11 UTC (10+ messages)
` [PATCH RFC v14 02/10] NFSD: Add lm_lock_expired call out
` [PATCH RFC v14 04/10] NFSD: Update nfs4_get_vfs_file() to handle courtesy clients
` [PATCH RFC v14 05/10] NFSD: Update find_clp_in_name_tree() "
[PATCH] NFSv4: Tune the race to set and use the client id uniquifier
2022-02-28 21:11 UTC (9+ messages)
[RFC PATCH 0/3] approach to deal with changes in trunking membership
2022-02-28 20:38 UTC (4+ messages)
` [RFC PATCH 1/3] SUNRPC provide accessible functions for offline remote xprt functionality
` [RFC PATCH 2/3] SUNRPC add function to offline remote trunkable transports
` [RFC PATCH 3/3] NFSv4.1 destroy trunkable transport when destroying the session
managing trunking
2022-02-28 20:37 UTC (3+ messages)
exportfs recursively processes backslash escapes in exports file
2022-02-28 19:32 UTC
[PATCH] mountd: Fix potential data corrupter
2022-02-28 20:26 UTC (2+ messages)
[PATCH] systemd: Fix format-overflow warning
2022-02-28 20:25 UTC (2+ messages)
[PATCH] NFSv4: use unique client identifiers in network namespaces
2022-02-28 15:33 UTC (7+ messages)
[PATCH v6 00/16] Optimize list lru memory consumption
2022-02-28 12:21 UTC (17+ messages)
` [PATCH v6 01/16] mm: list_lru: transpose the array of per-node per-memcg lru lists
` [PATCH v6 02/16] mm: introduce kmem_cache_alloc_lru
` [PATCH v6 03/16] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [PATCH v6 04/16] fs: allocate inode by using alloc_inode_sb()
` [PATCH v6 05/16] f2fs: "
` [PATCH v6 06/16] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH v6 07/16] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v6 08/16] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v6 09/16] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [PATCH v6 10/16] mm: list_lru: allocate list_lru_one only when needed
` [PATCH v6 11/16] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH v6 12/16] mm: list_lru: replace linear array with xarray
` [PATCH v6 13/16] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [PATCH v6 14/16] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [PATCH v6 15/16] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [PATCH v6 16/16] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id
[PATCH 00/11] Remove remaining parts of congestion tracking code
2022-02-28 5:19 UTC (8+ messages)
` [PATCH 02/11] MM: document and polish read-ahead code
[PATCH v10 00/13] create sysfs files for changing IP address
2022-02-28 3:00 UTC (3+ messages)
` [PATCH v10 10/13] sunrpc: add dst_attr attributes to the sysfs xprt directory
[PATCH 1/2] Convert NFS from readpages to readahead
2022-02-28 1:29 UTC (6+ messages)
[PATCH/RFC] VFS: support parallel updates in the one directory
2022-02-28 0:55 UTC (5+ messages)
[PATCH v2] nfsd: more robust allocation failure handling in nfsd_file_cache_init
2022-02-26 20:00 UTC (5+ messages)
[PATCH/RFC] VFS: support parallel updates in the one directory
2022-02-25 23:07 UTC (4+ messages)
[PATCH v1] NFSv4.1 provide mount option to toggle trunking discovery
2022-02-25 22:48 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox