Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-02 | Update bcachefs sources to a41cc7750fb8 bcachefs: Add flags to ↵ | Kent Overstreet | |
subvolume_to_text() | |||
2025-05-31 | Update bcachefs sources to d316ba08b045 bcachefs: Repair code for directory ↵ | Kent Overstreet | |
i_size | |||
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-08 | Update bcachefs sources to db6b78d0e5ef bcachefs: Extend bucket_size to 32 bits | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
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-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-19 | Update 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-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-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-17 | Update bcachefs sources to 4d28432bcc5f bcachefs: Validate bch_sb.offset field | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2025-02-03 | Update bcachefs sources to 63bbe0ca4167 bcachefs: Scrub | Kent Overstreet | |
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-09-07 | Update bcachefs sources to ec2ddb95112b bcachefs: bch2_opts_to_text() | Kent Overstreet | |
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-02-20 | Update bcachefs sources to c887148ebf99 thread_with_file: add f_ops.flush | Kent Overstreet | |
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-21 | Update bcachefs sources to 5d0a6c2b32f1 bcachefs: ↵ | Kent Overstreet | |
check_directory_structure() can now be run online | |||
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-29 | Update bcachefs sources to eb83f1f842bb mean and variance: Promote to lib/math | Kent Overstreet | |
2023-11-25 | Update bcachefs sources to 8c94740b1bf8 bcachefs: Add missing vaidation for ↵ | Kent Overstreet | |
jset_entry_data_usage | |||
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 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-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-07-15 | Update bcachefs sources to e14d7c7195 bcachefs: Compression levels | Kent Overstreet | |
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-05-02 | Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshotsv0.29 | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2022-11-13 | Update bcachefs sources to 8d3fc97ca3 bcachefs: Fixes for building in userspace | Kent Overstreet | |
2022-08-18 | Update bcachefs sources to dfaf9a6ee2 lib/printbuf: Clean up headers | Kent Overstreet | |
2022-08-11 | Update bcachefs sources to 90a9c61e2b bcachefs: Switch ↵ | Kent Overstreet | |
bch2_btree_delete_range() to bch2_trans_run() | |||
2022-06-27 | Update bcachefs sources to 95ff72a6c1 fixup! mm: Centralize & improve oom ↵ | Kent Overstreet | |
reporting in show_mem.c | |||
2022-06-09 | Update bcachefs sources to 24f7e08cd8 bcachefs: shrinker.to_text() methods | Kent Overstreet | |
2022-02-26 | Update bcachefs sources to 31718a2: bcachefs: Don't spin in journal reclaim | Aleksei Kharlamov | |
Signed-off-by: Aleksei Kharlamov <aleksei@devass.club> | |||
2021-09-09 | Update bcachefs sources to 3f3f969859 bcachefs: Fix some compiler warnings | Kent Overstreet | |
2021-03-24 | Update bcachefs sources to c7defb5793 bcachefs: Split btree_iter_traverse ↵ | Kent Overstreet | |
and bch2_btree_iter_traverse() | |||
2021-03-16 | Update bcachefs sources to 242d37cbd0 bcachefs: Kill btree_iter_pos_changed() | Kent Overstreet | |
2021-03-12 | Update bcachefs sources to 63924135a1 bcachefs: Have fsck check for stripe ↵ | Kent Overstreet | |
pointers matching stripe | |||
2021-02-02 | Update bcachefs sources to 26409a8f75 bcachefs: Journal updates to dev usage | Kent Overstreet | |
2020-11-30 | Update bcachefs sources to 021e62a098 bcachefs: Fix error in filesystem ↵ | Kent Overstreet | |
initialization | |||
2020-10-23 | Update bcachefs sources to ff83eed5f5 bcachefs: Fix bch2_mark_stripe() | Kent Overstreet | |
2020-08-24 | Update bcachefs sources to 10ab39f2fa bcachefs: Improvements to the journal ↵ | Kent Overstreet | |
read error paths |