aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-12-04misc: don't allow udisks to automount bcachefs filesystems with no promptHEADorigin/master_2023-12-04masterDarrick J. Wong1-1/+6
2023-11-30Update bcachefs sources to 71a5b27e017d bcachefs: Make backpointer fsck wb fl...Kent Overstreet1-4/+5
2023-11-22Update bcachefs sources to 783085c3cc44 kbuild: Allow gcov to be enabled on t...Kent Overstreet1-1/+1
2023-11-16Version is now specified in the makefileKent Overstreet1-1/+2
2023-11-04downgrade rust deps to compile for MSRVAlexander Fougner1-0/+5
2023-09-26Create symlinks on install with ln -sfKent Overstreet1-6/+6
2023-09-22Kill shell script wrappersKent Overstreet1-6/+7
2023-08-17Update bcachefs sources to a8115093df bcachefs: Fix divide by zero in rebalan...Kent Overstreet1-4/+0
2023-08-11fuse: Set fsname correctlyKent Overstreet1-0/+3
2023-08-04ci: set and verify MSRVAlexander Fougner1-1/+5
2023-06-08Sort input file listBernhard M. Wiedemann1-1/+1
2023-06-04Update bcachefs sources to 7c0fe6f104 bcachefs: Fix bch2_fsck_ask_yn()Kent Overstreet1-0/+4
2023-05-02Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshotsKent Overstreet1-2/+0
2023-04-20Add a NO_RUST optionKent Overstreet1-1/+9
2023-04-20Delete pytestKent Overstreet1-16/+0
2023-03-19Fix build dependenciesKent Overstreet1-2/+2
2023-03-08add rpm make target and fix up spec fileEric Sandeen1-2/+6
2023-03-04Update bcachefs sources to 171da96d76 bcachefs: Drop some anonymous structs, ...Kent Overstreet1-0/+4
2023-02-21Rust now integrated into bcachefs binaryKent Overstreet1-28/+15
2023-02-09Update bcachefs sources to ea93c26e98 fixup! bcachefs: We can handle missing ...Kent Overstreet1-8/+0
2023-02-01Makefile: build with -Wno-deprecated-declarationsKent Overstreet1-0/+1
2023-01-03make: remove libbcachefs.so when cleaning.Daniel Hill1-1/+1
2022-11-15bcachefs-tools: add tarball make targetEric Sandeen1-1/+18
2022-11-15bcachefs-tools: Prettify make outputEric Sandeen1-5/+30
2022-11-13Update bcachefs sources to 8d3fc97ca3 bcachefs: Fixes for building in userspaceKent Overstreet1-1/+1
2022-10-15Update bcachefs sources to 3e93567c51 bcachefs: Switch to local_clock() for f...Kent Overstreet1-0/+6
2022-08-18Update bcachefs sources to dfaf9a6ee2 lib/printbuf: Clean up headersKent Overstreet1-1/+5
2022-04-08Update bcachefs sources to 6ddf061e68 bcachefs: Use a genradix for reading jo...Kent Overstreet1-0/+6
2022-03-24check for libkeyutils with pkg-configBrett Holman1-1/+1
2022-01-12Makefile: We need to exclude hidden foldersDaniel B. Hill1-3/+3
2022-01-10Fix makefile for building docsKent Overstreet1-1/+1
2021-12-20Delete old bcachefs.5 from makefileKent Overstreet1-3/+4
2021-12-19Update bcachefs sources to ff3a76e1af bcachefs: Change need_whiteout_for_snap...Kent Overstreet1-21/+5
2021-10-23Use scrypt from libsodiumChris Webb1-1/+1
2021-10-20Makefile: fix rst2man lookup and add pytest lookupKayla Firestack1-10/+25
2021-10-19Makefile: prefix libbcachefs.so installation with `DESTDIR`Kayla Firestack1-1/+1
2021-10-19rst2man: convert `which` to `command -v`Kayla Firestack1-2/+2
2021-10-18fix "no rst2man found!" build error on debian and ubuntuIgor Velkov1-8/+6
2021-10-18Build with -fPICKent Overstreet1-1/+1
2021-10-18split mount into a library crate for rust reuseKayla Firestack1-12/+28
2021-10-12Fix errors related to rst2man warning message:Brett Holman1-10/+8
2021-10-11Clean up smoketest and pytests.Brett Holman1-1/+1
2021-07-28Update bcachefs sources to b964c6cba8 bcachefs: Change lockrestart_do() to al...Kent Overstreet1-3/+3
2021-07-24fixup! rst2man detection hangsjpsollie1-2/+6
2021-07-24Reapply compiler checksjpsollie1-19/+10
2021-07-24Makefile: detect rst2manStijn Tintel1-1/+13
2021-07-23Bring back debug makefile targetKent Overstreet1-0/+4
2021-07-10Documentation fixup: made filenames more descriptive, switched parsing utilit...Brett Holman1-5/+6
2021-07-07add bcachefs xor / xxhash supportjpsollie1-0/+4
2021-07-06Fix some makefile misspellingsKent Overstreet1-4/+2
2021-07-06Switched documentation from asciidoc to rst, added doc autogeneration code fo...Brett Holman1-5/+9
2021-07-04Update bcachefs sources to 1a510b00b6 bcachefs: Increase BTREE_TRANS_MEM_MAXKent Overstreet1-14/+19
2021-06-13Cleanup Makefile for better compatibility + enable "make debug"jpsollie1-19/+14
2021-05-24Makefile: rename D to BCACHEFS_DEBUGStijn Tintel1-1/+1
2021-05-19minor fixes for clang supportBrett Holman1-5/+7
2021-03-29Update bcachefs sources to 18686af684 bcachefs: Inode backpointersKent Overstreet1-0/+4
2020-12-03Update bcachefs sources to 0010403265 bcachefs: Fix spurious alloc errors on ...Kent Overstreet1-0/+1
2020-10-15Build with -Wno-zero_length_boundsKent Overstreet1-0/+1
2020-08-24Add a shell script version of mount.bcachefsKent Overstreet1-0/+1
2020-08-24make D=1 now implies valgrindKent Overstreet1-1/+1
2020-07-25Initial WIP new user's manualKent Overstreet1-0/+3
2020-05-14Update bcachefs sources to e1f6739c4a bcachefs: Fix another iterator counting...Kent Overstreet1-1/+7
2020-05-08Don't build mount.bcachefs by defaultKent Overstreet1-1/+1
2020-05-05Add a mount.bcachefs toolYuxuan Shui1-4/+15
2020-04-23Don't use pkgconfig for libkeyutilsKent Overstreet1-1/+1
2020-03-25Use pkgconfig for libkeyutilsKent Overstreet1-1/+1
2019-12-28bcachefs-tools: Add a smoke test master script.Justin Husted1-1/+4
2019-12-06Add Fedora, Ubuntu, Arch info to INSTALLBrendon Boldt1-1/+1
2019-12-04Put valgrind support behind CONFIG_VALGRINDKent Overstreet1-0/+1
2019-11-11Make fuse3 support optional and document.Justin Husted1-1/+5
2019-11-04Add makefile support for tags.Justin Husted1-0/+7
2019-11-03Initial version of bcachefs tests.Justin Husted1-2/+9
2019-10-18fuseKent Overstreet1-1/+2
2019-08-27Build with -fno-delete-null-pointer-checksKent Overstreet1-0/+1
2019-03-10Add PKG_CONFIG variable and replace pkg-configDanilo Spinella1-4/+5
2019-03-10Fix PREFIX variable assignementDanilo Spinella1-1/+1
2019-01-14Abort compilation early if pkg-config failsTim Schlueter1-0/+6
2019-01-13Replaced mkdir -p with install -D in make installTim Schlueter1-9/+10
2019-01-13Only run pkg-config once in Makefile, added EXTRA linker varsTim Schlueter1-11/+17
2018-11-23snapraidKent Overstreet1-1/+1
2018-05-27Don't add commit id to version when building from a tagTim Schlueter1-1/+1
2018-05-26Added 'version' command to print when the bcachefs tool was builtTim Schlueter1-0/+13
2018-05-17Switch to liblz4Kent Overstreet1-5/+1
2018-02-16Update bcachefs sources to e99d29e402 bcachefs: zstd support, compression ref...Kent Overstreet1-2/+9
2018-02-11Set debian/compat to 10Tim Schlueter1-6/+3
2018-02-11add -c to cmd_unlock, to check if a device needs to be unlockedKent Overstreet1-0/+5
2018-02-09Makefile: default PREFIX to /usr/localLeah Neukirchen1-1/+1
2017-12-10build: require explicit include paths for libbcachefs/Austin Seipp1-1/+1
2017-12-10build: use 'find', not 'git', to locate C source codeAustin Seipp1-1/+1
2017-11-12Simple stupid memory reclaim codeKent Overstreet1-1/+1
2017-11-08Update bcachefs sources to d4b7ef921a bcachefs: RefactoringKent Overstreet1-1/+1
2017-10-08Update for new superblock options; makefile improvementsKent Overstreet1-60/+8
2017-10-08Faster crc32cKent Overstreet1-4/+0
2017-08-23Workarounds for building with gcc 4Kent Overstreet1-1/+2
2017-06-13Update bcachefs sources to 6a25f7a00d bcachefs: fix ioctl codeKent Overstreet1-1/+2
2017-05-08Update bcachefs sources to 113b475ed2 bcachefs: Better error handling reading...Kent Overstreet1-0/+2
2017-05-05Update bcachefs sources to 3610542890 bcachefs: Convert to skcipher interface...Kent Overstreet1-1/+1
2017-04-23Use aioKent Overstreet1-1/+1
2017-04-14Update bcachefs sources to f026e4e024Kent Overstreet1-1/+1
2017-04-04Fix some clang warningsKent Overstreet1-4/+14
2017-04-04Update bcachefs sources to ff95156479Kent Overstreet1-0/+5
2017-03-19bcachefs-in-userspace improvementsKent Overstreet1-5/+35
2017-03-19Rename from bcache-tools to bcachefs-toolsKent Overstreet1-40/+33
2017-03-09cmd_migrateKent Overstreet1-0/+1
2017-03-03Delete more unused shim code, update bcache codeKent Overstreet1-1/+7
2017-02-28New on disk format - encryptionKent Overstreet1-2/+5
2017-02-06Add a command to dump filesystem metadataKent Overstreet1-1/+3
2017-02-06update bcache code, fsck improvementsKent Overstreet1-5/+21
2017-01-20bcache in userspace; userspace fsckKent Overstreet1-11/+31
2016-12-11add support for maximum journal entry sizeKent Overstreet1-3/+8
2016-10-11add dependency generation to make fileKent Overstreet1-2/+4
2016-10-06finish ripping out libnihKent Overstreet1-1/+1
2016-10-06bcache device_show now dumps superblocksKent Overstreet1-1/+1
2016-08-28Documentation/makefile workKent Overstreet1-9/+16
2016-08-25Rework option handlingKent Overstreet1-9/+7
2016-08-17Encryption supportKent Overstreet1-2/+2
2016-04-25debifyKent Overstreet1-19/+14
2016-03-11bin, not sbinKent Overstreet1-1/+1
2016-03-11Redo lots of stuffKent Overstreet1-10/+21
2015-08-28Don't install udev hook - it's confusing with bcachefsKent Overstreet1-2/+2
2015-05-10rewriteKent Overstreet1-1/+2
2015-03-28Major refactoring, add new settings to bcacheadm formatKent Overstreet1-1/+1
2015-03-15Minor cleanupKent Overstreet1-1/+2
2015-01-27Cleanup, rip out more code, fix compiler warningsKent Overstreet1-21/+11
2014-12-05bcacheadm fixesKent Overstreet1-5/+14
2014-08-29Superblock version 6Kent Overstreet1-1/+1
2014-08-05Add bcachectl: to start bcache, add and remove devices.Surbhi Palande1-3/+4
2013-10-07Add an INSTALL macro to the MakefileRolf Fokkens1-7/+8
2013-10-07Add DRACUTLIBDIR to MakefileRolf Fokkens1-2/+3
2013-10-07Add a dracut module for bcacheRolf Fokkens1-0/+3
2013-10-06Move probe-bcache to UDEVLIBDIRGabriel1-3/+3
2013-10-05udev: Fit into the standard rule sequenceGabriel1-2/+3
2013-10-03super-show: Print labelGabriel1-0/+1
2013-09-22Install the initramfs hook in /usr/share not /etcGabriel1-2/+2
2013-09-01make-bcache: Prevent stray superblocksGabriel1-4/+5
2013-04-11Register devices with just udev.Gabriel1-1/+1
2013-03-09Add a command to display a bcache superblock.Gabriel1-5/+7
2013-01-22Don't error out if the distro isn't using initramfsKent Overstreet1-2/+2
2012-07-13Fix the initramfs scriptKent Overstreet1-4/+5
2012-04-11Update initramfs probe scriptKent Overstreet1-1/+1
2012-02-16bcache-tools: probe-bcache.8 man pageDmitry Smirnov1-1/+1
2011-11-20Makefile to follow GNU Make best practiceDmitry Smirnov1-8/+8
2011-07-26Add checksum to superblockRicky Benitez1-0/+1
2011-02-13StuffKent Overstreet1-4/+4
2010-12-16DocumentationKent Overstreet1-5/+5
2010-10-08UUIDsKent Overstreet1-4/+9
2010-07-29CleanupsKent Overstreet1-1/+7
2010-05-27autoKent Overstreet1-1/+1
2010-05-22Write testing, fixed checksummingKent Overstreet1-2/+2
2010-05-15MakefileKent Overstreet1-0/+9