summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: clean up some dead fallocate codeBrian Foster2024-01-011-23/+12
* bcachefs: Make sure allocation failure errors are loggedKent Overstreet2024-01-015-2/+22
* bcachefs: drop extra semicolonKent Overstreet2024-01-011-1/+1
* bcachefs: Replace zero-length array with flex-array member and use __counted_byGustavo A. R. Silva2024-01-011-1/+1
* bcachefs: Use array_size() in call to copy_from_user()Gustavo A. R. Silva2024-01-011-1/+2
* bcachefs: qstr_eq()Kent Overstreet2024-01-013-4/+9
* bcachefs: bch_err_(fn|msg) check if should printKent Overstreet2024-01-0123-212/+133
* bcachefs: fix userspace build errorsKent Overstreet2024-01-013-3/+4
* bcachefs: Drop journal entry compactionKent Overstreet2024-01-011-24/+2
* bcachefs: kill btree_trans->wb_updatesKent Overstreet2024-01-017-103/+28
* bcachefs: check_root() can now be run onlineKent Overstreet2024-01-012-9/+3
* bcachefs: Inline btree write buffer sortKent Overstreet2024-01-012-13/+84
* bcachefs: btree write buffer now slurps keys from journalKent Overstreet2024-01-0116-230/+518
* bcachefs: journal->buf_lockKent Overstreet2024-01-013-0/+9
* bcachefs: Unwritten journal buffers are always dirtyKent Overstreet2024-01-011-0/+1
* bcachefs: bch2_trans_node_add no longer uses trans_for_each_path()Kent Overstreet2024-01-013-12/+20
* bcachefs: Improve trans->extra_journal_entriesKent Overstreet2024-01-017-63/+98
* bcachefs; kill bch2_btree_key_cache_flush()Kent Overstreet2024-01-012-18/+0
* bcachefs: kill btree_path->(alloc_seq|downgrade_seq)Kent Overstreet2024-01-014-12/+2
* bcachefs: Fix snapshot.c assertion for online fsckKent Overstreet2024-01-013-1/+7
* bcachefs: six lock: fix typosRandy Dunlap2024-01-011-3/+3
* bcachefs: reserve path idx 0 for sentinalKent Overstreet2024-01-012-4/+6
* bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet2024-01-0111-53/+54
* bcachefs: Kill for_each_btree_key()Kent Overstreet2024-01-019-177/+152
* bcachefs: continue now works in for_each_btree_key2()Kent Overstreet2024-01-011-68/+34
* bcachefs: Fix bch2_read_btree()Kent Overstreet2024-01-011-2/+4
* bcachefs: Fix open coded set_btree_iter_dontneed()Kent Overstreet2024-01-011-3/+3
* bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet2024-01-014-2/+107
* bcachefs: BCH_IOCTL_FSCK_OFFLINEKent Overstreet2024-01-012-3/+229
* bcachefs: bch2_run_online_recovery_passes()Kent Overstreet2024-01-013-19/+46
* bcachefs: Mark recovery passses that are safe to run onlineKent Overstreet2024-01-011-10/+11
* bcachefs: Add ability to redirect log outputKent Overstreet2024-01-014-17/+77
* bcachefs: thread_with_fileKent Overstreet2024-01-011-44/+70
* bcachefs: c->ro_refKent Overstreet2024-01-012-0/+27
* bcachefs: Improve error message when finding wrong btree nodeKent Overstreet2024-01-011-2/+10
* bcachefs: return from fsync on writeback error to avoid early shutdownBrian Foster2024-01-011-5/+9
* bcachefs: BCH_ERR_opt_parse_errorKent Overstreet2024-01-012-2/+3
* bcachefs: Refactor trans->paths_allocated to be standard bitmapKent Overstreet2024-01-014-32/+18
* bcachefs: Move reflink_p triggers into reflink.cKent Overstreet2024-01-014-204/+205
* bcachefs: Remove obsolete comment about zstdRichard Davies2024-01-011-4/+0
* bcachefs: Include btree_trans in more tracepointsKent Overstreet2024-01-017-67/+115
* bcachefs: remove sb lock and flags update on explicit shutdownBrian Foster2024-01-011-10/+2
* bcachefs: Make backpointer fsck wb flush check more rigorousKent Overstreet2024-01-011-13/+19
* bcachefs: On missing backpointer to interior node, flush interior updatesKent Overstreet2024-01-011-0/+5
* bcachefs: remove redundant condition from data_update_index_updateDaniel Hill2024-01-011-1/+1
* bcachefs: copygc shouldn't try moving buckets on errorDaniel Hill2024-01-011-4/+12
* bcachefs: Explicity go RW for fsckKent Overstreet2024-01-016-53/+27
* bcachefs: copygc should wakeup on shutdown if disabledDaniel Hill2024-01-011-1/+2
* bcachefs: rebalance should wakeup on shutdown if disabledDaniel Hill2024-01-013-3/+12
* bcachefs: remove dead bch2_evacuate_bucket()Daniel Hill2024-01-013-27/+3