index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
netfs
/
buffered_write.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait
David Howells
2024-06-26
1
-3
/
+3
*
netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
David Howells
2024-06-26
1
-1
/
+7
*
netfs: Fix setting of BDP_ASYNC from iocb flags
David Howells
2024-05-24
1
-1
/
+1
*
cifs: Implement netfslib hooks
David Howells
2024-05-01
1
-0
/
+6
*
netfs: Miscellaneous tidy ups
David Howells
2024-05-01
1
-1
/
+1
*
netfs: Remove the old writeback code
David Howells
2024-05-01
1
-629
/
+0
*
netfs: Cut over to using new writeback code
David Howells
2024-05-01
1
-21
/
+24
*
netfs: Add some write-side stats and clean up some stat names
David Howells
2024-05-01
1
-0
/
+3
*
netfs: New writeback implementation
David Howells
2024-05-01
1
-4
/
+0
*
netfs: Switch to using unsigned long long rather than loff_t
David Howells
2024-05-01
1
-1
/
+1
*
netfs: Remove ->launder_folio() support
David Howells
2024-05-01
1
-74
/
+0
*
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
2024-04-29
1
-49
/
+44
*
netfs: Update i_blocks when write committed to pagecache
David Howells
2024-04-29
1
-11
/
+34
*
netfs: Fix the pre-flush when appending to a file in writethrough mode
David Howells
2024-04-26
1
-7
/
+6
*
netfs: Fix writethrough-mode error handling
David Howells
2024-04-23
1
-4
/
+6
*
netfs: Fix missing zero-length check in unbuffered write
David Howells
2024-01-29
1
-0
/
+3
*
netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
Dan Carpenter
2024-01-22
1
-2
/
+3
*
netfs: Don't use certain unnecessary folio_*() functions
David Howells
2024-01-22
1
-5
/
+5
*
Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-01-19
1
-1
/
+1
*
netfs: Fix wrong #ifdef hiding wait
David Howells
2024-01-09
1
-1
/
+1
*
netfs: Fix the loop that unmarks folios after writing to the cache
David Howells
2024-01-06
1
-0
/
+1
*
netfs: Fix interaction between write-streaming and cachefiles culling
David Howells
2024-01-05
1
-4
/
+20
*
netfs: Optimise away reads above the point at which there can be no data
David Howells
2023-12-28
1
-1
/
+1
*
netfs: Implement a write-through caching option
David Howells
2023-12-28
1
-10
/
+59
*
netfs: Provide a launder_folio implementation
David Howells
2023-12-28
1
-0
/
+74
*
netfs: Provide a writepages implementation
David Howells
2023-12-28
1
-0
/
+636
*
netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
David Howells
2023-12-28
1
-0
/
+59
*
netfs: Implement buffered write API
David Howells
2023-12-28
1
-0
/
+83
*
netfs: Allocate multipage folios in the writepath
David Howells
2023-12-28
1
-2
/
+7
*
netfs: Provide func to copy data to pagecache for buffered write
David Howells
2023-12-28
1
-0
/
+330