Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-17 | Update bcachefs sources to ff6fd3ef0cd0 bcachefs: Check for writing ↵testing | Kent Overstreet | |
btree_ptr_v2.sectors_written == 0 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-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-23 | Update bcachefs sources to 72740a707b64 bcachefs: Split brain detection | 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-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-29 | Update bcachefs sources to c3e4d892b77b mean and variance: Promote to lib/math | Kent Overstreet | |
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-02 | Update bcachefs sources to b9bd69421f73 bcachefs: x-macro-ify inode flags enumv1.3.1 | Kent Overstreet | |
2023-10-20 | Update bcachefs sources to f70a3402188e bcachefs: Fix ca->oldest_gen allocation | 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-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-10 | Update bcachefs sources to 070ec8d07b bcachefs: Snapshot depth, skiplist fieldsv1.1 | Kent Overstreet | |
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-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-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-25 | Update bcachefs sources to 31c09369cd six locks: Fix an unitialized var | 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-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-27 | Update bcachefs sources to ca97ee3577 bcachefs: ↵ | Kent Overstreet | |
bch2_btree_iter_peek_and_restart_outlined() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-02-20 | Update bcachefs sources to 8e1519ccb6 bcachefs: Add tracepoint & counter for ↵ | Kent Overstreet | |
btree split race Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-02-17 | Update bcachefs sources to 1b14994029 bcachefs: Fragmentation LRUv0.27 | Kent Overstreet | |
2023-02-13 | Update bcachefs sources to 8dbfede1d9 fixup! bcachefs: More info on ↵ | Kent Overstreet | |
check_bucket_ref() error | |||
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-19 | Update bcachefs sources to 7958ebe324 bcachefs: Fix alloc_v4_backpointers() | Kent Overstreet | |
2022-12-01 | Update bcachefs sources to f1c9030ccb bcachefs: Don't error out when just ↵ | Kent Overstreet | |
reading the journal | |||
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-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-09-04 | Update bcachefs sources to 176718966e bcachefs: Re-enable hash_redo_key() | 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-07-17 | Update bcachefs sources to d82da7126f fixup! bcachefs: for_each_btree_key2() | Kent Overstreet | |
2022-07-15 | Update bcachefs sources to 2f11bb05b0 bcachefs: for_each_btree_key2() | Kent Overstreet | |
2022-06-27 | Update bcachefs sources to 95ff72a6c1 fixup! mm: Centralize & improve oom ↵ | Kent Overstreet | |
reporting in show_mem.c | |||
2022-05-26 | Update bcachefs sources to 969fbff4ef bcachefs: Print message on btree node ↵ | Kent Overstreet | |
read retry success | |||
2022-05-02 | Update bcachefs sources to bdf6d7c135 fixup! bcachefs: Kill journal buf ↵ | Kent Overstreet | |
bloom filter | |||
2022-03-13 | Update bcachefs sources to e48731a188 bcachefs: Fix ↵ | Kent Overstreet | |
BTREE_TRIGGER_WANTS_OLD_AND_NEW | |||
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> |