index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
api
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools api fs: Avoid reading whole file for a 1 byte bool
Ian Rogers
2023-11-30
1
-9
/
+15
*
tools api fs: Switch filename__read_str to use io.h
Ian Rogers
2023-11-30
1
-42
/
+14
*
tools api fs: More thread safety for global filesystem variables
Ian Rogers
2023-06-14
1
-125
/
+86
*
tools api fs: Dynamically allocate cgroupfs mount point cache, removing 4128 ...
Ian Rogers
2023-05-28
1
-6
/
+11
*
tools lib api fs tracing_path: Remove two unused MAX_PATH paths
Ian Rogers
2023-05-28
1
-11
/
+6
*
tools api fs: Avoid large static PATH_MAX arrays
Ian Rogers
2023-05-28
1
-7
/
+18
*
tracing: Always use canonical ftrace path
Ross Zwisler
2023-02-18
1
-2
/
+2
*
tools lib api fs tracing_path: Add scandir alphasort
Ian Rogers
2022-11-15
2
-0
/
+17
*
tools api fs: Cache cgroupfs mount point
Namhyung Kim
2021-02-17
1
-0
/
+19
*
tools api fs: Diet cgroupfs_find_mountpoint()
Namhyung Kim
2021-02-17
1
-25
/
+45
*
tools api fs: Prefer cgroup v1 path in cgroupfs_find_mountpoint()
Namhyung Kim
2021-02-17
1
-19
/
+15
*
tools api fs: Make xxx__mountpoint() more scalable
Stephane Eranian
2020-04-16
2
-0
/
+29
*
tools lib api fs: Move cgroupsfs_find_mountpoint()
Namhyung Kim
2020-03-04
3
-0
/
+70
*
tools lib api fs: Fix gcc9 stringop-truncation compilation error
Andrey Zhizhikin
2020-01-06
1
-1
/
+3
*
tools lib api: Renaming pr_warning to pr_warn
Kefeng Wang
2019-10-18
1
-2
/
+2
*
perf tools: Fix tracing_path_mount proper path
Jiri Olsa
2018-10-16
1
-2
/
+2
*
docs: Fix some broken references
Mauro Carvalho Chehab
2018-06-15
1
-1
/
+1
*
tools lib api fs tracing_path: Make tracing_events_path private
Arnaldo Carvalho de Melo
2018-05-17
2
-4
/
+1
*
tools lib api fs tracing_path: Introduce opendir() method
Arnaldo Carvalho de Melo
2018-05-17
2
-0
/
+16
*
tools lib api fs tracing_path: Introduce get/put_events_file() helpers
Arnaldo Carvalho de Melo
2018-05-17
2
-0
/
+20
*
tools lib api: Unexport 'tracing_path' variable
Arnaldo Carvalho de Melo
2018-05-16
2
-3
/
+2
*
tools lib api: The tracing_mnt variable doesn't need to be global
Arnaldo Carvalho de Melo
2018-05-16
1
-3
/
+2
*
tools lib api fs: Add sysfs__read_xll function
Jiri Olsa
2018-02-16
2
-2
/
+14
*
tools lib api fs: Add filename__read_xll function
Jiri Olsa
2018-02-16
2
-7
/
+23
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
4
-0
/
+4
*
tools lib api fs: Add sysfs__write_int function
Kan Liang
2017-06-21
2
-0
/
+34
*
tools lib api fs: Introduce sysfs__read_bool
Alexander Shishkin
2017-03-17
2
-0
/
+30
*
perf sdt: Show proper hint when event not yet in place via 'perf probe'
Ravi Bangoria
2017-02-08
1
-14
/
+18
*
tools lib api fs: Add bpf_fs filesystem detector
Joe Stringer
2017-01-31
2
-0
/
+17
*
tools lib api fs: Add hugetlbfs filesystem detector
Wang Nan
2016-09-08
2
-0
/
+16
*
tools lib api fs: Use base 0 in filename__read_ull
Jiri Olsa
2016-07-15
1
-1
/
+6
*
tools lib api fs: Use str_error_r()
Arnaldo Carvalho de Melo
2016-07-12
1
-1
/
+2
*
tools lib api fs: Add helper to read string from procfs file
Arnaldo Carvalho de Melo
2016-04-26
2
-0
/
+15
*
tools lib api fs: Add sysfs__read_str function
Jiri Olsa
2016-02-16
2
-0
/
+14
*
tools lib api fs: Adopt filename__read_str from perf
Jiri Olsa
2016-02-16
2
-0
/
+53
*
tools lib api fs: No need to use PATH_MAX + 1
Jiri Olsa
2015-10-05
2
-4
/
+4
*
tools lib api fs: Store tracing mountpoint for better error message
Jiri Olsa
2015-09-28
1
-10
/
+3
*
tools lib api fs: Introduce sysfs__read_{int,ull}()
Arnaldo Carvalho de Melo
2015-09-14
2
-0
/
+49
*
tools lib api fs: Remove debugfs, tracefs and findfs objects
Jiri Olsa
2015-09-14
7
-288
/
+0
*
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
Jiri Olsa
2015-09-14
2
-9
/
+7
*
tools lib api fs: Make tracing_path_strerror_open message generic
Jiri Olsa
2015-09-14
1
-10
/
+16
*
tools lib api fs: Add FSTYPE__configured() method
Jiri Olsa
2015-09-04
2
-10
/
+18
*
tools lib api fs: Add FSTYPE__mount() method
Jiri Olsa
2015-09-04
2
-9
/
+50
*
tools lib api fs: Add tracefs into fs.c object
Jiri Olsa
2015-09-04
2
-0
/
+29
*
tools lib api fs: Add debugfs into fs.c object
Jiri Olsa
2015-09-04
2
-6
/
+26
*
tools lib api fs: Move SYSFS_MAGIC PROC_SUPER_MAGIC into fs.c
Jiri Olsa
2015-09-04
2
-8
/
+8
*
tools lib api fs: Add STR and PATH_MAX macros to fs object
Jiri Olsa
2015-09-04
2
-0
/
+11
*
tools lib api fs: Move debugfs__strerror_open into tracing_path.c object
Jiri Olsa
2015-09-04
3
-52
/
+57
*
tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c
Jiri Olsa
2015-09-04
3
-0
/
+97
*
tools lib api debugfs: Check for tracefs when reporting errors
Arnaldo Carvalho de Melo
2015-07-06
1
-2
/
+13
[next]