]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'davidh' (fixes from David Howells)
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Mar 2022 18:28:32 +0000 (10:28 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Mar 2022 18:28:32 +0000 (10:28 -0800)
commit1fe72bf907015e67fb211a0f40204ea9ec74ad41
tree378c3f43fc384b9537481f5f0517650671b0a235
parentaf6a2d9e3ebbcee903d5660f82a7d07772c80457
parent55974d5754faa2407a42c84834bb99ee4bb9411b
Merge branch 'davidh' (fixes from David Howells)

Merge misc fixes from David Howells:
 "A set of patches for watch_queue filter issues noted by Jann. I've
  added in a cleanup patch from Christophe Jaillet to convert to using
  formal bitmap specifiers for the note allocation bitmap.

  Also two filesystem fixes (afs and cachefiles)"

* emailed patches from David Howells <dhowells@redhat.com>:
  cachefiles: Fix volume coherency attribute
  afs: Fix potential thrashing in afs writeback
  watch_queue: Make comment about setting ->defunct more accurate
  watch_queue: Fix lack of barrier/sync/lock between post and read
  watch_queue: Free the alloc bitmap when the watch_queue is torn down
  watch_queue: Fix the alloc bitmap size to reflect notes allocated
  watch_queue: Use the bitmap API when applicable
  watch_queue: Fix to always request a pow-of-2 pipe ring size
  watch_queue: Fix to release page in ->release()
  watch_queue, pipe: Free watchqueue state after clearing pipe ring
  watch_queue: Fix filter limit check