index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
netfs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
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/g...
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/kern...
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
2025-07-01
netfs: Fix ref leak on inserted extra subreq in write retry
David Howells
1
-1
/
+1
2025-07-01
netfs: Fix looping in wait functions
David Howells
1
-4
/
+11
2025-07-01
netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
David Howells
4
-9
/
+27
2025-07-01
netfs: Fix double put of request
David Howells
1
-0
/
+5
2025-07-01
netfs: Fix hang due to missing case in final DIO read result collection
David Howells
1
-2
/
+4
2025-06-02
Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
16
-368
/
+416
2025-05-23
netfs: Fix undifferentiation of DIO reads from unbuffered reads
David Howells
5
-3
/
+10
2025-05-21
Merge patch series "netfs: Miscellaneous fixes"
Christian Brauner
15
-336
/
+387
2025-05-21
netfs: Fix wait/wake to be consistent about the waitqueue used
David Howells
11
-224
/
+284
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
13
-119
/
+122
2025-05-21
netfs: Fix setting of transferred bytes with short DIO reads
Paulo Alcantara
1
-16
/
+5
2025-05-21
netfs: Fix oops in write-retry from mis-resetting the subreq iterator
David Howells
1
-2
/
+3
2025-05-21
fs/netfs: remove unused flag NETFS_RREQ_BLOCKED
Max Kellermann
2
-5
/
+0
2025-05-21
fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOS
Max Kellermann
1
-8
/
+6
2025-05-21
fs/netfs: remove `netfs_io_request.ractl`
Max Kellermann
1
-12
/
+12
2025-05-21
fs/netfs: remove unused flag NETFS_ICTX_WRITETHROUGH
Max Kellermann
1
-2
/
+1
2025-05-21
fs/netfs: remove unused source NETFS_INVALID_WRITE
Max Kellermann
1
-2
/
+0
2025-04-17
netfs: Mark __nonstring lookup tables
Kees Cook
2
-2
/
+2
2025-04-11
netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS
Song Liu
1
-0
/
+4
2025-03-19
netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
David Howells
1
-3
/
+3
2025-03-19
netfs: Fix rolling_buffer_load_from_ra() to not clear mark bits
David Howells
1
-4
/
+0
2025-03-19
netfs: Call `invalidate_cache` only if implemented
Max Kellermann
1
-1
/
+2
2025-03-19
netfs: Fix collection of results during pause when collection offloaded
David Howells
1
-8
/
+10
[next]