summaryrefslogtreecommitdiff
path: root/libbcachefs/reflink.c
AgeCommit message (Collapse)Author
2025-06-02Update bcachefs sources to a41cc7750fb8 bcachefs: Add flags to ↵Kent Overstreet
subvolume_to_text()
2025-05-29Update bcachefs sources to 7f938192650f bcachefs: darray_find(), darray_find_p()Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-04-21Update 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-13Update bcachefs sources to 2f9361370129 bcachefs: Improve opts.degradedKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-03-29Update 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-03-16Update bcachefs sources to 46af7258b951 bcachefs: BCH_SB_FEATURES_ALL ↵Kent Overstreet
includes BCH_FEATURE_incompat_verison_field Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2025-02-20Update bcachefs sources to 9736cbbc5cc3 bcachefs: bs > ps supportKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-12-03Update bcachefs sources to 4a32728376a8 bcachefs: ↵Kent Overstreet
bcachefs_metadata_version_inode_depth Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-11-29Update bcachefs sources to bc01863fb6ef bcachefs: ↵Kent Overstreet
bcachefs_metadata_version_disk_accounting_big_endian Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-09-29Update bcachefs sources to 438696e03da7 bcachefs: rename version -> bversion ↵Kent Overstreet
for big endian builds
2024-08-17Update bcachefs sources to e7015d0df31c bcachefs: Simplify bch2_xattr_emit() ↵v1.11.0Kent Overstreet
implementation Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-06-03Update 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-09Update bcachefs sources to 07f9a27f1969 bcachefs: add no_invalid_checks flagKent Overstreet
2024-03-30Update 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-01-24Update 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-16Move c_src dirs back to toplevelKent 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-16move Rust sources to top level, C sources into c_srcThomas 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-05Update bcachefs sources to d267e10a43b2 bcachefs: __bch2_sb_field_to_text()Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-12-21Update bcachefs sources to 5d0a6c2b32f1 bcachefs: ↵Kent Overstreet
check_directory_structure() can now be run online
2023-12-07Update bcachefs sources to 6d44812757dd bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-11-12Update bcachefs sources to 3ca08ab51ec9 bcachefs: six locks: Simplify ↵Kent Overstreet
optimistic spinning Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-11-02Update bcachefs sources to b9bd69421f73 bcachefs: x-macro-ify inode flags enumv1.3.1Kent Overstreet
2023-10-27Update bcachefs sources to 7250b2ee5574 bcachefs: Fix deleted inodes btree ↵Kent Overstreet
in snapshot deletion
2023-10-25Update bcachefs sources to 0d63ed13ea3d closures: Fix race in closure_sync()v1.3Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-09-23Update bcachefs sources to f9c612bbf82d bcachefs: Fixes for building in ↵Kent Overstreet
userspace Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-07-09Update bcachefs sources to da7d42a9a2 bcachefs: Add new assertions for ↵Kent Overstreet
shutdown path Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-07-07Update bcachefs sources to 25de2b00dc bcachefs: Change check for invalid key ↵Kent Overstreet
types Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-06-27Update 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-04Update bcachefs sources to 7c0fe6f104 bcachefs: Fix bch2_fsck_ask_yn()Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-05-02Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshotsv0.29Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-03-14Update bcachefs sources to 72405e7ff8 bcachefs: Fix ↵Kent Overstreet
bch2_check_extents_to_backpointers()
2023-03-06Update 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-09Update 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-13Update bcachefs sources to 84505cfd37 bcachefs: Go RW before check_alloc_info()Kent Overstreet
2022-11-29Update bcachefs sources to 8a65cc4951 bcachefs: Improve ↵Kent Overstreet
bch2_dev_freespace_init()
2022-11-26Update bcachefs sources to 5963d1b1a4 bcacehfs: Fix ↵Kent Overstreet
bch2_get_alloc_in_memory_pos()
2022-11-20Update bcachefs sources to ea47add37d bcachefs: More errcode cleanupKent Overstreet
2022-11-18Update bcachefs sources to 6406e05835 bcachefs: Nocow supportKent Overstreet
2022-11-13Update bcachefs sources to 8d3fc97ca3 bcachefs: Fixes for building in userspaceKent Overstreet
2022-08-11Update bcachefs sources to 90a9c61e2b bcachefs: Switch ↵Kent Overstreet
bch2_btree_delete_range() to bch2_trans_run()
2022-06-27Update bcachefs sources to 95ff72a6c1 fixup! mm: Centralize & improve oom ↵Kent Overstreet
reporting in show_mem.c
2022-06-09Update bcachefs sources to 24f7e08cd8 bcachefs: shrinker.to_text() methodsKent Overstreet
2022-05-02Update bcachefs sources to bdf6d7c135 fixup! bcachefs: Kill journal buf ↵Kent Overstreet
bloom filter
2022-04-06Update bcachefs sources to e027cf9aa0 fixup! bcachefs: Defer checking of ↵Kent Overstreet
alloc -> lru refs until after RW
2022-03-31Update bcachefs sources to 5e392aed7a bcachefs: Kill bch2_alloc_write()v0.20Kent Overstreet
2021-11-30Update bcachefs sources to 50d6a25d9c bcachefs: Erasure coding fixesKent Overstreet
2021-11-16Update bcachefs sources to 70b5fb5daf bcachefs: Fix error reporting from ↵Kent Overstreet
bch2_journal_flush_seq
2021-11-06Update bcachefs sources to 6afa1fcb13 bcachefs: Clean up error reporting in ↵Kent Overstreet
the startup path
2021-10-21Update bcachefs sources to 718df3f7c2 bcachefs: Fix restart handling in ↵Kent Overstreet
for_each_btree_key()
2021-10-20Update bcachefs sources to 4dd9a5a488 bcachefs: Fix for leaking of reflinked ↵v0.16Kent Overstreet
extents