Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-07 | Update bcachefs sources to 17baec961add fixup! bcachefs: ↵noradtux-debug | Kent Overstreet | |
opts.rebalance_on_ac_only Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2025-05-02 | Update bcachefs sources to 5a0455ae19af bcachefs: ↵ | Kent Overstreet | |
bcachefs_metadata_version_snapshot_deletion_v2 Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2025-04-21 | Update 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-17 | Update bcachefs sources to 65456ba56b93 bcachefs: Fix struct with flex ↵ | Kent Overstreet | |
member ABI warning | |||
2025-03-29 | Update 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-25 | Update 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-19 | Update bcachefs sources to dbe591cee299 bcachefs: Add missing smp_rmb() | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2025-03-17 | Update bcachefs sources to 4d28432bcc5f bcachefs: Validate bch_sb.offset field | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2025-03-16 | Update 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-20 | Update bcachefs sources to 9736cbbc5cc3 bcachefs: bs > ps support | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2025-02-03 | Update bcachefs sources to 63bbe0ca4167 bcachefs: Scrub | Kent Overstreet | |
2024-12-29 | Update 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-11-29 | Update 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-12 | Update bcachefs sources to 9ab6c94002b9 bcachefs: bch2_journal_meta() takes ↵ | Kent Overstreet | |
ref on c->writes | |||
2024-09-07 | Update bcachefs sources to ec2ddb95112b bcachefs: bch2_opts_to_text() | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2024-08-23 | Update bcachefs sources to 22fa8fc32e6a bcachefs: rcu_pending now works in ↵ | Kent Overstreet | |
userspace | |||
2024-08-08 | Update bcachefs sources to dfc7b2c9433e bcachefs: bch2_sb_nr_devices() | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2024-07-18 | Update bcachefs sources to 1592eaa60418 bcachefs: Btree path tracepoints | Kent Overstreet | |
2024-07-15 | Update bcachefs sources to 4a7a003763f5 bcachefs: Opt_durability can now be ↵ | Kent Overstreet | |
set via bch2_opt_set_sb() | |||
2024-07-12 | Update bcachefs sources to 47d1e7a86242 bcachefs: drop packed, aligned from ↵v1.9.3 | Kent Overstreet | |
bkey_inode_buf Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2024-07-05 | Update 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-03 | Update 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-09 | Update bcachefs sources to 07f9a27f1969 bcachefs: add no_invalid_checks flag | Kent Overstreet | |
2024-04-15 | Update 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-02-06 | Update 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-24 | Update bcachefs sources to 481b5f343248 bcachefs: Better error messages for ↵ | Kent Overstreet | |
missing inodes in fsck Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2024-01-16 | Move c_src dirs back to toplevel | Kent Overstreet | |
We just wanted c sourcefiles out of the top level, not c source directories. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2024-01-16 | move Rust sources to top level, C sources into c_src | Thomas Bertschinger | |
This moves the Rust sources out of rust_src/ and into the top level. Running the bcachefs executable out of the development tree is now: $ ./target/release/bcachefs command or $ cargo run --profile release -- command instead of "./bcachefs command". Building and installing is still: $ make && make install Signed-off-by: Thomas Bertschinger <tahbertschinger@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-12-18 | Update bcachefs sources to 1a739db0b256 bcachefs; guard against overflow in ↵ | Kent Overstreet | |
btree node split Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-12-15 | Update bcachefs sources to 841a95c29f4c bcachefs: fix userspace build errors | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-12-07 | Update bcachefs sources to 6d44812757dd bcachefs: BCH_IOCTL_FSCK_ONLINE | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-11-27 | Update bcachefs sources to feaca6edbd24 mean and variance: Promote to lib/math | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-11-25 | Update bcachefs sources to 8c94740b1bf8 bcachefs: Add missing vaidation for ↵ | Kent Overstreet | |
jset_entry_data_usage | |||
2023-11-22 | Update bcachefs sources to 783085c3cc44 kbuild: Allow gcov to be enabled on ↵ | Kent Overstreet | |
the command line Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-10-27 | Update bcachefs sources to 7250b2ee5574 bcachefs: Fix deleted inodes btree ↵ | Kent Overstreet | |
in snapshot deletion | |||
2023-10-25 | Update bcachefs sources to 0d63ed13ea3d closures: Fix race in closure_sync()v1.3 | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-10-19 | Update bcachefs sources to 24bdb6fed91c bcachefs: bch2_btree_id_str() | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-10-08 | Update bcachefs sources to 7bf1ac0d46 bcachefs: Correctly initialize new ↵ | Kent Overstreet | |
buckets on device resize Signed-off-by: Hunter Shaffer <huntershaffer182456@gmail.com> | |||
2023-09-23 | Update bcachefs sources to f9c612bbf82d bcachefs: Fixes for building in ↵ | Kent Overstreet | |
userspace Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-08-28 | Update bcachefs sources to e7f6215768 bcachefs: Fix snapshot_skiplist_good() | Kent Overstreet | |
2023-07-07 | Update bcachefs sources to 25de2b00dc bcachefs: Change check for invalid key ↵ | Kent Overstreet | |
types Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-06-27 | Update bcachefs sources to 84f132d569 bcachefs: fsck: Break walk_inode() up ↵ | Kent Overstreet | |
into multiple functions Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-06-10 | Update bcachefs sources to ed6b7f81a7 six locks: Disable percpu read lock ↵ | Kent Overstreet | |
mode in userspace Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-04-15 | Update bcachefs sources to 504729f99c bcachefs: Allow answering y or n to ↵ | Kent Overstreet | |
all fsck errors of given type Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-03-14 | Update bcachefs sources to 72405e7ff8 bcachefs: Fix ↵ | Kent Overstreet | |
bch2_check_extents_to_backpointers() | |||
2023-03-03 | Update bcachefs sources to 2272c5f5b7 bcachefs: Mark stripe buckets with ↵ | Kent Overstreet | |
correct data type | |||
2023-02-27 | Update bcachefs sources to ca97ee3577 bcachefs: ↵ | Kent Overstreet | |
bch2_btree_iter_peek_and_restart_outlined() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-02-12 | Update bcachefs sources to 3e0c5b0722 fixup! bcachefs: Btree write buffer | Kent Overstreet | |
2023-02-09 | Update bcachefs sources to ea93c26e98 fixup! bcachefs: We can handle missing ↵ | Kent Overstreet | |
btree roots for all alloc btrees Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2022-12-19 | Update bcachefs sources to 7958ebe324 bcachefs: Fix alloc_v4_backpointers() | Kent Overstreet | |