ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-20 00:58:33 to 2021-02-15 15:56:34 UTC [more...]

[PATCH 00/33] Network fs helper library & fscache kiocb API [ver #3]
 2021-02-15 15:47 UTC  (11+ messages)
` [PATCH 01/33] iov_iter: Add ITER_XARRAY
` [PATCH 04/33] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 06/33] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH 07/33] netfs, mm: Add unlock_page_fscache() and wait_on_page_fscache()
` [PATCH 08/33] netfs: Provide readahead and readpage netfs helpers
` [PATCH 11/33] netfs: Add write_begin helper
` [PATCH 12/33] netfs: Define an interface to talk to a cache
` [PATCH 13/33] netfs: Hold a ref on a page when PG_private_2 is set
` [PATCH 14/33] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH 15/33] afs: Disable use of the fscache I/O routines

[PATCH v2] vfs: prevent copy_file_range to copy across devices
 2021-02-15 15:43 UTC 

[GIT PULL] fscache: I/O API modernisation and netfs helper library
 2021-02-15  1:01 UTC  (19+ messages)

cleanup updating the size of block devices v3
 2021-02-12 15:45 UTC  (3+ messages)
` [PATCH 12/78] dm: use set_capacity_and_notify

netfs-lib changes merged into testing branch
 2021-02-08 14:04 UTC 

Upcoming for next merge window: fscache and netfs lib
 2021-02-05 17:02 UTC 

[PATCH] ceph: minor coding style tweaks
 2021-02-04 12:43 UTC  (2+ messages)

[PATCH] ceph: minor coding style tweaks
 2021-02-04  7:34 UTC  (2+ messages)

[PATCH v4] ceph: defer flushing the capsnap if the Fb is used
 2021-02-03  1:05 UTC  (3+ messages)

[PATCH] ceph: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2021-02-02 16:01 UTC  (5+ messages)

[PATCH] ceph: Fix an Oops in error handling
 2021-02-02 14:19 UTC  (4+ messages)

[PATCH] ceph: fix an oops in error handling in ceph_netfs_issue_op
 2021-02-02 14:20 UTC  (2+ messages)

[RFC PATCH v4 00/17] ceph+fscrypt: context, filename and symlink support
 2021-02-01 18:41 UTC  (33+ messages)
` [RFC PATCH v4 01/17] vfs: export new_inode_pseudo
` [RFC PATCH v4 02/17] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode
` [RFC PATCH v4 03/17] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [RFC PATCH v4 04/17] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v4 05/17] ceph: crypto context handling for ceph
` [RFC PATCH v4 06/17] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v4 07/17] ceph: preallocate inode for ops that may create one
` [RFC PATCH v4 08/17] ceph: add routine to create fscrypt context prior to RPC
` [RFC PATCH v4 09/17] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v4 10/17] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v4 11/17] ceph: decode alternate_name in lease info
` [RFC PATCH v4 12/17] ceph: send altname in MClientRequest
` [RFC PATCH v4 13/17] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v4 14/17] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v4 15/17] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v4 16/17] ceph: create symlinks with encrypted and base64-encoded targets
` [RFC PATCH v4 17/17] ceph: add fscrypt ioctls

[PATCH 0/6] ceph: convert to new netfs read helpers
 2021-02-01 15:25 UTC  (11+ messages)
` [PATCH 1/6] ceph: disable old fscache readpage handling
` [PATCH 2/6] ceph: rework PageFsCache handling
` [PATCH 3/6] ceph: fix fscache invalidation
` [PATCH 4/6] ceph: convert readpage to fscache read helper
` [PATCH 5/6] ceph: plug write_begin into "
` [PATCH 6/6] ceph: convert ceph_readpages to ceph_readahead

[PATCH 00/32] Network fs helper library & fscache kiocb API [ver #2]
 2021-01-26 19:10 UTC  (41+ messages)
` [PATCH 01/32] iov_iter: Add ITER_XARRAY
` [PATCH 02/32] vm: Add wait/unlock functions for PG_fscache
` [PATCH 03/32] mm: Implement readahead_control pageset expansion
` [PATCH 04/32] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 05/32] netfs: Make a netfs helper module
` [PATCH 06/32] netfs: Provide readahead and readpage netfs helpers
` [PATCH 07/32] netfs: Add tracepoints
` [PATCH 08/32] netfs: Gather stats
` [PATCH 09/32] netfs: Add write_begin helper
` [PATCH 10/32] netfs: Define an interface to talk to a cache
` [PATCH 11/32] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH 12/32] afs: Disable use of the fscache I/O routines
` [PATCH 13/32] afs: Pass page into dirty region helpers to provide THP size
` [PATCH 14/32] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH 15/32] afs: Move key to afs_read struct
` [PATCH 16/32] afs: Don't truncate iter during data fetch
` [PATCH 17/32] afs: Log remote unmarshalling errors
` [PATCH 18/32] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 19/32] afs: Use ITER_XARRAY for writing
` [PATCH 20/32] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 21/32] afs: Extract writeback extension into its own function
` [PATCH 22/32] afs: Prepare for use of THPs
` [PATCH 23/32] afs: Use the fs operation ops to handle FetchData completion
` [PATCH 24/32] afs: Use new fscache read helper API
` [PATCH 25/32] NFS: Clean up nfs_readpage() and nfs_readpages()
` [PATCH 26/32] NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeeds
` [PATCH 27/32] NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc
` [PATCH 28/32] NFS: Call readpage_async_filler() from nfs_readpage_async()
` [PATCH 29/32] NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()
` [PATCH 30/32] NFS: Allow internal use of read structs and functions
` [PATCH 31/32] NFS: Convert to the netfs API and nfs_readpage to use netfs_readpage
` [PATCH 32/32] NFS: Convert readpage to readahead and use netfs_readahead for fscache

[PATCH] libceph: remove osdtimeout option entirely
 2021-01-26 14:59 UTC  (2+ messages)

[PATCH] libceph: deprecate [no]cephx_require_signatures options
 2021-01-26 14:59 UTC  (2+ messages)

[ceph-client:wip-netfs-lib 5/7] fs/ceph/addr.c:257 ceph_netfs_issue_op() warn: unsigned 'len' is never less than zero
 2021-01-25 23:50 UTC 

[GIT PULL] Ceph fixes for 5.11-rc5
 2021-01-22 22:00 UTC  (2+ messages)

[RFC PATCH 0/6] ceph: convert buffered read codepaths to new netfs API
 2021-01-22 17:51 UTC  (7+ messages)
` [RFC PATCH 1/6] ceph: disable old fscache readpage handling
` [RFC PATCH 2/6] ceph: rework PageFsCache handling
` [RFC PATCH 3/6] ceph: fix invalidation
` [RFC PATCH 4/6] ceph: convert readpage to fscache read helper
` [RFC PATCH 5/6] ceph: plug write_begin into "
` [RFC PATCH 6/6] ceph: convert ceph_readpages to ceph_readahead

[RFC][PATCH 00/25] Network fs helper library & fscache kiocb API
 2021-01-22 16:06 UTC  (37+ messages)
` [PATCH 01/25] iov_iter: Add ITER_XARRAY
` [PATCH 02/25] vm: Add wait/unlock functions for PG_fscache
` [PATCH 03/25] mm: Implement readahead_control pageset expansion
` [PATCH 04/25] vfs: Export rw_verify_area() for use by cachefiles
` [PATCH 05/25] cachefiles: Drop superfluous readpages aops NULL check
` [PATCH 06/25] netfs: Make a netfs helper module
` [PATCH 07/25] netfs: Provide readahead and readpage netfs helpers
` [PATCH 08/25] netfs: Add tracepoints
` [PATCH 09/25] netfs: Gather stats
` [PATCH 10/25] netfs: Add write_begin helper
` [PATCH 11/25] netfs: Define an interface to talk to a cache
` [PATCH 12/25] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH 13/25] afs: Disable use of the fscache I/O routines
` [PATCH 14/25] afs: Pass page into dirty region helpers to provide THP size
` [PATCH 15/25] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH 16/25] afs: Move key to afs_read struct
` [PATCH 17/25] afs: Don't truncate iter during data fetch
` [PATCH 18/25] afs: Log remote unmarshalling errors
` [PATCH 19/25] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH 20/25] afs: Use ITER_XARRAY for writing
` [PATCH 21/25] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH 22/25] afs: Extract writeback extension into its own function
` [PATCH 23/25] afs: Prepare for use of THPs
` [PATCH 24/25] afs: Use the fs operation ops to handle FetchData completion
` [PATCH 25/25] afs: Use new fscache read helper API

[PATCH v3] ceph: defer flushing the capsnap if the Fb is used
 2021-01-22 10:07 UTC  (8+ messages)

[PATCH] libceph: fix "Boolean result is used in bitwise operation" warning
 2021-01-20 13:59 UTC 

[kbuild] net/ceph/messenger_v1.c:1099:23: warning: Boolean result is used in bitwise operation. Clarify expression with parentheses
 2021-01-20 12:52 UTC  (3+ messages)

[PATCH] ceph: enable async dirops by default
 2021-01-20 12:24 UTC  (5+ 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).