Linux Cachefs
[Prev Page][Next Page]
- [PATCH v2] netfs: Only call folio_start_fscache() one time for each folio,
Dave Wysochanski
- [PATCH v6 00/11] io_uring getdents,
Hao Xu
- [PATCH 02/11] xfs: add NOWAIT semantics for readdir, Hao Xu
- [PATCH 04/11] vfs: add a vfs helper for io_uring file pos lock, Hao Xu
- [PATCH 05/11] vfs: add file_pos_unlock() for io_uring usage, Hao Xu
- [PATCH 11/11] io_uring: add support for getdents, Hao Xu
- [PATCH 01/11] fs: split off vfs_getdents function of getdents64 syscall, Hao Xu
- [PATCH 07/11] vfs: add nowait parameter for file_accessed(), Hao Xu
- [PATCH 03/11] vfs: add nowait flag for struct dir_context, Hao Xu
- [PATCH 06/11] vfs: add a nowait parameter for touch_atime(), Hao Xu
- [PATCH 08/11] vfs: move file_accessed() to the beginning of iterate_dir(), Hao Xu
- [PATCH 09/11] vfs: error out -EAGAIN if atime needs to be updated, Hao Xu
- [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait, Hao Xu
- Re: [PATCH v6 00/11] io_uring getdents, Christian Brauner
- [PATCH RFC v5 00/29] io_uring getdents,
Hao Xu
- Re: [PATCH RFC v5 00/29] io_uring getdents, Darrick J. Wong
- Re: [PATCH RFC v5 00/29] io_uring getdents, Dave Chinner
- [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir(), Hao Xu
- [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock, Hao Xu
- [PATCH 04/29] vfs: add nowait flag for struct dir_context, Hao Xu
- [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics, Hao Xu
- [PATCH 03/29] xfs: add NOWAIT semantics for readdir, Hao Xu
- [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait, Hao Xu
- [PATCH 10/29] vfs: add S_NOWAIT for nowait time update, Hao Xu
- [PATCH 07/29] vfs: add a nowait parameter for touch_atime(), Hao Xu
- [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update, Hao Xu
- [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init(), Hao Xu
- [PATCH 14/29] xfs: support nowait for xfs_log_reserve(), Hao Xu
- [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case, Hao Xu
- [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case, Hao Xu
- [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall, Hao Xu
- [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc(), Hao Xu
- [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN, Hao Xu
- [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit, Hao Xu
- [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in nowait case, Hao Xu
- [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT, Hao Xu
- [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert(), Hao Xu
- [PATCH 29/29] io_uring: add support for getdents, Hao Xu
- [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary, Hao Xu
- [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map(), Hao Xu
- [PATCH 25/29] xfs: support nowait for xfs_buf_item_init(), Hao Xu
- [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage, Hao Xu
- [PATCH 27/29] xfs: add a comment for xlog_kvmalloc(), Hao Xu
- [PATCH 24/29] xfs: support nowait for xfs_buf_read_map(), Hao Xu
- [PATCH 08/29] vfs: add nowait parameter for file_accessed(), Hao Xu
- [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit(), Hao Xu
- [PATCH -next] fscache: Remove duplicated include,
GUO Zihua
- Files read from NFS instead of fscache when also in pagecache,
Ole Salscheider
- [PATCH] crypto, cifs: Fix error handling in extract_iter_to_sg(),
David Howells
- [PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache,
David Howells
- [PATCH 07/11] sysctl: Add size to register_sysctl, Joel Granados
- [PATCH 09/11] sysctl: Remove the end element in sysctl table arrays,
Joel Granados
- [PATCH] cachefiles: allocate static minor for /dev/cachefiles,
Marcel Holtmann
- Re: [PATCH v2 1/3] fs: rename FMODE_NOACCOUNT to FMODE_INTERNAL, Christoph Hellwig
- [PATCH] netfs: Only call folio_start_fscache() one time for each folio,
Dave Wysochanski
- [PATCH net-next v3 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c, David Howells
- [PATCH net-next v3 02/10] Fix a couple of spelling mistakes, David Howells
- [PATCH net-next v3 03/10] Wrap lines at 80, David Howells
- [PATCH net-next v3 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg(), David Howells
- [PATCH net-next v2 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c, David Howells
- [PATCH net-next v2 03/10] Wrap lines at 80, David Howells
- [PATCH net-next v2 02/10] Fix a couple of spelling mistakes,
David Howells
- [PATCH net-next v2 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg(),
David Howells
- [bug report] fscache: Implement volume registration, Dan Carpenter
- [PATCH net-next 2/8] Drop the netfs_ prefix from netfs_extract_iter_to_sg(),
David Howells
- [PATCH net-next 1/8] Move netfs_extract_iter_to_sg() to lib/scatterlist.c,
David Howells
- 6.4-rc3 plus dhowell's 2 V6 optimisation patches, plus the NFS hunk (separate commit) pushed to github, David Wysochanski
- [bug report] fscache: Implement cache registration, Dan Carpenter
- [PATCH] cachefilesd: Allow the daemon to run as a non-root user, David Howells
- [PATCH] cachefilesd: Remove pointer poisoning code as it is likely to fail under ASLR, David Howells
- [PATCH] cachefiles: Allow the cache to be non-root,
David Howells
- [BUG] fscache writing but not reading,
Chris Chilvers
- [PATCH -next 0/2] lsm: Change inode_setattr() to take struct,
Xiu Jianfeng
- [PATCH V6 0/5] Introduce daemon failover mechanism to recover from crashing,
Jia Zhu
- [PATCH] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC,
David Howells
- [PATCH v3 01/55] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC,
David Howells
- [PATCH] netfs: Pass a pointer to virt_to_page(), Linus Walleij
- [RFC PATCH v2 01/48] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC, David Howells
- [PATCH V5 0/5] Introduce daemon failover mechanism to recover from crashing,
Jia Zhu
- [PATCH 0/5] misc filesystems: simplify sysctl registration,
Luis Chamberlain
- [PATCH 2/2] iov: Fix netfs_extract_user_to_sg(), David Howells
- [PATCH 0/2] fscache/cachefiles: some work for on-demand mode,
Jingbo Xu
- [PATCH v11 0/5] Convert NFS with fscache to the netfs API,
Dave Wysochanski
- [PATCH 09/17] netfs: Add a function to extract an iterator into a scatterlist, David Howells
- [PATCH 08/17] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator, David Howells
- [PATCH v6 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache,
David Howells
- [PATCH] cachefiles: fix calculation of the number of needed blocks, Jingbo Xu
- [PATCH AUTOSEL 6.1 21/38] fscache: Use clear_and_wake_up_bit() in fscache_create_volume_work(), Sasha Levin
- [PATCH] fscache: offer the right volume key when printing, Jingbo Xu
- [PATCH 02/11] netfs: Add a function to extract an iterator into a scatterlist,
David Howells
- [PATCH 01/11] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator,
David Howells
- decant_cull_table intermittently aborting cachefilesd,
Chris Chilvers
- [PATCH 01/12] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator, David Howells
- [PATCH 02/12] netfs: Add a function to extract an iterator into a scatterlist, David Howells
- [GIT PULL] fscache: Fix incorrect mixing of wake/wait and missing barriers,
David Howells
- [RFC 02/13] netfs: Add a function to extract an iterator into a scatterlist, David Howells
- [RFC 01/13] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator, David Howells
- [PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list),
David Howells
- [PATCH v3 0/2] Fixes for fscache volume operations,
Hou Tao
- [PATCH v5 0/9] iov_iter: Add extraction helpers,
David Howells
- [PATCH V4 0/5] Introduce daemon failover mechanism to recover from crashing,
Jia Zhu
- [PATCH v4 0/7] iov_iter: Add extraction helpers,
David Howells
- [PATCH v2 0/2] Fixes for fscache volume operations,
Hou Tao
- [PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache,
David Howells
- [ammarfaizi2-block:dhowells/linux-fs/fscache-fixes] [mm, netfs, fscache] 6919cda8e0: canonical_address#:#[##],
kernel test robot
- [GIT PULL] erofs updates for 6.2-rc1 (fscache part inclusive),
Gao Xiang
- [PATCH v3 0/4] iov_iter: Add extraction helpers,
David Howells
- [PATCH 6.0 145/289] fscache: fix OOB Read in __fscache_acquire_volume, Greg Kroah-Hartman
- [ammarfaizi2-block:dhowells/linux-fs/netfs-lib] [mm, netfs, fscache] 8cbd3a2c63: non-canonical address, kernel test robot
- [PATCH] fscache: Use wake_up_var() to wake up pending volume acquisition,
Hou Tao
- [PATCH v5 0/2] fscache, cachefiles: add prepare_ondemand_read() interface,
Jingbo Xu
- [PATCH v4 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache,
David Howells
- [RFC PATCH v4 1/3] mm: Merge folio_has_private()/filemap_release_folio() call pairs, David Howells
- [RFC PATCH v4 2/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache, David Howells
- [RFC PATCH v4 3/3] mm: Make filemap_release_folio() better inform shrink_folio_list(), David Howells
- Re: [PATCH v4 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache, Linus Torvalds
- Re: [PATCH v4 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache, David Howells
- [PATCH v2 0/4] iov_iter: Add extraction helpers,
David Howells
- [PATCH v3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache,
David Howells
- [PATCH 6.0 180/314] netfs: Fix missing xas_retry() calls in xarray iteration, Greg Kroah-Hartman
- [PATCH 6.0 181/314] netfs: Fix dodgy maths, Greg Kroah-Hartman
- [PATCH] fscache: fix OOB Read in __fscache_acquire_volume,
David Howells
- [RFC PATCH 0/4] iov_iter: Add extraction helpers,
David Howells
- [PATCH v2] fscache: Fix oops due to race with cookie_lru and use_cookie,
Dave Wysochanski
- [RFC PATCH v3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache, David Howells
- [PATCH 0/1] Fix oops in cachefiles_prepare_write due to cookie_lru and use_cookie race,
Dave Wysochanski
- [PATCH v4 0/2] fscache, cachefiles: add prepare_ondemand_read() interface,
Jingbo Xu
- [PATCH v3 0/2] fscache, cachefiles: add prepare_ondemand_read() interface,
Jingbo Xu
- [GIT PULL] netfs: Fix folio unmarking/unlocking loops,
David Howells
- [RFC PATCH v2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache,
David Howells
- Re: [RFC PATCH v2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache, Dominique Martinet
- Re: [RFC PATCH v2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache, David Howells
- Re: [RFC PATCH v2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache, Matthew Wilcox
- Re: [RFC PATCH v2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache, David Howells
- [PATCH v2 0/2] fscache, cachefiles: add prepare_ondemand_read() interface,
Jingbo Xu
- [PATCH v2 1/2] netfs: Fix missing xas_retry() calls in xarray iteration,
David Howells
- [PATCH 0/2] fscache, cachefiles: add prepare_ondemand_read() interface,
Jingbo Xu
- [PATCH] netfs: Fix missing xas_retry() calls in xarray iteration,
David Howells
- [PATCH v10 0/6] Convert NFS with fscache to the netfs API,
Dave Wysochanski
- BUG: unable to handle kernel NULL pointer dereference in fscache_free_cookie,
Wei Chen
- [RFC PATCH 00/12] smb3: Add iter helpers and use iov_iters down to the network transport,
David Howells
- [PATCH 0/9] fscache, netfs: decouple raw fscache APIs from libnetfs,
Jingbo Xu
- [PATCH 7/9] fscache, netfs: define flags for prepare_read(), Jingbo Xu
- [PATCH 3/9] fscache, netfs: rename netfs_io_terminated_t as fscache_io_terminated_t, Jingbo Xu
- [PATCH 6/9] fscache, netfs: rename netfs_cache_resources as fscache_resources, Jingbo Xu
- [PATCH 9/9] fscache, netfs: move "fscache_" prefixed structures to fscache.h, Jingbo Xu
- [PATCH 4/9] fscache, netfs: rename netfs_read_from_hole as fscache_read_from_hole, Jingbo Xu
- [PATCH 1/9] fscache: decouple prepare_read() from netfs_io_subrequest, Jingbo Xu
- [PATCH 8/9] fscache, netfs: move PageFsCache() family helpers to fscache.h, Jingbo Xu
- [PATCH 2/9] fscache, netfs: rename netfs_io_source as fscache_io_source, Jingbo Xu
- [PATCH 5/9] fscache, netfs: rename netfs_cache_ops as fscache_ops, Jingbo Xu
- Re: [PATCH 2/9] fscache, netfs: rename netfs_io_source as fscache_io_source, David Howells
- Re: [PATCH 8/9] fscache, netfs: move PageFsCache() family helpers to fscache.h, David Howells
- Re: [PATCH 3/9] fscache, netfs: rename netfs_io_terminated_t as fscache_io_terminated_t, David Howells
- Re: [PATCH 6/9] fscache, netfs: rename netfs_cache_resources as fscache_resources, David Howells
- Re: [PATCH 4/9] fscache, netfs: rename netfs_read_from_hole as fscache_read_from_hole, David Howells
- Re: [PATCH 5/9] fscache, netfs: rename netfs_cache_ops as fscache_ops, David Howells
- Re: [PATCH 7/9] fscache, netfs: define flags for prepare_read(), David Howells
- Re: [PATCH 9/9] fscache, netfs: move "fscache_" prefixed structures to fscache.h, David Howells
- [PATCH v9 0/5] Convert NFS with fscache to the netfs API,
Dave Wysochanski
- [PATCH V3 0/5] Introduce daemon failover mechanism to recover from crashing,
Jia Zhu
- [PATCH V2 0/5] Introduce daemon failover mechanism to recover from crashing,
Jia Zhu
- [PATCH 0/5] Introduce daemon failover mechanism to recover from crashing,
Jia Zhu
- [PATCH -next] fscache: Remove duplicate include, williamsukatube
- [PATCH 0/1] Debug oops in cachefiles_prepare_write with NFS netfs conversion on reexport server,
Dave Wysochanski
- [PATCH v8 0/3] Convert NFS with fscache to the netfs API,
Dave Wysochanski
- [PATCH v7 0/3] Convert NFS with fscache to the netfs API,
Dave Wysochanski
- [PATCH v6 0/3] Convert NFS with fscache to the netfs API,
Dave Wysochanski
- [PATCH v5 0/3] Convert NFS with fscache to the netfs API,
Dave Wysochanski
- [PATCH v4 0/3] Convert NFS with fscache to the netfs API,
Dave Wysochanski
- [GIT PULL] fscache, cachefiles: Miscellaneous fixes,
David Howells
- [PATCH v3 0/3] Convert NFS with fscache to the netfs API,
Dave Wysochanski
- [syzbot] KASAN: slab-out-of-bounds Read in __fscache_acquire_volume, syzbot
- [RFC PATCH v2 0/3] Convert NFS with fscache to the netfs API,
Dave Wysochanski
- [PATCH v4] cachefiles: fix error return code in cachefiles_ondemand_copen(),
Sun Ke
- [PATCH v2] cachefiles: make on-demand request distribution fairer, Xin Yin
- [RFC PATCH 0/3] Convert NFS to the new netfs API,
Dave Wysochanski
- [RFC PATCH 0/5] Introduce daemon failover mechanism to recover from crashing,
Jia Zhu
- [PATCH 00/13] Fix documentation build warnings against 6.0-rc1,
Mauro Carvalho Chehab
- [PATCH v3] cachefiles: fix error return code in cachefiles_ondemand_copen(),
Sun Ke
- [v2] cachefiles: fix error return code in cachefiles_ondemand_copen(),
Sun Ke
- [PATCH] cachefiles: fix error return code in cachefiles_ondemand_copen(),
Sun Ke
- [PATCH v2] fscache: fix misdocumented parameter,
Khalid Masum
- [PATCH] cachefiles: make on-demand request distribution fairer,
Xin Yin
- [PATCH] cachefiles: support multiple daemons, Jingbo Xu
- [GIT PULL],
David Howells
- [PATCH] fscache: add tracepoint when failing cookie, Jeff Layton
- [PATCH v2] fscache: don't leak cookie access refs if invalidation is in progress or failed, Jeff Layton
- [PATCH] fscache: don't leak cookie refs if an invalidation is already in progress, Jeff Layton
- [RFC PATCH 0/9] cachefiles: content map,
Jingbo Xu
- [PATCH] cachefiles/cachefiles: optimize the string, Li zeming
- [PATCH v3 00/21] Update Documentation/ cross references and fix issues,
Mauro Carvalho Chehab
- [PATCH v2] docs: Fix typo in comment,
Slark Xiao
- [PATCH v5] netfs: do not unlock and put the folio twice, xiubli
- [PATCH v3 0/2] netfs: fix the crash when unlocking the folio,
xiubli
- [PATCH v2 0/2] netfs: fix the crash when unlocking the folio,
xiubli
[Index of Archives]
[Bugtraq]
[LARTC]
[Yosemite Discussion]