ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-12 09:53:49 to 2022-04-24 00:17:15 UTC [more...]

[PATCH] ceph: fix request refcount leak when session can't be acquired
 2022-04-24  0:16 UTC  (2+ messages)

[PATCH v5 1/4] fs: move sgid strip operation from inode_init_owner into inode_sgid_strip
 2022-04-22 10:49 UTC  (17+ messages)
` [PATCH v5 2/4] fs: Add missing umask strip in vfs_tmpfile
` [PATCH v5 3/4] fs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [PATCH v5 4/4] ceph: Remove S_ISGID clear code in ceph_finish_async_create

[PATCH] ceph: fix possible deadlock while holding Fcr to use getattr
 2022-04-22  9:25 UTC 

[PATCH] ceph: skip reading from Rados if pos exceeds i_size
 2022-04-22  5:09 UTC  (3+ messages)

[PATCH v2] ceph: try to choose the auth MDS if possible for getattr
 2022-04-21 10:17 UTC  (2+ messages)

[RFC PATCH] ceph: disable updating the atime since cephfs won't maintain it
 2022-04-21  7:18 UTC  (7+ messages)

[PATCH] ceph: try to choose the auth MDS if possible for getattr
 2022-04-21  7:04 UTC  (2+ messages)

[PATCH v4 1/8] fs: move sgid strip operation from inode_init_owner into inode_sgid_strip
 2022-04-21  1:11 UTC  (24+ messages)
` [PATCH v4 2/8] fs: Add missing umask strip in vfs_tmpfile
` [PATCH v4 3/8] xfs: only call posix_acl_create under CONFIG_XFS_POSIX_ACL
` [PATCH v4 4/8] NFSv3: only do posix_acl_create under CONFIG_NFS_V3_ACL
` [PATCH v4 5/8] f2fs: Remove useless NULL assign value for acl and default_acl
` [PATCH v4 6/8] ntfs3: Use the same order for acl pointer check in ntfs_init_acl
` [PATCH v4 7/8] fs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [PATCH v4 8/8] ceph: Remove S_ISGID clear code in ceph_finish_async_create

[PATCH resend] fs: change test in inode_insert5 for adding to the sb list
 2022-04-19 18:22 UTC 

[RFC resend PATCH] ceph: fix statx AT_STATX_DONT_SYNC vs AT_STATX_FORCE_SYNC check
 2022-04-19 13:39 UTC  (10+ messages)

use block_device based APIs in block layer consumers v3
 2022-04-19 12:55 UTC  (49+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_nonrot helper
` [PATCH 12/27] block: add a bdev_write_cache helper
` [PATCH 13/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_stable_writes helper
` [PATCH 15/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 25/27] block: add a bdev_discard_granularity helper
` [PATCH 26/27] block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
  ` [f2fs-dev] "
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH] ceph: fix compilation error when building kernel without FS_ENCRYPT
 2022-04-19 10:24 UTC  (2+ messages)

[PATCH v4] ceph: flush the mdlog for filesystem sync
 2022-04-19 10:16 UTC  (2+ messages)

[PATCH v2 1/3] vfs: Add inode_sgid_strip() api
 2022-04-19  5:44 UTC  (14+ messages)
` [PATCH v2 2/3] vfs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [PATCH v2 3/3] ceph: Remove S_ISGID clear code in ceph_finish_async_create

[ceph-client:wip-fscrypt 62/69] fs/ceph/inode.c:196:7: error: no member named 'fscrypt_auth' in 'struct ceph_inode_info'
 2022-04-19  4:53 UTC 

[PATCH v2] ceph: fix possible NULL pointer dereference for req->r_session
 2022-04-19  1:01 UTC  (7+ messages)

[PATCH] ceph: fix lock inversion when flushing the mdlog for filesystem sync
 2022-04-19  0:49 UTC  (2+ messages)

[ceph-client:wip-fscrypt 62/69] fs/ceph/inode.c:196:19: error: 'struct ceph_inode_info' has no member named 'fscrypt_auth'
 2022-04-18 20:05 UTC 

[PATCH v3 0/3] ceph: misc fix size truncate for fscrypt
 2022-04-18 16:11 UTC  (3+ messages)
` [PATCH v3 1/3] ceph: flush small range instead of the whole map for truncate

[PATCH v5 0/5] ceph: add support for snapshot names encryption
 2022-04-18 14:31 UTC  (7+ messages)
` [PATCH v5 1/5] ceph: add support for encrypted snapshot names
` [PATCH v5 2/5] ceph: add support for handling "
` [PATCH v5 3/5] ceph: update documentation regarding snapshot naming limitations
` [PATCH v5 4/5] ceph: replace base64url by the encoding used for mailbox names
` [PATCH v5 5/5] ceph: prevent snapshots to be created in encrypted locked directories

[PATCH v4 0/4] ceph: add support for snapshot names encryption
 2022-04-18 13:19 UTC  (10+ messages)
` [PATCH v4 1/4] ceph: add support for encrypted snapshot names
` [PATCH v4 2/4] ceph: add support for handling "
` [PATCH v4 3/4] ceph: update documentation regarding snapshot naming limitations
` [PATCH v4 4/4] ceph: replace base64url by the encoding used for mailbox names
` [PATCH] ceph: prevent snapshots to be created in encrypted locked directories

[PATCH v3 0/2] ceph: flush the mdlog for filesystem sync
 2022-04-18 13:09 UTC  (4+ messages)
` [PATCH v3 1/2] ceph: rename unsafe_request_wait()
` [PATCH v3 2/2] ceph: flush the mdlog for filesystem sync

[PATCH v2] ceph: flush the mdlog for filesystem sync
 2022-04-18 10:41 UTC  (3+ messages)

[PATCH] ceph/001: add extra check for remote object copies
 2022-04-18  9:31 UTC  (3+ messages)

[PATCH v3 1/7] fs/inode: move sgid strip operation from inode_init_owner into inode_sgid_strip
 2022-04-18  8:39 UTC  (18+ messages)
` [PATCH v3 2/7] fs/namei.c: Add missing umask strip in vfs_tmpfile
` [PATCH v3 3/7] xfs: Only do posix acl setup/release operation under CONFIG_XFS_POSIX_ACL
` [PATCH v3 4/7] nfs3: Only do posix acl setup/release operation under CONFIG_NFS_V3_ACL
` [PATCH v3 5/7] fs: Add new helper prepare_mode
` [PATCH v3 6/7] fs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [PATCH v3 7/7] ceph: Remove S_ISGID clear code in ceph_finish_async_create

[PATCH] ceph: fix possible NULL pointer dereference for req->r_session
 2022-04-18  1:36 UTC  (3+ messages)

link omruilen (aanmeldenwebsite.nl)
 2022-04-14  8:50 UTC 

[PATCH] fscrypt: split up FS_CRYPTO_BLOCK_SIZE
 2022-04-14  5:31 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] ceph: flush the mdlog for filesystem sync
 2022-04-12 11:13 UTC 

[PATCH linux-next] net: ceph: use swap() macro instead of taking tmp variable
 2022-04-12  9:11 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).