CEPH Filesystem Development
[Prev Page][Next Page]
- [RFC PATCH v2 03/11] ceph: fold ceph_sync_readpages into ceph_readpage, (continued)
- [RFC PATCH v2 03/11] ceph: fold ceph_sync_readpages into ceph_readpage, Jeff Layton
- [RFC PATCH v2 05/11] ceph: fold ceph_update_writeable_page into ceph_write_begin, Jeff Layton
- [RFC PATCH v2 04/11] ceph: fold ceph_sync_writepages into writepage_nounlock, Jeff Layton
- [RFC PATCH v2 01/11] ceph: break out writeback of incompatible snap context to separate function, Jeff Layton
- [RFC PATCH v2 07/11] ceph: convert readpage to fscache read helper, Jeff Layton
- [RFC PATCH v2 06/11] ceph: conversion to new fscache API, Jeff Layton
- [RFC PATCH v2 11/11] ceph: re-enable fscache support, Jeff Layton
- [RFC PATCH v2 08/11] ceph: plug write_begin into read helper, Jeff Layton
- [RFC PATCH v2 10/11] ceph: add fscache writeback support, Jeff Layton
- [RFC PATCH v2 09/11] ceph: convert readpages to fscache_read_helper, Jeff Layton
- [v2] ceph: use frag's MDS in either mode,
Yanhu Cao
- [PATCH] ceph: move sb->wb_pagevec_pool to be a global mempool,
Jeff Layton
- Upcoming: fscache rewrite,
David Howells
- [PATCH] ceph: use frag's MDS in either mode,
Yanhu Cao
- [PATCH] ceph: set sec_context xattr on symlink creation,
Jeff Layton
- [PATCH] ceph: fix memory leak when reallocating pages array for writepages,
Jeff Layton
- [PATCH] ceph: eliminate unused "total" variable in ceph_mdsc_send_metrics,
Jeff Layton
- [ceph-client:testing 2/8] fs/ceph/metric.c:23:11: warning: variable 'total' set but not used, kernel test robot
- [PATCH] ceph: delete repeated words in fs/ceph/, Randy Dunlap
- [PATCH] ceph: remove redundant initialization of variable mds,
Colin King
- [PATCH] ceph: KASAN: use-after-free Read in ceph_mdsc_destroy,
qiang.zhang
- [PATCH] ceph: fix use-after-free for fsc->mdsc,
xiubli
- KASAN: use-after-free Read in ceph_mdsc_destroy,
syzbot
- [PATCH v3] fs:ceph: Remove unused variables in ceph_mdsmap_decode(),
Jia Yang
- Problems with building/installing ceph from sources (git repo) on x86_64 (ubuntu 20.04),
Ezra Ulembeck
- Mimic is retired, Abhishek Lekshmanan
- [PATCH V2] fs:ceph: Remove unused variables in ceph_mdsmap_decode(),
Jia Yang
- [RFC PATCH 00/11] ceph: convert to new fscache API,
Jeff Layton
- [RFC PATCH 01/11] ceph: break out writeback of incompatible snap context to separate function, Jeff Layton
- [RFC PATCH 04/11] ceph: fold ceph_sync_writepages into writepage_nounlock, Jeff Layton
- [RFC PATCH 03/11] ceph: fold ceph_sync_readpages into ceph_readpage, Jeff Layton
- [RFC PATCH 05/11] ceph: fold ceph_update_writeable_page into ceph_write_begin, Jeff Layton
- [RFC PATCH 08/11] ceph: plug write_begin into read helper, Jeff Layton
- [RFC PATCH 06/11] ceph: conversion to new fscache API, Jeff Layton
- [RFC PATCH 07/11] ceph: convert readpage to fscache read helper, Jeff Layton
- [RFC PATCH 10/11] ceph: add fscache writeback support, Jeff Layton
- [RFC PATCH 02/11] ceph: don't call ceph_update_writeable_page from page_mkwrite, Jeff Layton
- [RFC PATCH 11/11] ceph: re-enable fscache support, Jeff Layton
- [RFC PATCH 09/11] ceph: convert readpages to fscache_read_helper, Jeff Layton
- [PATCH] fs:ceph: Remove unused variables in ceph_mdsmap_decode(),
Jia Yang
- [PATCH] ceph: super.h: delete a duplicated word,
Randy Dunlap
- Crimson & Seastore,
Rob Tilley Jr.
- [PATCH] ceph: ceph_features.h: drop duplicated word in a comment,
Randy Dunlap
- [PATCH] ceph: check the sesion state and return false in case it is closed,
xiubli
- [PATCH v6 0/2] ceph: periodically send perf metrics to ceph,
xiubli
- Re: [Ceph-qa] multiple BLK-MQ queues for Ceph's RADOS Block Device (RBD) and CephFS,
Ilya Dryomov
[PATCH 00/13] fscache: Rewrite 3: Make AFS use it,
David Howells
- [PATCH 01/13] afs: Fix interruption of operations, David Howells
- [PATCH 02/13] afs: Move key to afs_read struct, David Howells
- [PATCH 03/13] afs: Don't truncate iter during data fetch, David Howells
- [PATCH 04/13] afs: Log remote unmarshalling errors, David Howells
- [PATCH 05/13] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [PATCH 06/13] afs: Use ITER_MAPPING for writing, David Howells
- [PATCH 07/13] afs: Interpose struct fscache_io_request into struct afs_read, David Howells
- [PATCH 08/13] afs: Note the amount transferred in fetch-data delivery, David Howells
- [PATCH 09/13] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [PATCH 10/13] afs: Use new fscache I/O API, David Howells
- [PATCH 11/13] afs: Copy local writes to the cache when writing to the server, David Howells
- [PATCH 12/13] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr, David Howells
- [PATCH 13/13] afs: Add O_DIRECT read support, David Howells
[PATCH 00/32] fscache: Rewrite 2: Make the I/O interface use kiocb/iov_iter,
David Howells
- [PATCH 01/32] iov_iter: Add ITER_MAPPING, David Howells
- [PATCH 02/32] vm: Add wait/unlock functions for PG_fscache, David Howells
- [PATCH 03/32] vfs: Export rw_verify_area() for use by cachefiles, David Howells
- [PATCH 04/32] vfs: Provide S_CACHE_FILE inode flag, David Howells
- [PATCH 05/32] mm: Provide lru_to_last_page() to get last of a page list, David Howells
- [PATCH 06/32] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag, David Howells
- [PATCH 07/32] fscache: Provide a simple thread pool for running ops asynchronously, David Howells
- [PATCH 09/32] fscache: Rewrite the I/O API based on iov_iter, David Howells
- [PATCH 11/32] fscache: Keep track of size of a file last set independently on the server, David Howells
- [PATCH 10/32] fscache: Remove fscache_wait_on_invalidate(), David Howells
- [PATCH 12/32] fscache, cachefiles: Fix disabled histogram warnings, David Howells
- [PATCH 13/32] fscache: Recast assertion in terms of cookie not being an index, David Howells
- [PATCH 14/32] cachefiles: Remove some redundant checks on unsigned values, David Howells
- [PATCH 15/32] cachefiles: trace: Log coherency checks, David Howells
- [PATCH 16/32] cachefiles: Split cachefiles_drop_object() up a bit, David Howells
- [PATCH 17/32] cachefiles: Implement new fscache I/O backend API, David Howells
- [PATCH 18/32] cachefiles: Merge object->backer into object->dentry, David Howells
- [PATCH 19/32] cachefiles: Implement a content-present indicator and bitmap, David Howells
- [PATCH 20/32] cachefiles: Implement extent shaper, David Howells
- [PATCH 21/32] cachefiles: Round the cachefile size up to DIO block size, David Howells
- [PATCH 22/32] cachefiles: Implement read and write parts of new I/O API, David Howells
- [PATCH 23/32] cachefiles: Add I/O tracepoints, David Howells
- [PATCH 25/32] fscache: Display cache-specific data in /proc/fs/fscache/objects, David Howells
- [PATCH 24/32] fscache: Add read helper, David Howells
- [PATCH 26/32] fscache: Remove more obsolete stats, David Howells
- [PATCH 27/32] fscache: New stats, David Howells
- [PATCH 28/32] fscache, cachefiles: Rewrite invalidation, David Howells
- [PATCH 29/32] fscache: Implement "will_modify" parameter on fscache_use_cookie(), David Howells
- [PATCH 30/32] fscache: Provide resize operation, David Howells
- [PATCH 31/32] fscache: Remove the update operation, David Howells
- [PATCH 32/32] cachefiles: Shape write requests, David Howells
[PATCH 00/14] fscache: Rewrite 1: Disable and clean in preparation for rewrite,
David Howells
- [PATCH 01/14] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite, David Howells
- [PATCH 02/14] afs: Disable use of the fscache I/O routines, David Howells
- [PATCH 03/14] fscache: Add a cookie debug ID and use that in traces, David Howells
- [PATCH 04/14] fscache: Procfile to display cookies, David Howells
- [PATCH 05/14] fscache: Remove the old I/O API, David Howells
- [PATCH 06/14] fscache: Remove the netfs data from the cookie, David Howells
- [PATCH 07/14] fscache: Remove struct fscache_cookie_def, David Howells
- [PATCH 08/14] fscache: Remove store_limit* from struct fscache_object, David Howells
- [PATCH 09/14] fscache: Remove fscache_check_consistency(), David Howells
- [PATCH 10/14] fscache: Remove fscache_attr_changed(), David Howells
- [PATCH 11/14] fscache: Remove obsolete stats, David Howells
- [PATCH 12/14] fscache: Remove old I/O tracepoints, David Howells
- [PATCH 13/14] fscache: Temporarily disable fscache_invalidate(), David Howells
- [PATCH 14/14] fscache: Remove the I/O operation manager, David Howells
[PATCH] libceph : client only want latest osdmap. If the gap with the latest version exceeds the threshold, mon will send the fullosdmap instead of incremental osdmap,
simon gao
[PATCH] net : client only want latest osdmap. If the gap with the latest version exceeds the threshold, mon will send the fullosdmap instead of incremental osdmap,
simon gao
[PATCH] fs: ceph: Remove unnecessary cast in kfree(),
Xu Wang
[PATCH] Replace HTTP links with HTTPS ones: CEPH COMMON CODE (LIBCEPH),
Alexander A. Klimov
[PATCH] ceph: do not access the kiocb after aio reqeusts,
xiubli
[PATCH 0/4] libceph/ceph: cleanups and move more into ceph.ko,
Jeff Layton
[PATCH] ceph: clean up and optimize ceph_check_delayed_caps,
Jeff Layton
[PATCH 1/3] ceph: fix potential mdsc use-after-free crash,
xiubli
v15.2.4 Octopus released,
David Galloway
v14.2.12 Nautilus released, David Galloway
v15.2.8 Octopus released, David Galloway
[PATCH v5 0/5] ceph: periodically send perf metrics to ceph,
xiubli
[PATCH v4 0/5] ceph: periodically send perf metrics to ceph,
xiubli
Re: why cephfs kernel module does not support fallocate with default mode?, Ilya Dryomov
v14.2.10 Nautilus released, Abhishek Lekshmanan
[PATCH v3 0/4] ceph: periodically send perf metrics to ceph,
xiubli
[GIT PULL] Ceph fixes for 5.8-rc2,
Ilya Dryomov
[PATCH v2 0/5] ceph: periodically send perf metrics to ceph,
xiubli
[PATCH AUTOSEL 5.4 216/266] ceph: don't return -ESTALE if there's still an open file, Sasha Levin
[PATCH AUTOSEL 5.7 315/388] ceph: don't return -ESTALE if there's still an open file, Sasha Levin
[PATCH 0/2] ceph: periodically send perf metrics to ceph,
xiubli
[PATCH] libceph: dump class and method names on method calls, Ilya Dryomov
[PATCH 0/3] libceph: target_copy() fixups,
Ilya Dryomov
Questions of QoS on ceph,
norman
[PATCH AUTOSEL 5.6 325/606] libceph: ignore pool overlay and cache logic on redirects, Sasha Levin
[PATCH AUTOSEL 5.6 123/606] ceph: fix double unlock in handle_cap_export(), Sasha Levin
[GIT PULL] Ceph updates for 5.8-rc1,
Ilya Dryomov
[PATCH] libceph: move away from global osd_req_flags,
Ilya Dryomov
[ceph-client:testing 9/30] include/linux/spinlock.h:353:9: sparse: sparse: context imbalance in 'ceph_handle_caps' - unexpected unlock,
kbuild test robot
[PATCH 0/2] rbd: compression_hint option,
Ilya Dryomov
[ceph-client:testing 2/5] net/ceph/osdmap.c:203:6: warning: no previous prototype for 'clear_crush_names',
kbuild test robot
[PATCH v2 0/5] libceph: support for replica reads,
Ilya Dryomov
v15.2.3 Octopus released, Josh Durgin
[GIT PULL] Ceph fixes for 5.7-rc8,
Ilya Dryomov
[PATCH 0/5] libceph: support for replica reads,
Ilya Dryomov
remove most callers of kernel_setsockopt v3,
Christoph Hellwig
- [PATCH 03/28] net: add sock_set_priority, Christoph Hellwig
- [PATCH 04/28] net: add sock_set_sndtimeo, Christoph Hellwig
- [PATCH 05/28] net: add sock_bindtoindex, Christoph Hellwig
- [PATCH 10/28] tcp: add tcp_sock_set_cork, Christoph Hellwig
- [PATCH 13/28] tcp: add tcp_sock_set_syncnt, Christoph Hellwig
- [PATCH 15/28] tcp: add tcp_sock_set_keepidle, Christoph Hellwig
- [PATCH 23/28] ipv6: add ip6_sock_set_v6only, Christoph Hellwig
- [PATCH 25/28] ipv6: add ip6_sock_set_addr_preferences, Christoph Hellwig
- [PATCH 24/28] ipv6: add ip6_sock_set_recverr, Christoph Hellwig
- [PATCH 27/28] rxrpc: add rxrpc_sock_set_min_security_level, Christoph Hellwig
- [PATCH 28/28] tipc: call tsk_set_importance from tipc_topsrv_create_listener, Christoph Hellwig
- [PATCH 26/28] ipv6: add ip6_sock_set_recvpktinfo, Christoph Hellwig
- [PATCH 18/28] ipv4: add ip_sock_set_tos, Christoph Hellwig
- [PATCH 22/28] ipv4: add ip_sock_set_pktinfo, Christoph Hellwig
- [PATCH 17/28] tcp: add tcp_sock_set_keepcnt, Christoph Hellwig
- [PATCH 19/28] ipv4: add ip_sock_set_freebind, Christoph Hellwig
- [PATCH 21/28] ipv4: add ip_sock_set_mtu_discover, Christoph Hellwig
- [PATCH 20/28] ipv4: add ip_sock_set_recverr, Christoph Hellwig
- [PATCH 16/28] tcp: add tcp_sock_set_keepintvl, Christoph Hellwig
- [PATCH 14/28] tcp: add tcp_sock_set_user_timeout, Christoph Hellwig
- [PATCH 12/28] tcp: add tcp_sock_set_quickack, Christoph Hellwig
- [PATCH 11/28] tcp: add tcp_sock_set_nodelay, Christoph Hellwig
- [PATCH 09/28] net: add sock_set_reuseport, Christoph Hellwig
- [PATCH 06/28] net: add sock_enable_timestamps, Christoph Hellwig
- [PATCH 07/28] net: add sock_set_keepalive, Christoph Hellwig
- [PATCH 08/28] net: add sock_set_rcvbuf, Christoph Hellwig
- [PATCH 01/28] net: add sock_set_reuseaddr, Christoph Hellwig
- [PATCH 02/28] net: add sock_no_linger, Christoph Hellwig
- Re: remove most callers of kernel_setsockopt v3, David Miller
[PATCH v5] ceph: skip checking the caps when session reconnecting and releasing reqs,
xiubli
[PATCH v4] ceph: skip checking the caps when session reconnecting and releasing reqs,
xiubli
[PATCH] ceph: always try to flush the snaps in ceph_check_caps, xiubli
[PATCH v3 0/2] ceph: fix dead lock and double lock,
xiubli
[PATCH v2 0/2] ceph: fix dead lock and double lock,
xiubli
[v2] ceph: show max caps in debugfs caps file,
Yanhu Cao
[PATCH] ceph: show max caps in debugfs caps file,
Yanhu Cao
[PATCH] ceph: add ceph_async_check_caps() to avoid double lock and deadlock,
xiubli
remove kernel_setsockopt and kernel_getsockopt v2,
Christoph Hellwig
- [PATCH 02/33] net: remove kernel_getsockopt, Christoph Hellwig
- [PATCH 10/33] net: add sock_set_rcvbuf, Christoph Hellwig
- [PATCH 14/33] tcp: add tcp_sock_set_quickack, Christoph Hellwig
- [PATCH 17/33] tcp: add tcp_sock_set_keepidle, Christoph Hellwig
- [PATCH 16/33] tcp: add tcp_sock_set_user_timeout, Christoph Hellwig
- [PATCH 24/33] ipv4: add ip_sock_set_pktinfo, Christoph Hellwig
- [PATCH 30/33] tipc: call tsk_set_importance from tipc_topsrv_create_listener, Christoph Hellwig
- [PATCH 31/33] sctp: add sctp_sock_set_nodelay, Christoph Hellwig
- [PATCH 32/33] net: add a new bind_add method, Christoph Hellwig
- [PATCH 33/33] net: remove kernel_setsockopt, Christoph Hellwig
- [PATCH 28/33] ipv6: add ip6_sock_set_recvpktinfo, Christoph Hellwig
- [PATCH 29/33] rxrpc: add rxrpc_sock_set_min_security_level, Christoph Hellwig
- [PATCH 26/33] ipv6: add ip6_sock_set_recverr, Christoph Hellwig
- [PATCH 27/33] ipv6: add ip6_sock_set_addr_preferences, Christoph Hellwig
- [PATCH 25/33] ipv6: add ip6_sock_set_v6only, Christoph Hellwig
- [PATCH 23/33] ipv4: add ip_sock_set_mtu_discover, Christoph Hellwig
- [PATCH 21/33] ipv4: add ip_sock_set_freebind, Christoph Hellwig
- [PATCH 20/33] ipv4: add ip_sock_set_tos, Christoph Hellwig
- [PATCH 18/33] tcp: add tcp_sock_set_keepintvl, Christoph Hellwig
- [PATCH 22/33] ipv4: add ip_sock_set_recverr, Christoph Hellwig
- [PATCH 19/33] tcp: add tcp_sock_set_keepcnt, Christoph Hellwig
- [PATCH 15/33] tcp: add tcp_sock_set_syncnt, Christoph Hellwig
- [PATCH 12/33] tcp: add tcp_sock_set_cork, Christoph Hellwig
- [PATCH 13/33] tcp: add tcp_sock_set_nodelay, Christoph Hellwig
- [PATCH 11/33] net: add sock_set_reuseport, Christoph Hellwig
- [PATCH 09/33] net: add sock_set_keepalive, Christoph Hellwig
- [PATCH 07/33] net: add sock_bindtoindex, Christoph Hellwig
- [PATCH 03/33] net: add sock_set_reuseaddr, Christoph Hellwig
- [PATCH 08/33] net: add sock_enable_timestamps, Christoph Hellwig
- [PATCH 05/33] net: add sock_set_priority, Christoph Hellwig
- [PATCH 06/33] net: add sock_set_sndtimeo, Christoph Hellwig
- [PATCH 01/33] dlm: use the tcp version of accept_from_sock for sctp as well, Christoph Hellwig
- [PATCH 04/33] net: add sock_no_linger, Christoph Hellwig
- Re: [PATCH 29/33] rxrpc: add rxrpc_sock_set_min_security_level, David Howells
- RE: remove kernel_setsockopt and kernel_getsockopt v2, David Laight
- Re: remove kernel_setsockopt and kernel_getsockopt v2, Christoph Hellwig
[PATCH] ceph: flush release queue when handling caps for unknown inode, Jeff Layton
Re: [ceph-users] Possible bug in op path?,
Dan van der Ster
[PATCH] ceph: make sure the mdsc->mutex is nested in s->s_mutex to fix dead lock,
xiubli
Fwd: Possible bug in op path?, Robert LeBlanc
ceph kernel client orientation,
Michal.Plsek
v15.2.2 Octopus released, Abhishek Lekshmanan
[PATCH v2] ceph: don't return -ESTALE if there's still an open file,
Luis Henriques
[PATCH] dns: Apply a default TTL to records obtained from getaddrinfo(),
David Howells
[PATCH] libceph: add ignore cache/overlay flag if got redirect reply,
Jerry Lee
[PATCH AUTOSEL 5.6 35/62] ceph: fix double unlock in handle_cap_export(), Sasha Levin
[PATCH AUTOSEL 5.4 32/49] ceph: fix double unlock in handle_cap_export(), Sasha Levin
[PATCH AUTOSEL 4.19 24/31] ceph: fix double unlock in handle_cap_export(), Sasha Levin
[PATCH AUTOSEL 4.14 33/39] ceph: fix double unlock in handle_cap_export(), Sasha Levin
[PATCH AUTOSEL 4.9 22/27] ceph: fix double unlock in handle_cap_export(), Sasha Levin
[PATCH AUTOSEL 4.4 09/14] ceph: fix double unlock in handle_cap_export(), Sasha Levin
[PATCH] ceph: don't return -ESTALE if there's still an open file,
Luis Henriques
remove kernel_setsockopt and kernel_getsockopt,
Christoph Hellwig
- [PATCH 01/33] net: add sock_set_reuseaddr, Christoph Hellwig
- [PATCH 02/33] net: add sock_set_linger, Christoph Hellwig
- [PATCH 07/33] net: add sock_set_keepalive, Christoph Hellwig
- [PATCH 03/33] net: add sock_set_priority, Christoph Hellwig
- [PATCH 12/33] tcp: add tcp_sock_set_quickack, Christoph Hellwig
- [PATCH 20/33] ipv4: add ip_sock_set_recverr, Christoph Hellwig
- [PATCH 16/33] tcp: add tcp_sock_set_keepintvl, Christoph Hellwig
- [PATCH 31/33] net: remove kernel_setsockopt, Christoph Hellwig
- [PATCH 21/33] ipv4: add ip_sock_set_mtu_discover, Christoph Hellwig
- [PATCH 22/33] ipv6: add ip6_sock_set_v6only, Christoph Hellwig
- [PATCH 23/33] ipv6: add ip6_sock_set_recverr, Christoph Hellwig
- [PATCH 24/33] ipv6: add ip6_sock_set_addr_preferences, Christoph Hellwig
- [PATCH 25/33] ipv6: add ip6_sock_set_recvpktinfo, Christoph Hellwig
- [PATCH 26/33] sctp: lift copying in addrs into sctp_setsockopt, Christoph Hellwig
- [PATCH 27/33] sctp: export sctp_setsockopt_bindx, Christoph Hellwig
- [PATCH 33/33] net: remove kernel_getsockopt, Christoph Hellwig
- [PATCH 32/33] sctp: add sctp_sock_get_primary_addr, Christoph Hellwig
- [PATCH 29/33] rxrpc_sock_set_min_security_level, Christoph Hellwig
- [PATCH 30/33] tipc: call tsk_set_importance from tipc_topsrv_create_listener, Christoph Hellwig
- [PATCH 28/33] sctp: add sctp_sock_set_nodelay, Christoph Hellwig
- [PATCH 18/33] ipv4: add ip_sock_set_tos, Christoph Hellwig
- [PATCH 10/33] tcp: add tcp_sock_set_cork, Christoph Hellwig
- [PATCH 09/33] net: add sock_set_reuseport, Christoph Hellwig
- [PATCH 19/33] ipv4: add ip_sock_set_freebind, Christoph Hellwig
- [PATCH 04/33] net: add sock_set_sndtimeo, Christoph Hellwig
- [PATCH 06/33] net: add sock_set_timestamps, Christoph Hellwig
- [PATCH 17/33] tcp: add tcp_sock_set_keepcnt, Christoph Hellwig
- [PATCH 08/33] net: add sock_set_rcvbuf, Christoph Hellwig
- [PATCH 11/33] tcp: tcp_sock_set_nodelay, Christoph Hellwig
- [PATCH 15/33] tcp: add tcp_sock_set_keepidle, Christoph Hellwig
- [PATCH 13/33] tcp: add tcp_sock_set_syncnt, Christoph Hellwig
- [PATCH 05/33] net: add sock_bindtoindex, Christoph Hellwig
- [PATCH 14/33] tcp: add tcp_sock_set_user_timeout, Christoph Hellwig
- Re: [PATCH 29/33] rxrpc_sock_set_min_security_level, David Howells
- Re: [PATCH 21/33] ipv4: add ip_sock_set_mtu_discover, David Howells
- Re: [PATCH 20/33] ipv4: add ip_sock_set_recverr, David Howells
- Re: [PATCH 23/33] ipv6: add ip6_sock_set_recverr, David Howells
- Re: [PATCH 06/33] net: add sock_set_timestamps, David Howells
- Re: remove kernel_setsockopt and kernel_getsockopt, Joe Perches
- Re: remove kernel_setsockopt and kernel_getsockopt, Sagi Grimberg
- Re: remove kernel_setsockopt and kernel_getsockopt, David Miller
Help understanding xfstest generic/467 failure,
Luis Henriques
[PATCH] ceph: properly wake up cap waiter after releasing revoked caps,
Yan, Zheng
[GIT PULL] Ceph fixes for 5.7-rc5,
Ilya Dryomov
[PATCH] rbd: Replace zero-length array with flexible-array,
Gustavo A. R. Silva
[PATCH] libceph: Replace zero-length array with flexible-array,
Gustavo A. R. Silva
[PATCH] ceph: demote quotarealm lookup warning to a debug message,
Luis Henriques
[RFC PATCH 00/61] fscache, cachefiles: Rewrite the I/O interface in terms of kiocb/iov_iter,
David Howells
- [RFC PATCH 01/61] afs: Make afs_zap_data() static, David Howells
- [RFC PATCH 02/61] iov_iter: Add ITER_MAPPING, David Howells
- [RFC PATCH 03/61] vm: Add wait/unlock functions for PG_fscache, David Howells
- [RFC PATCH 04/61] vfs: Export rw_verify_area() for use by cachefiles, David Howells
- [RFC PATCH 05/61] vfs: Provide S_CACHE_FILE inode flag, David Howells
- [RFC PATCH 06/61] afs: Disable use of the fscache I/O routines, David Howells
- [RFC PATCH 07/61] fscache: Add a cookie debug ID and use that in traces, David Howells
- [RFC PATCH 08/61] fscache: Procfile to display cookies, David Howells
- [RFC PATCH 09/61] fscache: Temporarily disable network filesystems' use of fscache, David Howells
- [RFC PATCH 10/61] fscache: Remove the old I/O API, David Howells
- [RFC PATCH 11/61] fscache: Remove the netfs data from the cookie, David Howells
- [RFC PATCH 12/61] fscache: Remove struct fscache_cookie_def, David Howells
- [RFC PATCH 13/61] fscache: Remove store_limit* from struct fscache_object, David Howells
- [RFC PATCH 14/61] fscache: Remove fscache_check_consistency(), David Howells
- [RFC PATCH 15/61] fscache: Remove fscache_attr_changed(), David Howells
- [RFC PATCH 16/61] fscache: Remove obsolete stats, David Howells
- [RFC PATCH 17/61] fscache: Remove old I/O tracepoints, David Howells
- [RFC PATCH 18/61] fscache: Temporarily disable fscache_invalidate(), David Howells
- [RFC PATCH 19/61] fscache: Remove the I/O operation manager, David Howells
- [RFC PATCH 20/61] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag, David Howells
- [RFC PATCH 21/61] fscache: Provide a simple thread pool for running ops asynchronously, David Howells
- [RFC PATCH 23/61] fscache: Rewrite the I/O API based on iov_iter, David Howells
- [RFC PATCH 25/61] fscache: Keep track of size of a file last set independently on the server, David Howells
- [RFC PATCH 24/61] fscache: Remove fscache_wait_on_invalidate(), David Howells
- [RFC PATCH 26/61] fscache, cachefiles: Fix disabled histogram warnings, David Howells
- [RFC PATCH 27/61] fscache: Recast assertion in terms of cookie not being an index, David Howells
- [RFC PATCH 28/61] cachefiles: Remove some redundant checks on unsigned values, David Howells
- [RFC PATCH 29/61] cachefiles: trace: Log coherency checks, David Howells
- [RFC PATCH 30/61] cachefiles: Split cachefiles_drop_object() up a bit, David Howells
- [RFC PATCH 31/61] cachefiles: Implement new fscache I/O backend API, David Howells
- [RFC PATCH 32/61] cachefiles: Merge object->backer into object->dentry, David Howells
- [RFC PATCH 33/61] cachefiles: Implement a content-present indicator and bitmap, David Howells
- [RFC PATCH 34/61] cachefiles: Implement extent shaper, David Howells
- [RFC PATCH 35/61] cachefiles: Round the cachefile size up to DIO block size, David Howells
- [RFC PATCH 36/61] cachefiles: Implement read and write parts of new I/O API, David Howells
- [RFC PATCH 37/61] cachefiles: Add I/O tracepoints, David Howells
- [RFC PATCH 38/61] fscache: Add read helper, David Howells
- [RFC PATCH 39/61] fscache: Display cache-specific data in /proc/fs/fscache/objects, David Howells
- [RFC PATCH 40/61] fscache: Remove more obsolete stats, David Howells
- [RFC PATCH 41/61] fscache: New stats, David Howells
- [RFC PATCH 42/61] fscache, cachefiles: Rewrite invalidation, David Howells
- [RFC PATCH 43/61] fscache: Implement "will_modify" parameter on fscache_use_cookie(), David Howells
- [RFC PATCH 44/61] fscache: Provide resize operation, David Howells
- [RFC PATCH 45/61] fscache: Remove the update operation, David Howells
- [RFC PATCH 46/61] cachefiles: Shape write requests, David Howells
- [RFC PATCH 47/61] afs: Remove afs_zero_fid as it's not used, David Howells
- [RFC PATCH 48/61] afs: Move key to afs_read struct, David Howells
- [RFC PATCH 49/61] afs: Don't truncate iter during data fetch, David Howells
- [RFC PATCH 50/61] afs: Set up the iov_iter before calling afs_extract_data(), David Howells
- [RFC PATCH 51/61] afs: Use ITER_MAPPING for writing, David Howells
- [RFC PATCH 53/61] afs: Note the amount transferred in fetch-data delivery, David Howells
- [RFC PATCH 54/61] afs: Wait on PG_fscache before modifying/releasing a page, David Howells
- [RFC PATCH 55/61] afs: Use new fscache I/O API, David Howells
- [RFC PATCH 56/61] afs: Copy local writes to the cache when writing to the server, David Howells
- [RFC PATCH 57/61] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr, David Howells
- [RFC PATCH 58/61] fscache: Rewrite the main document, David Howells
- [RFC PATCH 59/61] fscache: Remove the obsolete API bits from the documentation, David Howells
- [RFC PATCH 60/61] fscache: Document the new netfs API, David Howells
- [RFC PATCH 61/61] fscache: Document the rewritten cache backend API, David Howells
- [RFC PATCH 52/61] afs: Interpose struct fscache_io_request into struct afs_read, David Howells
- Re: [RFC PATCH 00/61] fscache, cachefiles: Rewrite the I/O interface in terms of kiocb/iov_iter, Jeff Layton
- Re: [RFC PATCH 00/61] fscache, cachefiles: Rewrite the I/O interface in terms of kiocb/iov_iter, Christoph Hellwig
[Index of Archives]
[Ceph Users]
[Ceph Dev]
[Ceph Large]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]