CEPH Filesystem Development
[Prev Page][Next Page]
[PATCH 1/2] ceph: Convert ceph_page_mkwrite() to use a folio,
Matthew Wilcox (Oracle)
[ceph-client:testing 78/96] fs/ceph/mds_client.c:2639: warning: Function parameter or member 'mdsc' not described in 'ceph_mdsc_build_path',
kernel test robot
[PATCH AUTOSEL 5.10 22/25] rbd: make get_lock_owner_info() return a single locker or NULL,
Sasha Levin
[PATCH AUTOSEL 5.15 29/31] rbd: harden get_lock_owner_info() a bit, Sasha Levin
[PATCH AUTOSEL 5.15 28/31] rbd: make get_lock_owner_info() return a single locker or NULL,
Sasha Levin
[PATCH AUTOSEL 6.1 43/47] rbd: harden get_lock_owner_info() a bit, Sasha Levin
[PATCH AUTOSEL 6.1 42/47] rbd: make get_lock_owner_info() return a single locker or NULL, Sasha Levin
[PATCH AUTOSEL 6.4 47/54] rbd: make get_lock_owner_info() return a single locker or NULL, Sasha Levin
[PATCH AUTOSEL 6.4 48/54] rbd: harden get_lock_owner_info() a bit, Sasha Levin
[PATCH v7 00/13] fs: implement multigrain timestamps,
Jeff Layton
- [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr, Jeff Layton
- [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time, Jeff Layton
- [PATCH v7 01/13] fs: remove silly warning from current_time, Jeff Layton
- [PATCH v7 04/13] btrfs: have it use inode_update_timestamps, Jeff Layton
- [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp, Jeff Layton
- [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps, Jeff Layton
- [PATCH v7 08/13] fs: drop the timespec64 argument from update_time, Jeff Layton
- [PATCH v7 05/13] fat: make fat_update_time get its own timestamp, Jeff Layton
- [PATCH v7 13/13] btrfs: convert to multigrain timestamps, Jeff Layton
- [PATCH v7 12/13] ext4: switch to multigrain timestamps, Jeff Layton
[PATCH v7 11/13] xfs: switch to multigrain timestamps, Jeff Layton
[PATCH v7 09/13] fs: add infrastructure for multigrain timestamps, Jeff Layton
[PATCH v7 10/13] tmpfs: add support for multigrain timestamps, Jeff Layton
Re: [PATCH v7 00/13] fs: implement multigrain timestamps, Christian Brauner
Re: [f2fs-dev] [PATCH v7 00/13] fs: implement multigrain timestamps, patchwork-bot+f2fs
[PATCH v10 00/12] ceph: support idmapped mounts,
Alexander Mikhalitsyn
- [PATCH v10 01/12] fs: export mnt_idmap_get/mnt_idmap_put, Alexander Mikhalitsyn
- [PATCH v10 02/12] ceph: stash idmapping in mdsc request, Alexander Mikhalitsyn
- [PATCH v10 03/12] ceph: handle idmapped mounts in create_request_message(), Alexander Mikhalitsyn
- [PATCH v10 04/12] ceph: add enable_unsafe_idmap module parameter, Alexander Mikhalitsyn
- [PATCH v10 05/12] ceph: pass an idmapping to mknod/symlink/mkdir, Alexander Mikhalitsyn
- [PATCH v10 09/12] ceph: allow idmapped setattr inode op, Alexander Mikhalitsyn
- [PATCH v10 06/12] ceph: allow idmapped getattr inode op, Alexander Mikhalitsyn
- [PATCH v10 08/12] ceph: pass idmap to __ceph_setattr, Alexander Mikhalitsyn
- [PATCH v10 07/12] ceph: allow idmapped permission inode op, Alexander Mikhalitsyn
- [PATCH v10 11/12] ceph/file: allow idmapped atomic_open inode op, Alexander Mikhalitsyn
- [PATCH v10 10/12] ceph/acl: allow idmapped set_acl inode op, Alexander Mikhalitsyn
- [PATCH v10 12/12] ceph: allow idmapped mounts, Alexander Mikhalitsyn
- Re: [PATCH v10 00/12] ceph: support idmapped mounts, Christian Brauner
- Re: [PATCH v10 00/12] ceph: support idmapped mounts, Xiubo Li
[GIT PULL] Ceph fixes for 6.5-rc5,
Ilya Dryomov
[RFC PATCH 00/18] ceph, rbd: Collapse all the I/O types down to something iov_iter-based,
David Howells
- [RFC PATCH 01/18] iov_iter: Add function to see if buffer is all zeros, David Howells
- [RFC PATCH 03/18] ceph: Add a new data container type, ceph_databuf, David Howells
- [RFC PATCH 04/18] ceph: Convert ceph_mds_request::r_pagelist to a databuf, David Howells
- [RFC PATCH 02/18] ceph: Rename alignment to offset, David Howells
- [RFC PATCH 05/18] rbd: Use ceph_databuf for rbd_obj_read_sync(), David Howells
- [RFC PATCH 06/18] ceph: Change ceph_osdc_call()'s reply to a ceph_databuf, David Howells
- [RFC PATCH 09/18] ceph: Convert notify_id_pages to a ceph_databuf, David Howells
- [RFC PATCH 07/18] ceph: Unexport osd_req_op_cls_request_data_pages(), David Howells
- [RFC PATCH 08/18] ceph: Remove osd_req_op_cls_response_data_pages(), David Howells
- [RFC PATCH 11/18] ceph: Remove bvec and bio data container types, David Howells
- [RFC PATCH 10/18] rbd: Switch from using bvec_iter to iov_iter, David Howells
- [RFC PATCH 13/18] ceph: Convert users of ceph_pagelist to ceph_databuf, David Howells
- [RFC PATCH 15/18] ceph: Convert ceph_osdc_notify() reply to ceph_databuf, David Howells
- [RFC PATCH 12/18] ceph: Convert some page arrays to ceph_databuf, David Howells
- [RFC PATCH 18/18] ceph: Don't use data_pages, David Howells
- [RFC PATCH 14/18] ceph: Remove ceph_pagelist, David Howells
- [RFC PATCH 16/18] ceph: Remove CEPH_OS_DATA_TYPE_PAGES and its attendant helpers, David Howells
- [RFC PATCH 17/18] ceph: Remove CEPH_MSG_DATA_PAGES and its helpers, David Howells
- Re: [RFC PATCH 00/18] ceph, rbd: Collapse all the I/O types down to something iov_iter-based, Xiubo Li
[PATCH v9 00/12] ceph: support idmapped mounts,
Alexander Mikhalitsyn
- [PATCH v9 01/12] fs: export mnt_idmap_get/mnt_idmap_put, Alexander Mikhalitsyn
- [PATCH v9 05/12] ceph: pass an idmapping to mknod/symlink/mkdir, Alexander Mikhalitsyn
- [PATCH v9 04/12] ceph: add enable_unsafe_idmap module parameter, Alexander Mikhalitsyn
- [PATCH v9 03/12] ceph: handle idmapped mounts in create_request_message(), Alexander Mikhalitsyn
- [PATCH v9 02/12] ceph: stash idmapping in mdsc request, Alexander Mikhalitsyn
- [PATCH v9 07/12] ceph: allow idmapped permission inode op, Alexander Mikhalitsyn
- [PATCH v9 06/12] ceph: allow idmapped getattr inode op, Alexander Mikhalitsyn
- [PATCH v9 09/12] ceph: allow idmapped setattr inode op, Alexander Mikhalitsyn
- [PATCH v9 11/12] ceph/file: allow idmapped atomic_open inode op, Alexander Mikhalitsyn
- [PATCH v9 08/12] ceph: pass idmap to __ceph_setattr, Alexander Mikhalitsyn
- [PATCH v9 12/12] ceph: allow idmapped mounts, Alexander Mikhalitsyn
- [PATCH v9 10/12] ceph/acl: allow idmapped set_acl inode op, Alexander Mikhalitsyn
[PATCH v8 00/12] ceph: support idmapped mounts,
Alexander Mikhalitsyn
- [PATCH v8 01/12] fs: export mnt_idmap_get/mnt_idmap_put, Alexander Mikhalitsyn
- [PATCH v8 02/12] ceph: stash idmapping in mdsc request, Alexander Mikhalitsyn
- [PATCH v8 03/12] ceph: handle idmapped mounts in create_request_message(), Alexander Mikhalitsyn
- [PATCH v8 07/12] ceph: allow idmapped permission inode op, Alexander Mikhalitsyn
- [PATCH v8 08/12] ceph: pass idmap to __ceph_setattr, Alexander Mikhalitsyn
- [PATCH v8 05/12] ceph: pass an idmapping to mknod/symlink/mkdir, Alexander Mikhalitsyn
- [PATCH v8 04/12] ceph: add enable_unsafe_idmap module parameter, Alexander Mikhalitsyn
- [PATCH v8 06/12] ceph: allow idmapped getattr inode op, Alexander Mikhalitsyn
- [PATCH v8 10/12] ceph/acl: allow idmapped set_acl inode op, Alexander Mikhalitsyn
- [PATCH v8 11/12] ceph/file: allow idmapped atomic_open inode op, Alexander Mikhalitsyn
- [PATCH v8 12/12] ceph: allow idmapped mounts, Alexander Mikhalitsyn
- [PATCH v8 09/12] ceph: allow idmapped setattr inode op, Alexander Mikhalitsyn
[PATCH] libceph: fix potential hang in ceph_osdc_notify(),
Ilya Dryomov
[PATCH] rbd: prevent busy loop when requesting exclusive lock,
Ilya Dryomov
[GIT PULL] Ceph fixes for 6.5-rc4,
Ilya Dryomov
[PATCH v2] ceph: make num_fwd and num_retry to __u32,
xiubli
[PATCH v7 00/11] ceph: support idmapped mounts,
Alexander Mikhalitsyn
- [PATCH v7 02/11] ceph: stash idmapping in mdsc request, Alexander Mikhalitsyn
- [PATCH v7 01/11] fs: export mnt_idmap_get/mnt_idmap_put, Alexander Mikhalitsyn
- [PATCH v7 05/11] ceph: allow idmapped getattr inode op, Alexander Mikhalitsyn
- [PATCH v7 03/11] ceph: handle idmapped mounts in create_request_message(), Alexander Mikhalitsyn
- [PATCH v7 06/11] ceph: allow idmapped permission inode op, Alexander Mikhalitsyn
- [PATCH v7 04/11] ceph: pass an idmapping to mknod/symlink/mkdir, Alexander Mikhalitsyn
- [PATCH v7 08/11] ceph: allow idmapped setattr inode op, Alexander Mikhalitsyn
- [PATCH v7 07/11] ceph: pass idmap to __ceph_setattr, Alexander Mikhalitsyn
- [PATCH v7 10/11] ceph/file: allow idmapped atomic_open inode op, Alexander Mikhalitsyn
- [PATCH v7 09/11] ceph/acl: allow idmapped set_acl inode op, Alexander Mikhalitsyn
- [PATCH v7 11/11] ceph: allow idmapped mounts, Alexander Mikhalitsyn
[PATCH v2 0/3] rbd: reduce the potential for erroneous blocklisting,
Ilya Dryomov
[PATCH v6 0/7] fs: implement multigrain timestamps,
Jeff Layton
[PATCH] ceph: make num_fwd and num_retry to __u32,
xiubli
[PATCH] ceph: make the members in struct ceph_mds_request_args_ext an union,
xiubli
[PATCH 0/3] rbd: reduce the potential for erroneous blocklisting,
Ilya Dryomov
[PATCH v3] ceph: defer stopping the mdsc delayed_work,
xiubli
[PATCH v2] ceph: defer stopping the mdsc delayed_work,
xiubli
[PATCH AUTOSEL 6.1 22/34] ceph: try to dump the msgs when decoding fails, Sasha Levin
[PATCH AUTOSEL 6.4 24/40] ceph: try to dump the msgs when decoding fails, Sasha Levin
[PATCH] ceph: disable sending metrics thoroughly when it's disabled,
xiubli
[PATCH] netfs: Fix errors in cache.h The following checkpatch errors are removed: ERROR: "foo* bar" should be "foo *bar" ERROR: "foo* bar" should be "foo *bar" ERROR: "foo* bar" should be "foo *bar" ERROR: "foo* bar" should be "foo *bar" ERROR: "foo* bar" should be "foo *bar",
huzhi001
[GIT PULL] Ceph fix for 6.5-rc2,
Ilya Dryomov
[PATCH v5 0/8] fs: implement multigrain timestamps,
Jeff Layton
[PATCH] libceph: harden msgr2.1 frame segment length checks,
Ilya Dryomov
[GIT PULL] Ceph fixes for 6.5-rc1,
Ilya Dryomov
[PATCH v2 30/92] ceph: convert to ctime accessor functions,
Jeff Layton
[PATCH v2 00/89] fs: new accessors for inode->i_ctime,
Jeff Layton
[PATCH] ceph: defer stopping the mdsc delayed_work,
xiubli
[PATCH v3] ceph: don't let check_caps skip sending responses for revoke msgs,
xiubli
[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache,
David Howells
[PATCH v2] ceph: don't let check_caps skip sending responses for revoke msgs,
xiubli
[PATCH net-next v3] libceph: Partially revert changes to support MSG_SPLICE_PAGES,
David Howells
Ceph patches for the merge window?,
David Howells
[PATCH] ceph: don't let check_caps skip sending responses for revoke msgs,
xiubli
Is ->sendmsg() allowed to change the msghdr struct it is given?,
David Howells
[PATCH net-next v2] libceph: Partially revert changes to support MSG_SPLICE_PAGES,
David Howells
[PATCH net-next] libceph: Partially revert changes to support MSG_SPLICE_PAGES,
David Howells
[PATCH net-next v5 03/16] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage,
David Howells
[PATCH net-next v5 04/16] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage(),
David Howells
Re: [PATCH 00/79] fs: new accessors for inode->i_ctime,
Christian Brauner
[PATCH net-next v4 03/15] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage,
David Howells
[PATCH net-next v4 04/15] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage(), David Howells
Re: [PATCH 01/79] fs: add ctime accessors infrastructure,
Jeff Layton
[PATCH 17/79] ceph: switch to new ctime accessors,
Jeff Layton
[PATCH net-next v3 07/18] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage(), David Howells
[PATCH net-next v3 05/18] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage, David Howells
[PATCH v4 0/6] ceph: print the client global id for debug logs,
xiubli
[PATCH] ceph: issue a cap release immediately if no cap exists,
xiubli
[PATCH net-next v2 07/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage(), David Howells
[PATCH net-next v2 05/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage, David Howells
[PATCH net-next 05/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage, David Howells
[PATCH net-next 07/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage(), David Howells
[ceph-client:testing 16/22] fs/ceph/caps.c:4359:11: error: label at end of compound statement: expected statement, kernel test robot
[ceph-client:testing 21/21] fs/ceph/file.c:24:29: warning: unused variable 'cl',
kernel test robot
[ceph-client:testing 21/21] fs/ceph/xattr.c:61:22: warning: unused variable 'cl', kernel test robot
[PATCH v3 0/6] ceph: print the client global id for debug logs,
xiubli
[PATCH v20 00/71] ceph+fscrypt: full support,
xiubli
- [PATCH v20 02/71] libceph: define struct ceph_sparse_extent and add some helpers, xiubli
- [PATCH v20 01/71] libceph: add spinlock around osd->o_requests, xiubli
- [PATCH v20 03/71] libceph: add sparse read support to msgr2 crc state machine, xiubli
- [PATCH v20 04/71] libceph: add sparse read support to OSD client, xiubli
- [PATCH v20 05/71] libceph: support sparse reads on msgr2 secure codepath, xiubli
- [PATCH v20 06/71] libceph: add sparse read support to msgr1, xiubli
- [PATCH v20 08/71] ceph: preallocate inode for ops that may create one, xiubli
- [PATCH v20 07/71] ceph: add new mount option to enable sparse reads, xiubli
- [PATCH v20 09/71] ceph: make ceph_msdc_build_path use ref-walk, xiubli
- [PATCH v20 10/71] libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type, xiubli
- [PATCH v20 11/71] ceph: use osd_req_op_extent_osd_iter for netfs reads, xiubli
- [PATCH v20 12/71] ceph: fscrypt_auth handling for ceph, xiubli
- [PATCH v20 13/71] ceph: ensure that we accept a new context from MDS for new inodes, xiubli
- [PATCH v20 14/71] ceph: add support for fscrypt_auth/fscrypt_file to cap messages, xiubli
- [PATCH v20 15/71] ceph: implement -o test_dummy_encryption mount option, xiubli
- [PATCH v20 16/71] ceph: decode alternate_name in lease info, xiubli
- [PATCH v20 17/71] ceph: add fscrypt ioctls, xiubli
- [PATCH v20 18/71] ceph: make the ioctl cmd more readable in debug log, xiubli
- [PATCH v20 19/71] ceph: add base64 endcoding routines for encrypted names, xiubli
- [PATCH v20 20/71] ceph: add encrypted fname handling to ceph_mdsc_build_path, xiubli
- [PATCH v20 21/71] ceph: send altname in MClientRequest, xiubli
- [PATCH v20 22/71] ceph: encode encrypted name in dentry release, xiubli
- [PATCH v20 25/71] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries, xiubli
- [PATCH v20 24/71] ceph: set DCACHE_NOKEY_NAME in atomic open, xiubli
- [PATCH v20 23/71] ceph: properly set DCACHE_NOKEY_NAME flag in lookup, xiubli
- [PATCH v20 26/71] ceph: add helpers for converting names for userland presentation, xiubli
- [PATCH v20 27/71] ceph: fix base64 encoded name's length check in ceph_fname_to_usr(), xiubli
- [PATCH v20 28/71] ceph: add fscrypt support to ceph_fill_trace, xiubli
- [PATCH v20 29/71] ceph: pass the request to parse_reply_info_readdir(), xiubli
- [PATCH v20 30/71] ceph: add ceph_encode_encrypted_dname() helper, xiubli
- [PATCH v20 31/71] ceph: add support to readdir for encrypted filenames, xiubli
- [PATCH v20 32/71] ceph: create symlinks with encrypted and base64-encoded targets, xiubli
- [PATCH v20 33/71] ceph: make ceph_get_name decrypt filenames, xiubli
- [PATCH v20 34/71] ceph: add a new ceph.fscrypt.auth vxattr, xiubli
- [PATCH v20 36/71] ceph: allow encrypting a directory while not having Ax caps, xiubli
- [PATCH v20 35/71] ceph: add some fscrypt guardrails, xiubli
- [PATCH v20 37/71] ceph: mark directory as non-complete after loading key, xiubli
- [PATCH v20 39/71] libceph: add CEPH_OSD_OP_ASSERT_VER support, xiubli
- [PATCH v20 38/71] ceph: don't allow changing layout on encrypted files/directories, xiubli
- [PATCH v20 41/71] ceph: fscrypt_file field handling in MClientRequest messages, xiubli
- [PATCH v20 42/71] ceph: get file size from fscrypt_file when present in inode traces, xiubli
- [PATCH v20 44/71] ceph: update WARN_ON message to pr_warn, xiubli
- [PATCH v20 43/71] ceph: handle fscrypt fields in cap messages from MDS, xiubli
- [PATCH v20 45/71] ceph: add __ceph_get_caps helper support, xiubli
- [PATCH v20 46/71] ceph: add __ceph_sync_read helper support, xiubli
- [PATCH v20 47/71] ceph: add object version support for sync read, xiubli
- [PATCH v20 48/71] ceph: add infrastructure for file encryption and decryption, xiubli
- [PATCH v20 50/71] libceph: allow ceph_osdc_new_request to accept a multi-op read, xiubli
- [PATCH v20 49/71] ceph: add truncate size handling support for fscrypt, xiubli
- [PATCH v20 52/71] ceph: disable copy offload on encrypted inodes, xiubli
- [PATCH v20 51/71] ceph: disable fallocate for encrypted inodes, xiubli
- [PATCH v20 54/71] ceph: align data in pages in ceph_sync_write, xiubli
- [PATCH v20 53/71] ceph: don't use special DIO path for encrypted inodes, xiubli
- [PATCH v20 55/71] ceph: add read/modify/write to ceph_sync_write, xiubli
- [PATCH v20 57/71] ceph: add fscrypt decryption support to ceph_netfs_issue_op, xiubli
- [PATCH v20 56/71] ceph: plumb in decryption during sync reads, xiubli
- [PATCH v20 58/71] ceph: set i_blkbits to crypto block size for encrypted inodes, xiubli
- [PATCH v20 60/71] ceph: fscrypt support for writepages, xiubli
- [PATCH v20 59/71] ceph: add encryption support to writepage, xiubli
- [PATCH v20 61/71] ceph: invalidate pages when doing direct/sync writes, xiubli
- [PATCH v20 63/71] ceph: add support for handling encrypted snapshot names, xiubli
- [PATCH v20 62/71] ceph: add support for encrypted snapshot names, xiubli
- [PATCH v20 64/71] ceph: update documentation regarding snapshot naming limitations, xiubli
- [PATCH v20 65/71] ceph: prevent snapshots to be created in encrypted locked directories, xiubli
- [PATCH v20 66/71] ceph: report STATX_ATTR_ENCRYPTED on encrypted inodes, xiubli
- [PATCH v20 69/71] ceph: fix updating the i_truncate_pagecache_size for fscrypt, xiubli
- [PATCH v20 67/71] ceph: drop the messages from MDS when unmounting, xiubli
- [PATCH v20 70/71] ceph: switch ceph_lookup() to use new fscrypt helper, xiubli
- [PATCH v20 68/71] ceph: just wait the osd requests' callbacks to finish when unmounting, xiubli
- [PATCH v20 71/71] ceph: switch ceph_open_atomic() to use the new fscrypt helper, xiubli
- [PATCH v20 40/71] ceph: size handling for encrypted inodes in cap updates, xiubli
- Re: [PATCH v20 00/71] ceph+fscrypt: full support, Milind Changire
- Re: [PATCH v20 00/71] ceph+fscrypt: full support, Venky Shankar
[PATCH v2 0/6] ceph: print the client global id for debug logs,
xiubli
[PATCH] ceph: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method,
Christoph Hellwig
[GIT PULL] Ceph fixes for 6.4-rc6,
Ilya Dryomov
[PATCH v6 00/15] ceph: support idmapped mounts,
Alexander Mikhalitsyn
- [PATCH v6 02/15] ceph: stash idmapping in mdsc request, Alexander Mikhalitsyn
- [PATCH v6 01/15] fs: export mnt_idmap_get/mnt_idmap_put, Alexander Mikhalitsyn
- [PATCH v6 09/15] ceph/acl: allow idmapped set_acl inode op, Alexander Mikhalitsyn
- [PATCH v6 06/15] ceph: allow idmapped permission inode op, Alexander Mikhalitsyn
- [PATCH v6 10/15] ceph/file: allow idmapped atomic_open inode op, Alexander Mikhalitsyn
- [PATCH v6 15/15] ceph: allow idmapped mounts, Alexander Mikhalitsyn
- [PATCH v6 04/15] ceph: pass an idmapping to mknod/symlink/mkdir/rename, Alexander Mikhalitsyn
- [PATCH v6 08/15] ceph: allow idmapped setattr inode op, Alexander Mikhalitsyn
- [PATCH v6 13/15] ceph: pass idmap to ceph_open/ioctl_set_layout/readdir, Alexander Mikhalitsyn
- [PATCH v6 11/15] ceph: pass idmap to ceph_do_getattr, Alexander Mikhalitsyn
- [PATCH v6 14/15] ceph: pass idmap to ceph_netfs_issue_op_inline, Alexander Mikhalitsyn
- [PATCH v6 07/15] ceph: pass idmap to __ceph_setattr, Alexander Mikhalitsyn
- [PATCH v6 05/15] ceph: allow idmapped getattr inode op, Alexander Mikhalitsyn
- [PATCH v6 03/15] ceph: handle idmapped mounts in create_request_message(), Alexander Mikhalitsyn
- [PATCH v6 12/15] ceph: pass idmap to __ceph_setxattr, Alexander Mikhalitsyn
[PATCH v5 00/14] ceph: support idmapped mounts,
Alexander Mikhalitsyn
- [PATCH v5 01/14] fs: export mnt_idmap_get/mnt_idmap_put, Alexander Mikhalitsyn
- [PATCH v5 02/14] ceph: stash idmapping in mdsc request, Alexander Mikhalitsyn
- [PATCH v5 03/14] ceph: handle idmapped mounts in create_request_message(), Alexander Mikhalitsyn
- [PATCH v5 04/14] ceph: pass an idmapping to mknod/symlink/mkdir/rename, Alexander Mikhalitsyn
- [PATCH v5 05/14] ceph: allow idmapped getattr inode op, Alexander Mikhalitsyn
- [PATCH v5 06/14] ceph: allow idmapped permission inode op, Alexander Mikhalitsyn
- [PATCH v5 07/14] ceph: pass idmap to __ceph_setattr, Alexander Mikhalitsyn
- [PATCH v5 08/14] ceph: allow idmapped setattr inode op, Alexander Mikhalitsyn
- [PATCH v5 10/14] ceph/file: allow idmapped atomic_open inode op, Alexander Mikhalitsyn
- [PATCH v5 09/14] ceph/acl: allow idmapped set_acl inode op, Alexander Mikhalitsyn
- [PATCH v5 11/14] ceph: pass idmap to ceph_do_getattr, Alexander Mikhalitsyn
- [PATCH v5 12/14] ceph: pass idmap to __ceph_setxattr, Alexander Mikhalitsyn
- [PATCH v5 14/14] ceph: allow idmapped mounts, Alexander Mikhalitsyn
- [PATCH v5 13/14] ceph: pass idmap to ceph_open/ioctl_set_layout, Alexander Mikhalitsyn
- Re: [PATCH v5 00/14] ceph: support idmapped mounts, Xiubo Li
[PATCH] ceph: print the client global id when blocklisting the sessions, xiubli
[PATCH v3 0/2] ceph: fix fscrypt_destroy_keyring use-after-free bug,
xiubli
[PATCH v4 00/14] ceph: support idmapped mounts,
Alexander Mikhalitsyn
- [PATCH v4 02/14] ceph: stash idmapping in mdsc request, Alexander Mikhalitsyn
- [PATCH v4 01/14] fs: export mnt_idmap_get/mnt_idmap_put, Alexander Mikhalitsyn
- [PATCH v4 03/14] ceph: handle idmapped mounts in create_request_message(), Alexander Mikhalitsyn
- [PATCH v4 10/14] ceph: pass idmap to __ceph_setattr, Alexander Mikhalitsyn
- [PATCH v4 12/14] ceph/acl: allow idmapped set_acl inode op, Alexander Mikhalitsyn
- [PATCH v4 04/14] ceph: allow idmapped mknod inode op, Alexander Mikhalitsyn
- [PATCH v4 05/14] ceph: allow idmapped symlink inode op, Alexander Mikhalitsyn
- [PATCH v4 09/14] ceph: allow idmapped permission inode op, Alexander Mikhalitsyn
- [PATCH v4 07/14] ceph: allow idmapped rename inode op, Alexander Mikhalitsyn
- [PATCH v4 06/14] ceph: allow idmapped mkdir inode op, Alexander Mikhalitsyn
- [PATCH v4 14/14] ceph: allow idmapped mounts, Alexander Mikhalitsyn
- [PATCH v4 13/14] ceph/file: allow idmapped atomic_open inode op, Alexander Mikhalitsyn
- [PATCH v4 11/14] ceph: allow idmapped setattr inode op, Alexander Mikhalitsyn
- [PATCH v4 08/14] ceph: allow idmapped getattr inode op, Alexander Mikhalitsyn
- Re: [PATCH v4 00/14] ceph: support idmapped mounts, Xiubo Li
[PATCH v3 00/14] ceph: support idmapped mounts,
Alexander Mikhalitsyn
- [PATCH v3 02/14] ceph: stash idmapping in mdsc request, Alexander Mikhalitsyn
- [PATCH v3 01/14] fs: export mnt_idmap_get/mnt_idmap_put, Alexander Mikhalitsyn
- [PATCH v3 03/14] ceph: handle idmapped mounts in create_request_message(), Alexander Mikhalitsyn
- [PATCH v3 06/14] ceph: allow idmapped mkdir inode op, Alexander Mikhalitsyn
- [PATCH v3 05/14] ceph: allow idmapped symlink inode op, Alexander Mikhalitsyn
- [PATCH v3 04/14] ceph: allow idmapped mknod inode op, Alexander Mikhalitsyn
- [PATCH v3 07/14] ceph: allow idmapped rename inode op, Alexander Mikhalitsyn
- [PATCH v3 08/14] ceph: allow idmapped getattr inode op, Alexander Mikhalitsyn
- [PATCH v3 09/14] ceph: allow idmapped permission inode op, Alexander Mikhalitsyn
- [PATCH v3 11/14] ceph: allow idmapped setattr inode op, Alexander Mikhalitsyn
- [PATCH v3 10/14] ceph: pass idmap to __ceph_setattr, Alexander Mikhalitsyn
- [PATCH v3 12/14] ceph/acl: allow idmapped set_acl inode op, Alexander Mikhalitsyn
- [PATCH v3 13/14] ceph/file: allow idmapped atomic_open inode op, Alexander Mikhalitsyn
- [PATCH v3 14/14] ceph: allow idmapped mounts, Alexander Mikhalitsyn
[PATCH v4] ceph: fix use-after-free bug for inodes when flushing capsnaps,
xiubli
[PATCH] ceph: voluntarily drop Xx caps for requests those touch parent mtime,
xiubli
[PATCH v2 0/2] ceph: fix fscrypt_destroy_keyring use-after-free bug,
xiubli
[PATCH v2] ceph: only send metrics when the MDS rank is ready,
xiubli
[PATCH v3] ceph: fix use-after-free bug for inodes when flushing capsnaps,
xiubli
[Index of Archives]
[Ceph Users]
[Ceph Dev]
[Ceph Large]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]