CEPH Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH] common/encrypt: allow the use of 'fscrypt:' as key prefix, (continued)
- [PATCH] fs: change test in inode_insert5 for adding to the sb list,
Jeff Layton
- [ceph-client:wip-fscrypt 38/54] fs/ceph/caps.c:3477:32: error: 'struct ceph_inode_info' has no member named 'fscrypt_auth_len', kernel test robot
- [PATCH 1/2] ceph: use dedicated list iterator variable,
Jakob Koschel
- [PATCH v12 00/54] ceph+fscrypt: fully-working prototype,
Jeff Layton
- [PATCH v12 01/54] vfs: export new_inode_pseudo, Jeff Layton
- [PATCH v12 04/54] fscrypt: add fscrypt_context_for_new_inode, Jeff Layton
- [PATCH v12 02/54] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode, Jeff Layton
- [PATCH v12 03/54] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size, Jeff Layton
- [PATCH v12 07/54] ceph: support legacy v1 encryption policy keysetup, Jeff Layton
- [PATCH v12 06/54] ceph: crypto context handling for ceph, Jeff Layton
- [PATCH v12 05/54] ceph: preallocate inode for ops that may create one, Jeff Layton
- [PATCH v12 10/54] ceph: add support for fscrypt_auth/fscrypt_file to cap messages, Jeff Layton
- [PATCH v12 08/54] ceph: add a has_stable_inodes operation for ceph, Jeff Layton
- [PATCH v12 09/54] ceph: ensure that we accept a new context from MDS for new inodes, Jeff Layton
- [PATCH v12 11/54] ceph: add ability to set fscrypt_auth via setattr, Jeff Layton
- [PATCH v12 13/54] ceph: decode alternate_name in lease info, Jeff Layton
- [PATCH v12 12/54] ceph: implement -o test_dummy_encryption mount option, Jeff Layton
- [PATCH v12 17/54] ceph: add encrypted fname handling to ceph_mdsc_build_path, Jeff Layton
- [PATCH v12 16/54] ceph: make ceph_msdc_build_path use ref-walk, Jeff Layton
- [PATCH v12 20/54] ceph: properly set DCACHE_NOKEY_NAME flag in lookup, Jeff Layton
- [PATCH v12 15/54] ceph: make the ioctl cmd more readable in debug log, Jeff Layton
- [PATCH v12 18/54] ceph: send altname in MClientRequest, Jeff Layton
- [PATCH v12 19/54] ceph: encode encrypted name in dentry release, Jeff Layton
- [PATCH v12 14/54] ceph: add fscrypt ioctls, Jeff Layton
- [PATCH v12 21/54] ceph: set DCACHE_NOKEY_NAME in atomic open, Jeff Layton
- [PATCH v12 22/54] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries, Jeff Layton
- [PATCH v12 23/54] ceph: add helpers for converting names for userland presentation, Jeff Layton
- [PATCH v12 24/54] ceph: fix base64 encoded name's length check in ceph_fname_to_usr(), Jeff Layton
- [PATCH v12 26/54] ceph: pass the request to parse_reply_info_readdir(), Jeff Layton
- [PATCH v12 34/54] libceph: add CEPH_OSD_OP_ASSERT_VER support, Jeff Layton
- [PATCH v12 31/54] ceph: add a new ceph.fscrypt.auth vxattr, Jeff Layton
- [PATCH v12 27/54] ceph: add ceph_encode_encrypted_dname() helper, Jeff Layton
- [PATCH v12 29/54] ceph: create symlinks with encrypted and base64-encoded targets, Jeff Layton
- [PATCH v12 28/54] ceph: add support to readdir for encrypted filenames, Jeff Layton
- [PATCH v12 35/54] ceph: size handling for encrypted inodes in cap updates, Jeff Layton
- [PATCH v12 25/54] ceph: add fscrypt support to ceph_fill_trace, Jeff Layton
- [PATCH v12 37/54] ceph: get file size from fscrypt_file when present in inode traces, Jeff Layton
- [PATCH v12 38/54] ceph: handle fscrypt fields in cap messages from MDS, Jeff Layton
- [PATCH v12 30/54] ceph: make ceph_get_name decrypt filenames, Jeff Layton
- [PATCH v12 32/54] ceph: add some fscrypt guardrails, Jeff Layton
- [PATCH v12 42/54] ceph: add infrastructure for file encryption and decryption, Jeff Layton
- [PATCH v12 33/54] ceph: don't allow changing layout on encrypted files/directories, Jeff Layton
- [PATCH v12 43/54] ceph: add truncate size handling support for fscrypt, Jeff Layton
- [PATCH v12 46/54] ceph: disable copy offload on encrypted inodes, Jeff Layton
- [PATCH v12 41/54] ceph: add object version support for sync read, Jeff Layton
- [PATCH v12 44/54] libceph: allow ceph_osdc_new_request to accept a multi-op read, Jeff Layton
- [PATCH v12 49/54] ceph: add read/modify/write to ceph_sync_write, Jeff Layton
- [PATCH v12 53/54] ceph: add encryption support to writepage, Jeff Layton
- [PATCH v12 36/54] ceph: fscrypt_file field handling in MClientRequest messages, Jeff Layton
- [PATCH v12 50/54] ceph: plumb in decryption during sync reads, Jeff Layton
- [PATCH v12 54/54] ceph: fscrypt support for writepages, Jeff Layton
- [PATCH v12 52/54] ceph: set i_blkbits to crypto block size for encrypted inodes, Jeff Layton
- [PATCH v12 48/54] ceph: align data in pages in ceph_sync_write, Jeff Layton
- [PATCH v12 45/54] ceph: disable fallocate for encrypted inodes, Jeff Layton
- [PATCH v12 39/54] ceph: add __ceph_get_caps helper support, Jeff Layton
- [PATCH v12 40/54] ceph: add __ceph_sync_read helper support, Jeff Layton
- [PATCH v12 51/54] ceph: add fscrypt decryption support to ceph_netfs_issue_op, Jeff Layton
- [PATCH v12 47/54] ceph: don't use special DIO path for encrypted inodes, Jeff Layton
- [PATCH v2] ceph: discard r_new_inode if open O_CREAT opened existing inode,
Jeff Layton
- [PATCH 0/3] ceph: only send the metrices supported by the MDS for old cephs,
xiubli
- [PATCH] ceph: discard r_new_inode if open O_CREAT opened existing inode,
Jeff Layton
- [PATCH] ceph: stop retrying the request when exceeding 256 times,
xiubli
- [PATCH] ceph: update the dlease for the hashed dentry when removing,
xiubli
- [PATCH v3] ceph: stop forwarding the request when exceeding 256 times,
xiubli
- [PATCH v2] ceph: stop forwarding the request when exceeding 256 times,
xiubli
- [PATCH] ceph: stop forwarding the request when exceeding 256 times,
xiubli
- [PATCH] ceph: set DCACHE_NOKEY_NAME in atomic open,
Jeff Layton
- [GIT PULL] netfs: Prep for write helpers,
David Howells
- [PATCH] ceph: shrink dcache when adding a key,
Jeff Layton
- [PATCH v2] ceph: remove unused CEPH_MDS_LEASE_RELEASE related code,
xiubli
- [PATCH v1 3/3] ceph: Remove S_ISGID clear code in ceph_finish_async_create, Yang Xu
- [PATCH v1 1/3] vfs: Add inode_sgid_strip() api,
Yang Xu
- [PATCH] ceph: remove unused CEPH_MDS_LEASE_RELEASE related code,
xiubli
- [PATCH] ceph: add a has_stable_inodes operation for ceph,
Jeff Layton
- [PATCH] ceph: support legacy v1 encryption policy keysetup,
Luís Henriques
- [PATCH v5 0/7] libceph: add support for sparse reads,
Jeff Layton
- [GIT PULL] Ceph updates for 5.18-rc1,
Ilya Dryomov
- [PATCH] rbd: replace usage of found with dedicated list iterator variable,
Jakob Koschel
- [PATCH] ceph/001: add extra check for remote object copies,
Luís Henriques
- [PATCH -next] ceph: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE,
Yang Li
- [RFC PATCH v11 00/51] ceph+fscrypt : full support,
Jeff Layton
- [RFC PATCH v11 02/51] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode, Jeff Layton
- [RFC PATCH v11 01/51] vfs: export new_inode_pseudo, Jeff Layton
- [RFC PATCH v11 05/51] ceph: preallocate inode for ops that may create one, Jeff Layton
- [RFC PATCH v11 11/51] ceph: decode alternate_name in lease info, Jeff Layton
- [RFC PATCH v11 10/51] ceph: implement -o test_dummy_encryption mount option, Jeff Layton
- [RFC PATCH v11 19/51] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries, Jeff Layton
- [RFC PATCH v11 22/51] ceph: add fscrypt support to ceph_fill_trace, Jeff Layton
- [RFC PATCH v11 03/51] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size, Jeff Layton
- [RFC PATCH v11 20/51] ceph: add helpers for converting names for userland presentation, Jeff Layton
- [RFC PATCH v11 16/51] ceph: send altname in MClientRequest, Jeff Layton
- [RFC PATCH v11 18/51] ceph: properly set DCACHE_NOKEY_NAME flag in lookup, Jeff Layton
- [RFC PATCH v11 17/51] ceph: encode encrypted name in dentry release, Jeff Layton
- [RFC PATCH v11 24/51] ceph: add ceph_encode_encrypted_dname() helper, Jeff Layton
- [RFC PATCH v11 23/51] ceph: pass the request to parse_reply_info_readdir(), Jeff Layton
- [RFC PATCH v11 28/51] ceph: add a new ceph.fscrypt.auth vxattr, Jeff Layton
- [RFC PATCH v11 27/51] ceph: make ceph_get_name decrypt filenames, Jeff Layton
- [RFC PATCH v11 25/51] ceph: add support to readdir for encrypted filenames, Jeff Layton
- [RFC PATCH v11 31/51] libceph: add CEPH_OSD_OP_ASSERT_VER support, Jeff Layton
- [RFC PATCH v11 29/51] ceph: add some fscrypt guardrails, Jeff Layton
- [RFC PATCH v11 33/51] ceph: fscrypt_file field handling in MClientRequest messages, Jeff Layton
- [RFC PATCH v11 26/51] ceph: create symlinks with encrypted and base64-encoded targets, Jeff Layton
- [RFC PATCH v11 32/51] ceph: size handling for encrypted inodes in cap updates, Jeff Layton
- [RFC PATCH v11 35/51] ceph: handle fscrypt fields in cap messages from MDS, Jeff Layton
- [RFC PATCH v11 34/51] ceph: get file size from fscrypt_file when present in inode traces, Jeff Layton
- [RFC PATCH v11 36/51] ceph: add __ceph_get_caps helper support, Jeff Layton
- [RFC PATCH v11 44/51] ceph: don't use special DIO path for encrypted inodes, Jeff Layton
- [RFC PATCH v11 42/51] ceph: disable fallocate for encrypted inodes, Jeff Layton
- [RFC PATCH v11 40/51] ceph: add truncate size handling support for fscrypt, Jeff Layton
- [RFC PATCH v11 41/51] libceph: allow ceph_osdc_new_request to accept a multi-op read, Jeff Layton
- [RFC PATCH v11 39/51] ceph: add infrastructure for file encryption and decryption, Jeff Layton
- [RFC PATCH v11 43/51] ceph: disable copy offload on encrypted inodes, Jeff Layton
- [RFC PATCH v11 45/51] ceph: align data in pages in ceph_sync_write, Jeff Layton
- [RFC PATCH v11 37/51] ceph: add __ceph_sync_read helper support, Jeff Layton
- [RFC PATCH v11 48/51] ceph: add fscrypt decryption support to ceph_netfs_issue_op, Jeff Layton
- [RFC PATCH v11 49/51] ceph: set i_blkbits to crypto block size for encrypted inodes, Jeff Layton
- [RFC PATCH v11 38/51] ceph: add object version support for sync read, Jeff Layton
- [RFC PATCH v11 04/51] fscrypt: add fscrypt_context_for_new_inode, Jeff Layton
- [RFC PATCH v11 30/51] ceph: don't allow changing layout on encrypted files/directories, Jeff Layton
- [RFC PATCH v11 46/51] ceph: add read/modify/write to ceph_sync_write, Jeff Layton
- [RFC PATCH v11 21/51] ceph: fix base64 encoded name's length check in ceph_fname_to_usr(), Jeff Layton
- [RFC PATCH v11 15/51] ceph: add encrypted fname handling to ceph_mdsc_build_path, Jeff Layton
- [RFC PATCH v11 09/51] ceph: add ability to set fscrypt_auth via setattr, Jeff Layton
- [RFC PATCH v11 12/51] ceph: add fscrypt ioctls, Jeff Layton
- [RFC PATCH v11 14/51] ceph: make ceph_msdc_build_path use ref-walk, Jeff Layton
- [RFC PATCH v11 07/51] ceph: parse new fscrypt_auth and fscrypt_file fields in inode traces, Jeff Layton
- [RFC PATCH v11 13/51] ceph: make the ioctl cmd more readable in debug log, Jeff Layton
- [RFC PATCH v11 08/51] ceph: add support for fscrypt_auth/fscrypt_file to cap messages, Jeff Layton
- [RFC PATCH v11 06/51] ceph: crypto context handling for ceph, Jeff Layton
- [RFC PATCH v11 50/51] ceph: add encryption support to writepage, Jeff Layton
- [RFC PATCH v11 47/51] ceph: plumb in decryption during sync reads, Jeff Layton
- [RFC PATCH v11 51/51] ceph: fscrypt support for writepages, Jeff Layton
- Re: [RFC PATCH v11 00/51] ceph+fscrypt : full support, Jeff Layton
- Re: [RFC PATCH v11 00/51] ceph+fscrypt : full support, Jeff Layton
- [PATCH] ceph: remove incorrect session state check,
xiubli
- [PATCH v4 0/5] ceph/libceph: add support for sparse reads to msgr2 crc codepath,
Jeff Layton
- Coordinating netfslib pull request with the ceph pull request,
David Howells
- [PATCH v3 0/5] ceph/libceph: add support for sparse reads to msgr2 crc codepath,
Jeff Layton
- [PATCH] ceph: inherit exactly the encryption info from parent for subdirs, xiubli
- [RFC PATCH v3 0/4] ceph: add support for snapshot names encryption,
Luís Henriques
- [PATCH] ceph: make the ioctl cmd more readable in debug log, xiubli
- [PATCH] ceph: add more comments about the CEPH_NOHASH_NAME_MAX, xiubli
- [PATCH] ceph: fix the buf size and use NAME_SIZE instead,
xiubli
- [RFC PATCH v2 0/3] ceph: add support for snapshot names encryption,
Luís Henriques
- [PATCH v2] ceph: get snap_rwsem read lock in handle_cap_export for ceph_add_cap,
Niels Dossche
- [PATCH v2] ceph: send the fscrypt_auth to MDS via request,
xiubli
- [PATCH] ceph: send the fscrypt_auth to MDS via request,
xiubli
- [PATCH] ceph: get snap_rwsem read lock in handle_cap_export for ceph_add_cap,
Niels Dossche
- [PATCH v2 0/4] ceph: dencrypt the dentry names early and once for readdir,
xiubli
- [PATCH 0/4] ceph: dencrypt the dentry names early and once for readdir,
xiubli
- [PATCH] ceph: fix base64 encoded name's length check in ceph_fname_to_usr(),
xiubli
- [RFC PATCH 0/2] Add support for snapshot names encryption,
Luís Henriques
- [PATCH v3 00/20] netfs: Prep for write helpers,
David Howells
- [PATCH v3 03/20] netfs: Rename netfs_read_*request to netfs_io_*request, David Howells
- [PATCH v3 05/20] netfs: Split netfs_io_* object handling out, David Howells
- [PATCH v3 02/20] netfs: Generate enums from trace symbol mapping lists, David Howells
- [PATCH v3 01/20] fscache: export fscache_end_operation(), David Howells
- [PATCH v3 06/20] netfs: Adjust the netfs_rreq tracepoint slightly, David Howells
- [PATCH v3 09/20] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines, David Howells
- [PATCH v3 08/20] netfs: Trace refcounting on the netfs_io_subrequest struct, David Howells
- [PATCH v3 07/20] netfs: Trace refcounting on the netfs_io_request struct, David Howells
- [PATCH v3 04/20] netfs: Finish off rename of netfs_read_request to netfs_io_request, David Howells
- [PATCH v3 10/20] netfs: Refactor arguments for netfs_alloc_read_request, David Howells
- [PATCH v3 17/20] netfs: Split fs/netfs/read_helper.c, David Howells
- [PATCH v3 14/20] netfs: Add a function to consolidate beginning a read, David Howells
- [PATCH v3 19/20] netfs: Keep track of the actual remote file size, David Howells
- [PATCH v3 15/20] netfs: Prepare to split read_helper.c, David Howells
- [PATCH v3 16/20] netfs: Rename read_helper.c to io.c, David Howells
- [PATCH v3 12/20] ceph: Make ceph_init_request() check caps on readahead, David Howells
- [PATCH v3 13/20] netfs: Add a netfs inode context, David Howells
- [PATCH v3 20/20] afs: Maintain netfs_i_context::remote_i_size, David Howells
- [PATCH v3 11/20] netfs: Change ->init_request() to return an error code, David Howells
- [PATCH v3 18/20] netfs: Split some core bits out into their own file, David Howells
- Re: [PATCH v3 00/20] netfs: Prep for write helpers, Jeff Layton
- Re: [PATCH v3 00/20] netfs: Prep for write helpers, Dominique Martinet
- Re: [PATCH v3 13/20] netfs: Add a netfs inode context, David Howells
- [PATCH v4 13/20] netfs: Add a netfs inode context, David Howells
- [PATCH] ceph: allow `ceph.dir.rctime' xattr to be updatable,
Venky Shankar
- [PATCH V8] ceph: do not dencrypt the dentry name twice for readdir, xiubli
- [PATCH V7] ceph: do not dencrypt the dentry name twice for readdir,
xiubli
- [PATCH 0/3] ceph: support for sparse read in msgr2 crc path,
Jeff Layton
- [PATCH v6] ceph: do not dencrypt the dentry name twice for readdir,
xiubli
- [PATCH v2] libceph: print fsid and client gid with mon id and osd id,
Daichi Mukai
- [PATCH v2 00/19] netfs: Prep for write helpers,
David Howells
- [PATCH v2 15/19] netfs: Rename read_helper.c to io.c, David Howells
- [PATCH v2 09/19] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines, David Howells
- [PATCH v2 16/19] netfs: Split fs/netfs/read_helper.c, David Howells
- [PATCH v2 14/19] netfs: Prepare to split read_helper.c, David Howells
- [PATCH v2 12/19] netfs: Add a netfs inode context, David Howells
- [PATCH v2 18/19] netfs: Keep track of the actual remote file size, David Howells
- [PATCH v2 13/19] netfs: Add a function to consolidate beginning a read, David Howells
- [PATCH v2 17/19] netfs: Split some core bits out into their own file, David Howells
- [PATCH v2 11/19] netfs: Change ->init_request() to return an error code, David Howells
- [PATCH v2 19/19] afs: Maintain netfs_i_context::remote_i_size, David Howells
- [PATCH v2 10/19] netfs: Refactor arguments for netfs_alloc_read_request, David Howells
- [PATCH v2 05/19] netfs: Split netfs_io_* object handling out, David Howells
- [PATCH v2 02/19] netfs: Generate enums from trace symbol mapping lists, David Howells
- [PATCH v2 06/19] netfs: Adjust the netfs_rreq tracepoint slightly, David Howells
- [PATCH v2 03/19] netfs: Rename netfs_read_*request to netfs_io_*request, David Howells
- [PATCH v2 04/19] netfs: Finish off rename of netfs_read_request to netfs_io_request, David Howells
- [PATCH v2 01/19] fscache: export fscache_end_operation(), David Howells
- [PATCH v2 07/19] netfs: Trace refcounting on the netfs_io_request struct, David Howells
- [PATCH v2 08/19] netfs: Trace refcounting on the netfs_io_subrequest struct, David Howells
- [PATCH v2] libceph: wait for con->work to finish when cancelling con,
xiubli
- [RFC PATCH] libceph: wait for con->work to finish when cancelling con,
xiubli
- [PATCH] ceph: uninitialized variable in debug output,
Dan Carpenter
- [PATCH v2] ceph: use ktime_to_timespec64() rather than jiffies_to_timespec64(),
Venky Shankar
- [PATCH v5] ceph: do not dencrypt the dentry name twice for readdir,
xiubli
- [PATCH v3] ceph: fix memory leakage in ceph_readdir,
xiubli
- [PATCH 0/3] ceph: minor fixes and encrypted snapshot names,
Luís Henriques
- [PATCH v4 0/2] ceph: misc fix for fscrypt,
xiubli
- [PATCH] libceph: fix last_piece calculation in ceph_msg_data_pages_advance,
Jeff Layton
- [PATCH 00/19] netfs: Prep for write helpers,
David Howells
- [PATCH 01/19] fscache: export fscache_end_operation(), David Howells
- [PATCH 02/19] netfs: Generate enums from trace symbol mapping lists, David Howells
- [PATCH 03/19] netfs: Add a netfs inode context, David Howells
- [PATCH 04/19] netfs: Rename netfs_read_*request to netfs_io_*request, David Howells
- [PATCH 05/19] netfs: Refactor arguments for netfs_alloc_read_request, David Howells
- [PATCH 06/19] netfs: Finish off rename of netfs_read_request to netfs_io_request, David Howells
- [PATCH 07/19] netfs: Split netfs_io_* object handling out, David Howells
- [PATCH 08/19] netfs: Adjust the netfs_rreq tracepoint slightly, David Howells
- [PATCH 09/19] netfs: Trace refcounting on the netfs_io_request struct, David Howells
- [PATCH 10/19] netfs: Trace refcounting on the netfs_io_subrequest struct, David Howells
- [PATCH 11/19] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines, David Howells
- [PATCH 12/19] netfs: Prepare to split read_helper.c, David Howells
- [PATCH 13/19] netfs: Add a function to consolidate beginning a read, David Howells
- [PATCH 14/19] netfs: Split fs/netfs/read_helper.c, David Howells
- [PATCH 15/19] netfs: Split some core bits out into their own file, David Howells
- [PATCH 16/19] netfs: Rename rename read_helper.c to io.c, David Howells
- [PATCH 17/19] netfs: Change ->init_rreq() to return an error code, David Howells
- [PATCH 18/19] netfs: Keep track of the actual remote file size, David Howells
- [PATCH 19/19] afs: Maintain netfs_i_context::remote_i_size, David Howells
- [PATCH v3 0/6] ceph: encrypt the snapshot directories,
xiubli
- [PATCH 0/2] ceph: misc fixes,
xiubli
- [PATCH v3] ceph: skip the memories when received a higher version of message,
xiubli
- Making 3 ceph patches available to rebase netfslib patches on,
David Howells
- [PATCH v2] ceph: fix memory leakage in ceph_readdir,
xiubli
- [PATCH v2 0/7] ceph: encrypt the snapshot directories,
xiubli
- [PATCH] ceph: fix memory leakage in ceph_readdir,
xiubli
- [PATCH] ceph: fail the request when failing to decode dentry names,
xiubli
- [PATCH] ceph: increase the offset when fail to decode dentry names,
xiubli
- [PATCH 0/3] ceph: encrypt the snapshot directories,
xiubli
- [RFC PATCH] ceph: add support for encrypted snapshot names,
Luís Henriques
- [no subject], Unknown
- Benching ceph for high speed RBD,
Bartosz Rabiega
[PATCH v3 0/2] ceph: fix cephfs rsync kworker high load issue,
xiubli
[PATCH v2 0/2] ceph: create the global dummy snaprealm once,
xiubli
[PATCH 0/2] ceph: create the global dummy snaprealm once,
xiubli
[PATCH] MAINTAINERS: add Xiubo Li as cephfs co-maintainer,
Jeff Layton
[PATCH v2] ceph: eliminate the recursion when rebuilding the snap context,
xiubli
[PATCH v3] ceph: do not update snapshot context when there is no new snapshot,
xiubli
Kopie Ihres Marketing-Kontakt-Formulares, Kleinanzeigen.com
[PATCH v2] ceph: do not update snapshot context when there is no new snapshot,
xiubli
[PATCH] ceph: zero the dir_entries memory when allocating it,
xiubli
[ceph-client:testing 13/14] fs/ceph/snap.c:438:14: warning: variable '_realm' is uninitialized when used here,
kernel test robot
[PATCH] ceph: eliminate the recursion when rebuilding the snap context,
xiubli
[PATCH v2 0/2] ceph: fix cephfs rsync kworker high load issue,
xiubli
[RFC PATCH 0/5] libceph: add support for sparse reads to msgr2/crc,
Jeff Layton
[PATCH 0/3] ceph: fix cephfs rsync kworker high load issue,
xiubli
[Index of Archives]
[Ceph Users]
[Ceph Dev]
[Ceph Large]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]