messages from 2021-12-09 17:05:33 to 2021-12-16 19:29:30 UTC [more...]
[PATCH v3 00/68] fscache, cachefiles: Rewrite
2021-12-16 19:28 UTC (70+ messages)
` [PATCH v3 01/68] fscache, cachefiles: Disable configuration
` [PATCH v3 04/68] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH v3 05/68] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH v3 06/68] fscache: Introduce new driver
` [PATCH v3 07/68] fscache: Implement a hash function
` [PATCH v3 08/68] fscache: Implement cache registration
` [PATCH v3 09/68] fscache: Implement volume registration
` [PATCH v3 10/68] fscache: Implement cookie registration
` [PATCH v3 11/68] fscache: Implement cache-level access helpers
` [PATCH v3 12/68] fscache: Implement volume-level "
` [PATCH v3 13/68] fscache: Implement cookie-level "
` [PATCH v3 14/68] fscache: Implement functions add/remove a cache
` [PATCH v3 15/68] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v3 16/68] fscache: Add a function for a cache backend to note an I/O error
` [PATCH v3 17/68] fscache: Implement simple cookie state machine
` [PATCH v3 18/68] fscache: Implement cookie user counting and resource pinning
` [PATCH v3 19/68] fscache: Implement cookie invalidation
` [PATCH v3 20/68] fscache: Provide a means to begin an operation
` [PATCH v3 21/68] fscache: Count data storage objects in a cache
` [PATCH v3 22/68] fscache: Provide read/write stat counters for the cache
` [PATCH v3 23/68] fscache: Provide a function to let the netfs update its coherency data
` [PATCH v3 24/68] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH v3 25/68] fscache: Implement raw I/O interface
` [PATCH v3 26/68] fscache: Implement higher-level write "
` [PATCH v3 27/68] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH v3 28/68] fscache: Provide a function to note the release of a page
` [PATCH v3 29/68] fscache: Provide a function to resize a cookie
` [PATCH v3 30/68] cachefiles: Introduce rewritten driver
` [PATCH v3 31/68] cachefiles: Define structs
` [PATCH v3 32/68] cachefiles: Add some error injection support
` [PATCH v3 33/68] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH v3 34/68] cachefiles: Add cache error reporting macro
` [PATCH v3 35/68] cachefiles: Add security derivation
` [PATCH v3 36/68] cachefiles: Register a miscdev and parse commands over it
` [PATCH v3 37/68] cachefiles: Provide a function to check how much space there is
` [PATCH v3 38/68] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH v3 39/68] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH v3 40/68] cachefiles: Implement cache registration and withdrawal
` [PATCH v3 41/68] cachefiles: Implement volume support
` [PATCH v3 42/68] cachefiles: Add tracepoints for calls to the VFS
` [PATCH v3 43/68] cachefiles: Implement object lifecycle funcs
` [PATCH v3 44/68] cachefiles: Implement key to filename encoding
` [PATCH v3 45/68] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH v3 46/68] cachefiles: Mark a backing file in use with an inode flag
` [PATCH v3 47/68] cachefiles: Implement culling daemon commands
` [PATCH v3 48/68] cachefiles: Implement backing file wrangling
` [PATCH v3 49/68] cachefiles: Implement begin and end I/O operation
` [PATCH v3 50/68] cachefiles: Implement cookie resize for truncate
` [PATCH v3 51/68] cachefiles: Implement the I/O routines
` [PATCH v3 52/68] fscache, cachefiles: Store the volume coherency data
` [PATCH v3 53/68] cachefiles: Allow cachefiles to actually function
` [PATCH v3 54/68] fscache, cachefiles: Display stats of no-space events
` [PATCH v3 55/68] fscache, cachefiles: Display stat of culling events
` [PATCH v3 56/68] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH v3 57/68] afs: Fix afs_write_end() to handle len > page size
` [PATCH v3 58/68] afs: Convert afs to use the new fscache API
` [PATCH v3 59/68] afs: Copy local writes to the cache when writing to the server
` [PATCH v3 60/68] afs: Skip truncation on the server of data we haven't written yet
` [PATCH v3 61/68] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH v3 62/68] 9p: Copy local writes to the cache when writing to the server
` [PATCH v3 63/68] nfs: Convert to new fscache volume/cookie API
` [PATCH v3 64/68] nfs: Implement cache I/O by accessing the cache directly
` [PATCH v3 65/68] cifs: Support fscache indexing rewrite (untested)
` [PATCH v3 66/68] ceph: conversion to new fscache API
` [PATCH v3 67/68] ceph: add fscache writeback support
[PATCH] nfs: block notification on fs with its own ->lock
2021-12-16 17:20 UTC
[PATCH v2] nfs: nfs4clinet: check the return value of kstrdup()
2021-12-16 17:01 UTC
[PATCH] nfs: nfs4clinet: check the return value of kstrdup()
2021-12-16 16:39 UTC (2+ messages)
[PATCH RFC] NFSD: Fix READDIR buffer overflow
2021-12-16 16:33 UTC
[PATCH v4 00/17] Optimize list lru memory consumption
2021-12-16 14:56 UTC (25+ messages)
` [PATCH v4 01/17] mm: list_lru: optimize memory consumption of arrays of per cgroup lists
` [PATCH v4 02/17] mm: introduce kmem_cache_alloc_lru
` [PATCH v4 03/17] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [PATCH v4 04/17] fs: allocate inode by using alloc_inode_sb()
` [PATCH v4 05/17] f2fs: "
` [PATCH v4 06/17] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH v4 07/17] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v4 08/17] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v4 09/17] mm: workingset: use xas_set_lru() to pass shadow_nodes
` [PATCH v4 10/17] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [PATCH v4 11/17] mm: list_lru: allocate list_lru_one only when needed
` [External] [mm] 86cda95957: BUG:sleeping_function_called_from_invalid_context_at_include/linux/sched/mm.h
` [PATCH v4 12/17] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH v4 13/17] mm: list_lru: replace linear array with xarray
` [PATCH v4 14/17] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [PATCH v4 15/17] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [PATCH v4 16/17] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [PATCH v4 17/17] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id
[PATCH 1/2] NFS: Ensure the server has an up to date ctime before hardlinking
2021-12-15 21:38 UTC (2+ messages)
` [PATCH 2/2] NFS: Ensure the server has an up to date ctime before renaming
[PATCH] fs: nfs: sysfs: Switch to kvfree_rcu() API
2021-12-15 19:42 UTC
[PATCH RFC v8 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
2021-12-14 23:41 UTC (5+ messages)
` [PATCH RFC v8 1/2] fs/lock: add new callback, lm_expire_lock, to lock_manager_operations
` [PATCH v8 2/2] nfsd: Initial implementation of NFSv4 Courteous Server
[PATCH v2 00/67] fscache, cachefiles: Rewrite
2021-12-14 19:57 UTC (45+ messages)
` [PATCH v2 07/67] fscache: Implement a hash function
` [PATCH v2 08/67] fscache: Implement cache registration
` [PATCH v2 09/67] fscache: Implement volume registration
` [PATCH v2 10/67] fscache: Implement cookie registration
` [PATCH v2 45/67] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH v2 48/67] cachefiles: Implement backing file wrangling
` [PATCH v2 49/67] cachefiles: Implement begin and end I/O operation
` [PATCH v2 50/67] cachefiles: Implement cookie resize for truncate
` [PATCH v2 51/67] cachefiles: Implement the I/O routines
` [PATCH v2 52/67] cachefiles: Allow cachefiles to actually function
` [PATCH v2 53/67] fscache, cachefiles: Display stats of no-space events
` [PATCH v2 54/67] fscache, cachefiles: Display stat of culling events
` [PATCH v2 55/67] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH v2 56/67] afs: Fix afs_write_end() to handle len > page size
` [PATCH v2 57/67] afs: Convert afs to use the new fscache API
` [PATCH v2 58/67] afs: Copy local writes to the cache when writing to the server
` [PATCH v2 59/67] afs: Skip truncation on the server of data we haven't written yet
` [PATCH v2 60/67] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH v2 61/67] 9p: Copy local writes to the cache when writing to the server
` [PATCH v2 62/67] nfs: Convert to new fscache volume/cookie API
` [PATCH v2 63/67] nfs: Implement cache I/O by accessing the cache directly
` [PATCH v2 64/67] cifs: Support fscache indexing rewrite (untested)
` [PATCH v2 65/67] ceph: conversion to new fscache API
` [PATCH v2 66/67] ceph: add fscache writeback support
` [PATCH] fscache: Need to go round again after processing LRU_DISCARDING state
[bug report] nfs clients fail to get read delegations after file open with O_RDWR
2021-12-14 17:24 UTC (6+ messages)
[PATCH] tools/rpcgen: fix build on macos arm64 (stat64 issue)
2021-12-14 16:55 UTC
[PATCH -next] SUNRPC: Clean XPRT_CONGESTED of xprt->state when rpc task is killed
2021-12-14 13:53 UTC (2+ messages)
Wycena paneli fotowoltaicznych
2021-12-14 8:32 UTC
[PATCH v31 15/28] LSM: Ensure the correct LSM context releaser
2021-12-13 23:40 UTC (2+ messages)
` [PATCH v31 17/28] LSM: Use lsmcontext in security_inode_getsecctx
knfsd server returns writeverf of all 0 bits (but was not rebooted)
2021-12-13 22:04 UTC (5+ messages)
[PATCH] NFSD: De-duplicate nfsd4_decode_bitmap4()
2021-12-13 16:58 UTC
[PATCH v2] SUNRPC: Add source address/port to rpc_socket* traces
2021-12-13 8:38 UTC
NFS client can crash server due to overrun in nfsd4_decode_bitmap4()
2021-12-13 4:52 UTC (7+ messages)
[RFC PATCH] NFS: Save 4 bytes when re-exporting
2021-12-12 21:57 UTC (6+ messages)
[PATCH] NFS: nfs_encode_fh: Improve debug logging
2021-12-12 20:57 UTC
[PATCH 0/7] NFSv4.1+ support for session trunking discovery
2021-12-11 11:39 UTC (9+ messages)
` [PATCH 1/7] NFSv4 remove zero number of fs_locations entries error check
` [PATCH 2/7] NFSv4 store server support for fs_location attribute
` [PATCH 3/7] NFSv4.1 query for fs_location attr on a new file system
` [PATCH 4/7] NFSv4 expose nfs_parse_server_name function
` [PATCH 5/7] NFSv4 handle port presence in fs_location server string
` [PATCH 6/7] SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt
` [PATCH 7/7] NFSv4.1 test and add 4.1 trunking transport
[PATCH RFC v3] pynfs: nfs4.0 enhance open_confirm to work with courteous server
2021-12-11 2:54 UTC
[PATCH RFC v2] nfs4.0 enhance open_confirm to work with courteous server
2021-12-11 2:52 UTC
[PATCH RFC 1/1] nfs4.0 enhance open_confirm to work with courteous server
2021-12-11 1:58 UTC
[GIT PULL] more nfsd bugfixes for 5.16
2021-12-11 1:38 UTC (2+ messages)
[PATCH RFC v7 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
2021-12-11 1:02 UTC (3+ messages)
` [PATCH RFC v7 1/2] fs/lock: add new callback, lm_expire_lock, to lock_manager_operations
` [PATCH RFC v7 2/2] nfsd: Initial implementation of NFSv4 Courteous Server
BUG: KASAN: use-after-free in __fscache_acquire_cookie+0x437/0x9b0 [fscache] with NFSv3 and xfstests on [PATCH v2 00/67] fscache, cachefiles: Rewrite
2021-12-10 23:28 UTC
[PATCH RFC v6 0/2] nfsd: Initial implementation of NFSv4 Courteous Server
2021-12-10 17:51 UTC (9+ messages)
` [PATCH RFC v6 2/2] "
[PATCH] blkmapd: fix coredump in bl_add_disk
2021-12-10 8:30 UTC (2+ messages)
Improving NFS re-export
2021-12-09 22:03 UTC (3+ 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