aboutsummaryrefslogtreecommitdiffstats
path: root/_damo_fs.py
AgeCommit message (Expand)AuthorFilesLines
5 daysRevert "Move source files under 'src/' directory"SeongJae Park1-0/+75
12 daysMove source files under 'src/' directorySeongJae Park1-75/+0
2024-04-18_damo_fs: compare with s_subtype instead for mnt_devnameAlex Rusuf1-2/+2
2024-03-17_damo_fs: Remove write_files()SeongJae Park1-57/+0
2024-03-17_damo_fs: Support dryrunSeongJae Park1-5/+26
2024-03-17_damon: Use _damo_fs.debug_print_ops() insted of a global variableSeongJae Park1-4/+2
2024-03-17_damo_fs: Support debugging-purpose ops printing on its ownSeongJae Park1-2/+8
2024-01-21_damon_sysfs: Move proc/mounts parsing to _damo_fsSeongJae Park1-0/+9
2023-05-17Remove shebangs from non-executable Python filesMichel Alexandre Salim1-1/+0
2023-04-01_damo_fs: Remove unused function, write_file_ensure()SeongJae Park1-7/+0
2023-03-31_damo_fs/read_files(): Remove unused argumentsSeongJae Park1-5/+2
2023-03-31_damo_fs: Remove unused function, read_files_recursive()SeongJae Park1-5/+2
2023-03-31_damo_fs: Remove unused function, read_files_of()SeongJae Park1-27/+0
2023-03-31_damo_fs: Integrate __read_files_of() in read_files_of()SeongJae Park1-8/+5
2023-03-31_damo_fs/write_files(): Add comments for example operationsSeongJae Park1-0/+19
2023-03-31_damo_fs/write_files(): Check the type of operations at the beginningSeongJae Park1-4/+4
2023-03-31_damo_fs: Integrate __write_files() in write_files()SeongJae Park1-18/+15
2023-01-27_damo_fs: Fix debug message printsPuranjay Mohan1-3/+3
2022-10-01_damo_fs: Add ensured single file write functionSeongJae Park1-0/+7
2022-10-01_damo_fs/read_file(): Add more info at failure messageSeongJae Park1-1/+1
2022-09-25_damo_fs/read_file: Print debug log when requiredSeongJae Park1-4/+4
2022-09-25_damo_fs/__write_files(): Use write_file() internallySeongJae Park1-7/+3
2022-09-25_damo_fs: Implement a function for single file writeSeongJae Park1-0/+13
2022-09-24_damo_fs: Rename read_single_file() to read_file()SeongJae Park1-3/+3
2022-09-24_damo_fs/__read_files_of: simplify code using read_single_file()SeongJae Park1-7/+5
2022-09-24_damo_fs/__read_files: Use read_single_file() to dedup codeSeongJae Park1-5/+3
2022-09-24_damo_fs: Implement a function for single file readSeongJae Park1-0/+8
2022-09-18_damo_fs: Implement reads for specific files in hierarchiesSeongJae Park1-0/+35
2022-09-11_damo_fs: Do not ignore sibling opsSeongJae Park1-1/+3
2022-09-11_damo_fs: Write file name only when debugging flag is setSeongJae Park1-1/+1
2022-09-11_damo_fs: Define content before used in every caseSeongJae Park1-1/+1
2022-09-05_damo_fs/read_files: Further remove max_depthSeongJae Park1-2/+2
2022-09-05_damo_fs/read_files: Remove unused argument, current_depthSeongJae Park1-2/+5
2022-09-03_damo_fs/write_files: Support _damon.pr_debug_logSeongJae Park1-0/+4
2022-09-03_damo_fs/write_files(): Remove 'root' argumentSeongJae Park1-15/+18
2022-09-03_damo_fs/write_files(): Remove 'dry' argumentSeongJae Park1-5/+2
2022-09-03_damo_fs: Remove 'dry' argument from read_files()SeongJae Park1-6/+3
2022-09-02_damo_fs/write_files: Add commentsSeongJae Park1-1/+11
2022-09-02_damo_fs/write_files: Cleanup codeSeongJae Park1-12/+11
2022-08-28_damo_fs/write_files: Return errorSeongJae Park1-10/+11
2022-08-28fs: Move filesystem control logic to separate moduleSeongJae Park1-0/+55