index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
netfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-12
netfs, afs: Fix write skipping in dir/link writepages
David Howells
1
-1
/
+6
2026-05-12
netfs: Fix netfs_read_folio() to wait on writeback
David Howells
1
-0
/
+2
2026-05-12
netfs: Fix folio->private handling in netfs_perform_write()
David Howells
1
-53
/
+81
2026-05-12
netfs: Fix partial invalidation of streaming-write folio
David Howells
1
-1
/
+1
2026-05-12
netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
David Howells
3
-4
/
+4
2026-05-12
netfs: Fix leak of request in netfs_write_begin() error handling
David Howells
1
-1
/
+1
2026-05-12
netfs: Fix early put of sink folio in netfs_read_gaps()
David Howells
1
-3
/
+3
2026-05-12
netfs: Fix write streaming disablement if fd open O_RDWR
David Howells
1
-10
/
+7
2026-05-12
netfs: Fix read-gaps to remove netfs_folio from filled folio
David Howells
1
-3
/
+8
2026-05-12
netfs: Fix potential deadlock in write-through mode
David Howells
1
-14
/
+25
2026-05-12
netfs: Fix streaming write being overwritten
David Howells
1
-13
/
+34
2026-05-12
netfs: Defer the emission of trace_netfs_folio()
David Howells
1
-8
/
+10
2026-05-12
netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
David Howells
1
-1
/
+5
2026-05-12
netfs: Fix overrun check in netfs_extract_user_iter()
David Howells
1
-9
/
+17
2026-05-12
netfs: fix error handling in netfs_extract_user_iter()
Paulo Alcantara
1
-3
/
+10
2026-05-12
netfs: Fix potential uninitialised var in netfs_extract_user_iter()
David Howells
1
-1
/
+1
2026-05-12
netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
Viacheslav Dubeyko
1
-2
/
+9
2026-05-12
netfs: Fix zeropoint update where i_size > remote_i_size
David Howells
1
-2
/
+2
2026-05-12
netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
David Howells
5
-18
/
+37
2026-05-12
netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
David Howells
1
-0
/
+5
2026-05-12
netfs: Fix missing barriers when accessing stream->subrequests locklessly
David Howells
5
-6
/
+13
2026-05-12
netfs: Fix missing locking around retry adding new subreqs
David Howells
2
-2
/
+10
2026-05-12
netfs: Fix cancellation of a DIO and single read subrequests
David Howells
5
-63
/
+50
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+0
2026-04-05
fs: remove unncessary pagevec.h includes
Tal Zussman
1
-1
/
+0
2026-03-26
netfs: Fix the handling of stream->front by removing it
David Howells
7
-12
/
+7
2026-03-19
netfs: Fix read abandonment during retry
David Howells
1
-1
/
+4
2026-03-09
netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
Deepanshu Kartikey
1
-3
/
+11
2026-03-09
netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
Deepanshu Kartikey
1
-0
/
+43
2026-02-26
netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
David Howells
4
-76
/
+218
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
6
-7
/
+6
2026-02-08
netfs: avoid double increment of retry_count in subreq
Shyam Prasad N
1
-1
/
+0
2026-02-08
netfs: when subreq is marked for retry, do not check if it faced an error
Shyam Prasad N
4
-6
/
+17
2025-12-24
netfs: Fix early read unlock of page with EOF in middle
David Howells
1
-1
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-2
/
+2
2025-10-31
netfs: Use folio_next_pos()
Matthew Wilcox (Oracle)
2
-2
/
+2
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
2
-7
/
+7
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-2
/
+2
2025-09-26
netfs: fix reference leak
Max Kellermann
8
-14
/
+47
2025-09-19
fs: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
2
-2
/
+2
2025-09-15
netfs: Prevent duplicate unlocking
Lizhi Xu
1
-1
/
+1
2025-08-15
netfs: Fix unbuffered write error handling
David Howells
3
-5
/
+13
2025-07-14
netfs: Fix race between cache write completion and ALL_QUEUED being set
David Howells
1
-0
/
+4
2025-07-14
netfs: Fix copy-to-cache so that it performs collection with ceph+fscache
David Howells
1
-0
/
+1
2025-07-01
netfs: Update tracepoints in a number of ways
David Howells
6
-15
/
+19
2025-07-01
netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
David Howells
1
-3
/
+3
2025-07-01
netfs: Merge i_size update functions
David Howells
4
-36
/
+31
2025-07-01
netfs: Fix i_size updating
David Howells
2
-2
/
+8
[next]