CEPH Filesystem Development
[Prev Page][Next Page]
- [PATCH v7 18/31] afs: Disable use of the fscache I/O routines, (continued)
- [PATCH v7 18/31] afs: Disable use of the fscache I/O routines, David Howells
- [PATCH v7 19/31] afs: Pass page into dirty region helpers to provide THP size, David Howells
- [PATCH v7 20/31] afs: Print the operation debug_id when logging an unexpected data version, David Howells
- [PATCH v7 21/31] afs: Move key to afs_read struct, David Howells
- [PATCH v7 22/31] afs: Don't truncate iter during data fetch, David Howells
- [PATCH v7 23/31] afs: Log remote unmarshalling errors, David Howells
- [PATCH v7 24/31] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [PATCH v7 25/31] afs: Use ITER_XARRAY for writing, David Howells
- [PATCH v7 26/31] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [PATCH v7 27/31] afs: Extract writeback extension into its own function, David Howells
- [PATCH v7 28/31] afs: Prepare for use of THPs, David Howells
- [PATCH v7 29/31] afs: Use the fs operation ops to handle FetchData completion, David Howells
- [PATCH v7 30/31] afs: Use new netfs lib read helper API, David Howells
- [PATCH v7 31/31] afs: Use the netfs_write_begin() helper, David Howells
- [PATCH] iov_iter: Four fixes for ITER_XARRAY, David Howells
- [PATCH] netfs: Miscellaneous fixes, David Howells
- ceph-mds infrastructure for fscrypt,
Jeff Layton
- Hole punch races in Ceph,
Jan Kara
- [PATCH v3] ceph: don't allow access to MDS-private inodes,
Jeff Layton
- Kernel Panic: 0010:ceph_get_snapdir+0x77/0x80 (Ceph 15.2.10 - Proxmox Linux version 5.4.106-1-pve),
Rainer Stumbaum
- [PATCH v2] ceph: don't allow access to MDS-private inodes,
Jeff Layton
- [PATCH] ceph: make the lost+found dir accessible by kernel client,
xiubli
- All RBD IO stuck after flapping OSD's,
Robin Geuze
[RFC PATCH v6 00/20] ceph+fscrypt: context, filename and symlink support,
Jeff Layton
- [RFC PATCH v6 01/20] vfs: export new_inode_pseudo, Jeff Layton
- [RFC PATCH v6 02/20] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode, Jeff Layton
- [RFC PATCH v6 03/20] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size, Jeff Layton
- [RFC PATCH v6 04/20] fscrypt: add fscrypt_context_for_new_inode, Jeff Layton
- [RFC PATCH v6 05/20] ceph: crypto context handling for ceph, Jeff Layton
- [RFC PATCH v6 06/20] ceph: implement -o test_dummy_encryption mount option, Jeff Layton
- [RFC PATCH v6 07/20] ceph: preallocate inode for ops that may create one, Jeff Layton
- [RFC PATCH v6 08/20] ceph: add routine to create fscrypt context prior to RPC, Jeff Layton
- [RFC PATCH v6 09/20] ceph: make ceph_msdc_build_path use ref-walk, Jeff Layton
- [RFC PATCH v6 10/20] ceph: add encrypted fname handling to ceph_mdsc_build_path, Jeff Layton
- [RFC PATCH v6 11/20] ceph: decode alternate_name in lease info, Jeff Layton
- [RFC PATCH v6 12/20] ceph: send altname in MClientRequest, Jeff Layton
- [RFC PATCH v6 13/20] ceph: properly set DCACHE_NOKEY_NAME flag in lookup, Jeff Layton
- [RFC PATCH v6 14/20] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries, Jeff Layton
- [RFC PATCH v6 15/20] ceph: add helpers for converting names for userland presentation, Jeff Layton
- [RFC PATCH v6 16/20] ceph: add fscrypt support to ceph_fill_trace, Jeff Layton
- [RFC PATCH v6 17/20] ceph: add support to readdir for encrypted filenames, Jeff Layton
- [RFC PATCH v6 18/20] ceph: create symlinks with encrypted and base64-encoded targets, Jeff Layton
- [RFC PATCH v6 19/20] ceph: make ceph_get_name decrypt filenames, Jeff Layton
- [RFC PATCH v6 20/20] ceph: add fscrypt ioctls, Jeff Layton
- Re: [RFC PATCH v6 00/20] ceph+fscrypt: context, filename and symlink support, Luis Henriques
[PATCH] ceph: convert some PAGE_SIZE invocations to thp_size(), Jeff Layton
[PATCH] ceph: fix up some bare fetches of i_size, Jeff Layton
Re: [ceph-users] Nautilus 14.2.19 mon 100% CPU,
Stefan Kooman
Re: Nautilus 14.2.19 mon 100% CPU, Robert LeBlanc
[PATCH v6 00/30] Network fs helper library & fscache kiocb API,
David Howells
- [PATCH v6 01/30] iov_iter: Add ITER_XARRAY, David Howells
- [PATCH v6 02/30] mm: Add set/end/wait functions for PG_private_2, David Howells
- [PATCH v6 03/30] mm/filemap: Pass the file_ra_state in the ractl, David Howells
- [PATCH v6 04/30] fs: Document file_ra_state, David Howells
- [PATCH v6 05/30] mm: Implement readahead_control pageset expansion, David Howells
- [PATCH v6 06/30] netfs: Make a netfs helper module, David Howells
- [PATCH v6 07/30] netfs: Documentation for helper library, David Howells
- [PATCH v6 08/30] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h, David Howells
- [PATCH v6 09/30] netfs, mm: Add set/end/wait_on_page_fscache() aliases, David Howells
- [PATCH v6 10/30] netfs: Provide readahead and readpage netfs helpers, David Howells
- [PATCH v6 11/30] netfs: Add tracepoints, David Howells
- [PATCH v6 12/30] netfs: Gather stats, David Howells
- [PATCH v6 13/30] netfs: Add write_begin helper, David Howells
- [PATCH v6 14/30] netfs: Define an interface to talk to a cache, David Howells
- [PATCH v6 15/30] netfs: Add a tracepoint to log failures that would be otherwise unseen, David Howells
- [PATCH v6 16/30] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache, David Howells
- [PATCH v6 17/30] afs: Disable use of the fscache I/O routines, David Howells
- [PATCH v6 18/30] afs: Pass page into dirty region helpers to provide THP size, David Howells
- [PATCH v6 19/30] afs: Print the operation debug_id when logging an unexpected data version, David Howells
- [PATCH v6 20/30] afs: Move key to afs_read struct, David Howells
- [PATCH v6 21/30] afs: Don't truncate iter during data fetch, David Howells
- [PATCH v6 22/30] afs: Log remote unmarshalling errors, David Howells
- [PATCH v6 23/30] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [PATCH v6 24/30] afs: Use ITER_XARRAY for writing, David Howells
- [PATCH v6 25/30] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [PATCH v6 26/30] afs: Extract writeback extension into its own function, David Howells
- [PATCH v6 27/30] afs: Prepare for use of THPs, David Howells
- [PATCH v6 28/30] afs: Use the fs operation ops to handle FetchData completion, David Howells
- [PATCH v6 29/30] afs: Use new netfs lib read helper API, David Howells
- [PATCH v6 30/30] afs: Use the netfs_write_begin() helper, David Howells
- Re: [PATCH v6 00/30] Network fs helper library & fscache kiocb API, Jeff Layton
- Re: [PATCH v6 00/30] Network fs helper library & fscache kiocb API, David Wysochanski
- Re: [PATCH v6 00/30] Network fs helper library & fscache kiocb API, Marc Dionne
rgw: In a multi-site environment, deleting the key from the bucket list operation will cause the object's key to be permanently lost., WeiGuo Ren
[PATCH 0/5] netfs: Fixes for the netfs lib,
David Howells
[PATCH] ceph: drop pinned_page parameter from ceph_get_caps, Jeff Layton
[PATCH] ceph: don't allow access to MDS-private inodes,
Jeff Layton
[RFC PATCH] ceph: don't allow access to MDS-private inodes,
Jeff Layton
[PATCH] ceph: fix a typo in comments,
xiubli
[RFC PATCH v5 00/19] ceph+fscrypt: context, filename and symlink support,
Jeff Layton
- [RFC PATCH v5 01/19] vfs: export new_inode_pseudo, Jeff Layton
- [RFC PATCH v5 04/19] fscrypt: add fscrypt_context_for_new_inode, Jeff Layton
- [RFC PATCH v5 06/19] ceph: implement -o test_dummy_encryption mount option, Jeff Layton
- [RFC PATCH v5 08/19] ceph: add routine to create fscrypt context prior to RPC, Jeff Layton
- [RFC PATCH v5 03/19] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size, Jeff Layton
- [RFC PATCH v5 02/19] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode, Jeff Layton
- [RFC PATCH v5 11/19] ceph: decode alternate_name in lease info, Jeff Layton
- [RFC PATCH v5 10/19] ceph: add encrypted fname handling to ceph_mdsc_build_path, Jeff Layton
- [RFC PATCH v5 09/19] ceph: make ceph_msdc_build_path use ref-walk, Jeff Layton
- [RFC PATCH v5 07/19] ceph: preallocate inode for ops that may create one, Jeff Layton
- [RFC PATCH v5 12/19] ceph: send altname in MClientRequest, Jeff Layton
- [RFC PATCH v5 05/19] ceph: crypto context handling for ceph, Jeff Layton
- [RFC PATCH v5 14/19] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries, Jeff Layton
- [RFC PATCH v5 13/19] ceph: properly set DCACHE_NOKEY_NAME flag in lookup, Jeff Layton
- [RFC PATCH v5 15/19] ceph: add helpers for converting names for userland presentation, Jeff Layton
- [RFC PATCH v5 16/19] ceph: add fscrypt support to ceph_fill_trace, Jeff Layton
- [RFC PATCH v5 17/19] ceph: add support to readdir for encrypted filenames, Jeff Layton
- [RFC PATCH v5 19/19] ceph: add fscrypt ioctls, Jeff Layton
- [RFC PATCH v5 18/19] ceph: create symlinks with encrypted and base64-encoded targets, Jeff Layton
- Re: [RFC PATCH v5 00/19] ceph+fscrypt: context, filename and symlink support, Jeff Layton
- [RFC PATCH v5 20/19] ceph: make ceph_get_name decrypt filenames, Jeff Layton
[PATCH] ceph: fix inode leak on getattr error in __fh_to_dentry,
Jeff Layton
[PATCH] ceph: only check pool permissions for regular files,
Jeff Layton
[PATCH -next 0/5]Fix some typos,
Lu Wei
[PATCH v2 0/2] ceph: add IO size metric support,
xiubli
[PATCH] ceph: convert {n}ref from atomic_t to refcount_t,
Yejune Deng
[PATCH v2] ceph: send opened files/pinned caps/opened inodes metrics to MDS daemon,
xiubli
[PATCH v5 00/28] Network fs helper library & fscache kiocb API,
David Howells
- [PATCH v5 01/28] iov_iter: Add ITER_XARRAY, David Howells
- [PATCH v5 02/28] mm: Add wait_on_page_writeback_killable(), David Howells
- [PATCH v5 03/28] mm: Add set/end/wait functions for PG_private_2, David Howells
- [PATCH v5 04/28] mm: Implement readahead_control pageset expansion, David Howells
- [PATCH v5 05/28] netfs: Make a netfs helper module, David Howells
- [PATCH v5 06/28] netfs: Documentation for helper library, David Howells
- [PATCH v5 07/28] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h, David Howells
- [PATCH v5 08/28] netfs, mm: Add set/end/wait_on_page_fscache() aliases, David Howells
- [PATCH v5 09/28] netfs: Provide readahead and readpage netfs helpers, David Howells
- [PATCH v5 10/28] netfs: Add tracepoints, David Howells
- [PATCH v5 11/28] netfs: Gather stats, David Howells
- [PATCH v5 12/28] netfs: Add write_begin helper, David Howells
- [PATCH v5 13/28] netfs: Define an interface to talk to a cache, David Howells
- [PATCH v5 14/28] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache, David Howells
- [PATCH v5 15/28] afs: Disable use of the fscache I/O routines, David Howells
- [PATCH v5 16/28] afs: Pass page into dirty region helpers to provide THP size, David Howells
- [PATCH v5 17/28] afs: Print the operation debug_id when logging an unexpected data version, David Howells
- [PATCH v5 18/28] afs: Move key to afs_read struct, David Howells
- [PATCH v5 19/28] afs: Don't truncate iter during data fetch, David Howells
- [PATCH v5 20/28] afs: Log remote unmarshalling errors, David Howells
- [PATCH v5 21/28] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [PATCH v5 22/28] afs: Use ITER_XARRAY for writing, David Howells
- [PATCH v5 23/28] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [PATCH v5 24/28] afs: Extract writeback extension into its own function, David Howells
- [PATCH v5 25/28] afs: Prepare for use of THPs, David Howells
- [PATCH v5 26/28] afs: Use the fs operation ops to handle FetchData completion, David Howells
- [PATCH v5 27/28] afs: Use new fscache read helper API, David Howells
- [PATCH v5 28/28] afs: Use the fscache_write_begin() helper, David Howells
[PATCH] ceph: use attach/detach_page_private for tracking snap context, Jeff Layton
[PATCH 1/2] ceph: fix kerneldoc copypasta over ceph_start_io_direct,
Jeff Layton
[PATCH 0/4] ceph: add IO size metric support,
xiubli
rgw: Is rgw_sync_lease_period=120s set small?,
WeiGuo Ren
[PATCH v2] ceph: don't use d_add in ceph_handle_snapdir,
Jeff Layton
[PATCH 0/2] ceph: snapdir dentry handling fixes,
Jeff Layton
fscrypt and file truncation on cephfs,
Jeff Layton
[PATCH v4 00/28] Network fs helper library & fscache kiocb API,
David Howells
- [PATCH v4 01/28] iov_iter: Add ITER_XARRAY, David Howells
- [PATCH v4 02/28] mm: Add an unlock function for PG_private_2/PG_fscache, David Howells
- [PATCH v4 03/28] mm: Implement readahead_control pageset expansion, David Howells
- [PATCH v4 04/28] netfs: Make a netfs helper module, David Howells
- [PATCH v4 05/28] netfs: Documentation for helper library, David Howells
- [PATCH v4 06/28] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h, David Howells
- [PATCH v4 07/28] netfs, mm: Add unlock_page_fscache() and wait_on_page_fscache(), David Howells
- [PATCH v4 08/28] netfs: Provide readahead and readpage netfs helpers, David Howells
- [PATCH v4 10/28] netfs: Gather stats, David Howells
- [PATCH v4 11/28] netfs: Add write_begin helper, David Howells
- [PATCH v4 12/28] netfs: Define an interface to talk to a cache, David Howells
- [PATCH v4 13/28] netfs: Hold a ref on a page when PG_private_2 is set, David Howells
- [PATCH v4 14/28] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache, David Howells
- [PATCH v4 15/28] afs: Disable use of the fscache I/O routines, David Howells
- [PATCH v4 16/28] afs: Pass page into dirty region helpers to provide THP size, David Howells
- [PATCH v4 17/28] afs: Print the operation debug_id when logging an unexpected data version, David Howells
- [PATCH v4 18/28] afs: Move key to afs_read struct, David Howells
- [PATCH v4 19/28] afs: Don't truncate iter during data fetch, David Howells
- [PATCH v4 20/28] afs: Log remote unmarshalling errors, David Howells
- [PATCH v4 21/28] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [PATCH v4 22/28] afs: Use ITER_XARRAY for writing, David Howells
- [PATCH v4 23/28] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [PATCH v4 24/28] afs: Extract writeback extension into its own function, David Howells
- [PATCH v4 25/28] afs: Prepare for use of THPs, David Howells
- [PATCH v4 26/28] afs: Use the fs operation ops to handle FetchData completion, David Howells
- [PATCH v4 27/28] afs: Use new fscache read helper API, David Howells
- [PATCH v4 28/28] afs: Use the fscache_write_begin() helper, David Howells
- [PATCH v4 09/28] netfs: Add tracepoints, David Howells
- Re: [PATCH v4 08/28] netfs: Provide readahead and readpage netfs helpers, David Howells
In the ceph multisite master-zone, read ,write,delete objects, and the master-zone has data remaining.,
WeiGuo Ren
ceph-client/testing branch rebased,
Jeff Layton
[PATCH RESEND][next] ceph: Fix fall-through warnings for Clang,
Gustavo A. R. Silva
fscache: Redesigning the on-disk cache,
David Howells
[PATCH v3 0/6] ceph: convert to netfs helper library,
Jeff Layton
[PATCH] ceph: fix the inline data handling, Jeff Layton
[GIT PULL] Ceph updates for 5.12-rc1,
Ilya Dryomov
[PATCH v2 6/6] ceph: convert ceph_readpages to ceph_readahead,
Jeff Layton
[PATCH v2 5/6] ceph: plug write_begin into read helper, Jeff Layton
[PATCH v2 4/6] ceph: convert readpage to fscache read helper, Jeff Layton
[PATCH v2 3/6] ceph: fix fscache invalidation, Jeff Layton
[PATCH v2 1/6] ceph: disable old fscache readpage handling,
Jeff Layton
[PATCH v2 2/6] ceph: rework PageFsCache handling,
Jeff Layton
[PATCH 00/33] Network fs helper library & fscache kiocb API [ver #3],
David Howells
- [PATCH 01/33] iov_iter: Add ITER_XARRAY, David Howells
- [PATCH 04/33] vfs: Export rw_verify_area() for use by cachefiles, David Howells
- [PATCH 07/33] netfs, mm: Add unlock_page_fscache() and wait_on_page_fscache(), David Howells
- [PATCH 06/33] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h, David Howells
- [PATCH 08/33] netfs: Provide readahead and readpage netfs helpers, David Howells
- [PATCH 15/33] afs: Disable use of the fscache I/O routines, David Howells
- [PATCH 11/33] netfs: Add write_begin helper, David Howells
- [PATCH 12/33] netfs: Define an interface to talk to a cache, David Howells
- [PATCH 13/33] netfs: Hold a ref on a page when PG_private_2 is set, David Howells
- [PATCH 14/33] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache, David Howells
- [PATCH 17/33] afs: Print the operation debug_id when logging an unexpected data version, David Howells
- [PATCH 16/33] afs: Pass page into dirty region helpers to provide THP size, David Howells
- [PATCH 18/33] afs: Move key to afs_read struct, David Howells
- [PATCH 19/33] afs: Don't truncate iter during data fetch, David Howells
- [PATCH 20/33] afs: Log remote unmarshalling errors, David Howells
- [PATCH 21/33] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [PATCH 22/33] afs: Use ITER_XARRAY for writing, David Howells
- [PATCH 23/33] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [PATCH 24/33] afs: Extract writeback extension into its own function, David Howells
- [PATCH 25/33] afs: Prepare for use of THPs, David Howells
- [PATCH 26/33] afs: Use the fs operation ops to handle FetchData completion, David Howells
- [PATCH 27/33] afs: Use new fscache read helper API, David Howells
- [PATCH 28/33] ceph: disable old fscache readpage handling, David Howells
- [PATCH 32/33] ceph: plug write_begin into read helper, David Howells
- [PATCH 33/33] ceph: convert ceph_readpages to ceph_readahead, David Howells
- [PATCH 31/33] ceph: convert readpage to fscache read helper, David Howells
- [PATCH 30/33] ceph: fix fscache invalidation, David Howells
- [PATCH 29/33] ceph: rework PageFsCache handling, David Howells
- [PATCH 10/33] netfs: Gather stats, David Howells
- [PATCH 02/33] mm: Add an unlock function for PG_private_2/PG_fscache, David Howells
- [PATCH 03/33] mm: Implement readahead_control pageset expansion, David Howells
- [PATCH 05/33] netfs: Make a netfs helper module, David Howells
- [PATCH 09/33] netfs: Add tracepoints, David Howells
- Re: [PATCH 00/33] Network fs helper library & fscache kiocb API [ver #3], Jeff Layton
- [PATCH 34/33] netfs: Use in_interrupt() not in_softirq(), David Howells
[PATCH v2] vfs: prevent copy_file_range to copy across devices,
Luis Henriques
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Trond Myklebust
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Amir Goldstein
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Trond Myklebust
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Amir Goldstein
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Trond Myklebust
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Amir Goldstein
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Luis Henriques
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, gregkh@xxxxxxxxxxxxxxxxxxx
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Amir Goldstein
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Luis Henriques
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Amir Goldstein
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Luis Henriques
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Amir Goldstein
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Anna Schumaker
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Steve French
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Amir Goldstein
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Steve French
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Amir Goldstein
- [PATCH v3] vfs: fix copy_file_range regression in cross-fs copies, Luis Henriques
- Re: [PATCH v3] vfs: fix copy_file_range regression in cross-fs copies, Amir Goldstein
- Re: [PATCH v3] vfs: fix copy_file_range regression in cross-fs copies, Nicolas Boichat
- Re: [PATCH v3] vfs: fix copy_file_range regression in cross-fs copies, Olga Kornievskaia
- Re: [PATCH v3] vfs: fix copy_file_range regression in cross-fs copies, Amir Goldstein
- Re: [PATCH v3] vfs: fix copy_file_range regression in cross-fs copies, Olga Kornievskaia
- Re: [PATCH v3] vfs: fix copy_file_range regression in cross-fs copies, Christoph Hellwig
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Andreas Dilger
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, gregkh@xxxxxxxxxxxxxxxxxxx
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Andreas Dilger
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Nicolas Boichat
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Christoph Hellwig
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Amir Goldstein
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Luis Henriques
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Luis Henriques
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Amir Goldstein
- [PATCH v4] vfs: fix copy_file_range regression in cross-fs copies, Luis Henriques
- Re: [PATCH v4] vfs: fix copy_file_range regression in cross-fs copies, Amir Goldstein
- [PATCH v5] vfs: fix copy_file_range regression in cross-fs copies, Luis Henriques
- Re: [PATCH v5] vfs: fix copy_file_range regression in cross-fs copies, Amir Goldstein
- Re: [PATCH v5] vfs: fix copy_file_range regression in cross-fs copies, Luis Henriques
- [PATCH v6] vfs: fix copy_file_range regression in cross-fs copies, Luis Henriques
- Re: [PATCH v6] vfs: fix copy_file_range regression in cross-fs copies, Olga Kornievskaia
- Re: [PATCH v6] vfs: fix copy_file_range regression in cross-fs copies, Amir Goldstein
- [PATCH v7] vfs: fix copy_file_range regression in cross-fs copies, Luis Henriques
- Re: [PATCH v7] vfs: fix copy_file_range regression in cross-fs copies, Nicolas Boichat
- [PATCH v8] vfs: fix copy_file_range regression in cross-fs copies, Luis Henriques
- Re: [PATCH v8] vfs: fix copy_file_range regression in cross-fs copies, Olga Kornievskaia
- [PATCH] copy_file_range.2: Kernel v5.12 updates, Luis Henriques
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Amir Goldstein
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Luis Henriques
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Alejandro Colomar (man-pages)
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Amir Goldstein
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Alejandro Colomar (man-pages)
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Jeff Layton
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Alejandro Colomar (man-pages)
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Alejandro Colomar (man-pages)
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Amir Goldstein
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Alejandro Colomar (man-pages)
- [RFC v2] copy_file_range.2: Update cross-filesystem support for 5.12, Alejandro Colomar
- Re: [RFC v2] copy_file_range.2: Update cross-filesystem support for 5.12, Amir Goldstein
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Steve French
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Amir Goldstein
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Steve French
- Re: [PATCH] copy_file_range.2: Kernel v5.12 updates, Amir Goldstein
- [RFC v3] copy_file_range.2: Update cross-filesystem support for 5.12, Alejandro Colomar
- Re: [RFC v3] copy_file_range.2: Update cross-filesystem support for 5.12, Amir Goldstein
- [RFC v4] copy_file_range.2: Update cross-filesystem support for 5.12, Alejandro Colomar
- Re: [RFC v4] copy_file_range.2: Update cross-filesystem support for 5.12, Darrick J. Wong
- Re: [RFC v4] copy_file_range.2: Update cross-filesystem support for 5.12, Alejandro Colomar (man-pages)
- Re: [RFC v4] copy_file_range.2: Update cross-filesystem support for 5.12, Darrick J. Wong
- Re: [PATCH v2] vfs: prevent copy_file_range to copy across devices, Steve French
[GIT PULL] fscache: I/O API modernisation and netfs helper library,
David Howells
netfs-lib changes merged into testing branch, Jeff Layton
Upcoming for next merge window: fscache and netfs lib, David Howells
[PATCH] ceph: minor coding style tweaks,
Zhiyuan Dai
[PATCH] ceph: fix an oops in error handling in ceph_netfs_issue_op,
Jeff Layton
[PATCH v4] ceph: defer flushing the capsnap if the Fb is used,
xiubli
[PATCH] ceph: Fix an Oops in error handling,
Dan Carpenter
[PATCH] ceph: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE,
Jiapeng Chong
[PATCH 0/6] ceph: convert to new netfs read helpers,
Jeff Layton
[ceph-client:wip-netfs-lib 5/7] fs/ceph/addr.c:257 ceph_netfs_issue_op() warn: unsigned 'len' is never less than zero., kernel test robot
[PATCH 00/32] Network fs helper library & fscache kiocb API [ver #2],
David Howells
- [PATCH 03/32] mm: Implement readahead_control pageset expansion, David Howells
- [PATCH 09/32] netfs: Add write_begin helper, David Howells
- [PATCH 10/32] netfs: Define an interface to talk to a cache, David Howells
- [PATCH 32/32] NFS: Convert readpage to readahead and use netfs_readahead for fscache, David Howells
- [PATCH 31/32] NFS: Convert to the netfs API and nfs_readpage to use netfs_readpage, David Howells
- [PATCH 30/32] NFS: Allow internal use of read structs and functions, David Howells
- [PATCH 29/32] NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async(), David Howells
- [PATCH 28/32] NFS: Call readpage_async_filler() from nfs_readpage_async(), David Howells
- [PATCH 27/32] NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc, David Howells
- [PATCH 25/32] NFS: Clean up nfs_readpage() and nfs_readpages(), David Howells
- [PATCH 26/32] NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeeds, David Howells
- [PATCH 24/32] afs: Use new fscache read helper API, David Howells
- [PATCH 23/32] afs: Use the fs operation ops to handle FetchData completion, David Howells
- [PATCH 22/32] afs: Prepare for use of THPs, David Howells
- [PATCH 21/32] afs: Extract writeback extension into its own function, David Howells
- [PATCH 20/32] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [PATCH 19/32] afs: Use ITER_XARRAY for writing, David Howells
- [PATCH 18/32] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [PATCH 17/32] afs: Log remote unmarshalling errors, David Howells
- [PATCH 08/32] netfs: Gather stats, David Howells
- [PATCH 16/32] afs: Don't truncate iter during data fetch, David Howells
- [PATCH 15/32] afs: Move key to afs_read struct, David Howells
- [PATCH 07/32] netfs: Add tracepoints, David Howells
[Index of Archives]
[Ceph Users]
[Ceph Dev]
[Ceph Large]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]