ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-04 16:07:16 to 2020-09-18 02:07:32 UTC [more...]

[PATCH AUTOSEL 5.4 108/330] ceph: ensure we have a new cap before continuing in fill_inode
 2020-09-18  2:00 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 305/330] ceph: fix potential race in ceph_check_caps

[PATCH 00/13] Allow readpage to return a locked page
 2020-09-17 22:03 UTC  (17+ messages)
` [PATCH 01/13] mm: Add AOP_UPDATED_PAGE return value
` [PATCH 02/13] 9p: Tell the VFS that readpage was synchronous
` [PATCH 03/13] afs: "
` [PATCH 04/13] ceph: "
` [PATCH 05/13] cifs: "
` [PATCH 06/13] cramfs: "
` [PATCH 07/13] ecryptfs: "
` [PATCH 08/13] fuse: "
` [PATCH 09/13] hostfs: "
` [PATCH 10/13] jffs2: "
` [PATCH 11/13] ubifs: "
` [PATCH 12/13] udf: "
` [PATCH 13/13] vboxsf: "

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-17 19:40 UTC  (18+ messages)
` [Intel-gfx] "
` [oss-drivers] "

[PATCH v3 00/13] fscrypt: improve file creation flow
 2020-09-17 16:33 UTC  (17+ messages)
` [PATCH v3 01/13] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
` [PATCH v3 02/13] ext4: factor out ext4_xattr_credits_for_new_inode()
` [PATCH v3 03/13] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()
` [PATCH v3 04/13] f2fs: "
` [PATCH v3 05/13] ubifs: "
` [PATCH v3 06/13] fscrypt: adjust logging for in-creation inodes
` [PATCH v3 07/13] fscrypt: remove fscrypt_inherit_context()
` [PATCH v3 08/13] fscrypt: require that fscrypt_encrypt_symlink() already has key
` [PATCH v3 09/13] fscrypt: stop pretending that key setup is nofs-safe
` [PATCH v3 10/13] fscrypt: make "#define fscrypt_policy" user-only
` [PATCH v3 11/13] fscrypt: move fscrypt_prepare_symlink() out-of-line
` [PATCH v3 12/13] fscrypt: handle test_dummy_encryption in more logical way
` [PATCH v3 13/13] fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'

[ceph-client:testing 2/3] net/ceph/mon_client.c:928:2: warning: function 'do_mon_command_vargs' might be a candidate for 'gnu_printf' format attribute
 2020-09-17  9:16 UTC  (2+ messages)

[RFC PATCH v3 00/16] ceph+fscrypt: context, filename and symlink support
 2020-09-16 18:42 UTC  (46+ messages)
` [RFC PATCH v3 01/16] vfs: export new_inode_pseudo
` [RFC PATCH v3 02/16] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode
` [RFC PATCH v3 03/16] fscrypt: export fscrypt_d_revalidate
` [RFC PATCH v3 04/16] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v3 05/16] fscrypt: make fscrypt_fname_disk_to_usr return whether result is nokey name
` [RFC PATCH v3 06/16] ceph: add fscrypt ioctls
` [RFC PATCH v3 07/16] ceph: crypto context handling for ceph
` [RFC PATCH v3 08/16] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v3 09/16] ceph: preallocate inode for ops that may create one
` [RFC PATCH v3 10/16] ceph: add routine to create context prior to RPC
` [RFC PATCH v3 11/16] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v3 12/16] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v3 13/16] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v3 14/16] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v3 15/16] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v3 16/16] ceph: create symlinks with encrypted and base64-encoded targets

help
 2020-09-16 16:33 UTC 

[PATCH 0/5] ceph: addr.c cleanups
 2020-09-16 19:16 UTC  (7+ messages)
` [PATCH 1/5] ceph: break out writeback of incompatible snap context to separate function
` [PATCH 2/5] ceph: don't call ceph_update_writeable_page from page_mkwrite
` [PATCH 3/5] ceph: fold ceph_sync_readpages into ceph_readpage
` [PATCH 4/5] ceph: fold ceph_sync_writepages into writepage_nounlock
` [PATCH 5/5] ceph: fold ceph_update_writeable_page into ceph_write_begin

v15.2.5 octopus released
 2020-09-16 15:10 UTC 

[PATCH 0/3] libceph, rbd, ceph: "blacklist" -> "blocklist"
 2020-09-16  7:25 UTC  (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] libceph: switch to the new "osd blocklist add" command
` [PATCH 3/3] ceph: add a note explaining session reject error string

[PATCH] ceph: have ceph_writepages_start call pagevec_lookup_range_tag
 2020-09-14 18:45 UTC  (2+ messages)

[PATCH v2 00/11] fscrypt: improve file creation flow
 2020-09-14 17:31 UTC  (14+ messages)
` [PATCH v2 01/11] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
` [PATCH v2 02/11] ext4: factor out ext4_xattr_credits_for_new_inode()
` [PATCH v2 03/11] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()
` [PATCH v2 04/11] f2fs: "
  ` [f2fs-dev] "
` [PATCH v2 05/11] ubifs: "
` [PATCH v2 06/11] fscrypt: remove fscrypt_inherit_context()
` [PATCH v2 07/11] fscrypt: require that fscrypt_encrypt_symlink() already has key
` [PATCH v2 08/11] fscrypt: stop pretending that key setup is nofs-safe
` [PATCH v2 09/11] fscrypt: make "#define fscrypt_policy" user-only
` [PATCH v2 10/11] fscrypt: move fscrypt_prepare_symlink() out-of-line
` [PATCH v2 11/11] fscrypt: handle test_dummy_encryption in more logical way
  ` [f2fs-dev] "

[PATCH v5 0/2] ceph: metrics for opened files, pinned caps and opened inodes
 2020-09-13 12:45 UTC  (15+ messages)

[PATCH] ceph: use kill_anon_super helper
 2020-09-13 12:41 UTC  (3+ messages)

[GIT PULL] Ceph fix for 5.9-rc5
 2020-09-11 20:49 UTC  (2+ messages)

[Spam] We are still waiting for your email
 2020-09-09  7:56 UTC 

[RFC PATCH v2 00/18] ceph+fscrypt: context, filename and symlink support
 2020-09-09 19:24 UTC  (54+ messages)
` [RFC PATCH v2 01/18] vfs: export new_inode_pseudo
` [RFC PATCH v2 04/18] fscrypt: add fscrypt_new_context_from_inode
` [RFC PATCH v2 05/18] fscrypt: don't balk when inode is already marked encrypted
` [RFC PATCH v2 06/18] fscrypt: move nokey_name conversion to separate function and export it
` [RFC PATCH v2 07/18] lib: lift fscrypt base64 conversion into lib/
` [RFC PATCH v2 08/18] ceph: add fscrypt ioctls
` [RFC PATCH v2 09/18] ceph: crypto context handling for ceph
` [RFC PATCH v2 11/18] ceph: add routine to create context prior to RPC
` [RFC PATCH v2 12/18] ceph: set S_ENCRYPTED bit if new inode has encryption.ctx xattr
` [RFC PATCH v2 14/18] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v2 15/18] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v2 16/18] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v2 18/18] ceph: create symlinks with encrypted and base64-encoded targets

osd crash
 2020-09-07 16:42 UTC 

[PATCH AUTOSEL 5.8 25/42] ceph: fix inode number handling on arches with 32-bit ino_t
 2020-09-05 12:04 UTC  (3+ 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).