summaryrefslogtreecommitdiffstats
path: root/kernel/watch_queue.c
Commit message (Expand)AuthorAgeFilesLines
* watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error pathsDavid Disseldorp2023-03-171-0/+1
* watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds2022-08-031-22/+36
* watch_queue: Fix missing rcu annotationDavid Howells2022-08-031-1/+1
* watch-queue: remove spurious double semicolonLinus Torvalds2022-07-291-1/+1
* watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds2022-07-291-16/+37
* watch_queue: Free the page array when watch_queue is dismantledEric Dumazet2022-04-081-0/+1
* watch_queue: Actually free the watchDavid Howells2022-04-081-0/+1
* watch_queue: Fix NULL dereference in error cleanupDavid Howells2022-04-081-1/+1
* watch_queue: Fix filter limit checkDavid Howells2022-03-161-2/+2
* watch_queue: Make comment about setting ->defunct more accurateDavid Howells2022-03-161-1/+1
* watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells2022-03-161-1/+1
* watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells2022-03-161-0/+1
* watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells2022-03-161-1/+2
* watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells2022-03-161-1/+1
* watch_queue: Fix to release page in ->release()David Howells2022-03-161-0/+1
* watch_queue: Limit the number of watches a user can holdDavid Howells2020-08-171-0/+8
* Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-131-7/+3
* pipe: Add notification lossage handlingDavid Howells2020-05-191-0/+2
* pipe: Allow buffers to be marked read-whole-or-error for notificationsDavid Howells2020-05-191-1/+1
* pipe: Add general notification queue supportDavid Howells2020-05-191-0/+657