summaryrefslogtreecommitdiff
path: root/libbcachefs/bcachefs.h
AgeCommit message (Collapse)Author
12 daysUpdate bcachefs sources to 20342b5217ca bcachefs: Plumb trans_kmalloc ip to ↵Kent Overstreet
trans_log_msg
14 daysUpdate 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-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-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-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-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-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-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-12Update bcachefs sources to 9ab6c94002b9 bcachefs: bch2_journal_meta() takes ↵Kent Overstreet
ref on c->writes
2024-10-09Update bcachefs sources to 8aa83b2beeb3 bcachefs: Improve ↵Kent Overstreet
check_snapshot_exists()
2024-09-29Update bcachefs sources to 438696e03da7 bcachefs: rename version -> bversion ↵Kent Overstreet
for big endian builds
2024-09-07Update bcachefs sources to ec2ddb95112b bcachefs: bch2_opts_to_text()Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-08-17Update bcachefs sources to e7015d0df31c bcachefs: Simplify bch2_xattr_emit() ↵v1.11.0Kent Overstreet
implementation Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-08-08Update bcachefs sources to dfc7b2c9433e bcachefs: bch2_sb_nr_devices()Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-07-18Update bcachefs sources to 1592eaa60418 bcachefs: Btree path tracepointsKent Overstreet
2024-07-15Update bcachefs sources to 4a7a003763f5 bcachefs: Opt_durability can now be ↵Kent Overstreet
set via bch2_opt_set_sb()
2024-07-12Update bcachefs sources to 47d1e7a86242 bcachefs: drop packed, aligned from ↵v1.9.3Kent Overstreet
bkey_inode_buf Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-07-05Update bcachefs sources to 2be6fc9b111c bcachefs: bch2_gc_btree() should not ↵Kent Overstreet
use btree_root_lock Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-06-28Update bcachefs sources to 9404a01d3dc5 bcachefs: Make read_only a mount ↵v1.9.2Kent Overstreet
option again, but hidden Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-06-17Update bcachefs sources to 792ca5ba3c9a bcachefs: kill key cache arg to ↵Kent Overstreet
bch2_assert_pos_locked()
2024-06-17Update bcachefs sources to c56e1ec97dfd bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-06-03Update bcachefs sources to f81dc88f0c80 bcachefs: bch2_btree_insert() - add ↵Kent Overstreet
btree iter flags Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-05-27Update bcachefs sources to ea473c4a1a21 bcachefs: btree_gc can now handle ↵Kent Overstreet
unknown btrees
2024-05-09Update bcachefs sources to 07f9a27f1969 bcachefs: add no_invalid_checks flagKent Overstreet
2024-04-15Update bcachefs sources to ad29cf999a91 bcachefs: set_btree_iter_dontneed ↵Kent Overstreet
also clears should_be_locked Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-04-03Update bcachefs sources to 09d4c2acbf4c bcachefs: reconstruct_inode()Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-03-30Update bcachefs sources to 794723fc10c4 bcachefs: Topology repair now uses ↵Kent Overstreet
nodes found by scanning to fill holes Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-03-16Update bcachefs sources to 83338f5b2cb8 bcachefs: fix for building in userspaceKent Overstreet
2024-02-25Update bcachefs sources to 26494335d114 bcachefs: improve move_gap()Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-02-20Update bcachefs sources to c887148ebf99 thread_with_file: add f_ops.flushKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-02-15Update bcachefs sources to 9a555a741e80 bcachefs: omit alignment attribute ↵v1.6.2Kent Overstreet
on big endian struct bkey
2024-02-10Update bcachefs sources to 39a84c99af2d bcachefs: Clamp replicas_required to ↵Kent Overstreet
replicas
2024-02-09Update bcachefs sources to bee7b5a4fa21 bcachefs: Pin btree cache in ram for ↵Kent Overstreet
random access in fsck Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-02-06Update bcachefs sources to 50847e296b34 bcachefs: Check subvol <-> inode ↵Kent Overstreet
pointers in check_inode() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-01-24Update bcachefs sources to 481b5f343248 bcachefs: Better error messages for ↵Kent Overstreet
missing inodes in fsck Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>