index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
netfs
Age
Commit message (
Expand
)
Author
2023-12-24
netfs: Add iov_iters to (sub)requests to describe various buffers
David Howells
2023-12-24
netfs: Implement unbuffered/DIO vs buffered I/O locking
David Howells
2023-12-24
netfs: Provide invalidate_folio and release_folio calls
David Howells
2023-12-24
netfs: Add a ->free_subrequest() op
David Howells
2023-12-24
netfs: Allow the netfs to make the io (sub)request alloc larger
David Howells
2023-12-24
netfs: Add a procfile to list in-progress requests
David Howells
2023-12-24
netfs: Move pinning-for-writeback from fscache to netfs
David Howells
2023-12-24
netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
David Howells
2023-12-24
netfs, fscache: Remove ->begin_cache_operation
David Howells
2023-12-24
netfs, fscache: Combine fscache with netfs
David Howells
2023-12-24
netfs, fscache: Move fs/fscache/* into fs/netfs/
David Howells
2023-09-18
netfs: Only call folio_start_fscache() one time for each folio
Dave Wysochanski
2023-06-08
Move netfs_extract_iter_to_sg() to lib/scatterlist.c
David Howells
2023-06-08
Wrap lines at 80
David Howells
2023-06-08
Fix a couple of spelling mistakes
David Howells
2023-06-08
Drop the netfs_ prefix from netfs_extract_iter_to_sg()
David Howells
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-26
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-04-12
netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC
David Howells
2023-04-06
fs: Add FGP_WRITEBEGIN
Matthew Wilcox
2023-04-05
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
2023-03-01
iov: Fix netfs_extract_user_to_sg()
David Howells
2023-02-22
Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2023-02-20
netfs: Add a function to extract an iterator into a scatterlist
David Howells
2023-02-20
netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
David Howells
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-15
netfs: Fix dodgy maths
David Howells
2022-11-15
netfs: Fix missing xas_retry() calls in xarray iteration
David Howells
2022-07-14
netfs: do not unlock and put the folio twice
Xiubo Li
2022-06-10
netfs: Rename the netfs_io_request cleanup op and give it an op pointer
David Howells
2022-06-10
netfs: Further cleanups after struct netfs_inode wrapper introduced
Linus Torvalds
2022-06-09
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
2022-05-09
fs: Convert netfs_readpage to netfs_read_folio
Matthew Wilcox (Oracle)
2022-05-08
fs: Remove aop_flags parameter from netfs_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
fs: Remove AOP_FLAG_NOFS
Matthew Wilcox (Oracle)
2022-03-18
netfs: Split some core bits out into their own file
David Howells
2022-03-18
netfs: Split fs/netfs/read_helper.c
David Howells
2022-03-18
netfs: Rename read_helper.c to io.c
David Howells
2022-03-18
netfs: Prepare to split read_helper.c
David Howells
2022-03-18
netfs: Add a function to consolidate beginning a read
David Howells
2022-03-18
netfs: Add a netfs inode context
David Howells
2022-03-18
netfs: Change ->init_request() to return an error code
David Howells
2022-03-18
netfs: Refactor arguments for netfs_alloc_read_request
David Howells
2022-03-18
netfs: Trace refcounting on the netfs_io_subrequest struct
David Howells
2022-03-18
netfs: Trace refcounting on the netfs_io_request struct
David Howells
2022-03-18
netfs: Adjust the netfs_rreq tracepoint slightly
David Howells
2022-03-18
netfs: Split netfs_io_* object handling out
David Howells
2022-03-18
netfs: Finish off rename of netfs_read_request to netfs_io_request
David Howells
2022-03-18
netfs: Rename netfs_read_*request to netfs_io_*request
David Howells
2022-01-21
netfs: Make ops->init_rreq() optional
Jeffle Xu
[next]