index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
netfs
Age
Commit message (
Expand
)
Author
Lines
2026-02-26
netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
David Howells
-76
/
+218
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-7
/
+6
2026-02-08
netfs: avoid double increment of retry_count in subreq
Shyam Prasad N
-1
/
+0
2026-02-08
netfs: when subreq is marked for retry, do not check if it faced an error
Shyam Prasad N
-6
/
+17
2025-12-24
netfs: Fix early read unlock of page with EOF in middle
David Howells
-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
2025-10-31
netfs: Use folio_next_pos()
Matthew Wilcox (Oracle)
-2
/
+2
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
-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
2025-09-26
netfs: fix reference leak
Max Kellermann
-14
/
+47
2025-09-19
fs: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
-2
/
+2
2025-09-15
netfs: Prevent duplicate unlocking
Lizhi Xu
-1
/
+1
2025-08-15
netfs: Fix unbuffered write error handling
David Howells
-5
/
+13
2025-07-14
netfs: Fix race between cache write completion and ALL_QUEUED being set
David Howells
-0
/
+4
2025-07-14
netfs: Fix copy-to-cache so that it performs collection with ceph+fscache
David Howells
-0
/
+1
2025-07-01
netfs: Update tracepoints in a number of ways
David Howells
-15
/
+19
2025-07-01
netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
David Howells
-3
/
+3
2025-07-01
netfs: Merge i_size update functions
David Howells
-36
/
+31
2025-07-01
netfs: Fix i_size updating
David Howells
-2
/
+8
2025-07-01
netfs: Fix ref leak on inserted extra subreq in write retry
David Howells
-1
/
+1
2025-07-01
netfs: Fix looping in wait functions
David Howells
-4
/
+11
2025-07-01
netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
David Howells
-9
/
+27
2025-07-01
netfs: Fix double put of request
David Howells
-0
/
+5
2025-07-01
netfs: Fix hang due to missing case in final DIO read result collection
David Howells
-2
/
+4
2025-06-02
Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-368
/
+416
2025-05-23
netfs: Fix undifferentiation of DIO reads from unbuffered reads
David Howells
-3
/
+10
2025-05-21
Merge patch series "netfs: Miscellaneous fixes"
Christian Brauner
-336
/
+387
2025-05-21
netfs: Fix wait/wake to be consistent about the waitqueue used
David Howells
-224
/
+284
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
-119
/
+122
2025-05-21
netfs: Fix setting of transferred bytes with short DIO reads
Paulo Alcantara
-16
/
+5
2025-05-21
netfs: Fix oops in write-retry from mis-resetting the subreq iterator
David Howells
-2
/
+3
2025-05-21
fs/netfs: remove unused flag NETFS_RREQ_BLOCKED
Max Kellermann
-5
/
+0
2025-05-21
fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOS
Max Kellermann
-8
/
+6
2025-05-21
fs/netfs: remove `netfs_io_request.ractl`
Max Kellermann
-12
/
+12
2025-05-21
fs/netfs: remove unused flag NETFS_ICTX_WRITETHROUGH
Max Kellermann
-2
/
+1
2025-05-21
fs/netfs: remove unused source NETFS_INVALID_WRITE
Max Kellermann
-2
/
+0
2025-04-17
netfs: Mark __nonstring lookup tables
Kees Cook
-2
/
+2
2025-04-11
netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS
Song Liu
-0
/
+4
2025-03-19
netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
David Howells
-3
/
+3
2025-03-19
netfs: Fix rolling_buffer_load_from_ra() to not clear mark bits
David Howells
-4
/
+0
2025-03-19
netfs: Call `invalidate_cache` only if implemented
Max Kellermann
-1
/
+2
2025-03-19
netfs: Fix collection of results during pause when collection offloaded
David Howells
-8
/
+10
2025-02-13
netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued
David Howells
-6
/
+13
2025-02-13
netfs: Add retry stat counters
David Howells
-0
/
+19
2025-02-13
netfs: Fix a number of read-retry hangs
David Howells
-12
/
+34
2025-01-20
Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1108
/
+1863
2025-01-09
netfs: Fix read-retry for fs with no ->prepare_read()
David Howells
-1
/
+2
2025-01-09
netfs: Fix kernel async DIO
David Howells
-1
/
+6
[next]