summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-23bcachefs: Zone support for journal codezonesKent Overstreet
2023-12-23bcachefs: New superblock layout for zoned devices XXX todoKent Overstreet
2023-12-23bcachefs: bucket_capacity()Kent Overstreet
2023-12-23bcachefs: Initial support for zonesKent Overstreet
2023-12-23delalloc btree nodes, wipKent Overstreet
2023-12-23bcachefs: bch2_alloc_sectors_trans()Kent Overstreet
2023-12-23bcachefs: Record keys for new btree nodes from write pathKent Overstreet
2023-12-23bcachefs: Split brain detectionKent Overstreet
2023-12-23bcachefs: bch_member->seqKent Overstreet
2023-12-23bcachefs: Version upgrade doesn't require fsckKent Overstreet
2023-12-23bcachefs: check for failure to downgradeKent Overstreet
2023-12-23bcachefs: Fix nochanges/read_only interactionKent Overstreet
2023-12-23bcachefs: Convert split_devs() to darrayKent Overstreet
2023-12-23MAINTAINERS: Update my email addressKent Overstreet
2023-12-23bcachefs: for_each_keylist_key() declares loop iterKent Overstreet
2023-12-23bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet
2023-12-23bcachefs: Check journal entries for invalid keys in trans commit pathKent Overstreet
2023-12-23bcachefs: Fixes for rust bindgenKent Overstreet
2023-12-23bcachefs: check_directory_structure() can now be run onlineKent Overstreet
2023-12-23bcachefs: Fix reattach_inode() for snapshotsKent Overstreet
2023-12-23bcachefs: bch2_btree_trans_peek_slot_updatesKent Overstreet
2023-12-23bcachefs: bch2_btree_trans_peek_prev_updatesKent Overstreet
2023-12-23bcachefs: bch2_btree_trans_peek_updatesKent Overstreet
2023-12-23bcachefs: Kill GFP_NOFAIL usage in readahead pathKent Overstreet
2023-12-23bcachefs: Improve the nopromote tracepointKent Overstreet
2023-12-23bcachefs: mean and variance: fix kernel-doc for function paramsRandy Dunlap
2023-12-23bcachefs: Use GFP_KERNEL for promote allocationsKent Overstreet
2023-12-23bcachefs: Delete dio read alignment checkKent Overstreet
2023-12-23bcachefs: skip journal more often in key cache reclaimKent Overstreet
2023-12-23bcachefs: clean up some dead fallocate codeBrian Foster
2023-12-23bcachefs: Make sure allocation failure errors are loggedKent Overstreet
2023-12-23bcachefs: drop extra semicolonKent Overstreet
2023-12-23bcachefs: Replace zero-length array with flex-array member and use __counted_byGustavo A. R. Silva
2023-12-23bcachefs: Use array_size() in call to copy_from_user()Gustavo A. R. Silva
2023-12-23bcachefs: kill __bch2_btree_iter_peek_upto_and_restart()Kent Overstreet
2023-12-23bcachefs: fsck -> bch2_trans_run()Kent Overstreet
2023-12-23bcachefs: bch2_dirent_lookup() -> lockrestart_do()Kent Overstreet
2023-12-23bcachefs: vstruct_for_each() now declares loop iterKent Overstreet
2023-12-23bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet
2023-12-23bcachefs: for_each_member_device() now declares loop iterKent Overstreet
2023-12-23bcachefs: for_each_btree_key() now declares loop iterKent Overstreet
2023-12-23bcachefs: kill for_each_btree_key_norestart()Kent Overstreet
2023-12-23bcachefs: kill for_each_btree_key_old_upto()Kent Overstreet
2023-12-23bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()Kent Overstreet
2023-12-23bcachefs: darray_for_each() now declares loop iterKent Overstreet
2023-12-23bcachefs: trans_for_each_update() now declares loop iterKent Overstreet
2023-12-23bcachefs: qstr_eq()Kent Overstreet
2023-12-23bcachefs: bch_err_(fn|msg) check if should printKent Overstreet
2023-12-23bcachefs: fix userspace build errorsKent Overstreet
2023-12-23bcachefs: growable btree_pathsKent Overstreet