ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-23 17:24:11 to 2020-08-24 06:35:27 UTC [more...]

[RFC PATCH 0/8] fscrypt: avoid GFP_NOFS-unsafe key setup during transaction
 2020-08-24  6:17 UTC  (9+ messages)
` [RFC PATCH 1/8] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
` [RFC PATCH 2/8] ext4: factor out ext4_xattr_credits_for_new_inode()
` [RFC PATCH 3/8] ext4: remove some #ifdefs in ext4_xattr_credits_for_new_inode()
` [RFC PATCH 4/8] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()
` [RFC PATCH 5/8] f2fs: "
` [RFC PATCH 6/8] ubifs: "
` [RFC PATCH 7/8] fscrypt: remove fscrypt_inherit_context()
` [RFC PATCH 8/8] fscrypt: stop pretending that key setup is nofs-safe

[PATCH] ceph: add column 'mds' to show caps in more user friendly
 2020-08-24  3:00 UTC 

[PATCH 0/5] bio: Direct IO: convert to pin_user_pages_fast()
 2020-08-23  6:57 UTC  (8+ messages)
` [PATCH 1/5] iov_iter: introduce iov_iter_pin_user_pages*() routines
` [PATCH 2/5] mm/gup: introduce pin_user_page()
` [PATCH 3/5] bio: convert get_user_pages_fast() --> pin_user_pages_fast()
` [PATCH 4/5] bio: introduce BIO_FOLL_PIN flag
` [PATCH 5/5] fs/ceph: use pipe_get_pages_alloc() for pipe

[RFC PATCH 00/14] ceph+fscrypt: together at last (contexts and filenames)
 2020-08-22  2:34 UTC  (22+ messages)
` [RFC PATCH 01/14] fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
` [RFC PATCH 02/14] fscrypt: add fscrypt_new_context_from_parent
` [RFC PATCH 03/14] fscrypt: don't balk when inode is already marked encrypted
` [RFC PATCH 04/14] fscrypt: export fscrypt_d_revalidate
` [RFC PATCH 05/14] lib: lift fscrypt base64 conversion into lib/
` [RFC PATCH 06/14] ceph: add fscrypt ioctls
` [RFC PATCH 07/14] ceph: crypto context handling for ceph
` [RFC PATCH 08/14] ceph: add routine to create context prior to RPC
` [RFC PATCH 09/14] ceph: set S_ENCRYPTED bit if new inode has encryption.ctx xattr
` [RFC PATCH 10/14] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH 11/14] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH 12/14] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH 13/14] ceph: add support to readdir for encrypted filenames
` [RFC PATCH 14/14] ceph: add fscrypt support to ceph_fill_trace

[PATCH AUTOSEL 5.8 57/62] ceph: fix potential mdsc use-after-free crash
 2020-08-21 16:14 UTC  (2+ messages)
` [PATCH AUTOSEL 5.8 58/62] ceph: do not access the kiocb after aio requests

[PATCH AUTOSEL 5.7 56/61] ceph: fix potential mdsc use-after-free crash
 2020-08-21 16:15 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 57/61] ceph: do not access the kiocb after aio requests

[PATCH AUTOSEL 5.4 44/48] ceph: fix potential mdsc use-after-free crash
 2020-08-21 16:17 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 45/48] ceph: do not access the kiocb after aio requests

[PATCH AUTOSEL 4.19 36/38] ceph: fix potential mdsc use-after-free crash
 2020-08-21 16:18 UTC 

[PATCH AUTOSEL 4.14 28/30] ceph: fix potential mdsc use-after-free crash
 2020-08-21 16:18 UTC 

[PATCH AUTOSEL 4.9 24/26] ceph: fix potential mdsc use-after-free crash
 2020-08-21 16:19 UTC 

[PATCH AUTOSEL 4.4 20/22] ceph: fix potential mdsc use-after-free crash
 2020-08-21 16:20 UTC 

[PATCH] ceph: fix inode number presentation on 32-bit platforms and s390x
 2020-08-20 21:30 UTC  (13+ messages)
` [PATCH v2] ceph: fix inode number handling on arches with 32-bit ino_t
` [PATCH v3] "
` [PATCH] "

[PATCH] ceph: don't allow setlease on cephfs
 2020-08-20 15:13 UTC 

[PATCH AUTOSEL 5.8 17/27] ceph: fix use-after-free for fsc->mdsc
 2020-08-20  0:01 UTC 

[PATCH AUTOSEL 5.7 15/24] ceph: fix use-after-free for fsc->mdsc
 2020-08-20  0:01 UTC 

[PATCH AUTOSEL 5.4 13/22] ceph: fix use-after-free for fsc->mdsc
 2020-08-20  0:02 UTC 

[PATCH AUTOSEL 4.19 11/18] ceph: fix use-after-free for fsc->mdsc
 2020-08-20  0:02 UTC 

[PATCH] libceph: multiple workspaces for CRUSH computations
 2020-08-19 14:14 UTC  (5+ messages)

[PATCH] ceph: add dirs/files' opened/opening metric support
 2020-08-19 13:44 UTC  (8+ messages)

[PATCH] rbd: Convert to use the preferred fallthrough macro
 2020-08-19 13:32 UTC  (4+ messages)

[RFC PATCH] ceph: Delete features that are not used in the kernel
 2020-08-19  9:40 UTC  (3+ messages)

[PATCH] libceph: add __maybe_unused to DEFINE_CEPH_FEATURE
 2020-08-19  9:34 UTC  (2+ messages)

[PATCH] ceph: Convert to use the preferred fallthrough macro
 2020-08-19  9:12 UTC 

[PATCH] ceph: Convert to use the preferred fallthrough macro
 2020-08-19  9:00 UTC  (2+ messages)

[PATCH] libceph: Convert to use the preferred fallthrough macro
 2020-08-19  7:39 UTC  (3+ messages)

[PATCH v7 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-08-19  4:22 UTC  (11+ messages)
` [PATCH v7 1/6] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v7 2/6] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v7 3/6] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v7 4/6] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v7 5/6] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v7 6/6] libceph: use sendpage_ok() in ceph_tcp_sendpage()

[PATCH v6 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-08-18 12:47 UTC  (7+ messages)
` [PATCH v6 1/6] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v6 2/6] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v6 3/6] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v6 4/6] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v6 5/6] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v6 6/6] libceph: use sendpage_ok() in ceph_tcp_sendpage()

Upcoming: fscache rewrite
 2020-08-17 19:07 UTC  (13+ messages)
` [GIT PULL] "
` [GIT PULL] fscache rewrite -- please drop for now

[PATCH V2 0/6] ceph: Use more generic logging
 2020-08-17 14:15 UTC  (7+ messages)
` [PATCH V2 2/6] ceph: Remove embedded function names from pr_debug uses
` [PATCH V2 4/6] net: "
` [PATCH V2 5/6] rbd: Use generic debugging facility
` [PATCH V2 6/6] ceph_debug: Remove now unused dout macro definitions

[PATCH 1/2] ceph: Use generic debugging facility
 2020-08-17  0:13 UTC  (4+ messages)

[PATCH 0/2] ceph: Neaten debugging
 2020-08-16 22:04 UTC  (2+ messages)
` [PATCH 2/2] ceph: Remove embedded function names from pr_debug uses

[PATCH] ceph: remove unnecessary return in switch statement
 2020-08-16 14:00 UTC  (4+ messages)

[GIT PULL] Ceph updates for 5.9-rc1
 2020-08-12 19:58 UTC  (2+ messages)

v14.2.11 Nautilus released
 2020-08-11 19:38 UTC 

[PATCH] ceph: encode inodes' parent/d_name in cap reconnect message
 2020-08-11 15:12 UTC  (4+ messages)

[RFC PATCH v2 00/11] ceph: convert to new FSCache API
 2020-08-10 18:55 UTC  (19+ messages)
` [RFC PATCH v2 01/11] ceph: break out writeback of incompatible snap context to separate function
` [RFC PATCH v2 02/11] ceph: don't call ceph_update_writeable_page from page_mkwrite
` [RFC PATCH v2 03/11] ceph: fold ceph_sync_readpages into ceph_readpage
` [RFC PATCH v2 04/11] ceph: fold ceph_sync_writepages into writepage_nounlock
` [RFC PATCH v2 05/11] ceph: fold ceph_update_writeable_page into ceph_write_begin
` [RFC PATCH v2 06/11] ceph: conversion to new fscache API
` [RFC PATCH v2 07/11] ceph: convert readpage to fscache read helper
` [RFC PATCH v2 08/11] ceph: plug write_begin into "
` [RFC PATCH v2 09/11] ceph: convert readpages to fscache_read_helper
  ` [Linux-cachefs] "
` [RFC PATCH v2 10/11] ceph: add fscache writeback support
` [RFC PATCH v2 11/11] ceph: re-enable fscache support

[PATCH] ceph: handle zero-length feature mask in session messages
 2020-08-04 16:31 UTC 

[PATCH] ceph: set sec_context xattr on symlink creation
 2020-08-04 13:51 UTC  (5+ messages)

[PATCH] ceph: move sb->wb_pagevec_pool to be a global mempool
 2020-08-03 13:05 UTC  (3+ messages)

[v2] ceph: use frag's MDS in either mode
 2020-08-03  1:25 UTC  (3+ messages)

[PATCH] ceph: use frag's MDS in either mode
 2020-07-31  2:38 UTC  (3+ messages)

[nautilus][mds] MDS fall into ReadOnly mode
 2020-07-30 10:55 UTC 

Covid 19 Wohltätigkeitsfonds
 2020-07-28  8:38 UTC 

[PATCH] ceph: fix memory leak when reallocating pages array for writepages
 2020-07-27 13:44 UTC  (6+ messages)

[PATCH] ceph: eliminate unused "total" variable in ceph_mdsc_send_metrics
 2020-07-24 22:39 UTC  (3+ messages)

[ceph-client:testing 2/8] fs/ceph/metric.c:23:11: warning: variable 'total' set but not used
 2020-07-24 13:56 UTC 

INVESTMENT
 2020-07-24 12:00 UTC 

[PATCH] ceph: delete repeated words in fs/ceph/
 2020-07-24  0:26 UTC 

[PATCH] ceph: remove redundant initialization of variable mds
 2020-07-23 17:24 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).