Age | Commit message (Collapse) | Author |
|
checksum errors now REQ_FUA
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
checksum errors now REQ_FUA
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
bcachefs_metadata_version_disk_accounting_big_endian
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
for big endian builds
|
|
implementation
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
btree iter flags
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
|
|
also clears should_be_locked
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
missing inodes in fsck
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
We just wanted c sourcefiles out of the top level, not c source
directories.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
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>
|
|
optimistic spinning
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
in snapshot deletion
|
|
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
direct assignment
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
userspace
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
rebalance_work()
|
|
|
|
types
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
btree roots for all alloc btrees
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
|
|
|
|
|
|
bch2_get_alloc_in_memory_pos()
|
|
|
|
improvements
|
|
bch2_extent_update()
|
|
reporting in show_mem.c
|
|
|
|
|
|
alloc -> lru refs until after RW
|
|
|
|
tracepoint
|
|
not use lookup_bdev()
|
|
|
|
|
|
|
|
always call bch2_trans_begin()
|
|
every write
|
|
bch2_trans_kmalloc()
|
|
|
|
interior btree ptrs
|
|
|
|
and bch2_btree_iter_traverse()
|
|
version_upgrade in initialize
|
|
|
|
|
|
bitmap in fsck
|