Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-22 | bcachefs: Fix 32 bit build | Kent Overstreet | |
vstruct_bytes() was returning a u64 - it should be a size_t, the corect type for the size of anything that fits in memory. Also replace a 64 bit divide with div_u64(). Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> | |||
2023-10-22 | bcachefs: Initial commit | Kent Overstreet | |
Initially forked from drivers/md/bcache, bcachefs is a new copy-on-write filesystem with every feature you could possibly want. Website: https://bcachefs.org Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> |