ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-15 12:36:28 to 2021-10-18 15:06:42 UTC [more...]

[PATCH 00/67] fscache: Rewrite index API and management system
 2021-10-18 15:05 UTC  (55+ messages)
` [PATCH 01/67] mm: Stop filemap_read() from grabbing a superfluous page
` [PATCH 02/67] vfs: Provide S_KERNEL_FILE inode flag
` [PATCH 03/67] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
` [PATCH 04/67] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH 05/67] afs: Fix afs_write_end() to handle len > page size
` [PATCH 06/67] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite
` [PATCH 07/67] fscache: Remove the netfs data from the cookie
` [PATCH 08/67] fscache: Remove struct fscache_cookie_def
` [PATCH 09/67] fscache: Remove store_limit* from struct fscache_object
` [PATCH 10/67] fscache: Remove fscache_check_consistency()
` [PATCH 11/67] fscache: Remove fscache_attr_changed()
` [PATCH 12/67] fscache: Remove obsolete stats
` [PATCH 13/67] fscache: Remove old I/O tracepoints
` [PATCH 14/67] fscache: Temporarily disable fscache_invalidate()
` [PATCH 15/67] fscache: Disable fscache_begin_operation()
` [PATCH 16/67] fscache: Remove the I/O operation manager
` [PATCH 17/67] fscache: Rename fscache_cookie_{get,put,see}()
` [PATCH 18/67] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag
` [PATCH 19/67] cachefiles: Don't set an xattr on the root of the cache
` [PATCH 20/67] cachefiles: Remove some redundant checks on unsigned values
` [PATCH 21/67] cachefiles: Prevent inode from going away when burying a dentry
` [PATCH 22/67] cachefiles: Simplify the pathwalk and save the filename for an object
` [PATCH 23/67] cachefiles: trace: Improve the lookup tracepoint
` [PATCH 24/67] cachefiles: Remove separate backer dentry from cachefiles_object
` [PATCH 25/67] cachefiles: Fold fscache_object into cachefiles_object
` [PATCH 26/67] cachefiles: Change to storing file* rather than dentry*
` [PATCH 27/67] cachefiles: trace: Log coherency checks
` [PATCH 28/67] cachefiles: Trace truncations
` [PATCH 29/67] cachefiles: Trace read and write operations
` [PATCH 30/67] cachefiles: Round the cachefile size up to DIO block size
` [PATCH 31/67] cachefiles: Don't use XATTR_ flags with vfs_setxattr()
` [PATCH 33/67] cachefiles: Trace decisions in cachefiles_prepare_read()
` [PATCH 34/67] cachefiles: Make cachefiles_write_prepare() check for space
` [PATCH 35/67] fscache: Automatically close a file that's been unused for a while
` [PATCH 36/67] fscache: Add stats for the cookie commit LRU
` [PATCH 37/67] fscache: Move fscache_update_cookie() complete inline
` [PATCH 38/67] fscache: Remove more obsolete stats
` [PATCH 39/67] fscache: Note the object size during invalidation
` [PATCH 40/67] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
` [PATCH 41/67] afs: Render cache cookie key as big endian
` [PATCH 42/67] cachefiles: Use tmpfile/link
` [PATCH 43/67] fscache: Rewrite invalidation
` [PATCH 44/67] fscache: disable cookie when doing an invalidation for DIO write
` [PATCH 45/67] cachefiles: Simplify the file lookup/creation/check code
` [PATCH 46/67] fscache: Provide resize operation
` [PATCH 47/67] cachefiles: Put more information in the xattr attached to the cache file
` [PATCH 48/67] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [PATCH 49/67] fscache: Add support for writing to the cache
` [PATCH 50/67] fscache: Make fscache_clear_page_bits() conditional on cookie
` [PATCH 51/67] fscache: Make fscache_write_to_cache() "
` [PATCH 52/67] afs: Copy local writes to the cache when writing to the server
` [PATCH 53/67] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [PATCH 54/67] afs: Add O_DIRECT read support
` [PATCH 57/67] cachefiles, afs: Drive FSCACHE_COOKIE_NO_DATA_TO_READ

[PATCH v2] security: Return xattr name from security_dentry_init_security()
 2021-10-18 12:35 UTC  (3+ messages)

CephFS optimizated for machine learning workload
 2021-10-18  9:42 UTC  (8+ messages)

[PATCH] ceph: shut down mount on bad mdsmap or fsmap decode
 2021-10-14 16:50 UTC 

[PATCH v3] ceph: skip existing superblocks that are blocklisted or shut down when mounting
 2021-10-12 20:05 UTC  (4+ messages)

[PATCH] ceph: fix handling of "meta" errors on ceph
 2021-10-12 18:25 UTC  (2+ messages)

[PATCH v2] ceph: skip existing superblocks that are blocklisted when mounting
 2021-10-12 13:48 UTC  (6+ messages)

[PATCH RFC 0/2] ceph: size handling for the fscrypt
 2021-10-11 15:16 UTC  (24+ messages)
` [PATCH RFC 2/2] ceph: truncate the file contents when needed when file scrypted

[PATCH 5.14 086/151] netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()
 2021-10-11 13:45 UTC 

[PATCH net-next] net: ceph: fix ->monmap and err initialization
 2021-10-11 11:31 UTC  (2+ messages)

[PATCH v2] ceph: ignore the truncate when size won't change with Fx caps ssued
 2021-10-08 10:42 UTC  (2+ messages)

[PATCH v3 00/10] fscache: Replace and remove old I/O API
 2021-10-07 20:44 UTC  (11+ messages)
` [PATCH v3 01/10] fscache: Generalise the ->begin_read_operation method
` [PATCH v3 02/10] fscache: Fix fscache_cookie_enabled() to handle NULL cookie
` [PATCH v3 03/10] cachefiles: Always indicate we should fill a post-EOF page with zeros
` [PATCH v3 04/10] fscache: Implement a fallback I/O interface to replace the old API
` [PATCH v3 05/10] nfs: Move to using the alternate fallback fscache I/O API
` [PATCH v3 06/10] 9p: Convert to using the netfs helper lib to do reads and caching
` [PATCH v3 07/10] cifs: (untested) Move to using the alternate fallback fscache I/O API
` [PATCH v3 08/10] fscache: Remove the old "
` [PATCH v3 09/10] fscache: Remove stats that are no longer used
` [PATCH v3 10/10] fscache: Update the documentation to reflect I/O API changes

[GIT PULL] netfs, cachefiles, afs: Collected fixes
 2021-10-07 18:26 UTC  (2+ messages)

[PATCH] ceph: properly handle statfs on multifs setups
 2021-10-05 15:30 UTC 

[PATCH v4 0/2] ceph: add debugfs entries signifying new mount syntax support
 2021-10-05  6:44 UTC  (7+ messages)
` [PATCH v4 1/2] libceph: export ceph_debugfs_dir for use in ceph.ko
` [PATCH v4 2/2] ceph: add debugfs entries for mount syntax support

[PATCH] security: Return xattr name from security_dentry_init_security()
 2021-10-04 17:36 UTC  (11+ messages)

[PATCH v1] ceph: don't rely on error_string to validate blocklisted session
 2021-10-01 16:14 UTC  (3+ messages)

[PATCH] ceph: buffer the truncate when size won't change with Fx caps issued
 2021-10-01  8:41 UTC  (3+ messages)

[RFC][PATCH v3 0/9] mm: Use DIO for swap and fix NFS swapfiles
 2021-09-30 15:54 UTC  (10+ messages)
` [PATCH v3 2/9] mm: Add 'supports' field to the address_space_operations to list features

[PATCH v3 0/2] ceph: add debugfs entries signifying new mount syntax support
 2021-09-30 13:22 UTC  (5+ messages)
` [PATCH v3 1/2] libceph: export ceph_debugfs_dir for use in ceph.ko
` [PATCH v3 2/2] ceph: add debugfs entries for mount syntax support

[RFC PATCH] ceph: skip existing superblocks that are blocklisted when mounting
 2021-09-30 12:42 UTC  (2+ messages)

[PATCH v2 0/6] block: 5th batch of add_disk() error handling conversions
 2021-09-28 12:28 UTC  (10+ messages)
` [PATCH v2 1/6] cdrom/gdrom: add error handling support for add_disk()
` [PATCH v2 2/6] rbd: add add_disk() error handling
` [PATCH v2 3/6] mtd: "
` [PATCH v2 4/6] s390/block/dasd_genhd: add error handling support for add_disk()
` [PATCH v2 5/6] s390/block/dcssblk: "
` [PATCH v2 6/6] s390/block/scm_blk: "

[GIT PULL] Ceph fix for 5.15-rc3
 2021-09-24 17:33 UTC  (2+ messages)

[PATCH] ceph: don't rely on error_string to validate blocklisted session
 2021-09-24 10:21 UTC  (2+ messages)

[PATCH] cifs: switch to noop_direct_IO
 2021-09-23 13:01 UTC  (2+ messages)

[PATCH] ceph: convert to noop_direct_IO
 2021-09-23 11:58 UTC 

[PATCH] netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()
 2021-09-23  9:52 UTC 

[PATCH 0/9] block: 5th batch of add_disk() error handling conversions
 2021-09-23  8:52 UTC  (12+ messages)
` [PATCH 6/9] s390/block/dasd_genhd: add error handling support for add_disk()
` [PATCH 7/9] s390/block/dcssblk: "

[PATCH v3 0/4] ceph: forward average read/write/metadata latency
 2021-09-22 17:10 UTC  (12+ messages)
` [PATCH v3 1/4] ceph: use "struct ceph_timespec" for r/w/m latencies
` [PATCH v3 2/4] ceph: track average/stdev r/w/m latency
` [PATCH v3 3/4] ceph: include average/stddev r/w/m latency in mds metrics
` [PATCH v3 4/4] ceph: use tracked average r/w/m latencies to display metrics in debugfs

[ceph-users] Re: RocksDB options for HDD, SSD, NVME Mixed productions
 2021-09-21 22:16 UTC  (2+ messages)

[ceph-users] RocksDB options for HDD, SSD, NVME Mixed productions
 2021-09-21 17:51 UTC 

[PATCH v2 0/2] ceph: add debugfs entries signifying new mount syntax support
 2021-09-21 14:01 UTC  (3+ messages)
` [PATCH v2 2/2] ceph: add debugfs entries for "

[RFC PATCH 0/8] fscache: Replace and remove old I/O API
 2021-09-21 11:15 UTC  (5+ messages)
` [PATCH 4/8] 9p: (untested) Convert to using the netfs helper lib to do reads and caching

[RFC PATCH v2 0/8] fscache: Replace and remove old I/O API v2
 2021-09-17 15:05 UTC  (9+ messages)
` [PATCH v2 1/8] fscache: Generalise the ->begin_read_operation method
` [PATCH v2 2/8] fscache: Implement a fallback I/O interface to replace the old API
` [PATCH v2 3/8] nfs: Move to using the alternate fallback fscache I/O API
` [PATCH v2 4/8] 9p: (untested) Convert to using the netfs helper lib to do reads and caching
` [PATCH v2 5/8] cifs: (untested) Move to using the alternate fallback fscache I/O API
` [PATCH v2 6/8] fscache: Remove the old "
` [PATCH v2 7/8] fscache: Remove stats that are no longer used
` [PATCH v2 8/8] fscache: Update the documentation to reflect I/O API changes

[PATCH] ceph: just use ci->i_version for fscache aux info
 2021-09-17 13:43 UTC 

[RFC PATCH 0/2] libceph: submit new messages under spinlock instead of mutex
 2021-09-15 13:26 UTC  (3+ messages)
` [RFC PATCH 1/2] libceph: defer clearing standby state to work function
` [RFC PATCH 2/2] libceph: allow tasks to submit messages without taking con->mutex


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).