index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
netfs
/
buffered_write.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-29
netfs: Fix missing zero-length check in unbuffered write
David Howells
1
-0
/
+3
2024-01-22
netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
Dan Carpenter
1
-2
/
+3
2024-01-22
netfs: Don't use certain unnecessary folio_*() functions
David Howells
1
-5
/
+5
2024-01-19
Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-0
/
+1253
2024-01-09
netfs: Fix wrong #ifdef hiding wait
David Howells
1
-1
/
+1
2024-01-05
netfs: Fix the loop that unmarks folios after writing to the cache
David Howells
1
-0
/
+1
2024-01-05
netfs: Fix interaction between write-streaming and cachefiles culling
David Howells
1
-4
/
+20
2023-12-28
netfs: Optimise away reads above the point at which there can be no data
David Howells
1
-1
/
+1
2023-12-28
netfs: Implement a write-through caching option
David Howells
1
-10
/
+59
2023-12-28
netfs: Provide a launder_folio implementation
David Howells
1
-0
/
+74
2023-12-28
netfs: Provide a writepages implementation
David Howells
1
-0
/
+636
2023-12-28
netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
David Howells
1
-0
/
+59
2023-12-28
netfs: Implement buffered write API
David Howells
1
-0
/
+83
2023-12-28
netfs: Allocate multipage folios in the writepath
David Howells
1
-2
/
+7
2023-12-28
netfs: Provide func to copy data to pagecache for buffered write
David Howells
1
-0
/
+330