#!/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/bcachefs/rebalance.c
AgeCommit message (Expand)Author
2025-09-29Remove bcachefs core codeLinus Torvalds
2025-06-02bcachefs: bch_err_throw()Kent Overstreet
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet
2025-05-27bcachefs: Fix lost rebalance wakeupsKent Overstreet
2025-05-21bcachefs: struct bch_fs_recoveryKent Overstreet
2025-05-21bcachefs: do_rebalance_scan() now only updates bch_extent_rebalanceKent Overstreet
2025-05-21bcachefs: opts.rebalance_on_ac_onlyKent Overstreet
2025-05-21bcachefs: bch2_dev_in_target() no longer takes rcu_read_lock()Kent Overstreet
2025-05-21bcachefs: bch2_check_rebalance_work()Kent Overstreet
2025-05-21bcachefs: plumb btree_id through move_pred_fdKent Overstreet
2025-05-21bcachefs: Rebalance now skips poisoned extentsKent Overstreet
2025-05-14bcachefs: Don't strip rebalance_opts from indirect extentsKent Overstreet
2025-04-21bcachefs: Start copygc, rebalance threads earlierKent Overstreet
2025-04-20bcachefs: bch2_copygc_wakeup()Kent Overstreet
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet
2025-03-30bcachefs: Don't use designated initializers for disk_accounting_posKent Overstreet
2025-03-30bcachefs: fix units in rebalance_statusKent Overstreet
2025-03-16bcachefs: bch2_bkey_ptrs_rebalance_opts()Kent Overstreet
2025-03-16bcachefs: rebalance, copygc status also print stacktraceKent Overstreet
2025-03-14bcachefs: Rename BCH_WRITE flags fer consistency with other x-macros enumsKent Overstreet
2025-02-06bcachefs: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_r...Kent Overstreet
2024-12-21bcachefs: Kill BCH_TRANS_COMMIT_lazy_rwKent Overstreet
2024-12-21bcachefs: Move bch_extent_rebalance code to rebalance.cKent Overstreet
2024-12-21bcachefs: Improve trace_rebalance_extentKent Overstreet
2024-12-21bcachefs: Simplify option logic in rebalanceKent Overstreet
2024-12-21bcachefs: get_update_rebalance_opts()Kent Overstreet
2024-12-21bcachefs: bch2_write_inode() now checks for changing rebalance optionsKent Overstreet
2024-12-21bcachefs: copygc_enabled, rebalance_enabled now opts.h optionsKent Overstreet
2024-12-21bcachefs: rename bch_extent_rebalance fields to match other opts structsKent Overstreet
2024-12-21bcachefs: bch2_io_opts_fixups()Kent Overstreet
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet