#!/bin/bash # description: system-wide failed syscalls, by pid # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm 'https://universe.0xinfinity.dev/distro/kernel' title='kernel Git repository'/>
summaryrefslogtreecommitdiff
path: root/fs/erofs/decompressor.c
AgeCommit message (Expand)Author
2026-02-03erofs: separate plain and compressed filesystems formallyGao Xiang
2026-01-23erofs: improve LZ4 error stringsGao Xiang
2026-01-23erofs: simplify the code using for_each_set_bitYuwen Chen
2025-11-30erofs: enable error reporting for z_erofs_fixup_insize()Gao Xiang
2025-11-28erofs: enable error reporting for z_erofs_stream_switch_bufs()Gao Xiang
2025-11-28erofs: improve decompression error reportingGao Xiang
2025-11-28erofs: tidy up z_erofs_lz4_handle_overlap()Gao Xiang
2025-07-24erofs: implement metadata compressionBo Liu (OpenAnolis)
2025-07-10erofs: address D-cache aliasingGao Xiang
2025-03-17erofs: support unaligned encoded dataGao Xiang
2025-03-17erofs: move {in,out}pages into struct z_erofs_decompress_reqGao Xiang
2025-01-24include/linux/lz4.h: add some missing macrosGao Xiang
2024-09-10erofs: fix error handling in z_erofs_init_decompressorSandeep Dhavale