ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-17 17:26:12 to 2021-02-02 14:26:46 UTC [more...]

[PATCH] ceph: fix an oops in error handling in ceph_netfs_issue_op
 2021-02-02 14:20 UTC  (2+ messages)

[PATCH] ceph: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2021-02-02 12:45 UTC  (4+ messages)

[PATCH] ceph: Fix an Oops in error handling
 2021-02-02 12:37 UTC  (3+ messages)

[PATCH v4] ceph: defer flushing the capsnap if the Fb is used
 2021-02-02  6:54 UTC 

[RFC PATCH v4 00/17] ceph+fscrypt: context, filename and symlink support
 2021-02-01 18:41 UTC  (33+ messages)
` [RFC PATCH v4 01/17] vfs: export new_inode_pseudo
` [RFC PATCH v4 02/17] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode
` [RFC PATCH v4 03/17] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v4 04/17] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v4 05/17] ceph: crypto context handling for ceph
` [RFC PATCH v4 06/17] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v4 07/17] ceph: preallocate inode for ops that may create one
` [RFC PATCH v4 08/17] ceph: add routine to create fscrypt context prior to RPC
` [RFC PATCH v4 09/17] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v4 10/17] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v4 11/17] ceph: decode alternate_name in lease info
` [RFC PATCH v4 12/17] ceph: send altname in MClientRequest
` [RFC PATCH v4 13/17] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v4 14/17] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v4 15/17] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v4 16/17] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v4 17/17] ceph: add fscrypt ioctls

[PATCH 0/6] ceph: convert to new netfs read helpers
 2021-02-01 15:25 UTC  (11+ messages)
` [PATCH 1/6] ceph: disable old fscache readpage handling
` [PATCH 2/6] ceph: rework PageFsCache handling
` [PATCH 3/6] ceph: fix fscache invalidation
` [PATCH 4/6] ceph: convert readpage to fscache read helper
` [PATCH 5/6] ceph: plug write_begin into "
` [PATCH 6/6] ceph: convert ceph_readpages to ceph_readahead

[PATCH 00/32] Network fs helper library & fscache kiocb API [ver #2]
 2021-01-26 19:10 UTC  (41+ messages)
` [PATCH 01/32] iov_iter: Add ITER_XARRAY
` [PATCH 02/32] vm: Add wait/unlock functions for PG_fscache
` [PATCH 03/32] mm: Implement readahead_control pageset expansion
` [PATCH 04/32] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 05/32] netfs: Make a netfs helper module
` [PATCH 06/32] netfs: Provide readahead and readpage netfs helpers
` [PATCH 07/32] netfs: Add tracepoints
` [PATCH 08/32] netfs: Gather stats
` [PATCH 09/32] netfs: Add write_begin helper
` [PATCH 10/32] netfs: Define an interface to talk to a cache
` [PATCH 11/32] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH 12/32] afs: Disable use of the fscache I/O routines
` [PATCH 13/32] afs: Pass page into dirty region helpers to provide THP size
` [PATCH 14/32] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH 15/32] afs: Move key to afs_read struct
` [PATCH 16/32] afs: Don't truncate iter during data fetch
` [PATCH 17/32] afs: Log remote unmarshalling errors
` [PATCH 18/32] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 19/32] afs: Use ITER_XARRAY for writing
` [PATCH 20/32] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 21/32] afs: Extract writeback extension into its own function
` [PATCH 22/32] afs: Prepare for use of THPs
` [PATCH 23/32] afs: Use the fs operation ops to handle FetchData completion
` [PATCH 24/32] afs: Use new fscache read helper API
` [PATCH 25/32] NFS: Clean up nfs_readpage() and nfs_readpages()
` [PATCH 26/32] NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeeds
` [PATCH 27/32] NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc
` [PATCH 28/32] NFS: Call readpage_async_filler() from nfs_readpage_async()
` [PATCH 29/32] NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()
` [PATCH 30/32] NFS: Allow internal use of read structs and functions
` [PATCH 31/32] NFS: Convert to the netfs API and nfs_readpage to use netfs_readpage
` [PATCH 32/32] NFS: Convert readpage to readahead and use netfs_readahead for fscache

[PATCH] libceph: remove osdtimeout option entirely
 2021-01-26 14:59 UTC  (2+ messages)

[PATCH] libceph: deprecate [no]cephx_require_signatures options
 2021-01-26 14:59 UTC  (2+ messages)

[ceph-client:wip-netfs-lib 5/7] fs/ceph/addr.c:257 ceph_netfs_issue_op() warn: unsigned 'len' is never less than zero
 2021-01-25 23:50 UTC 

[GIT PULL] Ceph fixes for 5.11-rc5
 2021-01-22 22:00 UTC  (2+ messages)

[RFC PATCH 0/6] ceph: convert buffered read codepaths to new netfs API
 2021-01-22 17:51 UTC  (7+ messages)
` [RFC PATCH 1/6] ceph: disable old fscache readpage handling
` [RFC PATCH 2/6] ceph: rework PageFsCache handling
` [RFC PATCH 3/6] ceph: fix invalidation
` [RFC PATCH 4/6] ceph: convert readpage to fscache read helper
` [RFC PATCH 5/6] ceph: plug write_begin into "
` [RFC PATCH 6/6] ceph: convert ceph_readpages to ceph_readahead

[RFC][PATCH 00/25] Network fs helper library & fscache kiocb API
 2021-01-22 16:06 UTC  (37+ messages)
` [PATCH 01/25] iov_iter: Add ITER_XARRAY
` [PATCH 02/25] vm: Add wait/unlock functions for PG_fscache
` [PATCH 03/25] mm: Implement readahead_control pageset expansion
` [PATCH 04/25] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 05/25] cachefiles: Drop superfluous readpages aops NULL check
` [PATCH 06/25] netfs: Make a netfs helper module
` [PATCH 07/25] netfs: Provide readahead and readpage netfs helpers
` [PATCH 08/25] netfs: Add tracepoints
` [PATCH 09/25] netfs: Gather stats
` [PATCH 10/25] netfs: Add write_begin helper
` [PATCH 11/25] netfs: Define an interface to talk to a cache
` [PATCH 12/25] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH 13/25] afs: Disable use of the fscache I/O routines
` [PATCH 14/25] afs: Pass page into dirty region helpers to provide THP size
` [PATCH 15/25] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH 16/25] afs: Move key to afs_read struct
` [PATCH 17/25] afs: Don't truncate iter during data fetch
` [PATCH 18/25] afs: Log remote unmarshalling errors
` [PATCH 19/25] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 20/25] afs: Use ITER_XARRAY for writing
` [PATCH 21/25] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 22/25] afs: Extract writeback extension into its own function
` [PATCH 23/25] afs: Prepare for use of THPs
` [PATCH 24/25] afs: Use the fs operation ops to handle FetchData completion
` [PATCH 25/25] afs: Use new fscache read helper API

[PATCH v3] ceph: defer flushing the capsnap if the Fb is used
 2021-01-22 10:07 UTC  (8+ messages)

[PATCH] libceph: fix "Boolean result is used in bitwise operation" warning
 2021-01-20 13:59 UTC 

[kbuild] net/ceph/messenger_v1.c:1099:23: warning: Boolean result is used in bitwise operation. Clarify expression with parentheses
 2021-01-20 12:52 UTC  (3+ messages)

[PATCH] ceph: enable async dirops by default
 2021-01-20 12:24 UTC  (5+ messages)

Redesigning and modernising fscache
 2021-01-18 23:36 UTC  (3+ messages)
` Cut down implementation of fscache new API

split hard read-only vs read-only policy v3 (resend)
 2021-01-10 15:01 UTC  (12+ messages)
` [PATCH 1/6] dm: use bdev_read_only to check if a device is read-only
` [PATCH 2/6] block: remove the NULL bdev check in bdev_read_only
` [PATCH 3/6] block: add a hard-readonly flag to struct gendisk
` [PATCH 4/6] block: propagate BLKROSET on the whole device to all partitions
` [PATCH 5/6] rbd: remove the ->set_read_only method
` [PATCH 6/6] nvme: allow revalidate to set a namespace read-only

[PATCH v2] ceph: defer flushing the capsnap if the Fb is used
 2021-01-09  2:08 UTC  (3+ messages)

[PATCH] ceph: defer flushing the capsnap if the Fb is used
 2021-01-07  2:15 UTC  (3+ messages)

[PATCH] libceph: zero out session key and connection secret
 2021-01-04 13:09 UTC  (2+ messages)

[PATCH] libceph: disambiguate ceph_connection_operations handlers
 2021-01-04 13:05 UTC  (2+ messages)

[GIT PULL] Ceph fixes for 5.11-rc2
 2020-12-30 20:15 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 22/31] ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode fails
 2020-12-30 13:03 UTC 

[dmclock] reservation tag may be wrongly reduced
 2020-12-26  4:47 UTC 

[PATCH v2] ceph: implement updated ceph_mds_request_head structure
 2020-12-21  5:41 UTC  (4+ messages)

[PATCH v2] ceph: allow queueing cap/snap handling after putting cap references
 2020-12-18 21:37 UTC 

[PATCH 0/3] ceph: don't call ceph_check_caps in page_mkwrite
 2020-12-18 21:36 UTC  (4+ messages)
` [PATCH 3/3] ceph: allow queueing cap/snap handling after putting cap references

wip-msgr2
 2020-12-18 16:45 UTC  (9+ messages)

[PATCH net-next] ceph: Delete useless kfree code
 2020-12-18 13:58 UTC  (3+ messages)

[GIT PULL] Ceph updates for 5.11-rc1
 2020-12-17 20:21 UTC  (2+ messages)


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).