summaryrefslogtreecommitdiff
path: root/cmd_attr.c
AgeCommit message (Collapse)Author
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-15cmd_attr: check for errors from fdopendir()Kent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2022-05-26Update email addressKent Overstreet
This changes linux-bcache@vger.kernel.org references to the correct mailing list (linux-bcachefs@vger.kernel.org). Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2021-04-16Fix some small memory leaksKent Overstreet
Found with -fsanitize=leak Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2019-08-21Fix typosJonathan Carter
2018-12-19New setattr commandKent Overstreet