CEPH Filesystem Development
[Prev Page][Next Page]
- Re: [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: Performance drop due to alloc_workqueue() misuse and recent change
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 17/22] get rid of passing callbacks to ceph __dentry_leases_walk()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH 07/22] ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thing
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 36/39] netfs: Implement a write-through caching option
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v4 36/39] netfs: Implement a write-through caching option
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v4 28/39] netfs: Implement support for unbuffered/DIO read
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v39 20/42] LSM: Use lsmcontext in security_dentry_init_security
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v39 20/42] LSM: Use lsmcontext in security_dentry_init_security
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v3 1/3] libceph: fail the sparse-read if there still has data in socket
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH v39 20/42] LSM: Use lsmcontext in security_dentry_init_security
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH v3 1/3] libceph: fail the sparse-read if there still has data in socket
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
- From: Dominique Martinet <asmadeus@xxxxxxxxxxxxx>
- Re: [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH v3 3/3] libceph: just wait for more data to be available on the socket
- [PATCH v3 2/3] libceph: rename read_sparse_msg_XX to read_partial_sparse_msg_XX
- [PATCH v3 1/3] libceph: fail the sparse-read if there still has data in socket
- [PATCH v3 0/3] libceph: fix sparse-read failure bug
- Re: [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v4 36/39] netfs: Implement a write-through caching option
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v4 28/39] netfs: Implement support for unbuffered/DIO read
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v4 11/39] netfs: Implement unbuffered/DIO vs buffered I/O locking
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v4 11/39] netfs: Implement unbuffered/DIO vs buffered I/O locking
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v4 10/39] netfs: Provide invalidate_folio and release_folio calls
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v4 06/39] netfs: Add a procfile to list in-progress requests
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v4 39/39] 9p: Use netfslib read/write_iter
- From: Christian Schoenebeck <linux_oss@xxxxxxxxxxxxx>
- [PATCH v4 13/13] cifs: Remove some code that's no longer used, part 3
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 12/13] cifs: Remove some code that's no longer used, part 2
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 11/13] cifs: Remove some code that's no longer used, part 1
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 10/13] cifs: Cut over to using netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 09/13] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 08/13] cifs: Implement netfslib hooks
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 06/13] cifs: Use more fields from netfs_io_subrequest
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 07/13] cifs: Make wait_mtu_credits take size_t args
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 05/13] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 03/13] cifs: Share server EOF pos with netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 04/13] cifs: Set zero_point in the copy_file_range() and remap_file_range()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 02/13] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 01/13] netfs: Rearrange netfs_io_subrequest to put request pointer first
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 00/13] netfs, cifs: Delegate high-level I/O to netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 26/39] netfs: Make netfs_read_folio() handle streaming-write pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 27/39] netfs: Allocate multipage folios in the writepath
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 24/39] netfs: Dispatch write requests to process a writeback slice
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 39/39] 9p: Use netfslib read/write_iter
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 38/39] afs: Use the netfs write helpers
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 36/39] netfs: Implement a write-through caching option
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 35/39] netfs: Provide a launder_folio implementation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 34/39] netfs: Provide a writepages implementation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 33/39] netfs, cachefiles: Pass upper bound length to allow expansion
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 32/39] netfs: Provide netfs_file_read_iter()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 31/39] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 28/39] netfs: Implement support for unbuffered/DIO read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 30/39] netfs: Implement buffered write API
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 29/39] netfs: Implement unbuffered/DIO write support
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 25/39] netfs: Provide func to copy data to pagecache for buffered write
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 23/39] netfs: Prep to use folio->private for write grouping and streaming write
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 22/39] netfs: Make the refcounting of netfs_begin_read() easier to use
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 21/39] netfs: Make netfs_put_request() handle a NULL pointer
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 20/39] netfs: Add a hook to allow tell the netfs to update its i_size
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 19/39] netfs: Extend the netfs_io_*request structs to handle writes
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 17/39] netfs: Limit subrequest by size or number of segments
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 15/39] netfs: Add bounce buffering support
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 16/39] netfs: Add func to calculate pagecount/size-limited span of an iterator
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 13/39] netfs: Add support for DIO buffering
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 14/39] netfs: Provide tools to create a buffer in an xarray
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 11/39] netfs: Implement unbuffered/DIO vs buffered I/O locking
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 10/39] netfs: Provide invalidate_folio and release_folio calls
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 09/39] afs: Don't use folio->private to record partial modification
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 08/39] netfs: Add a ->free_subrequest() op
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 07/39] netfs: Allow the netfs to make the io (sub)request alloc larger
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 06/39] netfs: Add a procfile to list in-progress requests
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 05/39] netfs: Move pinning-for-writeback from fscache to netfs
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 04/39] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 03/39] netfs, fscache: Remove ->begin_cache_operation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 02/39] netfs, fscache: Combine fscache with netfs
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 01/39] netfs, fscache: Move fs/fscache/* into fs/netfs/
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v2 2/2] libceph: just wait for more data to be available on the socket
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v2 2/2] libceph: just wait for more data to be available on the socket
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH v2 2/2] libceph: just wait for more data to be available on the socket
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH v2 2/2] libceph: just wait for more data to be available on the socket
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v2 2/2] libceph: just wait for more data to be available on the socket
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH v2 2/2] libceph: just wait for more data to be available on the socket
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v2 2/2] libceph: just wait for more data to be available on the socket
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v2 2/2] libceph: just wait for more data to be available on the socket
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- [PATCH v3 3/3] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 3/3] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 3/3] keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 2/2] libceph: just wait for more data to be available on the socket
- [PATCH v2 0/2] libceph: fix sparse-read failure bug
- [PATCH v2 1/2] libceph: fail the sparse-read if there still has data in socket
- Re: [PATCH 1/2] libceph: fail the sparse-read if there still has data in socket
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH 1/2] libceph: fail the sparse-read if there still has data in socket
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH 1/2] libceph: fail the sparse-read if there still has data in socket
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH 2/2] libceph: just wait for more data to be available on the socket
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH 2/2] libceph: just wait for more data to be available on the socket
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH 1/2] libceph: fail the sparse-read if there still has data in socket
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH 1/2] libceph: fail the sparse-read if there still has data in socket
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH 2/2] libceph: just wait for more data to be available on the socket
- [PATCH 1/2] libceph: fail the sparse-read if there still has data in socket
- [PATCH 0/2] libceph: fix sparse-read failure bug
- Court Order: Directed Financial Directives
- From: Birgitte Batty <jepuzoti@xxxxxxxxx>
- Re: [PATCH v3 59/59] netfs: Eliminate PG_fscache by setting folio->private and marking dirty
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v3 59/59] netfs: Eliminate PG_fscache by setting folio->private and marking dirty
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v3 23/59] netfs: Prep to use folio->private for write grouping and streaming write
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH v3 51/59] cifs: Use more fields from netfs_io_subrequest
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 58/59] cifs: Remove some code that's no longer used, part 3
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 35/59] netfs: Provide minimum blocksize parameter
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 47/59] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 57/59] cifs: Remove some code that's no longer used, part 2
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 59/59] netfs: Eliminate PG_fscache by setting folio->private and marking dirty
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 49/59] cifs: Set zero_point in the copy_file_range() and remap_file_range()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 55/59] cifs: Cut over to using netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 54/59] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 56/59] cifs: Remove some code that's no longer used, part 1
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 30/59] netfs: Implement buffered write API
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 53/59] cifs: Implement netfslib hooks
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 52/59] cifs: Make wait_mtu_credits take size_t args
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 50/59] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 23/59] netfs: Prep to use folio->private for write grouping and streaming write
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 33/59] netfs, cachefiles: Pass upper bound length to allow expansion
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 48/59] cifs: Share server EOF pos with netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 46/59] 9p: Use netfslib read/write_iter
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 44/59] netfs: Optimise away reads above the point at which there can be no data
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 32/59] netfs: Provide netfs_file_read_iter()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 45/59] afs: Use the netfs write helpers
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 25/59] netfs: Provide func to copy data to pagecache for buffered write
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 43/59] netfs: Rearrange netfs_io_subrequest to put request pointer first
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 42/59] netfs: Implement a write-through caching option
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 40/59] netfs: Support encryption on Unbuffered/DIO write
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 41/59] netfs: Provide a launder_folio implementation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 38/59] netfs: Decrypt encrypted content
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 39/59] netfs: Support decryption on ubuffered/DIO read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 37/59] netfs: Perform content encryption
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 36/59] netfs: Make netfs_skip_folio_read() take account of blocksize
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 31/59] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 26/59] netfs: Make netfs_read_folio() handle streaming-write pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 34/59] netfs: Provide a writepages implementation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 28/59] netfs: Implement support for unbuffered/DIO read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 29/59] netfs: Implement unbuffered/DIO write support
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 27/59] netfs: Allocate multipage folios in the writepath
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 24/59] netfs: Dispatch write requests to process a writeback slice
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 22/59] netfs: Make the refcounting of netfs_begin_read() easier to use
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 20/59] netfs: Add a hook to allow tell the netfs to update its i_size
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 21/59] netfs: Make netfs_put_request() handle a NULL pointer
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 19/59] netfs: Extend the netfs_io_*request structs to handle writes
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 18/59] netfs: Export netfs_put_subrequest() and some tracepoints
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 17/59] netfs: Limit subrequest by size or number of segments
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 16/59] netfs: Add func to calculate pagecount/size-limited span of an iterator
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 12/59] netfs: Add iov_iters to (sub)requests to describe various buffers
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 15/59] netfs: Add bounce buffering support
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 14/59] netfs: Provide tools to create a buffer in an xarray
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 13/59] netfs: Add support for DIO buffering
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 10/59] netfs: Provide invalidate_folio and release_folio calls
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 11/59] netfs: Implement unbuffered/DIO vs buffered I/O locking
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 09/59] afs: Don't use folio->private to record partial modification
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 08/59] netfs: Add a ->free_subrequest() op
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 05/59] netfs: Move pinning-for-writeback from fscache to netfs
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 06/59] netfs: Add a procfile to list in-progress requests
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 07/59] netfs: Allow the netfs to make the io (sub)request alloc larger
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 03/59] netfs, fscache: Remove ->begin_cache_operation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 02/59] netfs, fscache: Combine fscache with netfs
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 01/59] netfs, fscache: Move fs/fscache/* into fs/netfs/
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 6/6] ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bit
- [PATCH v3 5/6] ceph: check the cephx mds auth access for async dirop
- [PATCH v3 4/6] ceph: check the cephx mds auth access for open
- [PATCH v3 3/6] ceph: check the cephx mds auth access for setattr
- [PATCH v3 2/6] ceph: add ceph_mds_check_access() helper support
- [PATCH v3 1/6] ceph: save the cap_auths in client when session being opened
- [PATCH v3 0/6] ceph: check the cephx mds auth access in client side
- Re: Performance drop due to alloc_workqueue() misuse and recent change
- From: Tejun Heo <tj@xxxxxxxxxx>
- Performance drop due to alloc_workqueue() misuse and recent change
- From: Naohiro Aota <Naohiro.Aota@xxxxxxx>
- Re: [PATCH] ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH] ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH] ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v3] ceph: quota: Fix invalid pointer access if get_quota_realm return ERR_PTR
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH v3] ceph: quota: Fix invalid pointer access if get_quota_realm return ERR_PTR
- From: Wenchao Hao <haowenchao2@xxxxxxxxxx>
- Re: [PATCH v2] ceph: quota: Fix invalid pointer access if get_quota_realm return ERR_PTR
- From: Wenchao Hao <haowenchao2@xxxxxxxxxx>
- [PATCH] ceph: remove duplicated code for ceph_netfs_issue_read
- Re: [PATCH v2] ceph: quota: Fix invalid pointer access if get_quota_realm return ERR_PTR
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH v2] ceph: quota: Fix invalid pointer access if get_quota_realm return ERR_PTR
- From: Wenchao Hao <haowenchao2@xxxxxxxxxx>
- Re: [PATCH] ceph: quota: Fix invalid pointer access in
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH 00/15] Many folio conversions for ceph
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH 01/15] ceph: Convert ceph_writepages_start() to use folios a little more
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH v2 51/51] cifs: Remove some code that's no longer used, part 3
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 48/51] cifs: Cut over to using netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 31/51] netfs: Provide minimum blocksize parameter
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 33/51] netfs: Perform content encryption
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 45/51] cifs: Make wait_mtu_credits take size_t args
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 35/51] netfs: Support decryption on ubuffered/DIO read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 50/51] cifs: Remove some code that's no longer used, part 2
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 32/51] netfs: Make netfs_skip_folio_read() take account of blocksize
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 44/51] cifs: Use more fields from netfs_io_subrequest
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 46/51] cifs: Implement netfslib hooks
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 49/51] cifs: Remove some code that's no longer used, part 1
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 47/51] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 43/51] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 41/51] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 42/51] cifs: Share server EOF pos with netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 40/51] afs: Use the netfs write helpers
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 37/51] netfs: Provide a launder_folio implementation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 38/51] netfs: Implement a write-through caching option
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 39/51] netfs: Rearrange netfs_io_subrequest to put request pointer first
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 36/51] netfs: Support encryption on Unbuffered/DIO write
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 34/51] netfs: Decrypt encrypted content
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 27/51] netfs: Implement buffered write API
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 25/51] netfs: Implement support for unbuffered/DIO read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 30/51] netfs: Provide a writepages implementation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 29/51] netfs: Provide netfs_file_read_iter()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 26/51] netfs: Implement unbuffered/DIO write support
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 28/51] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 23/51] netfs: Make netfs_read_folio() handle streaming-write pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 22/51] netfs: Provide func to copy data to pagecache for buffered write
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 24/51] netfs: Allocate multipage folios in the writepath
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 21/51] netfs: Dispatch write requests to process a writeback slice
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 20/51] netfs: Prep to use folio->private for write grouping and streaming write
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 19/51] netfs: Make the refcounting of netfs_begin_read() easier to use
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 18/51] fscache: Add a function to begin an cache op from a netfslib request
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 17/51] netfs: Make netfs_put_request() handle a NULL pointer
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 16/51] netfs: Add a hook to allow tell the netfs to update its i_size
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 15/51] netfs: Extend the netfs_io_*request structs to handle writes
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 14/51] netfs: Export netfs_put_subrequest() and some tracepoints
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 13/51] netfs: Limit subrequest by size or number of segments
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 12/51] netfs: Add func to calculate pagecount/size-limited span of an iterator
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 11/51] netfs: Add bounce buffering support
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 09/51] netfs: Add support for DIO buffering
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 10/51] netfs: Provide tools to create a buffer in an xarray
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 08/51] netfs: Add iov_iters to (sub)requests to describe various buffers
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 07/51] netfs: Implement unbuffered/DIO vs buffered I/O locking
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 05/51] afs: Don't use folio->private to record partial modification
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 06/51] netfs: Provide invalidate_folio and release_folio calls
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 04/51] netfs: Add a ->free_subrequest() op
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 03/51] netfs: Allow the netfs to make the io (sub)request alloc larger
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 02/51] netfs: Track the fpos above which the server has no data
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 01/51] netfs: Add a procfile to list in-progress requests
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 00/51] netfs, afs, cifs: Delegate high-level I/O to netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC PATCH 11/53] netfs: Add support for DIO buffering
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 00/15] Many folio conversions for ceph
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2] ceph: fix deadlock or deadcode of misusing dget()
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH] ceph: quota: Fix invalid pointer access in
- From: Wenchao Hao <haowenchao2@xxxxxxxxxx>
- [PATCH v2 2/2] ceph: update the oldest_client_tid via the renew caps
- [PATCH v2 1/2] ceph: rename create_session_open_msg() to create_session_full_msg()
- [PATCH v2 0/2] ceph: update the oldest_client_tid via the renew caps
- Re: [PATCH] ceph: quota: Fix invalid pointer access in
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH v2] ceph: fix deadlock or deadcode of misusing dget()
- Re: [PATCH] ceph: fix deadlock or deadcode of misusing dget()
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] ceph: fix deadlock or deadcode of misusing dget()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH] ceph: fix deadlock or deadcode of misusing dget()
- Re: [deadlock or dead code] ceph_encode_dentry_release() misuse of dget()
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [deadlock or dead code] ceph_encode_dentry_release() misuse of dget()
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [deadlock or dead code] ceph_encode_dentry_release() misuse of dget()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [deadlock or dead code] ceph_encode_dentry_release() misuse of dget()
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [deadlock or dead code] ceph_encode_dentry_release() misuse of dget()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH 2/2] ceph: update the oldest_client_tid via the renew caps
- [PATCH 1/2] ceph: rename create_session_open_msg() to create_session_full_msg()
- [PATCH 0/2] ceph: update the oldest_client_tid via the renew caps
- Re: [PATCH] ceph: quota: Fix invalid pointer access in
- From: Wenchao Hao <haowenchao2@xxxxxxxxxx>
- Re: [PATCH] ceph: quota: Fix invalid pointer access in
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] ceph: quota: Fix invalid pointer access in
- From: Wenchao Hao <haowenchao2@xxxxxxxxxx>
- Re: [PATCH] ceph: quota: Fix invalid pointer access in
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] ceph: quota: Fix invalid pointer access in
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH] ceph: quota: Fix invalid pointer access in
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] ceph: quota: Fix invalid pointer access in
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH] ceph: quota: Fix invalid pointer access in
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] ceph: quota: Fix invalid pointer access in
- From: Luis Henriques <lhenriques@xxxxxxx>
- Re: [PATCH] ceph: quota: Fix invalid pointer access in
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH] ceph: quota: Fix invalid pointer access in
- From: Wenchao Hao <haowenchao2@xxxxxxxxxx>
- [PATCH v2 5/5] ceph: check the cephx mds auth access for async dirop
- [PATCH v2 4/5] ceph: check the cephx mds auth access for open
- [PATCH v2 3/5] ceph: check the cephx mds auth access for setattr
- [PATCH v2 2/5] ceph: add ceph_mds_check_access() helper support
- [PATCH v2 1/5] ceph: save the cap_auths in client when session being opened
- [PATCH v2 0/5] check the cephx mds auth access in client side
- Re: [GIT PULL] Ceph updates for 6.7-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] Ceph updates for 6.7-rc1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [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'}
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [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'}
- From: kernel test robot <lkp@xxxxxxxxx>
- [GIT PULL] Ceph updates for 6.7-rc1
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- [ceph-client:testing 5/17] fs/ceph/inode.c:790:47: error: expected ')' before 'ci'
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH 5/5] ceph: check the cephx mds auth access for async dirop
- [PATCH 4/5] ceph: check the cephx mds auth access for open
- [PATCH 3/5] ceph: check the cephx mds auth access for setattr
- [PATCH 2/5] ceph: add ceph_mds_check_access() helper support
- [PATCH 1/5] ceph: save the cap_auths in client when session being opened
- [PATCH 0/5] check the cephx mds auth access in client side
- [PATCH v4] libceph: remove the max extents check for sparse read
- Re: [PATCH v3] libceph: remove the max extents check for sparse read
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v3] libceph: remove the max extents check for sparse read
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- [PATCH 2/2] ceph: try to allocate a smaller extent map for sparse read
- [PATCH 1/2] libceph: specify the sparse read extent count
- [PATCH 0/2] ceph: allocate a smaller extent map if possible
- [PATCH v3] libceph: remove the max extents check for sparse read
- Re: [PATCH] libceph: remove the max extents check for sparse read
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v3 2/2] libceph: check the data length when sparse-read finishes
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v2] libceph: increase the max extents check for sparse read
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH] libceph: remove the max extents check for sparse read
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH v3 2/2] libceph: check the data length when sparse-read finishes
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v2] libceph: increase the max extents check for sparse read
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v3 2/2] libceph: check the data length when sparse-read finishes
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] libceph: remove the max extents check for sparse read
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] libceph: remove the max extents check for sparse read
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v3 2/2] libceph: check the data length when sparse-read finishes
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH v2] libceph: increase the max extents check for sparse read
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH] libceph: remove the max extents check for sparse read
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH] libceph: remove the max extents check for sparse read
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH v2] libceph: increase the max extents check for sparse read
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH] libceph: remove the max extents check for sparse read
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] ceph: reinitialize mds feature bit even when session in open
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] ceph: reinitialize mds feature bit even when session in open
- From: Venky Shankar <vshankar@xxxxxxxxxx>
- [PATCH] ceph: reinitialize mds feature bit even when session in open
- From: Venky Shankar <vshankar@xxxxxxxxxx>
- [PATCH v3 1/2] libceph: save and covert sr_datalen to host-endian
- [PATCH v3 2/2] libceph: check the data length when sparse-read finishes
- [PATCH v3 0/2] libceph: sparse-read misc fixes
- [PATCH v2] libceph: increase the max extents check for sparse read
- Re: [PATCH] ceph: reinitialize mds feature bit even when session in open
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] libceph: remove the max extents check for sparse read
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v2 2/2] libceph: check the data length when finishes
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v2 2/2] libceph: check the data length when finishes
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH] libceph: remove the max extents check for sparse read
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH] libceph: remove the max extents check for sparse read
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH] ceph: reinitialize mds feature bit even when session in open
- From: Venky Shankar <vshankar@xxxxxxxxxx>
- Re: [PATCH] ceph: reinitialize mds feature bit even when session in open
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] ceph: reinitialize mds feature bit even when session in open
- From: Venky Shankar <vshankar@xxxxxxxxxx>
- [PATCH] ceph: reinitialize mds feature bit even when session in open
- From: Venky Shankar <vshankar@xxxxxxxxxx>
- [PATCH] libceph: remove the max extents check for sparse read
- [PATCH v2 2/2] libceph: check the data length when finishes
- [PATCH v2 1/2] libceph: save and covert sr_datalen to host-endian
- [PATCH v2 0/2] libceph: sparse-read misc fixes
- Re: [PATCH 1/3] libceph: do not decrease the data length more than once
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH 1/3] libceph: do not decrease the data length more than once
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 1/3] libceph: do not decrease the data length more than once
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH 1/3] libceph: do not decrease the data length more than once
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 1/3] libceph: do not decrease the data length more than once
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH 1/3] libceph: do not decrease the data length more than once
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [RFC][PATCH] get rid of passing callbacks to ceph __dentry_leases_walk()
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 3/3] libceph: check the data length when finishes
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 2/3] libceph: save and covert sr_datalen to host-endian
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 1/3] libceph: do not decrease the data length more than once
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH] ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [RFC][PATCH] get rid of passing callbacks to ceph __dentry_leases_walk()
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH] ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH v2 2/2] ceph: add ceph_cap_unlink_work to fire check caps immediately
- [PATCH v2 1/2] ceph: always queue a writeback when revoking the Fb caps
- [PATCH v2 0/2] ceph: fix caps revocation stuck
- [PATCH 3/3] libceph: check the data length when finishes
- [PATCH 2/3] libceph: save and covert sr_datalen to host-endian
- [PATCH 1/3] libceph: do not decrease the data length more than once
- [PATCH 0/3] libceph: sparse-read misc fixes
- Re: This list is being migrated to new vger infra (no action required)
- From: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx>
- This list is being migrated to new vger infra (no action required)
- From: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v10 00/12] ceph: support idmapped mounts
- From: Aleksandr Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx>
- Re: [PATCH v10 00/12] ceph: support idmapped mounts
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
- From: Daire Byrne <daire@xxxxxxxx>
- Re: [PATCH v10 00/12] ceph: support idmapped mounts
- From: Aleksandr Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx>
- Re: [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC PATCH 08/53] netfs: Add rsize to netfs_io_request
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC PATCH 11/53] netfs: Add support for DIO buffering
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [RFC PATCH 09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC PATCH 09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [RFC PATCH 08/53] netfs: Add rsize to netfs_io_request
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [RFC PATCH 07/53] netfs: Provide invalidate_folio and release_folio calls
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [GIT PULL] Ceph fixes for 6.6-rc6
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [RFC PATCH 44/53] cifs: Share server EOF pos with netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 46/53] cifs: Use more fields from netfs_io_subrequest
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 25/53] netfs: Make netfs_read_folio() handle streaming-write pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 30/53] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 40/53] netfs: Implement a write-through caching option
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 32/53] netfs: Provide a writepages implementation
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 38/53] netfs: Support encryption on Unbuffered/DIO write
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 42/53] afs: Use the netfs write helpers
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 36/53] netfs: Decrypt encrypted content
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 33/53] netfs: Provide minimum blocksize parameter
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 31/53] netfs: Provide netfs_file_read_iter()
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 45/53] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 27/53] netfs: Implement support for unbuffered/DIO read
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 34/53] netfs: Make netfs_skip_folio_read() take account of blocksize
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 26/53] netfs: Allocate multipage folios in the writepath
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 41/53] netfs: Rearrange netfs_io_subrequest to put request pointer first
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 37/53] netfs: Support decryption on ubuffered/DIO read
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 39/53] netfs: Provide a launder_folio implementation
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 43/53] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 49/53] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 35/53] netfs: Perform content encryption
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 29/53] netfs: Implement buffered write API
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 48/53] cifs: Implement netfslib hooks
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 53/53] cifs: Remove some code that's no longer used, part 3
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 50/53] cifs: Cut over to using netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 47/53] cifs: Make wait_mtu_credits take size_t args
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 52/53] cifs: Remove some code that's no longer used, part 2
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 51/53] cifs: Remove some code that's no longer used, part 1
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 28/53] netfs: Implement unbuffered/DIO write support
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 23/53] netfs: Dispatch write requests to process a writeback slice
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 24/53] netfs: Provide func to copy data to pagecache for buffered write
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 22/53] netfs: Prep to use folio->private for write grouping and streaming write
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 21/53] netfs: Make the refcounting of netfs_begin_read() easier to use
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 20/53] fscache: Add a function to begin an cache op from a netfslib request
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 17/53] netfs: Extend the netfs_io_*request structs to handle writes
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 19/53] netfs: Make netfs_put_request() handle a NULL pointer
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 18/53] netfs: Add a hook to allow tell the netfs to update its i_size
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 16/53] netfs: Export netfs_put_subrequest() and some tracepoints
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 14/53] netfs: Add func to calculate pagecount/size-limited span of an iterator
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 13/53] netfs: Add bounce buffering support
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 15/53] netfs: Limit subrequest by size or number of segments
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 11/53] netfs: Add support for DIO buffering
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 10/53] netfs: Add iov_iters to (sub)requests to describe various buffers
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 06/53] afs: Don't use folio->private to record partial modification
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 07/53] netfs: Provide invalidate_folio and release_folio calls
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 08/53] netfs: Add rsize to netfs_io_request
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
- From: David Howells <dhowells@xxxxxxxxxx>
- [GIT PULL] Ceph fixes for 6.6-rc6
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- [PATCH] ceph: Clean up errors in locks.c
- From: "KaiLong Wang" <wangkailong@xxxxxxx>
- [PATCH] ceph: Clean up errors in mdsmap.c
- From: "KaiLong Wang" <wangkailong@xxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Jan Kara <jack@xxxxxxx>
- Re: [bug report] libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Jan Kara <jack@xxxxxxx>
- Re: [bug report] libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Jan Kara <jack@xxxxxxx>
- [bug report] libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH] ceph: fix type promotion bug on 32bit systems
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH] ceph: fix type promotion bug on 32bit systems
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 7/7] block, drivers: make lots of attribute_group globals const
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 7/7] block, drivers: make lots of attribute_group globals const
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Dave Kleikamp <dave.kleikamp@xxxxxxxxxx>
- Re: [PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] fs: apply umask if POSIX ACL support is disabled
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- Re: [PATCH] ceph: fix type promotion bug on 32bit systems
- From: Luis Henriques <lhenriques@xxxxxxx>
- Re: [PATCH v2] ceph: remove the incorrect caps check in _file_size()
- From: Milind Changire <mchangir@xxxxxxxxxx>
- [PATCH AUTOSEL 6.5 13/18] rbd: decouple parent info read-in from updating rbd_dev
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.5 12/18] rbd: decouple header read-in from updating rbd_dev->header
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.5 11/18] rbd: move rbd_dev_refresh() definition
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH] ceph: fix type promotion bug on 32bit systems
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH] ceph: fix type promotion bug on 32bit systems
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH v2 24/89] ceph: convert to new timestamp accessors
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] fs: apply umask if POSIX ACL support is disabled
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] Revert "ceph: enable async dirops by default"
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] ceph: use kernel_connect()
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH] ceph: use kernel_connect()
- From: Jordan Rife <jrife@xxxxxxxxxx>
- Re: [PATCH] ceph: use kernel_connect()
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- [PATCH] ceph: use kernel_connect()
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v2 89/89] fs: move i_generation into new hole created after timestamp conversion
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 88/89] fs: switch timespec64 fields in inode to discrete integers
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 87/89] fs: rename inode i_atime and i_mtime fields
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 24/89] ceph: convert to new timestamp accessors
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 02/89] fs: convert core infrastructure to new timestamp accessors
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 01/89] fs: new accessor methods for atime and mtime
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH] Revert "ceph: enable async dirops by default"
- From: Venky Shankar <vshankar@xxxxxxxxxx>
- Re: [PATCH] Revert "ceph: enable async dirops by default"
- From: Venky Shankar <vshankar@xxxxxxxxxx>
- Re: [PATCH] fs: apply umask if POSIX ACL support is disabled
- From: Dave Kleikamp <dave.kleikamp@xxxxxxxxxx>
- Re: [PATCH 06/29] ceph: move ceph_xattr_handlers to .rodata
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH] Revert "ceph: enable async dirops by default"
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- [PATCH] Revert "ceph: enable async dirops by default"
- From: Venky Shankar <vshankar@xxxxxxxxxx>
- RE: Verified APHA Attendees Mailing List 2023
- From: Hadley Maria <hadley.bussinessdatalist@xxxxxxxxx>
- Re: [PATCH] ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- [OT] Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: Gabriel Paubert <paubert@xxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH 06/29] ceph: move ceph_xattr_handlers to .rodata
- From: Wedson Almeida Filho <wedsonaf@xxxxxxxxx>
- Re: [GIT PULL] Ceph fixes for 6.6-rc4
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH] ceph: Annotate struct ceph_osd_request with __counted_by
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [GIT PULL] Ceph fixes for 6.6-rc4
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 87/87] fs: move i_blocks up a few places in struct inode
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [PATCH] ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()
- From: Luis Henriques <lhenriques@xxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: "Arnd Bergmann" <arnd@xxxxxxxx>
- Re: [PATCH 87/87] fs: move i_blocks up a few places in struct inode
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 87/87] fs: move i_blocks up a few places in struct inode
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: "Arnd Bergmann" <arnd@xxxxxxxx>
- Re: [PATCH 87/87] fs: move i_blocks up a few places in struct inode
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 87/87] fs: move i_blocks up a few places in struct inode
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH 87/87] fs: move i_blocks up a few places in struct inode
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH 23/87] fs/ceph: convert to new inode {a,m}time accessors
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH 01/87] fs: new accessor methods for atime and mtime
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH 00/87] fs: new accessor methods for atime and mtime
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH] Revert "ceph: enable async dirops by default"
- From: Venky Shankar <vshankar@xxxxxxxxxx>
- [PATCH] ceph: trigger to flush dirty caps when trimming caps
- Re: [PATCH 1/2] fs/ceph/debugfs: make all files world-readable
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- Re: [PATCH 1/2] fs/ceph/debugfs: make all files world-readable
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- [PATCH] Revert "ceph: enable async dirops by default"
- Re: [PATCH 1/2] fs/ceph/debugfs: make all files world-readable
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- Re: [PATCH 1/2] fs/ceph/debugfs: make all files world-readable
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH 4/4] rbd: take header_rwsem in rbd_dev_refresh() only when updating
- From: Dongsheng Yang <dongsheng.yang@xxxxxxxxxxxx>
- Re: [PATCH 1/2] fs/ceph/debugfs: make all files world-readable
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- Re: [PATCH 1/2] fs/ceph/debugfs: make all files world-readable
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- [PATCH 0/4] rbd: fix a deadlock around header_rwsem and lock_rwsem
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- [PATCH 1/4] rbd: move rbd_dev_refresh() definition
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- [PATCH 3/4] rbd: decouple parent info read-in from updating rbd_dev
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- [PATCH 4/4] rbd: take header_rwsem in rbd_dev_refresh() only when updating
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- [PATCH 2/4] rbd: decouple header read-in from updating rbd_dev->header
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH 1/2] fs/ceph/debugfs: make all files world-readable
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 1/2] fs/ceph/debugfs: make all files world-readable
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH 1/2] fs/ceph/debugfs: make all files world-readable
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- [PATCH 3/3] ceph: add ceph_cap_unlink_work to fire check caps immediately
- [PATCH 2/3] ceph: always queue a writeback when revoking the Fb caps
- [PATCH 1/3] ceph: do not break the loop if CEPH_I_FLUSH is set
- [PATCH 0/3] ceph: fix caps revocation stuck
- Re: [PATCH 1/2] fs/ceph/debugfs: make all files world-readable
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH 2/2] fs/ceph/debugfs: expose raw metric counters
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- [PATCH 1/2] fs/ceph/debugfs: make all files world-readable
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- Re: [PATCH] fs: apply umask if POSIX ACL support is disabled
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Chuck Lever III <chuck.lever@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Xi Ruoyao <xry111@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Paul Eggert <eggert@xxxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Jan Kara <jack@xxxxxxx>
- [PATCH] fs: apply umask if POSIX ACL support is disabled
- From: Max Kellermann <max.kellermann@xxxxxxxxx>
- Re: [PATCH v7 12/13] ext4: switch to multigrain timestamps
- From: Xi Ruoyao <xry111@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] ceph: Annotate struct ceph_monmap with __counted_by
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] Revert "ceph: make members in struct ceph_mds_request_args_ext a union"
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH] Revert "ceph: make members in struct ceph_mds_request_args_ext a union"
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH] ceph: Annotate struct ceph_monmap with __counted_by
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] ceph: Annotate struct ceph_monmap with __counted_by
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- Re: [PATCH] ceph: Annotate struct ceph_monmap with __counted_by
- From: Kees Cook <kees@xxxxxxxxxx>
- Re: [PATCH] ceph: Annotate struct ceph_osd_request with __counted_by
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] ceph: Annotate struct ceph_monmap with __counted_by
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] ceph: Annotate struct ceph_osd_request with __counted_by
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- Re: [PATCH] ceph: Annotate struct ceph_monmap with __counted_by
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- [PATCH] ceph: Annotate struct ceph_osd_request with __counted_by
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH] ceph: Annotate struct ceph_monmap with __counted_by
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH AUTOSEL 6.1 2/6] ceph: drop messages from MDS when unmounting
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.5 2/7] ceph: drop messages from MDS when unmounting
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH 03/12] filemap: update ki_pos in generic_perform_write
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 03/12] filemap: update ki_pos in generic_perform_write
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] ceph: fail the open_by_handle_at() if the dentry is being unlinked
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] ceph: fail the open_by_handle_at() if the dentry is being unlinked
- From: Sebastian Hasler <sebastian.hasler@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] ceph: fail the open_by_handle_at() if the dentry is being unlinked
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH v2] ceph: remove unnecessary check for NULL in parse_longname()
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: getting rid of the last memory modifitions through gup(FOLL_GET)
- From: Christoph Hellwig <hch@xxxxxx>
- Re: getting rid of the last memory modifitions through gup(FOLL_GET)
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v2] ceph: remove unnecessary check for NULL in parse_longname()
- From: Luís Henriques <lhenriques@xxxxxxx>
- Re: getting rid of the last memory modifitions through gup(FOLL_GET)
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH] ceph: remove unnecessary check for NULL in parse_longname()
- From: Luís Henriques <lhenriques@xxxxxxx>
- Re: getting rid of the last memory modifitions through gup(FOLL_GET)
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] ceph: remove unnecessary check for NULL in parse_longname()
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH] ceph: remove unnecessary check for NULL in parse_longname()
- From: Luís Henriques <lhenriques@xxxxxxx>
- Re: [PATCH] ceph: add support for encrypted snapshot names
- From: Luís Henriques <lhenriques@xxxxxxx>
- Re: [PATCH] ceph: fail the open_by_handle_at() if the dentry is being unlinked
- From: Sebastian Hasler <sebastian.hasler@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] ceph: fail the open_by_handle_at() if the dentry is being unlinked
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [PATCH] ceph: add support for encrypted snapshot names
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH v2] ceph: remove the incorrect caps check in _file_size()
- Re: [PATCH] ceph: remove the incorrect caps check in _file_size()
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- Re: [GIT PULL] Ceph updates for 6.6-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH] ceph: fail the open_by_handle_at() if the dentry is being unlinked
- From: Sebastian Hasler <sebastian.hasler@xxxxxxxxxxxxxxxxxxxx>
- [GIT PULL] Ceph updates for 6.6-rc1
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH] ceph: remove the incorrect caps check in _file_size()
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH] ceph: add support for encrypted snapshot names
- From: Luís Henriques <lhenriques@xxxxxxx>
- Re: [bug report] ceph: add support for encrypted snapshot names
- From: Luís Henriques <lhenriques@xxxxxxx>
- [bug report] ceph: add support for encrypted snapshot names
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH] ceph: remove the incorrect caps check in _file_size()
- Re: getting rid of the last memory modifitions through gup(FOLL_GET)
- From: David Hildenbrand <david@xxxxxxxxxx>
- getting rid of the last memory modifitions through gup(FOLL_GET)
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [f2fs-dev] [PATCH v7 00/13] fs: implement multigrain timestamps
- From: patchwork-bot+f2fs@xxxxxxxxxx
- Re: [f2fs-dev] [PATCH 01/17] fs: unexport buffer_check_dirty_writeback
- From: patchwork-bot+f2fs@xxxxxxxxxx
- Re: [f2fs-dev] [PATCH v2 00/89] fs: new accessors for inode->i_ctime
- From: patchwork-bot+f2fs@xxxxxxxxxx
- Re: [PATCH v4 5/6] ceph: add ceph_inode_to_client() helper support
- From: Milind Changire <mchangir@xxxxxxxxxx>
- Re: [PATCH v4 4/6] ceph: move mdsmap.h to fs/ceph/
- From: Milind Changire <mchangir@xxxxxxxxxx>
- Re: [PATCH v4 3/6] ceph: rename _to_client() to _to_fs_client()
- From: Milind Changire <mchangir@xxxxxxxxxx>
- Re: [PATCH v4 2/6] ceph: pass the mdsc to several helpers
- From: Milind Changire <mchangir@xxxxxxxxxx>
- Re: [PATCH v4 1/6] ceph: add the *_client debug macros support
- From: Milind Changire <mchangir@xxxxxxxxxx>
- Re: [PATCH] ceph/decode: Remove unnecessary ‘0’ values from ret
- From: Simon Horman <horms@xxxxxxxxxx>
- Re: [PATCH] ceph/ceph_common: Remove unnecessary ‘0’ values from ret
- From: Simon Horman <horms@xxxxxxxxxx>
- Re: [PATCH] ceph/decode: Remove unnecessary ‘0’ values from ret
- From: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
- Re: [PATCH] ceph/decode: Remove unnecessary ‘0’ values from ret
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH] ceph/decode: Remove unnecessary ‘0’ values from ret
- From: Li kunyu <kunyu@xxxxxxxxxxxx>
- [PATCH] ceph/ceph_common: Remove unnecessary ‘0’ values from ret
- From: Li kunyu <kunyu@xxxxxxxxxxxx>
- Re: [PATCH v2] ceph: make num_fwd and num_retry to __u32
- From: Milind Changire <mchangir@xxxxxxxxxx>
- Re: [PATCH] ceph: make the members in struct ceph_mds_request_args_ext an union
- From: Milind Changire <mchangir@xxxxxxxxxx>
- Re: [PATCH 09/15] ceph: Use a folio in ceph_filemap_fault()
- From: Xiubo Li <xiubli@xxxxxxxxxx>
- [PATCH -next] rbd: Use list_for_each_entry() helper
- From: Jinjie Ruan <ruanjinjie@xxxxxxxxxx>
- Re: [PATCH 09/15] ceph: Use a folio in ceph_filemap_fault()
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH -next] rbd: Use list_for_each_entry() helper
- From: Ilya Dryomov <idryomov@xxxxxxxxx>
- Re: [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 09/15] ceph: Use a folio in ceph_filemap_fault()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 09/15] ceph: Use a folio in ceph_filemap_fault()
- From: Jeff Layton <jlayton@xxxxxxxxxx>
- Re: [PATCH 03/12] filemap: update ki_pos in generic_perform_write
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 03/12] filemap: update ki_pos in generic_perform_write
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 03/12] filemap: update ki_pos in generic_perform_write
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
[Index of Archives]
[Ceph Dev]
[Linux USB Devel]
[Video for Linux]
[Scanner]
[Linux SCSI]
[Samba]
[Yosemite Hikes]