ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-14 19:19:20 to 2020-10-06 14:13:11 UTC [more...]

[PATCH] ceph: don't SetPageError on readpage errors
 2020-10-06 14:13 UTC 

[PATCH 0/7] Fix a pile of 4GB file problems on 32-bit
 2020-10-06 11:29 UTC  (9+ messages)
` [PATCH 1/7] 9P: Cast to loff_t before multiplying
` [PATCH 2/7] buffer: Promote to unsigned long long before shifting
` [PATCH 3/7] ceph: "
` [PATCH 4/7] ocfs2: "
` [PATCH 5/7] btrfs: "
` [PATCH 6/7] "
` [PATCH 7/7] btrfs: Promote to unsigned long long before multiplying

Disinfectant
 2020-10-05  8:02 UTC 

[PATCH v10 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-10-04  3:38 UTC  (11+ messages)
` [PATCH v10 1/7] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v10 2/7] net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
` [PATCH v10 3/7] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v10 4/7] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v10 5/7] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v10 6/7] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v10 7/7] libceph: use sendpage_ok() in ceph_tcp_sendpage()
  ` (no subject)

drivers/block/rbd.c: atomic_inc_return_safe() & atomic_dec_return_safe()
 2020-10-02 23:50 UTC  (3+ messages)

[PATCH v9 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-10-02 22:29 UTC  (13+ messages)
` [PATCH v9 1/7] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v9 2/7] net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
` [PATCH v9 3/7] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v9 4/7] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v9 5/7] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v9 6/7] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v9 7/7] libceph: use sendpage_ok() in ceph_tcp_sendpage()

[ceph-users] Re: Understanding what ceph-volume does, with bootstrap-osd/ceph.keyring, tmpfs
 2020-09-30 18:25 UTC  (3+ messages)

[RFC PATCH 0/4] ceph: fix spurious recover_session=clean errors
 2020-09-30 17:55 UTC  (23+ messages)
` [RFC PATCH 1/4] ceph: don't WARN when removing caps due to blocklisting
` [RFC PATCH 2/4] ceph: don't mark mount as SHUTDOWN when recovering session
` [RFC PATCH 3/4] ceph: remove timeout on allowing reconnect after blocklisting
` [RFC PATCH 4/4] ceph: queue request when CLEANRECOVER is set
` [RFC PATCH v2 0/4] ceph: fix spurious recover_session=clean errors
  ` [RFC PATCH v2 1/4] ceph: don't WARN when removing caps due to blocklisting
  ` [RFC PATCH v2 2/4] ceph: don't mark mount as SHUTDOWN when recovering session
  ` [RFC PATCH v2 3/4] ceph: remove timeout on allowing reconnect after blocklisting
  ` [RFC PATCH v2 4/4] ceph: queue MDS requests to REJECTED sessions when CLEANRECOVER is set

[PATCH] ceph: fix up some warnings on W=1 builds
 2020-09-30 12:26 UTC 

Rook orchestrator module
 2020-09-29 21:05 UTC  (3+ messages)

[PATCH] ceph: retransmit REQUEST_CLOSE every second if we don't get a response
 2020-09-28 22:03 UTC 

[PATCH] fscrypt: export fscrypt_d_revalidate()
 2020-09-28 21:55 UTC  (3+ messages)

[PATCH v8 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-09-27 12:21 UTC  (13+ messages)
` [PATCH v8 1/7] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v8 2/7] net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
` [PATCH v8 3/7] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v8 4/7] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v8 5/7] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v8 6/7] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v8 7/7] libceph: use sendpage_ok() in ceph_tcp_sendpage()

[PATCH] ceph: remove unused macro anywhere
 2020-09-25  9:40 UTC 

[PATCH 00/13] Allow readpage to return a locked page
 2020-09-24  9:00 UTC  (21+ messages)
` [PATCH 01/13] mm: Add AOP_UPDATED_PAGE return value
` [PATCH 02/13] 9p: Tell the VFS that readpage was synchronous
  ` [V9fs-developer] "
` [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: "

reminder: Performance meeting paper discussion tomorrow
 2020-09-23 17:46 UTC 

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

[RFC PATCH v3 00/16] ceph+fscrypt: context, filename and symlink support
 2020-09-23 11:19 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 14/16] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v3 16/16] ceph: create symlinks with encrypted and base64-encoded targets

[PATCH v7 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-09-23  8:45 UTC  (8+ messages)
` [PATCH v7 1/6] net: introduce helper sendpage_ok() in include/linux/net.h

[ceph-users] Re: Understanding what ceph-volume does, with bootstrap-osd/ceph.keyring, tmpfs
 2020-09-22 19:17 UTC 

[PATCH v3 00/13] fscrypt: improve file creation flow
 2020-09-22 13:50 UTC  (20+ 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 *'

Understanding what ceph-volume does, with bootstrap-osd/ceph.keyring, tmpfs
 2020-09-21 14:14 UTC 

AW:
 2020-09-21  5:15 UTC 

[PATCH AUTOSEL 4.19 062/206] ceph: ensure we have a new cap before continuing in fill_inode
 2020-09-18  2:07 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 190/206] ceph: fix potential race in ceph_check_caps

[PATCH AUTOSEL 4.14 116/127] ceph: fix potential race in ceph_check_caps
 2020-09-18  2:12 UTC 

[PATCH AUTOSEL 4.9 84/90] ceph: fix potential race in ceph_check_caps
 2020-09-18  2:14 UTC 

[PATCH AUTOSEL 4.4 60/64] ceph: fix potential race in ceph_check_caps
 2020-09-18  2:16 UTC 

[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

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

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

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


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