Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-13 | Update bcachefs sources to 54de30ef9de8 bcachefs: Kill unused tracepoints | Kent Overstreet | |
2025-06-07 | Update bcachefs sources to b0a446bcc860 bcachefs: Reduce ↵ | Kent Overstreet | |
__bch2_btree_node_alloc() stack usage Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2025-05-29 | Update bcachefs sources to 7f938192650f bcachefs: darray_find(), darray_find_p() | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2025-05-20 | Update 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-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-17 | Update bcachefs sources to 65456ba56b93 bcachefs: Fix struct with flex ↵ | Kent Overstreet | |
member ABI warning | |||
2025-04-13 | Update bcachefs sources to 2f9361370129 bcachefs: Improve opts.degraded | Kent Overstreet | |
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> | |||
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-10-20 | Update 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> | |||
2024-10-09 | Update bcachefs sources to 8aa83b2beeb3 bcachefs: Improve ↵ | Kent Overstreet | |
check_snapshot_exists() | |||
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-07-18 | Update bcachefs sources to 1592eaa60418 bcachefs: Btree path tracepoints | Kent Overstreet | |
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-28 | Update bcachefs sources to 9404a01d3dc5 bcachefs: Make read_only a mount ↵v1.9.2 | Kent Overstreet | |
option again, but hidden 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-25 | Update bcachefs sources to 035773e55b52 bcachefs: fix integer conversion bug | 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-03-16 | Update bcachefs sources to 83338f5b2cb8 bcachefs: fix for building in userspace | Kent Overstreet | |
2024-02-15 | Update bcachefs sources to 9a555a741e80 bcachefs: omit alignment attribute ↵v1.6.2 | Kent Overstreet | |
on big endian struct bkey | |||
2024-02-10 | Update bcachefs sources to 39a84c99af2d bcachefs: Clamp replicas_required to ↵ | Kent Overstreet | |
replicas | |||
2024-02-09 | Update 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-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-23 | Update bcachefs sources to 72740a707b64 bcachefs: Split brain detection | Kent Overstreet | |
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-30 | Update bcachefs sources to 71a5b27e017d bcachefs: Make backpointer fsck wb ↵ | Kent Overstreet | |
flush check more rigorous 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-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-11-16 | Update bcachefs sources to 938f680845d1 fixup! rename and export ↵ | Kent Overstreet | |
__kern_path_locked() | |||
2023-11-12 | Update bcachefs sources to 3ca08ab51ec9 bcachefs: six locks: Simplify ↵ | Kent Overstreet | |
optimistic spinning Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-11-02 | Update bcachefs sources to b9bd69421f73 bcachefs: x-macro-ify inode flags enumv1.3.1 | Kent Overstreet | |
2023-10-27 | Update bcachefs sources to 6628827a8707 bcachefs: Skip deleted members in ↵ | Kent Overstreet | |
member_to_text() | |||
2023-10-20 | Update bcachefs sources to f70a3402188e bcachefs: Fix ca->oldest_gen allocation | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
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-17 | Update bcachefs sources to a8115093df bcachefs: Fix divide by zero in ↵ | Kent Overstreet | |
rebalance_work() | |||
2023-08-01 | Update bcachefs sources to 33a60d9b05 bcachefs: Assorted fixes for clang | Kent Overstreet | |
2023-07-20 | Update bcachefs sources to ee560a3929 bcachefs: Print version, options ↵ | Kent Overstreet | |
earlier in startup path | |||
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-05-02 | Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshotsv0.29 | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
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 a5da815430 bcachefs: Convert constants to consts | Kent Overstreet | |
2023-02-20 | Update bcachefs sources to 8e1519ccb6 bcachefs: Add tracepoint & counter for ↵ | Kent Overstreet | |
btree split race Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-02-17 | Update bcachefs sources to 1b14994029 bcachefs: Fragmentation LRUv0.27 | Kent Overstreet | |
2023-02-13 | Update bcachefs sources to 8dbfede1d9 fixup! bcachefs: More info on ↵ | Kent Overstreet | |
check_bucket_ref() error |