Age | Commit message (Collapse) | Author | |
---|---|---|---|
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() | |||
2022-11-26 | Update bcachefs sources to 5963d1b1a4 bcacehfs: Fix ↵ | Kent Overstreet | |
bch2_get_alloc_in_memory_pos() | |||
2022-11-20 | Update bcachefs sources to ea47add37d bcachefs: More errcode cleanup | Kent Overstreet | |
2022-11-18 | Update bcachefs sources to 6406e05835 bcachefs: Nocow support | Kent Overstreet | |
2022-10-22 | Update bcachefs sources to cd779e0cc5 bcachefs: Skip inode unpack/pack in ↵v0.23 | Kent Overstreet | |
bch2_extent_update() | |||
2022-09-28 | Update bcachefs sources to 24c6361e20 bcachefs: Fix a trans path overflow in ↵ | Kent Overstreet | |
bch2_btree_delete_range_trans() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
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-05-30 | Update bcachefs sources to fad6d13aa5 fixup! bcachefs: Add persistent counters | Kent Overstreet | |
2022-04-06 | Update bcachefs sources to e027cf9aa0 fixup! bcachefs: Defer checking of ↵ | Kent Overstreet | |
alloc -> lru refs until after RW | |||
2022-03-13 | Update bcachefs sources to e48731a188 bcachefs: Fix ↵ | Kent Overstreet | |
BTREE_TRIGGER_WANTS_OLD_AND_NEW | |||
2022-02-11 | Update bcachefs sources to b84661c042 bcachefs: Fix reflink repair code | Kent Overstreet | |
2022-01-10 | Update bcachefs sources to bf340e68c7 bcachefs: Ignore cached data when ↵ | Kent Overstreet | |
calculating fragmentation | |||
2022-01-01 | Update bcachefs sources to 916d92b6b4 bcachefs: Add error messages for ↵ | Kent Overstreet | |
memory allocation failures | |||
2021-12-28 | Update bcachefs sources to 078a1a596a bcachefs: Optimize bucket reuse | Kent Overstreet | |
2021-12-14 | Update bcachefs sources to 635ca475f4 bcachefs: Fix debug build in userspace | Kent Overstreet | |
2021-11-16 | Update bcachefs sources to 70b5fb5daf bcachefs: Fix error reporting from ↵ | Kent Overstreet | |
bch2_journal_flush_seq | |||
2021-11-05 | Update bcachefs sources to 6d9ff21de7 bcachefs: Kill journal buf bloom filterv0.18 | Kent Overstreet | |