Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-04 | Update bcachefs sources to b4927db2cdc7 bcachefs: ↵ | Kent Overstreet | |
bcachefs_metadata_version_fast_device_removal Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2025-04-13 | Update bcachefs sources to 2f9361370129 bcachefs: Improve opts.degraded | Kent Overstreet | |
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-17 | Update bcachefs sources to 4d28432bcc5f bcachefs: Validate bch_sb.offset field | 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-12-08 | Update bcachefs sources to 55a65a994ed5 bcachefs: ↵ | Kent Overstreet | |
bcachefs_metadata_version_persistent_inode_cursors 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-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-10-09 | Update bcachefs sources to 3b80552e7057 bcachefs: __wait_for_freeing_inode: ↵v1.13.0 | Kent Overstreet | |
Switch to wait_bit_queue_entry Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2024-09-29 | Update bcachefs sources to 438696e03da7 bcachefs: rename version -> bversion ↵ | Kent Overstreet | |
for big endian builds | |||
2024-08-17 | Update bcachefs sources to e7015d0df31c bcachefs: Simplify bch2_xattr_emit() ↵v1.11.0 | Kent Overstreet | |
implementation 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-03-30 | Update 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-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-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> | |||
2024-01-05 | Update bcachefs sources to d267e10a43b2 bcachefs: __bch2_sb_field_to_text() | Kent Overstreet | |
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-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-03 | Update bcachefs sources to d464ec667b2b bcachefs: Add missing printk newlines | Kent Overstreet | |
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 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-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-26 | Update bcachefs sources to a1b6677dca57 bcachefs: Fix looping around ↵ | Kent Overstreet | |
bch2_propagate_key_to_snapshot_leaves() | |||
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-06 | Update bcachefs sources to 717b356d1d bcachefs: Convert journal validation ↵ | Kent Overstreet | |
to bkey_invalid_flags Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-08-03 | Update bcachefs sources to 5b8c4a1366 bcachefs: ↵v1.2 | Kent Overstreet | |
bcachefs_metadata_version_deleted_inodes | |||
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-06-04 | Update bcachefs sources to 7c0fe6f104 bcachefs: Fix bch2_fsck_ask_yn() | Kent Overstreet | |
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-31 | Update bcachefs sources to 8fd009dd76 bcachefs: Rip out code for storing ↵v0.28 | Kent Overstreet | |
backpointers in alloc keys Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
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-09 | Update bcachefs sources to ed2a5f4260 bcachefs: Add a missing ↵ | Kent Overstreet | |
bch2_btree_path_traverse() call | |||
2022-11-29 | Update bcachefs sources to 8a65cc4951 bcachefs: Improve ↵ | Kent Overstreet | |
bch2_dev_freespace_init() |