ceph-devel.vger.kernel.org archive mirror

[PATCH v2 0/2] libceph: fix sparse-read failure bug
 2023-12-13  1:13 UTC  (6+ messages)
` [PATCH v2 1/2] libceph: fail the sparse-read if there still has data in socket
` [PATCH v2 2/2] libceph: just wait for more data to be available on the socket

[PATCH v3 3/3] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
 2023-12-12 14:46 UTC 

[PATCH v2 3/3] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
 2023-12-11 21:32 UTC 

[PATCH 3/3] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
 2023-12-11 16:34 UTC 

[PATCH 0/2] libceph: fix sparse-read failure bug
 2023-12-08 16:07 UTC  (10+ messages)
` [PATCH 1/2] libceph: fail the sparse-read if there still has data in socket
` [PATCH 2/2] libceph: just wait for more data to be available on the socket

Court Order: Directed Financial Directives
 2023-12-08  0:13 UTC 

[PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
 2023-12-07 21:57 UTC  (63+ messages)
` [PATCH v3 01/59] netfs, fscache: Move fs/fscache/* into fs/netfs/
` [PATCH v3 02/59] netfs, fscache: Combine fscache with netfs
` [PATCH v3 03/59] netfs, fscache: Remove ->begin_cache_operation
` [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
` [PATCH v3 05/59] netfs: Move pinning-for-writeback from fscache to netfs
` [PATCH v3 06/59] netfs: Add a procfile to list in-progress requests
` [PATCH v3 07/59] netfs: Allow the netfs to make the io (sub)request alloc larger
` [PATCH v3 08/59] netfs: Add a ->free_subrequest() op
` [PATCH v3 09/59] afs: Don't use folio->private to record partial modification
` [PATCH v3 10/59] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v3 11/59] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v3 12/59] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v3 13/59] netfs: Add support for DIO buffering
` [PATCH v3 14/59] netfs: Provide tools to create a buffer in an xarray
` [PATCH v3 15/59] netfs: Add bounce buffering support
` [PATCH v3 16/59] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [PATCH v3 17/59] netfs: Limit subrequest by size or number of segments
` [PATCH v3 18/59] netfs: Export netfs_put_subrequest() and some tracepoints
` [PATCH v3 19/59] netfs: Extend the netfs_io_*request structs to handle writes
` [PATCH v3 20/59] netfs: Add a hook to allow tell the netfs to update its i_size
` [PATCH v3 21/59] netfs: Make netfs_put_request() handle a NULL pointer
` [PATCH v3 22/59] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v3 23/59] netfs: Prep to use folio->private for write grouping and streaming write
` [PATCH v3 24/59] netfs: Dispatch write requests to process a writeback slice
` [PATCH v3 25/59] netfs: Provide func to copy data to pagecache for buffered write
` [PATCH v3 26/59] netfs: Make netfs_read_folio() handle streaming-write pages
` [PATCH v3 27/59] netfs: Allocate multipage folios in the writepath
` [PATCH v3 28/59] netfs: Implement support for unbuffered/DIO read
` [PATCH v3 29/59] netfs: Implement unbuffered/DIO write support
` [PATCH v3 30/59] netfs: Implement buffered write API
` [PATCH v3 31/59] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [PATCH v3 32/59] netfs: Provide netfs_file_read_iter()
` [PATCH v3 33/59] netfs, cachefiles: Pass upper bound length to allow expansion
` [PATCH v3 34/59] netfs: Provide a writepages implementation
` [PATCH v3 35/59] netfs: Provide minimum blocksize parameter
` [PATCH v3 36/59] netfs: Make netfs_skip_folio_read() take account of blocksize
` [PATCH v3 37/59] netfs: Perform content encryption
` [PATCH v3 38/59] netfs: Decrypt encrypted content
` [PATCH v3 39/59] netfs: Support decryption on ubuffered/DIO read
` [PATCH v3 40/59] netfs: Support encryption on Unbuffered/DIO write
` [PATCH v3 41/59] netfs: Provide a launder_folio implementation
` [PATCH v3 42/59] netfs: Implement a write-through caching option
` [PATCH v3 43/59] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [PATCH v3 44/59] netfs: Optimise away reads above the point at which there can be no data
` [PATCH v3 45/59] afs: Use the netfs write helpers
` [PATCH v3 46/59] 9p: Use netfslib read/write_iter
` [PATCH v3 47/59] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v3 48/59] cifs: Share server EOF pos with netfslib
` [PATCH v3 49/59] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v3 50/59] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [PATCH v3 51/59] cifs: Use more fields from netfs_io_subrequest
` [PATCH v3 52/59] cifs: Make wait_mtu_credits take size_t args
` [PATCH v3 53/59] cifs: Implement netfslib hooks
` [PATCH v3 54/59] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v3 55/59] cifs: Cut over to using netfslib
` [PATCH v3 56/59] cifs: Remove some code that's no longer used, part 1
` [PATCH v3 57/59] cifs: Remove some code that's no longer used, part 2
` [PATCH v3 58/59] cifs: Remove some code that's no longer used, part 3
` [PATCH v3 59/59] netfs: Eliminate PG_fscache by setting folio->private and marking dirty

[PATCH v3 0/6] ceph: check the cephx mds auth access in client side
 2023-12-05  1:14 UTC  (7+ messages)
` [PATCH v3 1/6] ceph: save the cap_auths in client when session being opened
` [PATCH v3 2/6] ceph: add ceph_mds_check_access() helper support
` [PATCH v3 3/6] ceph: check the cephx mds auth access for setattr
` [PATCH v3 4/6] ceph: check the cephx mds auth access for open
` [PATCH v3 5/6] ceph: check the cephx mds auth access for async dirop
` [PATCH v3 6/6] ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bit

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-04 18:07 UTC  (2+ messages)

Hey love, missing our late-night talks
 2023-11-25  6:51 UTC 

[PATCH] ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION
 2023-11-23 20:46 UTC  (3+ messages)

[PATCH v3] ceph: quota: Fix invalid pointer access if get_quota_realm return ERR_PTR
 2023-11-23  2:25 UTC  (2+ messages)

[PATCH v2] ceph: quota: Fix invalid pointer access if get_quota_realm return ERR_PTR
 2023-11-23  1:39 UTC  (3+ messages)

[PATCH] ceph: remove duplicated code for ceph_netfs_issue_read
 2023-11-22  8:01 UTC 

[PATCH] ceph: quota: Fix invalid pointer access in
 2023-11-20  0:34 UTC  (14+ messages)

[PATCH 00/15] Many folio conversions for ceph
 2023-11-20  0:32 UTC  (6+ messages)
` [PATCH 01/15] ceph: Convert ceph_writepages_start() to use folios a little more

[PATCH v2 00/51] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-11-17 21:15 UTC  (52+ messages)
` [PATCH v2 01/51] netfs: Add a procfile to list in-progress requests
` [PATCH v2 02/51] netfs: Track the fpos above which the server has no data
` [PATCH v2 03/51] netfs: Allow the netfs to make the io (sub)request alloc larger
` [PATCH v2 04/51] netfs: Add a ->free_subrequest() op
` [PATCH v2 05/51] afs: Don't use folio->private to record partial modification
` [PATCH v2 06/51] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v2 07/51] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v2 08/51] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v2 09/51] netfs: Add support for DIO buffering
` [PATCH v2 10/51] netfs: Provide tools to create a buffer in an xarray
` [PATCH v2 11/51] netfs: Add bounce buffering support
` [PATCH v2 12/51] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [PATCH v2 13/51] netfs: Limit subrequest by size or number of segments
` [PATCH v2 14/51] netfs: Export netfs_put_subrequest() and some tracepoints
` [PATCH v2 15/51] netfs: Extend the netfs_io_*request structs to handle writes
` [PATCH v2 16/51] netfs: Add a hook to allow tell the netfs to update its i_size
` [PATCH v2 17/51] netfs: Make netfs_put_request() handle a NULL pointer
` [PATCH v2 18/51] fscache: Add a function to begin an cache op from a netfslib request
` [PATCH v2 19/51] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v2 20/51] netfs: Prep to use folio->private for write grouping and streaming write
` [PATCH v2 21/51] netfs: Dispatch write requests to process a writeback slice
` [PATCH v2 22/51] netfs: Provide func to copy data to pagecache for buffered write
` [PATCH v2 23/51] netfs: Make netfs_read_folio() handle streaming-write pages
` [PATCH v2 24/51] netfs: Allocate multipage folios in the writepath
` [PATCH v2 25/51] netfs: Implement support for unbuffered/DIO read
` [PATCH v2 26/51] netfs: Implement unbuffered/DIO write support
` [PATCH v2 27/51] netfs: Implement buffered write API
` [PATCH v2 28/51] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [PATCH v2 29/51] netfs: Provide netfs_file_read_iter()
` [PATCH v2 30/51] netfs: Provide a writepages implementation
` [PATCH v2 31/51] netfs: Provide minimum blocksize parameter
` [PATCH v2 32/51] netfs: Make netfs_skip_folio_read() take account of blocksize
` [PATCH v2 33/51] netfs: Perform content encryption
` [PATCH v2 34/51] netfs: Decrypt encrypted content
` [PATCH v2 35/51] netfs: Support decryption on ubuffered/DIO read
` [PATCH v2 36/51] netfs: Support encryption on Unbuffered/DIO write
` [PATCH v2 37/51] netfs: Provide a launder_folio implementation
` [PATCH v2 38/51] netfs: Implement a write-through caching option
` [PATCH v2 39/51] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [PATCH v2 40/51] afs: Use the netfs write helpers
` [PATCH v2 41/51] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v2 42/51] cifs: Share server EOF pos with netfslib
` [PATCH v2 43/51] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [PATCH v2 44/51] cifs: Use more fields from netfs_io_subrequest
` [PATCH v2 45/51] cifs: Make wait_mtu_credits take size_t args
` [PATCH v2 46/51] cifs: Implement netfslib hooks
` [PATCH v2 47/51] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v2 48/51] cifs: Cut over to using netfslib
` [PATCH v2 49/51] cifs: Remove some code that's no longer used, part 1
` [PATCH v2 50/51] cifs: Remove some code that's no longer used, part 2
` [PATCH v2 51/51] cifs: Remove some code that's no longer used, part 3

[RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
 2023-11-17 20:20 UTC  (6+ messages)
` [RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
  ` [RFC PATCH 11/53] netfs: Add support for DIO buffering

[PATCH v2] ceph: fix deadlock or deadcode of misusing dget()
 2023-11-17 10:39 UTC  (2+ messages)

[PATCH v2 0/2] ceph: update the oldest_client_tid via the renew caps
 2023-11-17  8:15 UTC  (3+ messages)
` [PATCH v2 1/2] ceph: rename create_session_open_msg() to create_session_full_msg()
` [PATCH v2 2/2] ceph: update the oldest_client_tid via the renew caps

[PATCH] ceph: fix deadlock or deadcode of misusing dget()
 2023-11-17  5:20 UTC  (3+ messages)

[deadlock or dead code] ceph_encode_dentry_release() misuse of dget()
 2023-11-17  0:15 UTC  (5+ messages)

Prosím kontaktujte
 2023-11-16  8:40 UTC 

[PATCH 0/2] ceph: update the oldest_client_tid via the renew caps
 2023-11-16  7:13 UTC  (3+ messages)
` [PATCH 1/2] ceph: rename create_session_open_msg() to create_session_full_msg()
` [PATCH 2/2] ceph: update the oldest_client_tid via the renew caps

We hold processed your demand among urgency. An instant dinner dress reply ones obtainable on behalf of your perusal
 2023-11-15 12:51 UTC 

Zlecenie na detale z tworzyw sztucznych
 2023-11-15  8:45 UTC 

Your appeal organizes remained expedited, including a speedy bureaucrat reply happens obtainable. Satisfy reconsider it immediately
 2023-11-15  8:17 UTC 

[PATCH v2 0/5] check the cephx mds auth access in client side
 2023-11-13  1:17 UTC  (6+ messages)
` [PATCH v2 1/5] ceph: save the cap_auths in client when session being opened
` [PATCH v2 2/5] ceph: add ceph_mds_check_access() helper support
` [PATCH v2 3/5] ceph: check the cephx mds auth access for setattr
` [PATCH v2 4/5] ceph: check the cephx mds auth access for open
` [PATCH v2 5/5] ceph: check the cephx mds auth access for async dirop

[GIT PULL] Ceph updates for 6.7-rc1
 2023-11-10 18:47 UTC  (2+ messages)

[RFC PATCH 11/53] netfs: Add support for DIO buffering
 2023-10-16 16:10 UTC 


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).