ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-25 22:11:41 to 2021-01-20 18:40:11 UTC [more...]

[RFC PATCH v4 00/17] ceph+fscrypt: context, filename and symlink support
 2021-01-20 18:28 UTC  (14+ messages)
` [RFC PATCH v4 01/17] vfs: export new_inode_pseudo
` [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 16/17] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v4 17/17] ceph: add fscrypt ioctls

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

[PATCH v3] ceph: defer flushing the capsnap if the Fb is used
 2021-01-20  0:56 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  (7+ 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  (8+ messages)
` [PATCH 1/3] ceph: fix flush_snap logic after putting caps
` [PATCH 2/3] ceph: clean up inode work queueing
` [PATCH 3/3] ceph: allow queueing cap/snap handling after putting cap references

wip-msgr2
 2020-12-18 16:45 UTC  (12+ 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)

v14.2.15 Nautilus released
 2020-12-17  2:53 UTC  (2+ messages)
` v14.2.16 "

v15.2.4 Octopus released
 2020-12-17  2:53 UTC  (2+ messages)
` v15.2.8 "

[PATCH] ceph: reencode gid_list when reconnecting
 2020-12-16 21:44 UTC  (2+ messages)

[PATCH 0/4] ceph: implement later versions of MClientRequest headers
 2020-12-16 15:02 UTC  (7+ messages)
` [PATCH 1/4] ceph: don't reach into request header for readdir info
` [PATCH 2/4] ceph: take a cred reference instead of tracking individual uid/gid
` [PATCH 3/4] ceph: clean up argument lists to __prepare_send_request and __send_request
` [PATCH 4/4] ceph: implement updated ceph_mds_request_head structure

ceph rgw memleak?
 2020-12-16 10:34 UTC  (3+ messages)

[ceph-client:pr/22 32/34] include/linux/ceph/msgr.h:43:1: warning: 'static' is not at beginning of declaration
 2020-12-14 17:20 UTC  (2+ messages)

[ceph-client:pr/22 32/34] net/ceph/messenger_v2.c:601:24: sparse: sparse: incorrect type in assignment (different base types)
 2020-12-14 17:19 UTC  (2+ messages)

[PATCH -next] fs/omfs: convert comma to semicolon
 2020-12-11 12:22 UTC  (2+ messages)

split hard read-only vs read-only policy v2
 2020-12-10  7:50 UTC  (26+ 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] ceph: set osdmap epoch for setxattr
 2020-12-09 11:55 UTC  (2+ messages)

split hard read-only vs read-only policy v3
 2020-12-09  2:54 UTC  (13+ 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] ceph: remove redundant assignment to variable i
 2020-12-08 12:34 UTC  (2+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-08  4:52 UTC  (39+ messages)
                  ` [Intel-wired-lan] "
` (subset) "

Investigate busy ceph-msgr worker thread
 2020-12-04 21:13 UTC  (4+ messages)

split hard read-only vs read-only policy v2
 2020-12-03 14:01 UTC  (14+ messages)
` [PATCH 1/4] block: add a hard-readonly flag to struct gendisk
` [PATCH 2/4] rbd: remove the ->set_read_only method
` [PATCH 3/4] nvme: allow revalidate to set a namespace read-only
` [PATCH 4/4] dm: use bdev_read_only to check if a device is read-only

provisioning clients in teuthology with an extra local filesystem
 2020-12-01 21:59 UTC  (7+ messages)

v15.2.7 Octopus released
 2020-12-01  2:16 UTC 

[PATCH v3] ceph: add a new test for cross quota realms renames
 2020-11-29 15:23 UTC  (4+ messages)

cleanup updating the size of block devices v3
 2020-11-26  9:59 UTC  (6+ messages)
` [PATCH 60/78] zram: remove the claim mechanism
` [PATCH 61/78] zram: do not call set_blocksize

[PATCH] ceph: send opened files/pinned caps/opened inodes metrics to MDS daemon
 2020-11-26  3:47 UTC 


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