Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-31 | Update bcachefs sources to d316ba08b045 bcachefs: Repair code for directory ↵ | Kent Overstreet | |
i_size | |||
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-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-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-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-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-08-10 | Update bcachefs sources to 070f7d6a382a bcachefs: bch2_sb_nr_devices() | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
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-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-17 | Update bcachefs sources to 792ca5ba3c9a bcachefs: kill key cache arg to ↵ | Kent Overstreet | |
bch2_assert_pos_locked() | |||
2024-06-17 | Update bcachefs sources to c56e1ec97dfd bcachefs: Fix bch2_sb_downgrade_update() | Kent Overstreet | |
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-04-03 | Update bcachefs sources to 09d4c2acbf4c bcachefs: reconstruct_inode() | 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> | |||
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-07 | Update bcachefs sources to 6d44812757dd bcachefs: BCH_IOCTL_FSCK_ONLINE | 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-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-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-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-07-20 | Update bcachefs sources to ee560a3929 bcachefs: Print version, options ↵ | Kent Overstreet | |
earlier in startup path | |||
2023-07-09 | Update bcachefs sources to da7d42a9a2 bcachefs: Add new assertions for ↵ | Kent Overstreet | |
shutdown path Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
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-05-25 | Update bcachefs sources to 31c09369cd six locks: Fix an unitialized var | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-03-04 | rust: Fix ptr casting in Fs::open() | 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-12 | Update bcachefs sources to 3e0c5b0722 fixup! bcachefs: Btree write buffer | Kent Overstreet | |
2022-11-13 | Update bcachefs sources to 8d3fc97ca3 bcachefs: Fixes for building in userspace | Kent Overstreet | |
2022-10-22 | Update bcachefs sources to cd779e0cc5 bcachefs: Skip inode unpack/pack in ↵v0.23 | Kent Overstreet | |
bch2_extent_update() | |||
2022-06-27 | Update bcachefs sources to 95ff72a6c1 fixup! mm: Centralize & improve oom ↵ | Kent Overstreet | |
reporting in show_mem.c | |||
2022-06-15 | Update bcachefs sources to 2f4e24d856 bcachefs: Split out dev_buckets_free()v0.22 | Kent Overstreet | |
2022-05-02 | Update bcachefs sources to bdf6d7c135 fixup! bcachefs: Kill journal buf ↵ | Kent Overstreet | |
bloom filter | |||
2022-04-07 | Update bcachefs sources to d3da360412 bcachefs: Fold bucket_state in to ↵ | Kent Overstreet | |
BCH_DATA_TYPES() | |||
2022-04-06 | Update bcachefs sources to e027cf9aa0 fixup! bcachefs: Defer checking of ↵ | Kent Overstreet | |
alloc -> lru refs until after RW | |||
2022-04-04 | Update bcachefs sources to 91e6c3e0d5 bcachefs: Gap buffer for journal keys | Kent Overstreet | |
2022-03-31 | Update bcachefs sources to 5e392aed7a bcachefs: Kill bch2_alloc_write()v0.20 | Kent Overstreet | |
2022-03-21 | Update bcachefs sources to 0e705f5944 fixup! bcachefs: Refactor ↵ | Kent Overstreet | |
bch2_btree_node_mem_alloc() | |||
2022-03-13 | Update bcachefs sources to f05b3c1af9 bcachefs: Improve bucket_alloc_fail ↵v0.19 | Kent Overstreet | |
tracepoint | |||
2022-03-13 | Update bcachefs sources to e48731a188 bcachefs: Fix ↵ | Kent Overstreet | |
BTREE_TRIGGER_WANTS_OLD_AND_NEW |