messages from 2021-11-17 13:28:15 to 2021-12-09 16:57:27 UTC [more...]
[PATCH v2 00/67] fscache, cachefiles: Rewrite
2021-12-09 16:56 UTC (15+ messages)
` [PATCH v2 01/67] fscache, cachefiles: Disable configuration
` [PATCH v2 04/67] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH v2 05/67] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH v2 06/67] fscache: Introduce new driver
` [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 11/67] fscache: Implement cache-level access helpers
` [PATCH v2 12/67] fscache: Implement volume-level "
` [PATCH v2 13/67] fscache: Implement cookie-level "
` [PATCH v2 14/67] fscache: Implement functions add/remove a cache
` [PATCH v2 15/67] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v2 16/67] fscache: Add a function for a cache backend to note an I/O error
[PATCH 00/64] fscache, cachefiles: Rewrite
2021-12-09 16:49 UTC (70+ messages)
` [PATCH 01/64] fscache, cachefiles: Disable configuration
` [PATCH 04/64] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH 05/64] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH 06/64] fscache: Introduce new driver
` [PATCH 07/64] fscache: Implement a hash function
` [PATCH 08/64] fscache: Implement cache registration
` [PATCH 09/64] fscache: Implement volume registration
` [PATCH 10/64] fscache: Implement cookie registration
` [PATCH 11/64] fscache: Implement cache-level access helpers
` [PATCH 12/64] fscache: Implement volume-level "
` [PATCH 13/64] fscache: Implement cookie-level "
` [PATCH 14/64] fscache: Implement functions add/remove a cache
` [PATCH 15/64] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH 16/64] fscache: Add a function for a cache backend to note an I/O error
` [PATCH 17/64] fscache: Implement simple cookie state machine
` [PATCH 18/64] fscache: Implement cookie user counting and resource pinning
` [PATCH 19/64] fscache: Implement cookie invalidation
` [PATCH 20/64] fscache: Provide a means to begin an operation
` [PATCH 21/64] fscache: Count data storage objects in a cache
` [PATCH 22/64] fscache: Provide read/write stat counters for the cache
` [PATCH 23/64] fscache: Provide a function to let the netfs update its coherency data
` [PATCH 24/64] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH 25/64] fscache: Implement raw I/O interface
` [PATCH 26/64] fscache: Implement higher-level write "
` [PATCH 27/64] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH 28/64] fscache: Provide a function to note the release of a page
` [PATCH 29/64] fscache: Provide a function to resize a cookie
` [PATCH 30/64] cachefiles: Introduce rewritten driver
` [PATCH 31/64] cachefiles: Define structs
` [PATCH 32/64] cachefiles: Add some error injection support
` [PATCH 33/64] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH 34/64] cachefiles: Add cache error reporting macro
` [PATCH 35/64] cachefiles: Add security derivation
` [PATCH 36/64] cachefiles: Register a miscdev and parse commands over it
` [PATCH 37/64] cachefiles: Provide a function to check how much space there is
` [PATCH 38/64] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH 39/64] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH 40/64] cachefiles: Implement cache registration and withdrawal
` [PATCH 41/64] cachefiles: Implement volume support
` [PATCH 42/64] cachefiles: Add tracepoints for calls to the VFS
` [PATCH 43/64] cachefiles: Implement object lifecycle funcs
` [PATCH 44/64] cachefiles: Implement key to filename encoding
` [PATCH 45/64] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH 46/64] cachefiles: Mark a backing file in use with an inode flag
` [PATCH 47/64] cachefiles: Implement culling daemon commands
` [PATCH 48/64] cachefiles: Implement backing file wrangling
` [PATCH 49/64] cachefiles: Implement begin and end I/O operation
` [PATCH 50/64] cachefiles: Implement cookie resize for truncate
` [PATCH 51/64] cachefiles: Implement the I/O routines
` [PATCH 52/64] cachefiles: Allow cachefiles to actually function
` [PATCH 53/64] fscache, cachefiles: Display stats of no-space events
` [PATCH 54/64] fscache, cachefiles: Display stat of culling events
` [PATCH 55/64] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH 56/64] afs: Fix afs_write_end() to handle len > page size
` [PATCH 57/64] afs: Convert afs to use the new fscache API
` [PATCH 58/64] afs: Copy local writes to the cache when writing to the server
` [PATCH 59/64] afs: Skip truncation on the server of data we haven't written yet
` [PATCH 60/64] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH 61/64] 9p: Copy local writes to the cache when writing to the server
` [PATCH 62/64] nfs: Convert to new fscache volume/cookie API
` [PATCH 63/64] cifs: Support fscache indexing rewrite (untested)
[PATCH 00/36] ceph+fscrypt: context, filename, symlink and size handling support
2021-12-09 15:36 UTC (37+ messages)
` [PATCH 01/36] vfs: export new_inode_pseudo
` [PATCH 02/36] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode
` [PATCH 03/36] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [PATCH 04/36] fscrypt: add fscrypt_context_for_new_inode
` [PATCH 05/36] fscrypt: uninline and export fscrypt_require_key
` [PATCH 06/36] ceph: preallocate inode for ops that may create one
` [PATCH 07/36] ceph: crypto context handling for ceph
` [PATCH 08/36] ceph: parse new fscrypt_auth and fscrypt_file fields in inode traces
` [PATCH 09/36] ceph: add fscrypt_* handling to caps.c
` [PATCH 10/36] ceph: add ability to set fscrypt_auth via setattr
` [PATCH 11/36] ceph: implement -o test_dummy_encryption mount option
` [PATCH 12/36] ceph: decode alternate_name in lease info
` [PATCH 13/36] ceph: add fscrypt ioctls
` [PATCH 14/36] ceph: make ceph_msdc_build_path use ref-walk
` [PATCH 15/36] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [PATCH 16/36] ceph: send altname in MClientRequest
` [PATCH 17/36] ceph: encode encrypted name in dentry release
` [PATCH 18/36] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [PATCH 19/36] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [PATCH 20/36] ceph: add helpers for converting names for userland presentation
` [PATCH 21/36] ceph: add fscrypt support to ceph_fill_trace
` [PATCH 22/36] ceph: add support to readdir for encrypted filenames
` [PATCH 23/36] ceph: create symlinks with encrypted and base64-encoded targets
` [PATCH 24/36] ceph: make ceph_get_name decrypt filenames
` [PATCH 25/36] ceph: add a new ceph.fscrypt.auth vxattr
` [PATCH 26/36] ceph: add some fscrypt guardrails
` [PATCH 27/36] ceph: don't allow changing layout on encrypted files/directories
` [PATCH 28/36] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [PATCH 29/36] ceph: size handling for encrypted inodes in cap updates
` [PATCH 30/36] ceph: fscrypt_file field handling in MClientRequest messages
` [PATCH 31/36] ceph: get file size from fscrypt_file when present in inode traces
` [PATCH 32/36] ceph: handle fscrypt fields in cap messages from MDS
` [PATCH 33/36] ceph: add __ceph_get_caps helper support
` [PATCH 34/36] ceph: add __ceph_sync_read "
` [PATCH 35/36] ceph: add object version support for sync read
` [PATCH 36/36] ceph: add truncate size handling support for fscrypt
[PATCH] libceph, ceph: potential dereference of null pointer
2021-12-09 12:59 UTC (3+ messages)
[PATCH v2] ceph: don't check for quotas on MDS stray dirs
2021-12-09 12:56 UTC (4+ messages)
[PATCH v7 0/9] ceph: size handling for the fscrypt
2021-12-09 0:56 UTC (7+ messages)
` [PATCH v7 8/9] ceph: add object version support for sync read
` [PATCH v7 9/9] ceph: add truncate size handling support for fscrypt
[PATCH v6 0/9] ceph: size handling for the fscrypt
2021-12-08 0:48 UTC (4+ messages)
` [PATCH v6 8/9] ceph: add object version support for sync read
[PATCH v2 0/2] ceph: adapt ceph to the fscache rewrite
2021-12-07 13:44 UTC (3+ messages)
` [PATCH v2 1/2] ceph: conversion to new fscache API
` [PATCH v2 2/2] ceph: add fscache writeback support
[PATCH 0/2] ceph: adapt ceph to the fscache rewrite
2021-12-06 11:12 UTC (8+ messages)
` [PATCH 1/2] ceph: conversion to new fscache API
` [PATCH 2/2] ceph: add fscache writeback support
Cephalocon 2022 is official!
2021-12-01 20:35 UTC (2+ messages)
[PATCH] ceph: initialize pathlen variable in reconnect_caps_cb
2021-11-30 14:35 UTC (5+ messages)
[PATCH] ceph: drop send metrics debug message
2021-11-30 13:08 UTC (2+ messages)
[bug report] ceph: encode inodes' parent/d_name in cap reconnect message
2021-11-30 11:22 UTC (2+ messages)
[PATCH] rbd: make const pointer speaces a static const array
2021-11-30 6:33 UTC (3+ messages)
Testing the Linux Kernel CephFS Client with xfstests
2021-11-29 21:08 UTC
Questions about ceph/cephfs
2021-11-29 14:03 UTC (3+ messages)
[PATCH v2] ceph: fix up non-directory creation in SGID directories
2021-11-29 12:09 UTC (2+ messages)
[PATCH] ceph: fix up non-directory creation in SGID directories
2021-11-26 10:00 UTC
[PATCH AUTOSEL 5.10 2/4] ceph: properly handle statfs on multifs setups
2021-11-26 2:30 UTC
[PATCH AUTOSEL 5.15 6/7] ceph: properly handle statfs on multifs setups
2021-11-26 2:30 UTC
[PATCH] ceph: fscrypt always set the header.block_size to CEPH_FSCRYPT_BLOCK_SIZE
2021-11-25 0:30 UTC (5+ messages)
[PATCH] ceph: initialize i_size variable in ceph_sync_read
2021-11-23 12:39 UTC (2+ messages)
[PATCH] ceph: fix duplicate increment of opened_inodes metric
2021-11-23 11:34 UTC (4+ messages)
[PATCH] ceph: do not truncate pagecache if truncate size doesn't change
2021-11-23 8:06 UTC (21+ 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