summaryrefslogtreecommitdiff
path: root/libbcachefs/acl.c
AgeCommit message (Collapse)Author
2024-05-09Update bcachefs sources to 07f9a27f1969 bcachefs: add no_invalid_checks flagKent Overstreet
2024-04-15Update 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-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-03Update bcachefs sources to 2a6125decb43 bcachefs: bch_sb_field_downgradeKent 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-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-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-06Update bcachefs sources to 3856459b1b bcachefs: ↵Kent Overstreet
bch2_btree_iter_peek_node_and_restart() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2022-10-22Update bcachefs sources to cd779e0cc5 bcachefs: Skip inode unpack/pack in ↵v0.23Kent Overstreet
bch2_extent_update()
2022-08-11Update bcachefs sources to 90a9c61e2b bcachefs: Switch ↵Kent Overstreet
bch2_btree_delete_range() to bch2_trans_run()
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-11-03Update bcachefs sources to 5fd0c70102 bcachefs: Fix __remove_dirent()Kent Overstreet
2021-09-26Update bcachefs sources to 386f00b639 bcachefs: Snapshot creation, deletionKent Overstreet
2021-09-09Update bcachefs sources to 3f3f969859 bcachefs: Fix some compiler warningsKent Overstreet
2021-07-28Update bcachefs sources to b964c6cba8 bcachefs: Change lockrestart_do() to ↵Kent Overstreet
always call bch2_trans_begin()
2021-07-04Update bcachefs sources to 1a510b00b6 bcachefs: Increase BTREE_TRANS_MEM_MAXKent Overstreet
2021-06-10Update bcachefs sources to 69be0dae31 bcachefs: Always zero memory from ↵Kent Overstreet
bch2_trans_kmalloc()
2021-06-08Update bcachefs sources to e3a7cee503 bcachefs: Don't mark superblocks past ↵Kent Overstreet
end of usable space
2021-03-21Update bcachefs sources to 0a9f0fc68a bcachefs: Don't unconditially ↵Kent Overstreet
version_upgrade in initialize
2021-03-16Update bcachefs sources to 242d37cbd0 bcachefs: Kill btree_iter_pos_changed()Kent Overstreet
2020-01-04Update bcachefs sources to c9eb15545d bcachefs: Don't call trans_iter_put() ↵Kent Overstreet
on error pointer
2019-12-28Update bcachefs sources to cfb41d25c7 bcachefs: Add an assertion to track ↵Kent Overstreet
down a heisenbug
2019-10-04Update bcachefs sources to cddca21efc bcachefs: Don't use sha256 for siphash ↵Kent Overstreet
str hash key
2019-10-01Update bcachefs sources to 380885b0b8 bcachefs: Fix counting iterators for ↵Kent Overstreet
reflink pointers
2019-07-11Update bcachefs sources to b91a514413 bcachefs: Don't try to delete stripes ↵Kent Overstreet
when RO
2019-05-24Update bcachefs sources to f38382c574 bcachefs: Improve key marking interfaceKent Overstreet
2019-03-24Update bcachefs sources to ffe09df106 bcachefs: Verify fs hasn't been ↵Kent Overstreet
modified before going rw
2018-11-30Update bcachefs sources to 62de7539dc bcachefs: Make bkey types globally uniqueKent Overstreet
2018-10-12Update bcachefs sources to d7f6da1d60 bcachefs: fix missing includeKent Overstreet
2018-08-15Update bcachefs sources to 15f6e66e86 bcachefs: pass around bset_tree lessKent Overstreet
2018-07-16Update bcachefs sources to eab3b355cf bcachefs: trace transaction restartsKent Overstreet
2018-07-13Update bcachefs sources to 940d6ca657 bcachefs: acl code improvementsKent Overstreet
2018-06-01Update bcachefs sources to 9abf628c70 bcachefs: Fix a spurious error in fsckKent Overstreet
2018-02-28Update bcachefs sources to e7f4678827 bcachefs: fix variable shadowing in ↵Kent Overstreet
macro call
2018-02-07Update bcachefs sources to 496cbe9474 bcachefs: export bch2_alloc_write()Kent Overstreet
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-03-19Rename from bcache-tools to bcachefs-toolsKent Overstreet