summaryrefslogtreecommitdiff
path: root/libbcachefs/super-io.h
AgeCommit message (Collapse)Author
2024-03-16Update bcachefs sources to 83338f5b2cb8 bcachefs: fix for building in userspaceKent Overstreet
2024-02-06Update 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-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>
2024-01-03Update bcachefs sources to 2a6125decb43 bcachefs: bch_sb_field_downgradeKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-11-22Update 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-27Update bcachefs sources to 7250b2ee5574 bcachefs: Fix deleted inodes btree ↵Kent Overstreet
in snapshot deletion
2023-10-18Update bcachefs sources to a180af9dd349 bcachefs: Refactor memcpy into ↵Kent Overstreet
direct assignment Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-10-08Update bcachefs sources to 7bf1ac0d46 bcachefs: Correctly initialize new ↵Kent Overstreet
buckets on device resize Signed-off-by: Hunter Shaffer <huntershaffer182456@gmail.com>
2023-08-11Update bcachefs sources to b0788c47d9 bcachefs: Fix check_version_upgrade()Kent Overstreet
2023-08-06Update 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-10Update bcachefs sources to 070ec8d07b bcachefs: Snapshot depth, skiplist fieldsv1.1Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-07-10Update bcachefs sources to fb39031ade bcachefs: bch2_sb_maybe_downgrade(), ↵Kent Overstreet
bch2_sb_upgrade() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-07-10Update bcachefs sources to 1e3ca87f7b bcachefs: ↵v1.0Kent Overstreet
bcachefs_metadata_version_major_minor
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>
2022-03-13Update bcachefs sources to f05b3c1af9 bcachefs: Improve bucket_alloc_fail ↵v0.19Kent Overstreet
tracepoint
2022-02-21Update bcachefs sources to 9d554fa16d bcachefs: Add .to_text() methods for ↵Kent Overstreet
all superblock sections
2022-01-04Update bcachefs sources to 50ac18afbb bcachefs: Fix an uninitialized variableKent Overstreet
2021-12-28Update bcachefs sources to 078a1a596a bcachefs: Optimize bucket reuseKent Overstreet
2021-03-12Update bcachefs sources to 63924135a1 bcachefs: Have fsck check for stripe ↵Kent Overstreet
pointers matching stripe
2021-02-02Update bcachefs sources to 26409a8f75 bcachefs: Journal updates to dev usageKent Overstreet
2019-12-16Update bcachefs sources to fbb669e9de bcachefs: Kill btree_node_iter_largeKent Overstreet
2019-07-11Update bcachefs sources to b91a514413 bcachefs: Don't try to delete stripes ↵Kent Overstreet
when RO
2019-04-17Update bcachefs sources to 6f603b8d79 bcachefs: some improvements to startup ↵Kent Overstreet
messages and options
2019-03-24Update bcachefs sources to ffe09df106 bcachefs: Verify fs hasn't been ↵Kent Overstreet
modified before going rw
2019-02-09Update bcachefs sources to 09a5465430 bcachefs: Don't need to walk inodes on ↵Kent Overstreet
clean shutdown
2018-11-30Update bcachefs sources to 62de7539dc bcachefs: Make bkey types globally uniqueKent Overstreet
2018-11-12Update bcachefs sources to a9f14c773f bcachefs: More btree gc refactoringsKent Overstreet
2018-11-09Update bcachefs sources to d7dbddc450 bcachefs: revamp to_text methodsKent Overstreet
2018-06-27Update bcachefs sources to 2cb70a82bc bcachefs: delete some debug codeKent Overstreet
2018-05-17Update bcachefs sources to 0906b1fb49 bcachefs: fixes for 32 bit/big endian ↵Kent Overstreet
machines
2018-04-10Update bcachefs sources to edf5f38218 bcachefs: Refactor superblock codeKent Overstreet
2018-03-13Update bcachefs sources to f7ccf51390 bcachefs: durabilityKent Overstreet
2018-02-28Update bcachefs sources to e7f4678827 bcachefs: fix variable shadowing in ↵Kent Overstreet
macro call
2018-02-19Update bcachefs sources to 90d78c2461 bcachefs: Option parsing for io targetsKent Overstreet
2018-02-16Update bcachefs sources to e99d29e402 bcachefs: zstd support, compression ↵Kent Overstreet
refactoring
2018-02-08Update bcachefs sources to d5e561b3cc bcachefs: BCH_DATA ioctlKent Overstreet
2018-01-11Update bcachefs sources to 02ae70070a bcachefs: Allocate new btree roots lazilyKent Overstreet
2017-12-29Update bcachefs sources to 0b8c5d0fb7 bcachefs: refactor superblock validationKent Overstreet
2017-12-23Update bcachefs sources to 2afdc642c2 bcachefs: kill bucket_data_type, ↵Kent Overstreet
improve disk usage stats
2017-12-21Update bcachefs sources to 14ce2a2031 bcachefs: fixes for building in userspaceKent Overstreet
2017-11-08Update bcachefs sources to d4b7ef921a bcachefs: RefactoringKent Overstreet
2017-10-08Update bcachefs sources to e82e656279 bcachefs: Cleanups for building in ↵Kent Overstreet
userspace
2017-06-13Update bcachefs sources to 6a25f7a00d bcachefs: fix ioctl codeKent Overstreet
2017-05-12Update bcachefs sources to 14e9ac5016 bcachefs: btree_iter fastpathKent Overstreet
2017-05-08Update bcachefs sources to 9ceb982d77 bcachefs: Store bucket gens in a btreeKent Overstreet
2017-03-19Rename from bcache-tools to bcachefs-toolsKent Overstreet