]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge patch series "netfs: Miscellaneous fixes"
authorChristian Brauner <brauner@kernel.org>
Wed, 19 Mar 2025 09:04:29 +0000 (10:04 +0100)
committerChristian Brauner <brauner@kernel.org>
Wed, 19 Mar 2025 09:04:29 +0000 (10:04 +0100)
commit613218fc74b32095152275fc11d5ab8e3f05d5e8
tree5109724f0b9226e4ed063d4f8c5ebb1023cadd95
parentd9ecc77193cad25402ff5517fb26fb22b4db0e10
parent07c574eb53d4cc9aa7b985bc8bfcb302e5dc4694
Merge patch series "netfs: Miscellaneous fixes"

David Howells <dhowells@redhat.com> says:

Here are some miscellaneous fixes and changes for netfslib:

 (1) Fix the collection of results during a pause in transmission.

 (2) Call ->invalidate_cache() only if provided.

 (3) Fix the rolling buffer to not hammer atomic bit clears when loading
     from readahead.

 (4) Fix netfs_unbuffered_read() to return ssize_t.

* patches from https://lore.kernel.org/r/20250314164201.1993231-1-dhowells@redhat.com:
  netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
  netfs: Fix rolling_buffer_load_from_ra() to not clear mark bits
  netfs: Call `invalidate_cache` only if implemented
  netfs: Fix collection of results during pause when collection offloaded

Link: https://lore.kernel.org/r/20250314164201.1993231-1-dhowells@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>