summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2023-12-18v1.3.6v1.3.6Kent Overstreet
2023-12-16Fix makefile when building without systemdKent Overstreet
2023-12-15Update bcachefs sources to 841a95c29f4c bcachefs: fix userspace build errorsKent Overstreet
2023-12-09bcachefs-tools: Disable -Wgnu-variable-sized-type-not-at-end for clangChris Webb
2023-12-08bcachefs-tools: make 'all' the default Makefile goalTero Roponen
2023-12-07Update bcachefs sources to 6d44812757dd bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet
2023-12-07fsck: add a service to schedule and run bcachefsck@ servicesDarrick J. Wong
2023-12-07fsck: add systemd service definitions for automatic online serviceDarrick J. Wong
2023-12-07Multiple small fuse fixes for write, api, and hardlinkTautvydas Nesvarbu
2023-12-06fix udev rules pathAlexander Fougner
2023-12-04misc: don't allow udisks to automount bcachefs filesystems with no promptorigin/master_2023-12-04Darrick J. Wong
2023-11-30Update bcachefs sources to 71a5b27e017d bcachefs: Make backpointer fsck wb fl...Kent Overstreet
2023-11-22Update bcachefs sources to 783085c3cc44 kbuild: Allow gcov to be enabled on t...Kent Overstreet
2023-11-16Version is now specified in the makefileKent Overstreet
2023-11-04downgrade rust deps to compile for MSRVAlexander Fougner
2023-09-26Create symlinks on install with ln -sfKent Overstreet
2023-09-22Kill shell script wrappersKent Overstreet
2023-08-17Update bcachefs sources to a8115093df bcachefs: Fix divide by zero in rebalan...Kent Overstreet
2023-08-11fuse: Set fsname correctlyKent Overstreet
2023-08-04ci: set and verify MSRVAlexander Fougner
2023-06-08Sort input file listBernhard M. Wiedemann
2023-06-04Update bcachefs sources to 7c0fe6f104 bcachefs: Fix bch2_fsck_ask_yn()Kent Overstreet
2023-05-02Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshotsv0.29Kent Overstreet
2023-04-20Add a NO_RUST optionKent Overstreet
2023-04-20Delete pytestKent Overstreet
2023-03-19Fix build dependenciesKent Overstreet
2023-03-08add rpm make target and fix up spec fileEric Sandeen
2023-03-04Update bcachefs sources to 171da96d76 bcachefs: Drop some anonymous structs, ...Kent Overstreet
2023-02-21Rust now integrated into bcachefs binaryKent Overstreet
2023-02-09Update bcachefs sources to ea93c26e98 fixup! bcachefs: We can handle missing ...Kent Overstreet
2023-02-01Makefile: build with -Wno-deprecated-declarationsKent Overstreet
2023-01-03make: remove libbcachefs.so when cleaning.Daniel Hill
2022-11-15bcachefs-tools: add tarball make targetEric Sandeen
2022-11-15bcachefs-tools: Prettify make outputEric Sandeen
2022-11-13Update bcachefs sources to 8d3fc97ca3 bcachefs: Fixes for building in userspaceKent Overstreet
2022-10-15Update bcachefs sources to 3e93567c51 bcachefs: Switch to local_clock() for f...Kent Overstreet
2022-08-18Update bcachefs sources to dfaf9a6ee2 lib/printbuf: Clean up headersKent Overstreet
2022-04-08Update bcachefs sources to 6ddf061e68 bcachefs: Use a genradix for reading jo...Kent Overstreet
2022-03-24check for libkeyutils with pkg-configBrett Holman
2022-01-12Makefile: We need to exclude hidden foldersDaniel B. Hill
2022-01-10Fix makefile for building docsKent Overstreet
2021-12-20Delete old bcachefs.5 from makefileKent Overstreet
2021-12-19Update bcachefs sources to ff3a76e1af bcachefs: Change need_whiteout_for_snap...Kent Overstreet
2021-10-23Use scrypt from libsodiumChris Webb
2021-10-20Makefile: fix rst2man lookup and add pytest lookupKayla Firestack
2021-10-19Makefile: prefix libbcachefs.so installation with `DESTDIR`Kayla Firestack
2021-10-19rst2man: convert `which` to `command -v`Kayla Firestack
2021-10-18fix "no rst2man found!" build error on debian and ubuntuIgor Velkov
2021-10-18Build with -fPICKent Overstreet
2021-10-18split mount into a library crate for rust reuseKayla Firestack