index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
netfs
Age
Commit message (
Expand
)
Author
8 days
netfs: Fix the handling of stream->front by removing it
David Howells
2026-03-19
netfs: Fix read abandonment during retry
David Howells
2026-03-09
netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
Deepanshu Kartikey
2026-03-09
netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
Deepanshu Kartikey
2026-02-26
netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
David Howells
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
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
2026-02-08
netfs: avoid double increment of retry_count in subreq
Shyam Prasad N
2026-02-08
netfs: when subreq is marked for retry, do not check if it faced an error
Shyam Prasad N
2025-12-24
netfs: Fix early read unlock of page with EOF in middle
David Howells
2025-12-01
Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-10-31
netfs: Use folio_next_pos()
Matthew Wilcox (Oracle)
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-09-26
netfs: fix reference leak
Max Kellermann
2025-09-19
fs: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
2025-09-15
netfs: Prevent duplicate unlocking
Lizhi Xu
2025-08-15
netfs: Fix unbuffered write error handling
David Howells
2025-07-14
netfs: Fix race between cache write completion and ALL_QUEUED being set
David Howells
2025-07-14
netfs: Fix copy-to-cache so that it performs collection with ceph+fscache
David Howells
2025-07-01
netfs: Update tracepoints in a number of ways
David Howells
2025-07-01
netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
David Howells
2025-07-01
netfs: Merge i_size update functions
David Howells
2025-07-01
netfs: Fix i_size updating
David Howells
2025-07-01
netfs: Fix ref leak on inserted extra subreq in write retry
David Howells
2025-07-01
netfs: Fix looping in wait functions
David Howells
2025-07-01
netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
David Howells
2025-07-01
netfs: Fix double put of request
David Howells
2025-07-01
netfs: Fix hang due to missing case in final DIO read result collection
David Howells
2025-06-02
Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-23
netfs: Fix undifferentiation of DIO reads from unbuffered reads
David Howells
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
netfs: Fix setting of transferred bytes with short DIO reads
Paulo Alcantara
2025-05-21
netfs: Fix oops in write-retry from mis-resetting the subreq iterator
David Howells
2025-05-21
fs/netfs: remove unused flag NETFS_RREQ_BLOCKED
Max Kellermann
2025-05-21
fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOS
Max Kellermann
2025-05-21
fs/netfs: remove `netfs_io_request.ractl`
Max Kellermann
2025-05-21
fs/netfs: remove unused flag NETFS_ICTX_WRITETHROUGH
Max Kellermann
2025-05-21
fs/netfs: remove unused source NETFS_INVALID_WRITE
Max Kellermann
2025-04-17
netfs: Mark __nonstring lookup tables
Kees Cook
2025-04-11
netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS
Song Liu
2025-03-19
netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
David Howells
2025-03-19
netfs: Fix rolling_buffer_load_from_ra() to not clear mark bits
David Howells
2025-03-19
netfs: Call `invalidate_cache` only if implemented
Max Kellermann
2025-03-19
netfs: Fix collection of results during pause when collection offloaded
David Howells
2025-02-13
netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued
David Howells
2025-02-13
netfs: Add retry stat counters
David Howells
[next]