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
Age
Commit message (
Expand
)
Author
4 days
netfs: Fix barriering when walking subrequest list
David Howells
6 days
netfs: Fix DIO write retry for filesystems without a ->prepare_write()
David Howells
6 days
netfs: Fix folio state after ENOMEM whilst under writeback iteration
David Howells
6 days
netfs: Fix writeback error handling
David Howells
6 days
netfs: Fix writethrough to use collection offload
David Howells
6 days
netfs: Replace wb_lock with a bit lock for asynchronicity
David Howells
6 days
netfs: Fix netfs_create_write_req() to handle async cache object creation
David Howells
6 days
netfs: Fix decision whether to disallow write-streaming due to fscache use
David Howells
2026-05-12
netfs, afs: Fix write skipping in dir/link writepages
David Howells
2026-05-12
netfs: Fix netfs_read_folio() to wait on writeback
David Howells
2026-05-12
netfs: Fix folio->private handling in netfs_perform_write()
David Howells
2026-05-12
netfs: Fix partial invalidation of streaming-write folio
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 write streaming disablement if fd open O_RDWR
David Howells
2026-05-12
netfs: Fix read-gaps to remove netfs_folio from filled folio
David Howells
2026-05-12
netfs: Fix potential deadlock in write-through mode
David Howells
2026-05-12
netfs: Fix streaming write being overwritten
David Howells
2026-05-12
netfs: Defer the emission of trace_netfs_folio()
David Howells
2026-05-12
netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
David Howells
2026-05-12
netfs: Fix overrun check in netfs_extract_user_iter()
David Howells
2026-05-12
netfs: fix error handling in netfs_extract_user_iter()
Paulo Alcantara
2026-05-12
netfs: Fix potential uninitialised var in netfs_extract_user_iter()
David Howells
2026-05-12
netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
Viacheslav Dubeyko
2026-05-12
netfs: Fix zeropoint update where i_size > remote_i_size
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 missing locking around retry adding new subreqs
David Howells
2026-05-12
netfs: Fix cancellation of a DIO and single read subrequests
David Howells
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-04-05
fs: remove unncessary pagevec.h includes
Tal Zussman
2026-03-26
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
[next]