summaryrefslogtreecommitdiffstats
path: root/v6.4/619606a7b8d5e54b71578ecc988d3f8e1896bbc6
blob: 7204b9c46dd35dfbf35a17ac9414161afada3747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
619606a7b8d5 ("netfs: Fix writethrough-mode error handling")
41d8e7673a77 ("netfs: Implement a write-through caching option")
4a79616cfb27 ("netfs: Provide a launder_folio implementation")
62c3b7481b9a ("netfs: Provide a writepages implementation")
102a7e2c598c ("netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()")
938e13a73b24 ("netfs: Implement buffered write API")
153a9961b551 ("netfs: Implement unbuffered/DIO write support")
016dc8516aec ("netfs: Implement unbuffered/DIO read support")
c38f4e96e605 ("netfs: Provide func to copy data to pagecache for buffered write")
0e0f2dfe880f ("netfs: Dispatch write requests to process a writeback slice")
4fcccc38ebbd ("netfs: Make the refcounting of netfs_begin_read() easier to use")
c6dc54dd91bb ("netfs: Add a hook to allow tell the netfs to update its i_size")
16af134ca4b7 ("netfs: Extend the netfs_io_*request structs to handle writes")
768ddb1eacf5 ("netfs: Limit subrequest by size or number of segments")
cae932d3aee5 ("netfs: Add func to calculate pagecount/size-limited span of an iterator")
92b6cc5d1e7c ("netfs: Add iov_iters to (sub)requests to describe various buffers")
46ed60dcd4f2 ("netfs: Implement unbuffered/DIO vs buffered I/O locking")
c1ec4d7c2e13 ("netfs: Provide invalidate_folio and release_folio calls")
a34847d4b73c ("afs: Don't use folio->private to record partial modification")
87b57a048964 ("netfs: Add a procfile to list in-progress requests")