]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'netfs-fixes' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...
authorChristian Brauner <brauner@kernel.org>
Tue, 23 Jan 2024 15:00:39 +0000 (16:00 +0100)
committerChristian Brauner <brauner@kernel.org>
Tue, 23 Jan 2024 15:00:39 +0000 (16:00 +0100)
commitf13d8f28fe9fb0a4d0a6c21fb3c1577d0eda4ed8
treea42e47dda70e1e409c6248e6bb53df8b3742ba88
parentd59da02d1ab690b81a3dd2493112fc6878198f60
parentb90493505347a4ca4d900f317e2b330e0e43ae2f
Merge branch 'netfs-fixes' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs

Pull netfs fixes from David Howells:

* 'netfs-fixes' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs:
  afs: Fix missing/incorrect unlocking of RCU read lock
  afs: Remove afs_dynroot_d_revalidate() as it is redundant
  afs: Fix error handling with lookup via FS.InlineBulkStatus
  afs: Hide silly-rename files from userspace
  cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode
  netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()
  netfs, fscache: Prevent Oops in fscache_put_cache()
  cifs: Don't use certain unnecessary folio_*() functions
  afs: Don't use certain unnecessary folio_*() functions
  netfs: Don't use certain unnecessary folio_*() functions

Signed-off-by: Christian Brauner <brauner@kernel.org>