CEPH Filesystem Development
[Prev Page][Next Page]
- Re: [ceph-users] Re: Understanding what ceph-volume does, with bootstrap-osd/ceph.keyring, tmpfs, (continued)
- Understanding what ceph-volume does, with bootstrap-osd/ceph.keyring, tmpfs, Marc Roos
- [PATCH AUTOSEL 4.19 190/206] ceph: fix potential race in ceph_check_caps, Sasha Levin
- [PATCH AUTOSEL 4.14 116/127] ceph: fix potential race in ceph_check_caps, Sasha Levin
- [PATCH AUTOSEL 4.9 84/90] ceph: fix potential race in ceph_check_caps, Sasha Levin
- [PATCH AUTOSEL 4.4 60/64] ceph: fix potential race in ceph_check_caps, Sasha Levin
- [PATCH AUTOSEL 4.19 062/206] ceph: ensure we have a new cap before continuing in fill_inode, Sasha Levin
- [PATCH AUTOSEL 5.4 305/330] ceph: fix potential race in ceph_check_caps, Sasha Levin
- [PATCH AUTOSEL 5.4 108/330] ceph: ensure we have a new cap before continuing in fill_inode, Sasha Levin
- [PATCH 00/13] Allow readpage to return a locked page,
Matthew Wilcox (Oracle)
- [PATCH 01/13] mm: Add AOP_UPDATED_PAGE return value, Matthew Wilcox (Oracle)
- [PATCH 11/13] ubifs: Tell the VFS that readpage was synchronous, Matthew Wilcox (Oracle)
- [PATCH 09/13] hostfs: Tell the VFS that readpage was synchronous, Matthew Wilcox (Oracle)
- [PATCH 10/13] jffs2: Tell the VFS that readpage was synchronous, Matthew Wilcox (Oracle)
- [PATCH 03/13] afs: Tell the VFS that readpage was synchronous, Matthew Wilcox (Oracle)
- [PATCH 13/13] vboxsf: Tell the VFS that readpage was synchronous, Matthew Wilcox (Oracle)
- [PATCH 02/13] 9p: Tell the VFS that readpage was synchronous, Matthew Wilcox (Oracle)
- [PATCH 12/13] udf: Tell the VFS that readpage was synchronous, Matthew Wilcox (Oracle)
- [PATCH 05/13] cifs: Tell the VFS that readpage was synchronous, Matthew Wilcox (Oracle)
- [PATCH 04/13] ceph: Tell the VFS that readpage was synchronous, Matthew Wilcox (Oracle)
- [PATCH 08/13] fuse: Tell the VFS that readpage was synchronous, Matthew Wilcox (Oracle)
- [PATCH 07/13] ecryptfs: Tell the VFS that readpage was synchronous, Matthew Wilcox (Oracle)
- [PATCH 06/13] cramfs: Tell the VFS that readpage was synchronous, Matthew Wilcox (Oracle)
- [PATCH v3 00/13] fscrypt: improve file creation flow,
Eric Biggers
- [PATCH v3 08/13] fscrypt: require that fscrypt_encrypt_symlink() already has key, Eric Biggers
- [PATCH v3 06/13] fscrypt: adjust logging for in-creation inodes, Eric Biggers
- [PATCH v3 09/13] fscrypt: stop pretending that key setup is nofs-safe, Eric Biggers
- [PATCH v3 01/13] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context(), Eric Biggers
- [PATCH v3 07/13] fscrypt: remove fscrypt_inherit_context(), Eric Biggers
- [PATCH v3 04/13] f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context(), Eric Biggers
- [PATCH v3 03/13] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context(), Eric Biggers
- [PATCH v3 05/13] ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context(), Eric Biggers
- [PATCH v3 10/13] fscrypt: make "#define fscrypt_policy" user-only, Eric Biggers
- [PATCH v3 02/13] ext4: factor out ext4_xattr_credits_for_new_inode(), Eric Biggers
- [PATCH v3 12/13] fscrypt: handle test_dummy_encryption in more logical way, Eric Biggers
- [PATCH v3 13/13] fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *', Eric Biggers
- [PATCH v3 11/13] fscrypt: move fscrypt_prepare_symlink() out-of-line, Eric Biggers
- Re: [PATCH v3 00/13] fscrypt: improve file creation flow, Eric Biggers
- [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,
kernel test robot
- [PATCH 0/5] ceph: addr.c cleanups,
Jeff Layton
- v15.2.5 octopus released, Abhishek Lekshmanan
- [PATCH 0/3] libceph, rbd, ceph: "blacklist" -> "blocklist",
Ilya Dryomov
- [RFC PATCH v3 00/16] ceph+fscrypt: context, filename and symlink support,
Jeff Layton
- [RFC PATCH v3 01/16] vfs: export new_inode_pseudo, Jeff Layton
- [RFC PATCH v3 04/16] fscrypt: add fscrypt_context_for_new_inode, Jeff Layton
- [RFC PATCH v3 05/16] fscrypt: make fscrypt_fname_disk_to_usr return whether result is nokey name, Jeff Layton
- [RFC PATCH v3 06/16] ceph: add fscrypt ioctls, Jeff Layton
- [RFC PATCH v3 08/16] ceph: implement -o test_dummy_encryption mount option, Jeff Layton
- [RFC PATCH v3 09/16] ceph: preallocate inode for ops that may create one, Jeff Layton
- [RFC PATCH v3 12/16] ceph: add encrypted fname handling to ceph_mdsc_build_path, Jeff Layton
- [RFC PATCH v3 16/16] ceph: create symlinks with encrypted and base64-encoded targets, Jeff Layton
- [RFC PATCH v3 14/16] ceph: add support to readdir for encrypted filenames, Jeff Layton
- [RFC PATCH v3 10/16] ceph: add routine to create context prior to RPC, Jeff Layton
- [RFC PATCH v3 15/16] ceph: add fscrypt support to ceph_fill_trace, Jeff Layton
- [RFC PATCH v3 07/16] ceph: crypto context handling for ceph, Jeff Layton
- [RFC PATCH v3 03/16] fscrypt: export fscrypt_d_revalidate, Jeff Layton
- [RFC PATCH v3 02/16] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode, Jeff Layton
- [RFC PATCH v3 13/16] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries, Jeff Layton
- [RFC PATCH v3 11/16] ceph: make ceph_msdc_build_path use ref-walk, Jeff Layton
- Re: [RFC PATCH v3 00/16] ceph+fscrypt: context, filename and symlink support, Eric Biggers
- [PATCH] ceph: have ceph_writepages_start call pagevec_lookup_range_tag,
Jeff Layton
- [PATCH v2 00/11] fscrypt: improve file creation flow,
Eric Biggers
- [PATCH v2 04/11] f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context(), Eric Biggers
- [PATCH v2 01/11] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context(), Eric Biggers
- [PATCH v2 09/11] fscrypt: make "#define fscrypt_policy" user-only, Eric Biggers
- [PATCH v2 10/11] fscrypt: move fscrypt_prepare_symlink() out-of-line, Eric Biggers
- [PATCH v2 11/11] fscrypt: handle test_dummy_encryption in more logical way, Eric Biggers
- [PATCH v2 07/11] fscrypt: require that fscrypt_encrypt_symlink() already has key, Eric Biggers
- [PATCH v2 08/11] fscrypt: stop pretending that key setup is nofs-safe, Eric Biggers
- [PATCH v2 05/11] ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context(), Eric Biggers
- [PATCH v2 06/11] fscrypt: remove fscrypt_inherit_context(), Eric Biggers
- [PATCH v2 03/11] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context(), Eric Biggers
- [PATCH v2 02/11] ext4: factor out ext4_xattr_credits_for_new_inode(), Eric Biggers
- [PATCH] ceph: use kill_anon_super helper,
Jeff Layton
- [GIT PULL] Ceph fix for 5.9-rc5,
Ilya Dryomov
- [trivial PATCH] treewide: Convert switch/case fallthrough; to break;,
Joe Perches
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Gustavo A. R. Silva
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Keith Busch
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Jason Gunthorpe
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Mauro Carvalho Chehab
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Wolfram Sang
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Nicolas.Ferre
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Felipe Balbi
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Steffen Maier
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Ilya Dryomov
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Matthias Brugger
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Robin Murphy
- Re: [Intel-gfx] [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Jani Nikula
- Re: [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Miquel Raynal
- Re: [oss-drivers] [trivial PATCH] treewide: Convert switch/case fallthrough; to break;, Simon Horman
- [RFC PATCH v2 00/18] ceph+fscrypt: context, filename and symlink support,
Jeff Layton
- [RFC PATCH v2 10/18] ceph: preallocate inode for ops that may create one, Jeff Layton
- [RFC PATCH v2 14/18] ceph: add encrypted fname handling to ceph_mdsc_build_path, Jeff Layton
- [RFC PATCH v2 11/18] ceph: add routine to create context prior to RPC, Jeff Layton
- [RFC PATCH v2 05/18] fscrypt: don't balk when inode is already marked encrypted, Jeff Layton
- [RFC PATCH v2 17/18] ceph: add fscrypt support to ceph_fill_trace, Jeff Layton
- [RFC PATCH v2 16/18] ceph: add support to readdir for encrypted filenames, Jeff Layton
- [RFC PATCH v2 15/18] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries, Jeff Layton
- [RFC PATCH v2 18/18] ceph: create symlinks with encrypted and base64-encoded targets, Jeff Layton
- [RFC PATCH v2 03/18] fscrypt: export fscrypt_d_revalidate, Jeff Layton
- [RFC PATCH v2 12/18] ceph: set S_ENCRYPTED bit if new inode has encryption.ctx xattr, Jeff Layton
- [RFC PATCH v2 13/18] ceph: make ceph_msdc_build_path use ref-walk, Jeff Layton
- [RFC PATCH v2 02/18] fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer, Jeff Layton
- [RFC PATCH v2 09/18] ceph: crypto context handling for ceph, Jeff Layton
- [RFC PATCH v2 08/18] ceph: add fscrypt ioctls, Jeff Layton
- [RFC PATCH v2 07/18] lib: lift fscrypt base64 conversion into lib/, Jeff Layton
- [RFC PATCH v2 06/18] fscrypt: move nokey_name conversion to separate function and export it, Jeff Layton
- [RFC PATCH v2 01/18] vfs: export new_inode_pseudo, Jeff Layton
- [RFC PATCH v2 04/18] fscrypt: add fscrypt_new_context_from_inode, Jeff Layton
- Re: [RFC PATCH v2 00/18] ceph+fscrypt: context, filename and symlink support, Eric Biggers
- [PATCH] rbd: require global CAP_SYS_ADMIN for mapping and unmapping,
Ilya Dryomov
- [PATCH v5 0/2] ceph: metrics for opened files, pinned caps and opened inodes,
xiubli
- remove revalidate_disk(),
Christoph Hellwig
- [PATCH 7/9] sd: open code revalidate_disk, Christoph Hellwig
- [PATCH 8/9] nvdimm: simplify revalidate_disk handling, Christoph Hellwig
- [PATCH 5/9] block: use revalidate_disk_size in set_capacity_revalidate_and_notify, Christoph Hellwig
- [PATCH 9/9] block: remove revalidate_disk(), Christoph Hellwig
- [PATCH 6/9] nvme: opencode revalidate_disk in nvme_validate_ns, Christoph Hellwig
- [PATCH 4/9] block: add a new revalidate_disk_size helper, Christoph Hellwig
- [PATCH 2/9] block: don't clear bd_invalidated in check_disk_size_change, Christoph Hellwig
- [PATCH 3/9] block: rename bd_invalidated, Christoph Hellwig
- [PATCH 1/9] Documentation/filesystems/locking.rst: remove an incorrect sentence, Christoph Hellwig
- Re: remove revalidate_disk(), Josef Bacik
- Re: remove revalidate_disk(), Jens Axboe
- [PATCH AUTOSEL 5.8 25/42] ceph: fix inode number handling on arches with 32-bit ino_t,
Sasha Levin
- [PATCH AUTOSEL 5.8 26/42] ceph: don't allow setlease on cephfs, Sasha Levin
- [PATCH AUTOSEL 5.4 13/23] ceph: don't allow setlease on cephfs, Sasha Levin
- [PATCH AUTOSEL 4.19 08/11] ceph: don't allow setlease on cephfs, Sasha Levin
- [PATCH AUTOSEL 4.9 4/6] ceph: don't allow setlease on cephfs, Sasha Levin
- [PATCH AUTOSEL 4.4 3/5] ceph: don't allow setlease on cephfs, Sasha Levin
- [PATCH AUTOSEL 4.14 6/9] ceph: don't allow setlease on cephfs, Sasha Levin
- [GIT PULL] Ceph fixes for 5.9-rc3,
Ilya Dryomov
- [PATCH v4 0/2] ceph: metrics for opened files, pinned caps and opened inodes,
xiubli
- [v2] ceph: support getting ceph.dir.rsnaps vxattr,
Yanhu Cao
- [PATCH] ceph: support getting ceph.dir.rsnaps vxattr, Yanhu Cao
- Re: [bio] 37abbdc72e: WARNING:at_block/bio.c:#bio_release_pages, John Hubbard
- [PATCH] ceph: drop special-casing for ITER_PIPE in ceph_sync_read,
Jeff Layton
- [PATCH v3 0/2] ceph: metrics for opened files, pinned caps and opened inodes,
xiubli
- [PATCH v2] ceph: metrics for opened files, pinned caps and opened inodes,
xiubli
- [RFC PATCH 0/8] fscrypt: avoid GFP_NOFS-unsafe key setup during transaction,
Eric Biggers
- [PATCH] ceph: add column 'mds' to show caps in more user friendly,
Yanhu Cao
- [PATCH 0/5] bio: Direct IO: convert to pin_user_pages_fast(),
John Hubbard
- [RFC PATCH 00/14] ceph+fscrypt: together at last (contexts and filenames),
Jeff Layton
- [RFC PATCH 01/14] fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer, Jeff Layton
- [RFC PATCH 02/14] fscrypt: add fscrypt_new_context_from_parent, Jeff Layton
- [RFC PATCH 06/14] ceph: add fscrypt ioctls, Jeff Layton
- [RFC PATCH 05/14] lib: lift fscrypt base64 conversion into lib/, Jeff Layton
- [RFC PATCH 08/14] ceph: add routine to create context prior to RPC, Jeff Layton
- [RFC PATCH 13/14] ceph: add support to readdir for encrypted filenames, Jeff Layton
- [RFC PATCH 07/14] ceph: crypto context handling for ceph, Jeff Layton
- [RFC PATCH 14/14] ceph: add fscrypt support to ceph_fill_trace, Jeff Layton
- [RFC PATCH 09/14] ceph: set S_ENCRYPTED bit if new inode has encryption.ctx xattr, Jeff Layton
- [RFC PATCH 11/14] ceph: add encrypted fname handling to ceph_mdsc_build_path, Jeff Layton
- [RFC PATCH 10/14] ceph: make ceph_msdc_build_path use ref-walk, Jeff Layton
- [RFC PATCH 12/14] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries, Jeff Layton
- [RFC PATCH 04/14] fscrypt: export fscrypt_d_revalidate, Jeff Layton
- [RFC PATCH 03/14] fscrypt: don't balk when inode is already marked encrypted, Jeff Layton
- Re: [RFC PATCH 00/14] ceph+fscrypt: together at last (contexts and filenames), Eric Biggers
- [PATCH AUTOSEL 5.8 57/62] ceph: fix potential mdsc use-after-free crash, Sasha Levin
- [PATCH AUTOSEL 5.8 58/62] ceph: do not access the kiocb after aio requests, Sasha Levin
- [PATCH AUTOSEL 5.7 57/61] ceph: do not access the kiocb after aio requests, Sasha Levin
- [PATCH AUTOSEL 5.7 56/61] ceph: fix potential mdsc use-after-free crash, Sasha Levin
- [PATCH AUTOSEL 5.4 45/48] ceph: do not access the kiocb after aio requests, Sasha Levin
- [PATCH AUTOSEL 5.4 44/48] ceph: fix potential mdsc use-after-free crash, Sasha Levin
- [PATCH AUTOSEL 4.19 36/38] ceph: fix potential mdsc use-after-free crash, Sasha Levin
- [PATCH AUTOSEL 4.14 28/30] ceph: fix potential mdsc use-after-free crash, Sasha Levin
- [PATCH AUTOSEL 4.9 24/26] ceph: fix potential mdsc use-after-free crash, Sasha Levin
- [PATCH AUTOSEL 4.4 20/22] ceph: fix potential mdsc use-after-free crash, Sasha Levin
- [PATCH] ceph: don't allow setlease on cephfs,
Jeff Layton
- [PATCH AUTOSEL 5.8 17/27] ceph: fix use-after-free for fsc->mdsc, Sasha Levin
- [PATCH AUTOSEL 5.7 15/24] ceph: fix use-after-free for fsc->mdsc, Sasha Levin
- [PATCH AUTOSEL 5.4 13/22] ceph: fix use-after-free for fsc->mdsc, Sasha Levin
- [PATCH AUTOSEL 4.19 11/18] ceph: fix use-after-free for fsc->mdsc, Sasha Levin
- [PATCH] libceph: multiple workspaces for CRUSH computations,
Ilya Dryomov
- [PATCH] libceph: add __maybe_unused to DEFINE_CEPH_FEATURE,
Ilya Dryomov
- [PATCH] rbd: Convert to use the preferred fallthrough macro,
Miaohe Lin
- [PATCH] ceph: Convert to use the preferred fallthrough macro,
Miaohe Lin
- [RFC PATCH] ceph: Delete features that are not used in the kernel,
Leon Romanovsky
- [PATCH] ceph: fix inode number presentation on 32-bit platforms and s390x,
Jeff Layton
- [PATCH v7 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers,
Coly Li
- [PATCH v6 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers,
Coly Li
- [PATCH] libceph: Convert to use the preferred fallthrough macro,
Miaohe Lin
- [PATCH] ceph: add dirs/files' opened/opening metric support,
xiubli
- [PATCH V2 0/6] ceph: Use more generic logging,
Joe Perches
- Re: [PATCH 1/2] ceph: Use generic debugging facility,
kernel test robot
- [PATCH 0/2] ceph: Neaten debugging,
Joe Perches
- [PATCH] ceph: remove unnecessary return in switch statement,
Luis Henriques
- [GIT PULL] Ceph updates for 5.9-rc1,
Ilya Dryomov
- v14.2.11 Nautilus released, Abhishek Lekshmanan
- [PATCH] ceph: encode inodes' parent/d_name in cap reconnect message,
Yan, Zheng
- [PATCH] ceph: handle zero-length feature mask in session messages, Jeff Layton
- [RFC PATCH v2 00/11] ceph: convert to new FSCache API,
Jeff Layton
- [RFC PATCH v2 02/11] ceph: don't call ceph_update_writeable_page from page_mkwrite, Jeff Layton
- [RFC PATCH v2 03/11] ceph: fold ceph_sync_readpages into ceph_readpage, Jeff Layton
- [RFC PATCH v2 05/11] ceph: fold ceph_update_writeable_page into ceph_write_begin, Jeff Layton
- [RFC PATCH v2 04/11] ceph: fold ceph_sync_writepages into writepage_nounlock, Jeff Layton
- [RFC PATCH v2 01/11] ceph: break out writeback of incompatible snap context to separate function, Jeff Layton
- [RFC PATCH v2 07/11] ceph: convert readpage to fscache read helper, Jeff Layton
- [RFC PATCH v2 06/11] ceph: conversion to new fscache API, Jeff Layton
- [RFC PATCH v2 11/11] ceph: re-enable fscache support, Jeff Layton
- [RFC PATCH v2 08/11] ceph: plug write_begin into read helper, Jeff Layton
- [RFC PATCH v2 10/11] ceph: add fscache writeback support, Jeff Layton
- [RFC PATCH v2 09/11] ceph: convert readpages to fscache_read_helper, Jeff Layton
- [v2] ceph: use frag's MDS in either mode,
Yanhu Cao
- [PATCH] ceph: move sb->wb_pagevec_pool to be a global mempool,
Jeff Layton
- Upcoming: fscache rewrite,
David Howells
- [PATCH] ceph: use frag's MDS in either mode,
Yanhu Cao
- [PATCH] ceph: set sec_context xattr on symlink creation,
Jeff Layton
- [PATCH] ceph: fix memory leak when reallocating pages array for writepages,
Jeff Layton
- [PATCH] ceph: eliminate unused "total" variable in ceph_mdsc_send_metrics,
Jeff Layton
- [ceph-client:testing 2/8] fs/ceph/metric.c:23:11: warning: variable 'total' set but not used, kernel test robot
- [PATCH] ceph: delete repeated words in fs/ceph/, Randy Dunlap
- [PATCH] ceph: remove redundant initialization of variable mds,
Colin King
- [PATCH] ceph: KASAN: use-after-free Read in ceph_mdsc_destroy,
qiang.zhang
- [PATCH] ceph: fix use-after-free for fsc->mdsc,
xiubli
- KASAN: use-after-free Read in ceph_mdsc_destroy,
syzbot
- [PATCH v3] fs:ceph: Remove unused variables in ceph_mdsmap_decode(),
Jia Yang
- Problems with building/installing ceph from sources (git repo) on x86_64 (ubuntu 20.04),
Ezra Ulembeck
- Mimic is retired, Abhishek Lekshmanan
- [PATCH V2] fs:ceph: Remove unused variables in ceph_mdsmap_decode(),
Jia Yang
- [RFC PATCH 00/11] ceph: convert to new fscache API,
Jeff Layton
- [RFC PATCH 01/11] ceph: break out writeback of incompatible snap context to separate function, Jeff Layton
- [RFC PATCH 04/11] ceph: fold ceph_sync_writepages into writepage_nounlock, Jeff Layton
- [RFC PATCH 03/11] ceph: fold ceph_sync_readpages into ceph_readpage, Jeff Layton
- [RFC PATCH 05/11] ceph: fold ceph_update_writeable_page into ceph_write_begin, Jeff Layton
- [RFC PATCH 08/11] ceph: plug write_begin into read helper, Jeff Layton
- [RFC PATCH 06/11] ceph: conversion to new fscache API, Jeff Layton
- [RFC PATCH 07/11] ceph: convert readpage to fscache read helper, Jeff Layton
- [RFC PATCH 10/11] ceph: add fscache writeback support, Jeff Layton
- [RFC PATCH 02/11] ceph: don't call ceph_update_writeable_page from page_mkwrite, Jeff Layton
- [RFC PATCH 11/11] ceph: re-enable fscache support, Jeff Layton
- [RFC PATCH 09/11] ceph: convert readpages to fscache_read_helper, Jeff Layton
- [PATCH] fs:ceph: Remove unused variables in ceph_mdsmap_decode(),
Jia Yang
- [PATCH] ceph: super.h: delete a duplicated word,
Randy Dunlap
- Crimson & Seastore,
Rob Tilley Jr.
- [PATCH] ceph: ceph_features.h: drop duplicated word in a comment,
Randy Dunlap
- [PATCH] ceph: check the sesion state and return false in case it is closed,
xiubli
- [PATCH v6 0/2] ceph: periodically send perf metrics to ceph,
xiubli
- Re: [Ceph-qa] multiple BLK-MQ queues for Ceph's RADOS Block Device (RBD) and CephFS,
Ilya Dryomov
[PATCH 00/13] fscache: Rewrite 3: Make AFS use it,
David Howells
- [PATCH 01/13] afs: Fix interruption of operations, David Howells
- [PATCH 02/13] afs: Move key to afs_read struct, David Howells
- [PATCH 03/13] afs: Don't truncate iter during data fetch, David Howells
- [PATCH 04/13] afs: Log remote unmarshalling errors, David Howells
- [PATCH 05/13] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [PATCH 06/13] afs: Use ITER_MAPPING for writing, David Howells
- [PATCH 07/13] afs: Interpose struct fscache_io_request into struct afs_read, David Howells
- [PATCH 08/13] afs: Note the amount transferred in fetch-data delivery, David Howells
- [PATCH 09/13] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [PATCH 10/13] afs: Use new fscache I/O API, David Howells
- [PATCH 11/13] afs: Copy local writes to the cache when writing to the server, David Howells
- [PATCH 12/13] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr, David Howells
- [PATCH 13/13] afs: Add O_DIRECT read support, David Howells
[PATCH 00/32] fscache: Rewrite 2: Make the I/O interface use kiocb/iov_iter,
David Howells
- [PATCH 01/32] iov_iter: Add ITER_MAPPING, David Howells
- [PATCH 02/32] vm: Add wait/unlock functions for PG_fscache, David Howells
- [PATCH 03/32] vfs: Export rw_verify_area() for use by cachefiles, David Howells
- [PATCH 04/32] vfs: Provide S_CACHE_FILE inode flag, David Howells
- [PATCH 05/32] mm: Provide lru_to_last_page() to get last of a page list, David Howells
- [PATCH 06/32] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag, David Howells
- [PATCH 07/32] fscache: Provide a simple thread pool for running ops asynchronously, David Howells
- [PATCH 09/32] fscache: Rewrite the I/O API based on iov_iter, David Howells
- [PATCH 11/32] fscache: Keep track of size of a file last set independently on the server, David Howells
- [PATCH 10/32] fscache: Remove fscache_wait_on_invalidate(), David Howells
- [PATCH 12/32] fscache, cachefiles: Fix disabled histogram warnings, David Howells
- [PATCH 13/32] fscache: Recast assertion in terms of cookie not being an index, David Howells
- [PATCH 14/32] cachefiles: Remove some redundant checks on unsigned values, David Howells
- [PATCH 15/32] cachefiles: trace: Log coherency checks, David Howells
- [PATCH 16/32] cachefiles: Split cachefiles_drop_object() up a bit, David Howells
- [PATCH 17/32] cachefiles: Implement new fscache I/O backend API, David Howells
- [PATCH 18/32] cachefiles: Merge object->backer into object->dentry, David Howells
- [PATCH 19/32] cachefiles: Implement a content-present indicator and bitmap, David Howells
- [PATCH 20/32] cachefiles: Implement extent shaper, David Howells
- [PATCH 21/32] cachefiles: Round the cachefile size up to DIO block size, David Howells
- [PATCH 22/32] cachefiles: Implement read and write parts of new I/O API, David Howells
- [PATCH 23/32] cachefiles: Add I/O tracepoints, David Howells
- [PATCH 25/32] fscache: Display cache-specific data in /proc/fs/fscache/objects, David Howells
- [PATCH 24/32] fscache: Add read helper, David Howells
- [PATCH 26/32] fscache: Remove more obsolete stats, David Howells
- [PATCH 27/32] fscache: New stats, David Howells
- [PATCH 28/32] fscache, cachefiles: Rewrite invalidation, David Howells
- [PATCH 29/32] fscache: Implement "will_modify" parameter on fscache_use_cookie(), David Howells
- [PATCH 30/32] fscache: Provide resize operation, David Howells
- [PATCH 31/32] fscache: Remove the update operation, David Howells
- [PATCH 32/32] cachefiles: Shape write requests, David Howells
[PATCH 00/14] fscache: Rewrite 1: Disable and clean in preparation for rewrite,
David Howells
- [PATCH 01/14] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite, David Howells
- [PATCH 02/14] afs: Disable use of the fscache I/O routines, David Howells
- [PATCH 03/14] fscache: Add a cookie debug ID and use that in traces, David Howells
- [PATCH 04/14] fscache: Procfile to display cookies, David Howells
- [PATCH 05/14] fscache: Remove the old I/O API, David Howells
- [PATCH 06/14] fscache: Remove the netfs data from the cookie, David Howells
- [PATCH 07/14] fscache: Remove struct fscache_cookie_def, David Howells
- [PATCH 08/14] fscache: Remove store_limit* from struct fscache_object, David Howells
- [PATCH 09/14] fscache: Remove fscache_check_consistency(), David Howells
- [PATCH 10/14] fscache: Remove fscache_attr_changed(), David Howells
- [PATCH 11/14] fscache: Remove obsolete stats, David Howells
- [PATCH 12/14] fscache: Remove old I/O tracepoints, David Howells
- [PATCH 13/14] fscache: Temporarily disable fscache_invalidate(), David Howells
- [PATCH 14/14] fscache: Remove the I/O operation manager, David Howells
[PATCH] libceph : client only want latest osdmap. If the gap with the latest version exceeds the threshold, mon will send the fullosdmap instead of incremental osdmap,
simon gao
[PATCH] net : client only want latest osdmap. If the gap with the latest version exceeds the threshold, mon will send the fullosdmap instead of incremental osdmap,
simon gao
[PATCH] fs: ceph: Remove unnecessary cast in kfree(),
Xu Wang
[PATCH] Replace HTTP links with HTTPS ones: CEPH COMMON CODE (LIBCEPH),
Alexander A. Klimov
[PATCH] ceph: do not access the kiocb after aio reqeusts,
xiubli
[PATCH 0/4] libceph/ceph: cleanups and move more into ceph.ko,
Jeff Layton
[Index of Archives]
[Ceph Users]
[Ceph Dev]
[Ceph Large]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]