index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
netfs
/
buffered_read.c
Age
Commit message (
Expand
)
Author
10 days
netfs: Fix decision whether to disallow write-streaming due to fscache use
David Howells
2026-05-12
netfs: Fix netfs_read_folio() to wait on writeback
David Howells
2026-05-12
netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
David Howells
2026-05-12
netfs: Fix leak of request in netfs_write_begin() error handling
David Howells
2026-05-12
netfs: Fix early put of sink folio in netfs_read_gaps()
David Howells
2026-05-12
netfs: Fix read-gaps to remove netfs_folio from filled folio
David Howells
2026-05-12
netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
David Howells
2026-05-12
netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
David Howells
2026-05-12
netfs: Fix missing barriers when accessing stream->subrequests locklessly
David Howells
2026-05-12
netfs: Fix cancellation of a DIO and single read subrequests
David Howells
2026-03-26
netfs: Fix the handling of stream->front by removing it
David Howells
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-09-26
netfs: fix reference leak
Max Kellermann
2025-05-21
Merge patch series "netfs: Miscellaneous fixes"
Christian Brauner
2025-05-21
netfs: Fix wait/wake to be consistent about the waitqueue used
David Howells
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
2025-05-21
fs/netfs: remove `netfs_io_request.ractl`
Max Kellermann
2025-02-13
netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued
David Howells
2024-12-20
afs: Locally initialise the contents of a new symlink on creation
David Howells
2024-12-20
netfs: Change the read result collector to only use one work item
David Howells
2024-12-20
netfs: Add support for caching single monolithic objects such as AFS dirs
David Howells
2024-12-20
netfs: Don't use bh spinlock
David Howells
2024-12-20
netfs: Drop the was_async arg from netfs_read_subreq_terminated()
David Howells
2024-12-20
netfs: Drop the error arg from netfs_read_subreq_terminated()
David Howells
2024-12-20
netfs: Abstract out a rolling folio buffer implementation
David Howells
2024-12-20
netfs: Add a tracepoint to log the lifespan of folio_queue structs
David Howells
2024-12-20
netfs: Use a folio_queue allocation and free functions
David Howells
2024-12-20
netfs: Fix enomem handling in buffered reads
David Howells
2024-11-18
Merge tag 'vfs-6.13.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2024-10-07
netfs: In readahead, put the folio refs as soon extracted
David Howells
2024-10-07
netfs: Remove unnecessary references to pages
Matthew Wilcox (Oracle)
2024-09-12
netfs: Speed up buffered reading
David Howells
2024-08-12
netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags
David Howells
2024-08-12
netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...
David Howells
2024-07-24
netfs: Revert "netfs: Switch debug logging to pr_debug()"
David Howells
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-07-03
netfs: drop usage of folio_file_pos
Kairui Song
2024-06-12
netfs: Switch debug logging to pr_debug()
Uwe Kleine-König
2024-05-01
netfs: Add some write-side stats and clean up some stat names
David Howells
2024-05-01
netfs: Switch to using unsigned long long rather than loff_t
David Howells
2024-04-29
netfs: Remove deprecated use of PG_private_2 as a second writeback flag
David Howells
2024-04-29
mm: Remove the PG_fscache alias for PG_private_2
David Howells
2024-04-29
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
2024-01-22
netfs: Don't use certain unnecessary folio_*() functions
David Howells
2023-12-28
netfs: Provide netfs_file_read_iter()
David Howells
2023-12-28
netfs: Make netfs_read_folio() handle streaming-write pages
David Howells
2023-12-28
netfs: Provide func to copy data to pagecache for buffered write
David Howells
2023-12-28
netfs: Make the refcounting of netfs_begin_read() easier to use
David Howells
2023-12-24
netfs: Add iov_iters to (sub)requests to describe various buffers
David Howells
[next]