CEPH Filesystem Development
[Prev Page][Next Page]
- [PATCH v3 22/59] netfs: Make the refcounting of netfs_begin_read() easier to use, (continued)
- [PATCH v3 22/59] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [PATCH v3 24/59] netfs: Dispatch write requests to process a writeback slice, David Howells
- [PATCH v3 27/59] netfs: Allocate multipage folios in the writepath, David Howells
- [PATCH v3 29/59] netfs: Implement unbuffered/DIO write support, David Howells
- [PATCH v3 28/59] netfs: Implement support for unbuffered/DIO read, David Howells
- [PATCH v3 34/59] netfs: Provide a writepages implementation, David Howells
- [PATCH v3 26/59] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [PATCH v3 31/59] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [PATCH v3 36/59] netfs: Make netfs_skip_folio_read() take account of blocksize, David Howells
- [PATCH v3 37/59] netfs: Perform content encryption, David Howells
- [PATCH v3 39/59] netfs: Support decryption on ubuffered/DIO read, David Howells
- [PATCH v3 38/59] netfs: Decrypt encrypted content, David Howells
- [PATCH v3 41/59] netfs: Provide a launder_folio implementation, David Howells
- [PATCH v3 40/59] netfs: Support encryption on Unbuffered/DIO write, David Howells
- [PATCH v3 42/59] netfs: Implement a write-through caching option, David Howells
- [PATCH v3 43/59] netfs: Rearrange netfs_io_subrequest to put request pointer first, David Howells
- [PATCH v3 25/59] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [PATCH v3 45/59] afs: Use the netfs write helpers, David Howells
- [PATCH v3 32/59] netfs: Provide netfs_file_read_iter(), David Howells
- [PATCH v3 44/59] netfs: Optimise away reads above the point at which there can be no data, David Howells
- [PATCH v3 46/59] 9p: Use netfslib read/write_iter, David Howells
- [PATCH v3 48/59] cifs: Share server EOF pos with netfslib, David Howells
- [PATCH v3 33/59] netfs, cachefiles: Pass upper bound length to allow expansion, David Howells
- [PATCH v3 23/59] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [PATCH v3 50/59] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v3 52/59] cifs: Make wait_mtu_credits take size_t args, David Howells
- [PATCH v3 53/59] cifs: Implement netfslib hooks, David Howells
- [PATCH v3 30/59] netfs: Implement buffered write API, David Howells
- [PATCH v3 56/59] cifs: Remove some code that's no longer used, part 1, David Howells
- [PATCH v3 54/59] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
- [PATCH v3 55/59] cifs: Cut over to using netfslib, David Howells
- [PATCH v3 49/59] cifs: Set zero_point in the copy_file_range() and remap_file_range(), David Howells
- [PATCH v3 59/59] netfs: Eliminate PG_fscache by setting folio->private and marking dirty, David Howells
- [PATCH v3 57/59] cifs: Remove some code that's no longer used, part 2, David Howells
- [PATCH v3 47/59] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v3 35/59] netfs: Provide minimum blocksize parameter, David Howells
- [PATCH v3 58/59] cifs: Remove some code that's no longer used, part 3, David Howells
- [PATCH v3 51/59] cifs: Use more fields from netfs_io_subrequest, David Howells
- [PATCH v3 0/6] ceph: check the cephx mds auth access in client side,
xiubli
- Performance drop due to alloc_workqueue() misuse and recent change,
Naohiro Aota
- [PATCH] ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION,
Eric Biggers
- [PATCH v3] ceph: quota: Fix invalid pointer access if get_quota_realm return ERR_PTR,
Wenchao Hao
- [PATCH] ceph: remove duplicated code for ceph_netfs_issue_read, xiubli
- [PATCH v2] ceph: quota: Fix invalid pointer access if get_quota_realm return ERR_PTR,
Wenchao Hao
- [PATCH v2 00/51] netfs, afs, cifs: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v2 01/51] netfs: Add a procfile to list in-progress requests, David Howells
- [PATCH v2 02/51] netfs: Track the fpos above which the server has no data, David Howells
- [PATCH v2 03/51] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [PATCH v2 04/51] netfs: Add a ->free_subrequest() op, David Howells
- [PATCH v2 06/51] netfs: Provide invalidate_folio and release_folio calls, David Howells
- [PATCH v2 05/51] afs: Don't use folio->private to record partial modification, David Howells
- [PATCH v2 07/51] netfs: Implement unbuffered/DIO vs buffered I/O locking, David Howells
- [PATCH v2 08/51] netfs: Add iov_iters to (sub)requests to describe various buffers, David Howells
- [PATCH v2 10/51] netfs: Provide tools to create a buffer in an xarray, David Howells
- [PATCH v2 09/51] netfs: Add support for DIO buffering, David Howells
- [PATCH v2 11/51] netfs: Add bounce buffering support, David Howells
- [PATCH v2 12/51] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
- [PATCH v2 13/51] netfs: Limit subrequest by size or number of segments, David Howells
- [PATCH v2 14/51] netfs: Export netfs_put_subrequest() and some tracepoints, David Howells
- [PATCH v2 15/51] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
- [PATCH v2 16/51] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
- [PATCH v2 17/51] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
- [PATCH v2 18/51] fscache: Add a function to begin an cache op from a netfslib request, David Howells
- [PATCH v2 19/51] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [PATCH v2 20/51] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [PATCH v2 21/51] netfs: Dispatch write requests to process a writeback slice, David Howells
- [PATCH v2 24/51] netfs: Allocate multipage folios in the writepath, David Howells
- [PATCH v2 22/51] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [PATCH v2 23/51] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [PATCH v2 28/51] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [PATCH v2 26/51] netfs: Implement unbuffered/DIO write support, David Howells
- [PATCH v2 29/51] netfs: Provide netfs_file_read_iter(), David Howells
- [PATCH v2 30/51] netfs: Provide a writepages implementation, David Howells
- [PATCH v2 25/51] netfs: Implement support for unbuffered/DIO read, David Howells
- [PATCH v2 27/51] netfs: Implement buffered write API, David Howells
- [PATCH v2 34/51] netfs: Decrypt encrypted content, David Howells
- [PATCH v2 36/51] netfs: Support encryption on Unbuffered/DIO write, David Howells
- [PATCH v2 39/51] netfs: Rearrange netfs_io_subrequest to put request pointer first, David Howells
- [PATCH v2 38/51] netfs: Implement a write-through caching option, David Howells
- [PATCH v2 37/51] netfs: Provide a launder_folio implementation, David Howells
- [PATCH v2 40/51] afs: Use the netfs write helpers, David Howells
- [PATCH v2 42/51] cifs: Share server EOF pos with netfslib, David Howells
- [PATCH v2 41/51] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v2 43/51] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v2 47/51] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
- [PATCH v2 49/51] cifs: Remove some code that's no longer used, part 1, David Howells
- [PATCH v2 46/51] cifs: Implement netfslib hooks, David Howells
- [PATCH v2 44/51] cifs: Use more fields from netfs_io_subrequest, David Howells
- [PATCH v2 32/51] netfs: Make netfs_skip_folio_read() take account of blocksize, David Howells
- [PATCH v2 50/51] cifs: Remove some code that's no longer used, part 2, David Howells
- [PATCH v2 35/51] netfs: Support decryption on ubuffered/DIO read, David Howells
- [PATCH v2 45/51] cifs: Make wait_mtu_credits take size_t args, David Howells
- [PATCH v2 33/51] netfs: Perform content encryption, David Howells
- [PATCH v2 31/51] netfs: Provide minimum blocksize parameter, David Howells
- [PATCH v2 48/51] cifs: Cut over to using netfslib, David Howells
- [PATCH v2 51/51] cifs: Remove some code that's no longer used, part 3, David Howells
- [PATCH v2 0/2] ceph: update the oldest_client_tid via the renew caps,
xiubli
- [PATCH v2] ceph: fix deadlock or deadcode of misusing dget(),
xiubli
- [PATCH] ceph: fix deadlock or deadcode of misusing dget(),
xiubli
- [deadlock or dead code] ceph_encode_dentry_release() misuse of dget(),
Al Viro
- [PATCH 0/2] ceph: update the oldest_client_tid via the renew caps,
xiubli
- [PATCH] ceph: quota: Fix invalid pointer access in,
Wenchao Hao
- [PATCH v2 0/5] check the cephx mds auth access in client side,
xiubli
- [ceph-client:testing 5/17] include/linux/kern_levels.h:5:25: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'u32' {aka 'unsigned int'},
kernel test robot
- [GIT PULL] Ceph updates for 6.7-rc1,
Ilya Dryomov
- [ceph-client:testing 5/17] fs/ceph/inode.c:790:47: error: expected ')' before 'ci', kernel test robot
- [PATCH 0/5] check the cephx mds auth access in client side,
xiubli
- [PATCH v4] libceph: remove the max extents check for sparse read, xiubli
- [PATCH 0/2] ceph: allocate a smaller extent map if possible,
xiubli
- [PATCH v3] libceph: remove the max extents check for sparse read,
xiubli
- [PATCH v3 0/2] libceph: sparse-read misc fixes,
xiubli
- [PATCH v2] libceph: increase the max extents check for sparse read,
xiubli
- [PATCH] ceph: reinitialize mds feature bit even when session in open,
Venky Shankar
- [PATCH] libceph: remove the max extents check for sparse read,
xiubli
[PATCH v2 0/2] libceph: sparse-read misc fixes,
xiubli
[RFC][PATCH] get rid of passing callbacks to ceph __dentry_leases_walk(),
Al Viro
[PATCH] ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock,
Al Viro
[PATCH v2 0/2] ceph: fix caps revocation stuck,
xiubli
[PATCH 0/3] libceph: sparse-read misc fixes,
xiubli
This list is being migrated to new vger infra (no action required),
Konstantin Ryabitsev
[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib,
David Howells
- [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data, David Howells
- [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests, David Howells
- [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op, David Howells
- [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct, David Howells
- Re: [RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib, Daire Byrne
- <Possible follow-ups>
- [RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib, David Howells
- [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data, David Howells
- [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests, David Howells
- [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct, David Howells
- [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op, David Howells
- [RFC PATCH 08/53] netfs: Add rsize to netfs_io_request, David Howells
- [RFC PATCH 07/53] netfs: Provide invalidate_folio and release_folio calls, David Howells
- [RFC PATCH 06/53] afs: Don't use folio->private to record partial modification, David Howells
- [RFC PATCH 10/53] netfs: Add iov_iters to (sub)requests to describe various buffers, David Howells
- [RFC PATCH 09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking, David Howells
- [RFC PATCH 11/53] netfs: Add support for DIO buffering, David Howells
- [RFC PATCH 15/53] netfs: Limit subrequest by size or number of segments, David Howells
- [RFC PATCH 13/53] netfs: Add bounce buffering support, David Howells
- [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray, David Howells
- [RFC PATCH 14/53] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
- [RFC PATCH 16/53] netfs: Export netfs_put_subrequest() and some tracepoints, David Howells
- [RFC PATCH 18/53] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
- [RFC PATCH 19/53] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
- [RFC PATCH 17/53] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
- [RFC PATCH 20/53] fscache: Add a function to begin an cache op from a netfslib request, David Howells
- [RFC PATCH 21/53] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [RFC PATCH 22/53] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [RFC PATCH 24/53] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [RFC PATCH 23/53] netfs: Dispatch write requests to process a writeback slice, David Howells
- [RFC PATCH 28/53] netfs: Implement unbuffered/DIO write support, David Howells
- [RFC PATCH 51/53] cifs: Remove some code that's no longer used, part 1, David Howells
- [RFC PATCH 52/53] cifs: Remove some code that's no longer used, part 2, David Howells
- [RFC PATCH 47/53] cifs: Make wait_mtu_credits take size_t args, David Howells
- [RFC PATCH 50/53] cifs: Cut over to using netfslib, David Howells
- [RFC PATCH 53/53] cifs: Remove some code that's no longer used, part 3, David Howells
- [RFC PATCH 48/53] cifs: Implement netfslib hooks, David Howells
- [RFC PATCH 29/53] netfs: Implement buffered write API, David Howells
- [RFC PATCH 35/53] netfs: Perform content encryption, David Howells
- [RFC PATCH 49/53] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
- [RFC PATCH 43/53] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
- [RFC PATCH 39/53] netfs: Provide a launder_folio implementation, David Howells
- [RFC PATCH 37/53] netfs: Support decryption on ubuffered/DIO read, David Howells
- [RFC PATCH 41/53] netfs: Rearrange netfs_io_subrequest to put request pointer first, David Howells
- [RFC PATCH 26/53] netfs: Allocate multipage folios in the writepath, David Howells
- [RFC PATCH 34/53] netfs: Make netfs_skip_folio_read() take account of blocksize, David Howells
- [RFC PATCH 27/53] netfs: Implement support for unbuffered/DIO read, David Howells
- [RFC PATCH 45/53] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
- [RFC PATCH 31/53] netfs: Provide netfs_file_read_iter(), David Howells
- [RFC PATCH 33/53] netfs: Provide minimum blocksize parameter, David Howells
- [RFC PATCH 36/53] netfs: Decrypt encrypted content, David Howells
- [RFC PATCH 42/53] afs: Use the netfs write helpers, David Howells
- [RFC PATCH 38/53] netfs: Support encryption on Unbuffered/DIO write, David Howells
- [RFC PATCH 32/53] netfs: Provide a writepages implementation, David Howells
- [RFC PATCH 40/53] netfs: Implement a write-through caching option, David Howells
- [RFC PATCH 30/53] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [RFC PATCH 25/53] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [RFC PATCH 46/53] cifs: Use more fields from netfs_io_subrequest, David Howells
- [RFC PATCH 44/53] cifs: Share server EOF pos with netfslib, David Howells
[GIT PULL] Ceph fixes for 6.6-rc6,
Ilya Dryomov
[PATCH] ceph: Clean up errors in locks.c, KaiLong Wang
[PATCH] ceph: Clean up errors in mdsmap.c, KaiLong Wang
[bug report] libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type,
Dan Carpenter
[PATCH 7/7] block, drivers: make lots of attribute_group globals const,
Max Kellermann
[PATCH AUTOSEL 6.5 13/18] rbd: decouple parent info read-in from updating rbd_dev, Sasha Levin
[PATCH AUTOSEL 6.5 12/18] rbd: decouple header read-in from updating rbd_dev->header, Sasha Levin
[PATCH AUTOSEL 6.5 11/18] rbd: move rbd_dev_refresh() definition, Sasha Levin
[PATCH] ceph: fix type promotion bug on 32bit systems,
Dan Carpenter
[PATCH] ceph: use kernel_connect(),
Jordan Rife
[PATCH v2 87/89] fs: rename inode i_atime and i_mtime fields,
Jeff Layton
[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime,
Jeff Layton
Re: [PATCH v2 00/89] fs: new accessor methods for inode atime and mtime, Christian Brauner
RE: Verified APHA Attendees Mailing List 2023, Hadley Maria
[PATCH 06/29] ceph: move ceph_xattr_handlers to .rodata,
Wedson Almeida Filho
[GIT PULL] Ceph fixes for 6.6-rc4,
Ilya Dryomov
[PATCH] ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr(),
Luis Henriques
[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime,
Jeff Layton
[PATCH 00/87] fs: new accessor methods for atime and mtime,
Jeff Layton
[PATCH] ceph: trigger to flush dirty caps when trimming caps, xiubli
[PATCH] Revert "ceph: enable async dirops by default",
xiubli
[PATCH 0/4] rbd: fix a deadlock around header_rwsem and lock_rwsem,
Ilya Dryomov
[PATCH 0/3] ceph: fix caps revocation stuck,
xiubli
[PATCH 1/2] fs/ceph/debugfs: make all files world-readable,
Max Kellermann
[PATCH] fs: apply umask if POSIX ACL support is disabled,
Max Kellermann
- Re: [PATCH] fs: apply umask if POSIX ACL support is disabled, Xiubo Li
- Re: [PATCH] fs: apply umask if POSIX ACL support is disabled, Dave Kleikamp
- Re: [PATCH] fs: apply umask if POSIX ACL support is disabled, Xiubo Li
- [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Max Kellermann
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Dave Kleikamp
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Jan Kara
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Max Kellermann
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Jan Kara
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Max Kellermann
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Jan Kara
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Max Kellermann
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Jan Kara
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Max Kellermann
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Jan Kara
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Christian Brauner
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Jan Kara
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Theodore Ts'o
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Jan Kara
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Theodore Ts'o
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Jan Kara
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Michael Forney
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Max Kellermann
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled, Christian Brauner
- Re: [PATCH] fs: apply umask if POSIX ACL support is disabled, Max Kellermann
[PATCH] Revert "ceph: make members in struct ceph_mds_request_args_ext a union",
Ilya Dryomov
[PATCH] ceph: Annotate struct ceph_osd_request with __counted_by,
Kees Cook
[PATCH] ceph: Annotate struct ceph_monmap with __counted_by,
Kees Cook
[PATCH AUTOSEL 6.1 2/6] ceph: drop messages from MDS when unmounting, Sasha Levin
[PATCH AUTOSEL 6.5 2/7] ceph: drop messages from MDS when unmounting, Sasha Levin
[PATCH v2] ceph: remove unnecessary check for NULL in parse_longname(),
Luís Henriques
[PATCH] ceph: remove unnecessary check for NULL in parse_longname(),
Luís Henriques
[PATCH v2] ceph: remove the incorrect caps check in _file_size(),
xiubli
[GIT PULL] Ceph updates for 6.6-rc1,
Ilya Dryomov
[bug report] ceph: add support for encrypted snapshot names,
Dan Carpenter
[PATCH] ceph: remove the incorrect caps check in _file_size(),
xiubli
getting rid of the last memory modifitions through gup(FOLL_GET),
Christoph Hellwig
Re: [PATCH] ceph/decode: Remove unnecessary ‘0’ values from ret, Christophe JAILLET
[PATCH] ceph/decode: Remove unnecessary ‘0’ values from ret,
Li kunyu
[PATCH] ceph/ceph_common: Remove unnecessary ‘0’ values from ret,
Li kunyu
[PATCH -next] rbd: Use list_for_each_entry() helper,
Jinjie Ruan
[syzbot] [ceph?] [fs?] KASAN: slab-use-after-free Read in ceph_compare_super,
syzbot
Re: [PATCH 2/12] ubifs: Do not include crypto/algapi.h,
kernel test robot
[PATCH 00/15] Many folio conversions for ceph,
Matthew Wilcox (Oracle)
- [PATCH 15/15] netfs: Remove unused functions, Matthew Wilcox (Oracle)
- [PATCH 07/15] ceph: Convert writepage_nounlock() to take a folio, Matthew Wilcox (Oracle)
- [PATCH 01/15] ceph: Convert ceph_writepages_start() to use folios a little more, Matthew Wilcox (Oracle)
- [PATCH 11/15] ceph: Convert __ceph_do_getattr() to take a folio, Matthew Wilcox (Oracle)
- [PATCH 13/15] ceph: Convert ceph_fill_inline_data() to take a folio, Matthew Wilcox (Oracle)
- [PATCH 12/15] ceph: Convert ceph_fill_inode() to take a folio, Matthew Wilcox (Oracle)
- [PATCH 02/15] ceph: Convert ceph_page_mkwrite() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 14/15] ceph: Convert ceph_set_page_fscache() to ceph_folio_start_fscache(), Matthew Wilcox (Oracle)
- [PATCH 05/15] ceph: Remove ceph_writepage(), Matthew Wilcox (Oracle)
- [PATCH 08/15] ceph: Convert writepages_finish() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 10/15] ceph: Convert ceph_read_iter() to use a folio to read inline data, Matthew Wilcox (Oracle)
- [PATCH 09/15] ceph: Use a folio in ceph_filemap_fault(), Matthew Wilcox (Oracle)
- [PATCH 04/15] ceph: Add a migrate_folio method, Matthew Wilcox (Oracle)
- [PATCH 03/15] mm: Delete page_mkwrite_check_truncate(), Matthew Wilcox (Oracle)
- [PATCH 06/15] ceph: Convert ceph_find_incompatible() to take a folio, Matthew Wilcox (Oracle)
- Re: [PATCH 00/15] Many folio conversions for ceph, Matthew Wilcox
[PATCH] ceph: skip reconnecting if MDS is not ready,
xiubli
[PATCH] ceph: Remove duplicate include,
Jiapeng Chong
[PATCH 0/12] Do not include crypto/algapi.h,
Herbert Xu
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
[PATCH 1/2] ceph: Convert ceph_page_mkwrite() to use a folio,
Matthew Wilcox (Oracle)
[ceph-client:testing 78/96] fs/ceph/mds_client.c:2639: warning: Function parameter or member 'mdsc' not described in 'ceph_mdsc_build_path',
kernel test robot
[PATCH AUTOSEL 5.10 22/25] rbd: make get_lock_owner_info() return a single locker or NULL,
Sasha Levin
[PATCH AUTOSEL 5.15 29/31] rbd: harden get_lock_owner_info() a bit, Sasha Levin
[PATCH AUTOSEL 5.15 28/31] rbd: make get_lock_owner_info() return a single locker or NULL,
Sasha Levin
[PATCH AUTOSEL 6.1 43/47] rbd: harden get_lock_owner_info() a bit, Sasha Levin
[PATCH AUTOSEL 6.1 42/47] rbd: make get_lock_owner_info() return a single locker or NULL, Sasha Levin
[PATCH AUTOSEL 6.4 47/54] rbd: make get_lock_owner_info() return a single locker or NULL, Sasha Levin
[PATCH AUTOSEL 6.4 48/54] rbd: harden get_lock_owner_info() a bit, Sasha Levin
[PATCH v7 00/13] fs: implement multigrain timestamps,
Jeff Layton
- [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr, Jeff Layton
- [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time, Jeff Layton
- [PATCH v7 01/13] fs: remove silly warning from current_time, Jeff Layton
- [PATCH v7 04/13] btrfs: have it use inode_update_timestamps, Jeff Layton
- [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp, Jeff Layton
- [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps, Jeff Layton
- [PATCH v7 08/13] fs: drop the timespec64 argument from update_time, Jeff Layton
- [PATCH v7 05/13] fat: make fat_update_time get its own timestamp, Jeff Layton
- [PATCH v7 13/13] btrfs: convert to multigrain timestamps, Jeff Layton
- [PATCH v7 12/13] ext4: switch to multigrain timestamps, Jeff Layton
[PATCH v7 11/13] xfs: switch to multigrain timestamps, Jeff Layton
[PATCH v7 09/13] fs: add infrastructure for multigrain timestamps, Jeff Layton
[PATCH v7 10/13] tmpfs: add support for multigrain timestamps, Jeff Layton
Re: [PATCH v7 00/13] fs: implement multigrain timestamps, Christian Brauner
Re: [f2fs-dev] [PATCH v7 00/13] fs: implement multigrain timestamps, patchwork-bot+f2fs
[PATCH v10 00/12] ceph: support idmapped mounts,
Alexander Mikhalitsyn
- [PATCH v10 01/12] fs: export mnt_idmap_get/mnt_idmap_put, Alexander Mikhalitsyn
- [PATCH v10 02/12] ceph: stash idmapping in mdsc request, Alexander Mikhalitsyn
- [PATCH v10 03/12] ceph: handle idmapped mounts in create_request_message(), Alexander Mikhalitsyn
- [PATCH v10 04/12] ceph: add enable_unsafe_idmap module parameter, Alexander Mikhalitsyn
- [PATCH v10 05/12] ceph: pass an idmapping to mknod/symlink/mkdir, Alexander Mikhalitsyn
- [PATCH v10 09/12] ceph: allow idmapped setattr inode op, Alexander Mikhalitsyn
- [PATCH v10 06/12] ceph: allow idmapped getattr inode op, Alexander Mikhalitsyn
- [PATCH v10 08/12] ceph: pass idmap to __ceph_setattr, Alexander Mikhalitsyn
- [PATCH v10 07/12] ceph: allow idmapped permission inode op, Alexander Mikhalitsyn
- [PATCH v10 11/12] ceph/file: allow idmapped atomic_open inode op, Alexander Mikhalitsyn
- [PATCH v10 10/12] ceph/acl: allow idmapped set_acl inode op, Alexander Mikhalitsyn
- [PATCH v10 12/12] ceph: allow idmapped mounts, Alexander Mikhalitsyn
- Re: [PATCH v10 00/12] ceph: support idmapped mounts, Christian Brauner
- Re: [PATCH v10 00/12] ceph: support idmapped mounts, Xiubo Li
[GIT PULL] Ceph fixes for 6.5-rc5,
Ilya Dryomov
[RFC PATCH 00/18] ceph, rbd: Collapse all the I/O types down to something iov_iter-based,
David Howells
- [RFC PATCH 01/18] iov_iter: Add function to see if buffer is all zeros, David Howells
- [RFC PATCH 03/18] ceph: Add a new data container type, ceph_databuf, David Howells
- [RFC PATCH 04/18] ceph: Convert ceph_mds_request::r_pagelist to a databuf, David Howells
- [RFC PATCH 02/18] ceph: Rename alignment to offset, David Howells
- [RFC PATCH 05/18] rbd: Use ceph_databuf for rbd_obj_read_sync(), David Howells
- [RFC PATCH 06/18] ceph: Change ceph_osdc_call()'s reply to a ceph_databuf, David Howells
- [RFC PATCH 09/18] ceph: Convert notify_id_pages to a ceph_databuf, David Howells
- [RFC PATCH 07/18] ceph: Unexport osd_req_op_cls_request_data_pages(), David Howells
- [RFC PATCH 08/18] ceph: Remove osd_req_op_cls_response_data_pages(), David Howells
- [RFC PATCH 11/18] ceph: Remove bvec and bio data container types, David Howells
- [RFC PATCH 10/18] rbd: Switch from using bvec_iter to iov_iter, David Howells
- [RFC PATCH 13/18] ceph: Convert users of ceph_pagelist to ceph_databuf, David Howells
- [RFC PATCH 15/18] ceph: Convert ceph_osdc_notify() reply to ceph_databuf, David Howells
- [RFC PATCH 12/18] ceph: Convert some page arrays to ceph_databuf, David Howells
- [RFC PATCH 18/18] ceph: Don't use data_pages, David Howells
- [RFC PATCH 14/18] ceph: Remove ceph_pagelist, David Howells
- [RFC PATCH 16/18] ceph: Remove CEPH_OS_DATA_TYPE_PAGES and its attendant helpers, David Howells
- [RFC PATCH 17/18] ceph: Remove CEPH_MSG_DATA_PAGES and its helpers, David Howells
- Re: [RFC PATCH 00/18] ceph, rbd: Collapse all the I/O types down to something iov_iter-based, Xiubo Li
[PATCH v9 00/12] ceph: support idmapped mounts,
Alexander Mikhalitsyn
[Index of Archives]
[Ceph Users]
[Ceph Dev]
[Ceph Large]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]