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
/
write_issue.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
netfs: Fix wait/wake to be consistent about the waitqueue used
David Howells
1
-15
/
+13
2025-05-21
netfs: Fix the request's work item to not require a ref
David Howells
1
-7
/
+9
2025-02-13
netfs: Add retry stat counters
David Howells
1
-0
/
+1
2024-12-20
netfs: Change the read result collector to only use one work item
David Howells
1
-1
/
+1
2024-12-20
netfs: Add support for caching single monolithic objects such as AFS dirs
David Howells
1
-5
/
+198
2024-12-20
netfs: Don't use bh spinlock
David Howells
1
-2
/
+2
2024-12-20
netfs: Make netfs_advance_write() return size_t
David Howells
1
-3
/
+3
2024-12-20
netfs: Abstract out a rolling folio buffer implementation
David Howells
1
-9
/
+17
2024-12-20
netfs: Add a tracepoint to log the lifespan of folio_queue structs
David Howells
1
-1
/
+1
2024-12-20
netfs: Work around recursion by abandoning retry if nothing read
David Howells
1
-0
/
+2
2024-10-02
netfs: Fix missing wakeup after issuing writes
David Howells
1
-15
/
+27
2024-09-30
Merge tag 'vfs-6.12-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-3
/
+9
2024-09-27
netfs: Advance iterator correctly rather than jumping it
David Howells
1
-3
/
+9
2024-09-26
netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs)
David Howells
1
-1
/
+11
2024-09-12
netfs: Cancel dirty folios that have no storage destination
David Howells
1
-1
/
+5
2024-09-12
cachefiles, netfs: Fix write to partial block at EOF
David Howells
1
-3
/
+2
2024-09-12
netfs: Speed up buffered reading
David Howells
1
-10
/
+7
2024-09-12
netfs: Simplify the writeback code
David Howells
1
-17
/
+19
2024-09-12
netfs: Provide an iterator-reset function
David Howells
1
-3
/
+3
2024-09-12
netfs: Use new folio_queue data type and iterator instead of xarray iter
David Howells
1
-15
/
+13
2024-09-05
netfs: Use bh-disabling spinlocks for rreq->lock
David Howells
1
-2
/
+2
2024-09-05
netfs: Set the request work function upon allocation
David Howells
1
-1
/
+0
2024-09-05
netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
David Howells
1
-7
/
+7
2024-09-05
netfs: Record contention stats for writeback lock
David Howells
1
-3
/
+7
2024-08-12
netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags
David Howells
1
-1
/
+3
2024-07-24
netfs: Fix writeback that needs to go to both server and cache
David Howells
1
-0
/
+1
2024-07-24
netfs: Revert "netfs: Switch debug logging to pr_debug()"
David Howells
1
-18
/
+18
2024-07-11
Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-18
/
+18
2024-07-05
Merge patch series "cachefiles: random bugfixes"
Christian Brauner
1
-18
/
+18
2024-06-26
netfs: Fix early issue of write op on partial write to folio tail
David Howells
1
-1
/
+1
2024-06-12
netfs: Switch debug logging to pr_debug()
Uwe Kleine-König
1
-18
/
+18
2024-05-24
netfs: Fix AIO error handling when doing write-through
David Howells
1
-1
/
+6
2024-05-24
netfs: Fix io_uring based write-through
David Howells
1
-1
/
+1
2024-05-01
netfs: Cut over to using new writeback code
David Howells
1
-9
/
+9
2024-05-01
netfs: Add some write-side stats and clean up some stat names
David Howells
1
-0
/
+1
2024-05-01
netfs: New writeback implementation
David Howells
1
-0
/
+683