aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ref_tracker.c
Commit message (Expand)AuthorAgeFilesLines
* ref_tracker: use %p instead of %px in debugfs dentry nameJeff Layton2025-08-121-1/+1
* ref_tracker: do xarray and workqueue job initializations earlierJeff Layton2025-06-271-2/+8
* ref_tracker: eliminate the ref_tracker_dir name fieldJeff Layton2025-06-201-3/+3
* ref_tracker: add a way to create a symlink to the ref_tracker_dir debugfs fileJeff Layton2025-06-201-0/+50
* ref_tracker: automatically register a file in debugfs for a ref_tracker_dirJeff Layton2025-06-201-5/+147
* ref_tracker: allow pr_ostream() to print directly to a seq_fileJeff Layton2025-06-201-0/+26
* ref_tracker: have callers pass output function to pr_ostream()Jeff Layton2025-06-201-15/+37
* ref_tracker: add a top level debugfs directory for ref_trackerJeff Layton2025-06-201-0/+13
* ref_tracker: don't use %pK in pr_ostream() outputJeff Layton2025-06-201-3/+3
* lib/ref_tracker: remove warnings in case of allocation failureAndrzej Hajda2023-06-051-2/+3
* lib/ref_tracker: add printing to memory bufferAndrzej Hajda2023-06-051-8/+48
* lib/ref_tracker: improve printing statsAndrzej Hajda2023-06-051-11/+79
* lib/ref_tracker: add unlocked leak print helperAndrzej Hajda2023-06-051-28/+38
* ref_tracker: remove filter_irq_stacks() callEric Dumazet2022-02-061-2/+0
* ref_tracker: add a count of untracked referencesEric Dumazet2022-02-051-1/+11
* ref_tracker: implement use-after-free detectionEric Dumazet2022-02-051-0/+5
* ref_tracker: use __GFP_NOFAIL more carefullyEric Dumazet2022-01-121-1/+4
* lib: add reference counting tracking infrastructureEric Dumazet2021-12-071-0/+140