Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 cbb2e45634dd bcachefs: fix simulateously ↵ | Kent Overstreet | |
upgrading & downgrading 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-15 | Update bcachefs sources to 841a95c29f4c bcachefs: fix userspace build errors | 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-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-11 | Update bcachefs sources to b0788c47d9 bcachefs: Fix check_version_upgrade() | Kent Overstreet | |
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-07-15 | Update bcachefs sources to e14d7c7195 bcachefs: Compression levels | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
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-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-04-21 | Update bcachefs sources to 2115a2ffde bcachefs: Kill ↵ | Kent Overstreet | |
bch2_verify_bucket_evacuated() | |||
2023-04-15 | Update bcachefs sources to 504729f99c bcachefs: Allow answering y or n to ↵ | Kent Overstreet | |
all fsck errors of given type 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-03-15 | Update bcachefs sources to 0342eebf85 bcachefs: Improve the backpointer to ↵ | Kent Overstreet | |
missing extent message | |||
2023-03-06 | Update bcachefs sources to 3856459b1b bcachefs: ↵ | Kent Overstreet | |
bch2_btree_iter_peek_node_and_restart() 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-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-18 | Update bcachefs sources to 6406e05835 bcachefs: Nocow support | Kent Overstreet | |
2022-11-13 | Update bcachefs sources to 8d3fc97ca3 bcachefs: Fixes for building in userspace | Kent Overstreet | |
2022-10-24 | Update bcachefs sources to 61ebcb532a bcachefs: Fix for allocating before ↵ | Kent Overstreet | |
backpointers have been checked | |||
2022-10-22 | Update bcachefs sources to cd779e0cc5 bcachefs: Skip inode unpack/pack in ↵v0.23 | Kent Overstreet | |
bch2_extent_update() | |||
2022-10-15 | Update bcachefs sources to 44be8c1da2 fixup! bcachefs: Btree key cache ↵ | Kent Overstreet | |
improvements Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2022-10-15 | Update bcachefs sources to 3e93567c51 bcachefs: Switch to local_clock() for ↵ | Kent Overstreet | |
fastpath time source | |||
2022-10-12 | Update bcachefs sources to 6ee8a33cee bcachefs: Call ↵ | Kent Overstreet | |
bch2_btree_update_add_new_node() before dropping write lock | |||
2022-10-11 | Update bcachefs sources to 83edfdeb29 bcachefs: Run ↵ | Kent Overstreet | |
check_extents_to_backpointers() in multiple passes | |||
2022-10-10 | Update bcachefs sources to 47ffed9fad bcachefs: ↵ | Kent Overstreet | |
bch2_btree_delete_range_trans() now uses peek_upto() | |||
2022-10-09 | Update bcachefs sources to cbccc6d869 bcachefs: Ratelimit ec error message | Kent Overstreet | |
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-05-30 | Update bcachefs sources to fad6d13aa5 fixup! bcachefs: Add persistent counters | Kent Overstreet | |
2022-05-09 | Update bcachefs sources to c4ca278a54 bcachefs: Delete bch_writepage | Kent Overstreet | |
2022-05-02 | Update bcachefs sources to bdf6d7c135 fixup! bcachefs: Kill journal buf ↵ | Kent Overstreet | |
bloom filter | |||
2022-04-09 | Update bcachefs sources to ac53c8857f fixup! bcachefs: Use a genradix for ↵ | Kent Overstreet | |
reading journal entries | |||
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 e48731a188 bcachefs: Fix ↵ | Kent Overstreet | |
BTREE_TRIGGER_WANTS_OLD_AND_NEW | |||
2022-02-16 | Update bcachefs sources to a0d7001b0f bcachefs: Change bch2_dev_lookup() to ↵ | Kent Overstreet | |
not use lookup_bdev() | |||
2022-01-04 | Update bcachefs sources to 50ac18afbb bcachefs: Fix an uninitialized variable | Kent Overstreet | |