ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-02 18:12:40 to 2025-08-19 08:37:44 UTC [more...]

[PATCH 00/11] VFS: prepare for changes to directory locking
 2025-08-19  8:37 UTC  (38+ messages)
` [PATCH 01/11] VFS: discard err2 in filename_create()
` [PATCH 02/11] VFS: introduce dentry_lookup() and friends
` [PATCH 03/11] VFS: add dentry_lookup_killable()
` [PATCH 04/11] VFS: introduce dentry_lookup_continue()
` [PATCH 05/11] VFS: add rename_lookup()
` [PATCH 06/11] VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
` [PATCH 07/11] VFS: Change vfs_mkdir() to unlock on failure
` [PATCH 08/11] VFS: allow d_splice_alias() and d_add() to work on hashed dentries
` [PATCH 09/11] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 10/11] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH 11/11] VFS: introduce d_alloc_noblock() and d_alloc_locked()

[PATCH v5 00/13] Move fscrypt and fsverity info out of struct inode
 2025-08-15 14:28 UTC  (26+ messages)
` [PATCH v5 01/13] fscrypt: replace raw loads of info pointer with helper function
` [PATCH v5 02/13] fscrypt: add support for info in fs-specific part of inode
` [PATCH v5 03/13] ext4: move crypt info pointer to "
` [PATCH v5 04/13] f2fs: "
` [PATCH v5 05/13] ubifs: "
` [PATCH v5 06/13] ceph: "
` [PATCH v5 07/13] fs: remove inode::i_crypt_info
` [PATCH v5 08/13] fsverity: add support for info in fs-specific part of inode
` [PATCH v5 09/13] ext4: move verity info pointer to "
` [PATCH v5 10/13] f2fs: "
` [PATCH v5 11/13] btrfs: "
` [PATCH v5 12/13] fs: remove inode::i_verity_info
` [PATCH v5 13/13] fsverity: check IS_VERITY() in fsverity_cleanup_inode()

[bug report] ceph: fix race condition where r_parent becomes stale before sending message
 2025-08-15  7:23 UTC  (2+ messages)

[ceph-client:tls-tracing-only 10/10] fs/ceph/blog_debugfs.c:26: warning: Function parameter or struct member 's' not described in 'blog_entries_show'
 2025-08-14 20:12 UTC 

[ceph-client:tls-tracing-only 7/10] include/linux/blog/blog_ser.h:115:16: error: static assertion failed due to requirement 'sizeof (null_str.str) == sizeof(unsigned long)': null_str.str size must match unsigned long for proper alignment
 2025-08-14 19:31 UTC 

[ceph-client:tls-tracing-only 7/10] lib/blog/blog_core.c:94: warning: Function parameter or struct member 'ctx' not described in 'blog_set_napi_ctx'
 2025-08-14 18:39 UTC 

[ceph-client:tls-tracing-only 3/10] include/linux/ceph/ceph_san_ser.h:157:93: warning: cast from pointer to integer of different size
 2025-08-14 17:35 UTC 

[PATCH] ceph: Fix multifs mds auth caps issue
 2025-08-13 18:22 UTC  (8+ messages)

[PATCH v4 0/2] ceph: fix client race conditions with stale r_parent
 2025-08-13 17:56 UTC  (5+ messages)
` [PATCH v4 1/2] ceph: fix client race condition validating r_parent before applying state
` [PATCH v4 2/2] ceph: fix client race condition where r_parent becomes stale before sending message

[PATCH 0/3] net/ceph/messenger: micro-optimizations for out_msg
 2025-08-11 23:29 UTC  (13+ messages)
` [PATCH 1/3] net/ceph/messenger: ceph_con_get_out_msg() returns the message pointer
` [PATCH 2/3] net/ceph/messenger_v[12]: pass ceph_msg* instead of loading con->out_msg
` [PATCH 3/3] net/ceph/messenger: add empty check to ceph_con_get_out_msg()

[PATCH v2] ceph: fix deadlock in ceph_readdir_prepopulate
 2025-08-11 19:43 UTC  (2+ messages)

[PATCH v3 0/2] ceph: fix client race conditions with stale r_parent
 2025-08-11 19:06 UTC  (5+ messages)
` [PATCH v3 1/2] ceph: fix client race condition validating r_parent before applying state
` [PATCH v3 2/2] ceph: fix client race condition where r_parent becomes stale before sending message

[PATCH v6] ceph: fix slab-use-after-free in have_mon_and_osd_map()
 2025-08-08 18:03 UTC  (5+ messages)

[ceph-client:tls-tracing-only 11/14] lib/rtlog/rtlog_test.c:199:6: warning: unused variable 'thread_id'
 2025-08-08  1:46 UTC 

[ceph-client:tls-tracing-only 10/14] lib/rtlog/rtlog_des.c:22: warning: Function parameter or struct member 'buffer' not described in 'rtlog_des_get_u32'
 2025-08-07 23:18 UTC 

[ceph-client:tls-tracing-only 10/14] fs/ceph/debugfs.c:420:3: error: call to undeclared function 'rtlog_log_iter_init'; ISO C99 and later do not support implicit function declarations
 2025-08-07 22:09 UTC 

[ceph-client:tls-tracing-only 10/14] fs/ceph/debugfs.c:416:20: error: 'g_rtlog_logger' undeclared; did you mean 'rtlog_logger'?
 2025-08-07 12:32 UTC 

[ceph-client:tls-tracing-only 14/14] htmldocs: Warning: Documentation/binary-logging/rtlog-api-reference.rst references a file that doesn't exist: Documentation/trace/rtlog.rst
 2025-08-07 11:24 UTC 

[PATCH 0/2] ceph: Fix r_parent staleness race and related deadlock
 2025-08-05 12:28 UTC  (6+ messages)
` [PATCH v2 1/2] ceph: fix client race condition validating r_parent before applying state
` [PATCH v2 2/2] ceph: fix client race condition where r_parent becomes stale before sending message

[PATCH v2] ceph: Fix multifs mds auth caps issue
 2025-08-01 20:06 UTC  (2+ messages)

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-08-01 14:00 UTC  (2+ messages)

[ceph-client:wip-tls-tracing-parent-fix 6/8] fs/ceph/debugfs.c:366:19: warning: variable 'seconds' set but not used
 2025-07-31 23:42 UTC 

[PATCH] libceph: Use HMAC-SHA256 library instead of crypto_shash
 2025-07-31 19:25 UTC  (2+ messages)

[PATCH 0/2] ceph: Fix r_parent staleness race and related deadlock
 2025-07-31  7:30 UTC  (7+ messages)
` [PATCH 1/2] ceph: fix client race condition validating r_parent before applying state
` [PATCH 2/2] ceph: fix client race condition where r_parent becomes stale before sending message

[PATCH] ceph: cleanup in __ceph_do_pending_vmtruncate() method
 2025-07-30 18:54 UTC 

[PATCH] ceph: fix deadlock in ceph_readdir_prepopulate
 2025-07-30 14:01 UTC  (3+ messages)

[git pull][6.17] vfs.git 7/9: ceph d_name fixes
 2025-07-28 23:41 UTC  (2+ messages)

[PATCH v3] ceph: cleanup of processing ci->i_ceph_flags bits
 2025-07-25 18:31 UTC 

[PATCH v2] ceph: cleanup of processing ci->i_ceph_flags bits in caps.c
 2025-07-23 11:24 UTC  (2+ messages)

[PATCH] ceph: cleanup of processing ci->i_ceph_flags bits in caps.c
 2025-07-22 17:08 UTC  (3+ messages)

[PATCH 6.15 038/187] netfs: Fix copy-to-cache so that it performs collection with ceph+fscache
 2025-07-22 13:43 UTC  (2+ messages)
` [PATCH 6.15 039/187] netfs: Fix race between cache write completion and ALL_QUEUED being set

discarding an rbd device results in partial zero-filling without any errors
 2025-07-15  6:10 UTC  (8+ messages)

[PATCH] ceph: fix potentail race condition of operations with CEPH_I_ODIRECT flag
 2025-07-14 21:47 UTC 

[PATCH 0/2] netfs: Fix use of fscache with ceph
 2025-07-14  9:05 UTC  (6+ messages)
` [PATCH 1/2] netfs: Fix copy-to-cache so that it performs collection with ceph+fscache
` [PATCH 2/2] netfs: Fix race between cache write completion and ALL_QUEUED being set

[PATCH v2 0/6] fscrypt: Switch to sync_skcipher and on-stack requests
 2025-07-10 19:32 UTC  (10+ messages)
` [PATCH v2 1/6] fscrypt: Don't use asynchronous CryptoAPI algorithms
` [PATCH v2 2/6] fscrypt: Drop FORBID_WEAK_KEYS flag for AES-ECB
` [PATCH v2 3/6] fscrypt: Switch to sync_skcipher and on-stack requests
` [PATCH v2 4/6] fscrypt: Remove gfp_t argument from fscrypt_crypt_data_unit()
` [PATCH v2 5/6] fscrypt: Remove gfp_t argument from fscrypt_encrypt_block_inplace()
` [PATCH v2 6/6] ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*()

[PATCH 00/13] netfs, cifs: Fixes to retry-related code
 2025-07-10 16:31 UTC  (11+ messages)

[PATCH v2] ceph: refactor wake_up_bit() pattern of calling
 2025-07-09  8:55 UTC  (2+ messages)

[PATCH RFC] fs/ceph : fix build warning in ceph_writepages_start()
 2025-07-08  9:20 UTC  (6+ messages)

[RFC] Different flock/fcntl locking behaviors via libcephfs and cephfs kernel client
 2025-07-08  9:09 UTC  (4+ messages)
  ` 回覆: "

[PATCH] ceph: refactor wake_up_bit() pattern of calling
 2025-07-07 20:51 UTC  (3+ messages)

[ceph-client:binary_tracing 2/4] net/ceph/ceph_san_logger.c:508:21: sparse: sparse: incorrect type in initializer (different address spaces)
 2025-07-04 22:31 UTC 

[PATCH v3] fscrypt: Don't use problematic non-inline crypto engines
 2025-07-04 13:25 UTC  (2+ messages)

[ceph-client:binary_tracing 2/4] net/ceph/ceph_san_logger.c:313:5: warning: 'strncpy' output may be truncated copying 15 bytes from a string of length 15
 2025-07-04  8:55 UTC 

[ceph-client:binary_tracing 2/4] include/linux/ceph/ceph_san_ser.h:116:19: error: static assertion failed due to requirement 'sizeof (null_str.str) == sizeof(unsigned long)': null_str.str size must match unsigned long for proper alignment
 2025-07-04  7:10 UTC 

[PATCH v7] ceph: fix slab-use-after-free in have_mon_and_osd_map()
 2025-07-03 17:41 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).