Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-15 | Update bcachefs sources to deeffbdc52f1 bcachefs: better device too small ↵ | Kent Overstreet | |
error message Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2025-06-17 | Update bcachefs sources to bbc3a0b17a89 bcachefs: fsck: Fix ↵ | Kent Overstreet | |
check_directory_structure when no check_dirents Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2025-06-11 | Update bcachefs sources to 5e40e376e242 bcachefs: Allow CONFIG_UNICODE=m | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
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-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-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-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 | |
2025-01-15 | Update bcachefs sources to 78c6c8127e21 bcachefs: Fix ↵ | Kent Overstreet | |
check_inode_hash_info_matches_root() | |||
2024-12-30 | Update bcachefs sources to f4b9a91fce73 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-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-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 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-17 | Update bcachefs sources to 10ca1f99f8c9 bcachefs: Fix ↵ | Kent Overstreet | |
bch2_dev_btree_bitmap_marked_sectors() shift Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
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-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-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-02-15 | Update bcachefs sources to 9a555a741e80 bcachefs: omit alignment attribute ↵v1.6.2 | Kent Overstreet | |
on big endian struct bkey | |||
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-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-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-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-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-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-04 | Update bcachefs sources to 7c0fe6f104 bcachefs: Fix bch2_fsck_ask_yn() | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2022-11-26 | Update bcachefs sources to 5963d1b1a4 bcacehfs: Fix ↵ | Kent Overstreet | |
bch2_get_alloc_in_memory_pos() | |||
2022-04-07 | Update bcachefs sources to d3da360412 bcachefs: Fold bucket_state in to ↵ | Kent Overstreet | |
BCH_DATA_TYPES() | |||
2022-01-04 | Update bcachefs sources to 50ac18afbb bcachefs: Fix an uninitialized variable | Kent Overstreet | |
2021-07-11 | Update bcachefs sources to 400c2f8d96 bcachefs: Mask out unknown compat ↵ | Kent Overstreet | |
features when going read-write | |||
2021-07-07 | Update bcachefs sources to dbee44d5ab bcachefs: add bcachefs xxhash support | Kent Overstreet | |
2021-05-15 | Update bcachefs sources to ae6f512de8 bcachefs: Fix out of bounds read in fs ↵ | Kent Overstreet | |
usage ioctl | |||
2021-04-04 | Update bcachefs sources to f26267fc82 bcachefs: kill bset_tree->max_key | Kent Overstreet | |
2021-01-25 | Update bcachefs sources to 313b24b652 bcachefs: Fix an assertion | Kent Overstreet | |
2020-11-30 | Update bcachefs sources to 021e62a098 bcachefs: Fix error in filesystem ↵ | Kent Overstreet | |
initialization | |||
2020-11-17 | Update bcachefs sources to b1107114ca bcachefs: Add an ioctl for resizing ↵ | Kent Overstreet | |
journal on a device |