summaryrefslogtreecommitdiff
path: root/libbcachefs
AgeCommit message (Collapse)Author
6 daysUpdate bcachefs sources to d90e3ac64900 bcachefs: live_child() no longer ↵debugKent Overstreet
uses recursion
9 daysUpdate bcachefs sources to e54ff0aa9688 bcachefs: Hook up progress ↵Kent Overstreet
indicators for most recovery passes
10 daysUpdate bcachefs sources to c1ec91699f60 workqueue: Basic memory allocation ↵v1.25.3Kent Overstreet
profiling support
14 daysUpdate bcachefs sources to deeffbdc52f1 bcachefs: better device too small ↵Kent Overstreet
error message Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-07-14Update bcachefs sources to 4b5105c627f4 workqueue: Basic memory allocation ↵Kent Overstreet
profiling support
2025-07-13Update bcachefs sources to c241a5bf54ed bcachefs: nopromote sub countersKent Overstreet
2025-07-12Update bcachefs sources to 8efd93eb2d0f bcachefs: Fix replicas max optionsKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-07-08Update bcachefs sources to 6fc0b31163ea workqueue: Basic memory allocation ↵Kent Overstreet
profiling support Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-07-07Update bcachefs sources to 4e917bf40142 bcachefs: __bch2_btree_node_alloc() ↵Kent Overstreet
now respects target Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-07-06Update bcachefs sources to b47c5ba55d59 bcachefs: silence userspace build ↵Kent Overstreet
warning Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-07-02Update bcachefs sources to e02a6a521ba0 bcachefs: Faster checking for ↵Kent Overstreet
missing journal entries Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-07-02Update bcachefs sources to 48d506769bc0 bcachefs: ↵Kent Overstreet
bch2_journal_entry_missing_range() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-06-19Update bcachefs sources to 20342b5217ca bcachefs: Plumb trans_kmalloc ip to ↵Kent Overstreet
trans_log_msg
2025-06-17Update bcachefs sources to 4af8a1ac90dc bcachefs: fsck: fix unhandled ↵Kent Overstreet
restart in topology repair
2025-06-17Update bcachefs sources to bbc3a0b17a89 bcachefs: fsck: Fix ↵Kent Overstreet
check_directory_structure when no check_dirents Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-06-13Update bcachefs sources to 54de30ef9de8 bcachefs: Kill unused tracepointsKent Overstreet
2025-06-11Update bcachefs sources to 5e40e376e242 bcachefs: Allow CONFIG_UNICODE=mKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-06-09Update bcachefs sources to a8d89eb264e0 bcachefs: Allow CONFIG_UNICODE=mKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-06-07Update bcachefs sources to b0a446bcc860 bcachefs: Reduce ↵Kent Overstreet
__bch2_btree_node_alloc() stack usage Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-06-02Update bcachefs sources to a41cc7750fb8 bcachefs: Add flags to ↵Kent Overstreet
subvolume_to_text()
2025-05-31Update bcachefs sources to d316ba08b045 bcachefs: Repair code for directory ↵Kent Overstreet
i_size
2025-05-29Update bcachefs sources to 7f938192650f bcachefs: darray_find(), darray_find_p()Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-05-25Fix infinite loop in cmd_list_journalKent Overstreet
list_journal can print the entire contents of the journal, and non-dirty entries don't get validated, so we have to account for that. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-05-20Update bcachefs sources to f565983af369 bcachefs: Read retries are after ↵Kent Overstreet
checksum errors now REQ_FUA Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-05-08Update bcachefs sources to db6b78d0e5ef bcachefs: Extend bucket_size to 32 bitsKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-05-04Update bcachefs sources to b4927db2cdc7 bcachefs: ↵Kent Overstreet
bcachefs_metadata_version_fast_device_removal Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-05-02Update bcachefs sources to 5a0455ae19af bcachefs: ↵Kent Overstreet
bcachefs_metadata_version_snapshot_deletion_v2 Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-04-29Update bcachefs sources to 9b4ab159abcd bcachefs: Read retries are after ↵Kent Overstreet
checksum errors now REQ_FUA Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-04-28Update bcachefs sources to f0ebca18293c bcachefs: bch2_fs_open() now takes a ↵Kent Overstreet
darray Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-04-28Update bcachefs sources to 6e73711dc355 bcachefs: Read retries are after ↵Kent Overstreet
checksum errors now REQ_FUA
2025-04-21Update bcachefs sources to c9d875f9be1f bcachefs: Casefold is now a regular ↵Kent Overstreet
opts.h option Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-04-19Update bcachefs sources to 7307b739bbe5 bcachefs: Read retries are after ↵Kent Overstreet
checksum errors now REQ_FUA Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-04-17Update bcachefs sources to 65456ba56b93 bcachefs: Fix struct with flex ↵Kent Overstreet
member ABI warning
2025-04-13Update bcachefs sources to 2f9361370129 bcachefs: Improve opts.degradedKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-03-30Update bcachefs sources to 7fdc3fa3cb5f bcachefs: Log original key being ↵Kent Overstreet
moved in data updates
2025-03-29Update bcachefs sources to 0a2abe7ce837 bcachefs: Don't use designated ↵Kent Overstreet
initializers for disk_accounting_pos Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-03-25Update bcachefs sources to 1392e502d48b bcachefs: Add an "ignore unknown" ↵Kent Overstreet
option to bch2_parse_mount_opts() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-03-19More device option workKent Overstreet
More work to regularize device options, with common command line parsing - like other options. This fixes an assortment of little nits: buggyness with the discard option, device state (and others) can now be specied at device add time, and is a decent cleanup. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-03-19Update bcachefs sources to dbe591cee299 bcachefs: Add missing smp_rmb()Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-03-17Update bcachefs sources to 4d28432bcc5f bcachefs: Validate bch_sb.offset fieldKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-03-16Update bcachefs sources to 46af7258b951 bcachefs: BCH_SB_FEATURES_ALL ↵Kent Overstreet
includes BCH_FEATURE_incompat_verison_field Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-02-20Update bcachefs sources to 9736cbbc5cc3 bcachefs: bs > ps supportKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-02-03Update bcachefs sources to 63bbe0ca4167 bcachefs: ScrubKent Overstreet
2025-01-15Update bcachefs sources to 78c6c8127e21 bcachefs: Fix ↵Kent Overstreet
check_inode_hash_info_matches_root()
2024-12-30Update bcachefs sources to f4b9a91fce73 bcachefs: ScrubKent Overstreet
2024-12-29Update bcachefs sources to 864591728963 bcachefs: Dropped superblock write ↵Kent Overstreet
is no longer a fatal error Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-12-08Update bcachefs sources to 55a65a994ed5 bcachefs: ↵Kent Overstreet
bcachefs_metadata_version_persistent_inode_cursors Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-12-03Update bcachefs sources to 4a32728376a8 bcachefs: ↵Kent Overstreet
bcachefs_metadata_version_inode_depth Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-11-29Update bcachefs sources to bc01863fb6ef bcachefs: ↵Kent Overstreet
bcachefs_metadata_version_disk_accounting_big_endian Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-10-20Update bcachefs sources to 1dbc147a6eb0 bcachefs: Add version check for ↵Kent Overstreet
bch_btree_ptr_v2.sectors_written validate Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>