summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet
2024-01-01bcachefs: kill for_each_btree_key_norestart()Kent Overstreet
2024-01-01bcachefs: kill for_each_btree_key_old_upto()Kent Overstreet
2024-01-01bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()Kent Overstreet
2024-01-01bcachefs: bch2_dirent_lookup() -> lockrestart_do()Kent Overstreet
2024-01-01bcachefs: bch2_trans_srcu_lock() should be staticKent Overstreet
2024-01-01bcachefs: use track_event_change() for allocator blocked statsKent Overstreet
2024-01-01bcachefs: fix warning about uninitialized time_statsKent Overstreet
2024-01-01bcachefs: add more verbose loggingKent Overstreet
2024-01-01bcachefs: better error message in btree_node_write_work()Kent Overstreet
2024-01-01bcachefs: simplify bch_devs_listKent Overstreet
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet
2024-01-01bcachefs: trans_for_each_update() now declares loop iterKent Overstreet
2024-01-01bcachefs: Improve the nopromote tracepointKent Overstreet
2024-01-01bcachefs: Use GFP_KERNEL for promote allocationsKent Overstreet
2024-01-01bcachefs: mean and variance: fix kernel-doc for function paramsRandy Dunlap
2024-01-01bcachefs: check for failure to downgradeKent Overstreet
2024-01-01bcachefs: Fixes for rust bindgenKent Overstreet
2024-01-01bcachefs: Delete dio read alignment checkKent Overstreet
2024-01-01MAINTAINERS: Update my email addressKent Overstreet
2024-01-01bcachefs: clean up some dead fallocate codeBrian Foster
2024-01-01bcachefs: Make sure allocation failure errors are loggedKent Overstreet
2024-01-01bcachefs: drop extra semicolonKent Overstreet
2024-01-01bcachefs: Replace zero-length array with flex-array member and use __counted_byGustavo A. R. Silva
2024-01-01bcachefs: Use array_size() in call to copy_from_user()Gustavo A. R. Silva
2024-01-01bcachefs: qstr_eq()Kent Overstreet
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet
2024-01-01bcachefs: fix userspace build errorsKent Overstreet
2024-01-01bcachefs: Drop journal entry compactionKent Overstreet
2024-01-01bcachefs: kill btree_trans->wb_updatesKent Overstreet
2024-01-01bcachefs: check_root() can now be run onlineKent Overstreet
2024-01-01bcachefs: Inline btree write buffer sortKent Overstreet
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet
2024-01-01bcachefs: journal->buf_lockKent Overstreet
2024-01-01bcachefs: Unwritten journal buffers are always dirtyKent Overstreet
2024-01-01bcachefs: bch2_trans_node_add no longer uses trans_for_each_path()Kent Overstreet
2024-01-01bcachefs: Improve trans->extra_journal_entriesKent Overstreet
2024-01-01bcachefs; kill bch2_btree_key_cache_flush()Kent Overstreet
2024-01-01bcachefs: kill btree_path->(alloc_seq|downgrade_seq)Kent Overstreet
2024-01-01bcachefs: Fix snapshot.c assertion for online fsckKent Overstreet
2024-01-01bcachefs: six lock: fix typosRandy Dunlap
2024-01-01bcachefs: reserve path idx 0 for sentinalKent Overstreet
2024-01-01bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet
2024-01-01bcachefs: continue now works in for_each_btree_key2()Kent Overstreet
2024-01-01bcachefs: Fix bch2_read_btree()Kent Overstreet
2024-01-01bcachefs: Fix open coded set_btree_iter_dontneed()Kent Overstreet
2024-01-01bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet
2024-01-01bcachefs: BCH_IOCTL_FSCK_OFFLINEKent Overstreet
2024-01-01bcachefs: bch2_run_online_recovery_passes()Kent Overstreet