aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2024-02-07f2fs-tools: fix to check loop deviceChao Yu1-0/+2
2023-08-25f2fs-tools: convert to lseek() and kill lseek64Waldemar Brodkorb1-2/+0
2023-04-11f2fs-tools: upgrade version 1.16.0v1.16.0Jaegeuk Kim1-2/+2
2022-11-23Remove sg_write_bufferBart Van Assche1-1/+0
2022-11-09f2fs-tools: define HAVE_CLOCK_GETTIME properlyJuhyung Park1-0/+1
2022-07-21configure.ac: fix cross compilationNick Hainke1-10/+34
2022-07-21configure.ac: fix AC_ARG_WITHNick Hainke1-14/+30
2022-05-13f2fs-tools: upgrade version 1.15.0v1.15.0Jaegeuk Kim1-2/+2
2022-05-13f2fs-tools: build silentlyJaegeuk Kim1-0/+2
2022-04-26f2fs-tools: support zoned device in AndroidJaegeuk Kim1-1/+8
2022-04-22Change #ifdef _WIN32 checks into #ifdef HAVE_.*Bart Van Assche1-0/+2
2022-04-22configure.ac: Detect selinux/android.hBart Van Assche1-0/+1
2022-04-22configure.ac: Detect the sparse/sparse.h headerBart Van Assche1-0/+1
2022-04-22Fix the MinGW buildBart Van Assche1-0/+46
2022-04-22configure.ac: Enable cross-compilationBart Van Assche1-27/+20
2022-04-22configure.ac: Sort header file names alphabeticallyBart Van Assche1-2/+2
2022-04-22configure.ac: Enable the automake -Wall optionBart Van Assche1-1/+2
2022-04-22configure.ac: Remove two prototype testsBart Van Assche1-25/+0
2022-04-22configure.ac: Stop using obsolete macrosBart Van Assche1-2/+2
2020-12-23f2fs-tools:sload.f2fs compression supportRobin Hsu1-0/+12
2020-12-07f2fs_io: change fibmap to fiemapDaeho Jeong1-0/+1
2020-08-24f2fs-tools: release 1.14.0v1.14.0Jaegeuk Kim1-2/+2
2020-08-20f2fs-tools: zns zone-capacity supportAravind Ramesh1-0/+4
2020-04-15fsck.f2fs: quick fix of CLOCK_BOOTTIME in macJaegeuk Kim1-0/+1
2019-09-24f2fs-tools: release 1.13.0v1.13.0Jaegeuk Kim1-2/+2
2019-01-03tools: add f2fs_ioJaegeuk Kim1-0/+1
2018-11-21f2fs-tools: release 1.12.0v1.12.0Jaegeuk Kim1-4/+4
2018-08-27f2fs-tools: release 1.11.1Jaegeuk Kim1-2/+2
2018-08-27f2fs-tools: Fix cross-build problem caused by AC_CHECK_FILE abuseHelmut Grohne1-3/+3
2018-08-27add configure option --with-root-libdirTheodore Ts'o1-0/+11
2018-08-27configure: uclinux is also linuxBaruch Siach1-1/+1
2018-07-10f2fs-tools: release 1.11.0v1.11.0Jaegeuk Kim1-2/+2
2018-05-04f2fs-tools: get kernel version via uname(2)Jaegeuk Kim1-0/+1
2018-03-14tools: sg_write_buffer: add sg_write_buffer for FFUHyojun Kim1-0/+1
2018-01-30f2fs-tools: release 1.10.0v1.10.0Jaegeuk Kim1-2/+2
2017-11-14f2fs-tools: build binaries in MacJaegeuk Kim1-14/+85
2017-11-11dump/fsck: introduce print_xattr_entrySheng Yong1-1/+1
2017-11-11dump.f2fs: introduce dump_xattrSheng Yong1-1/+3
2017-09-21f2fs-tools: release 1.9.0v1.9.0Jaegeuk Kim1-2/+2
2017-03-06mkfs.f2fs: check overwrite before make filesystemKinglong Mee1-2/+18
2017-02-03f2fs-tools: release 1.8.0v1.8.0Jaegeuk Kim1-3/+3
2017-01-13Add a configure option for SELinux supportSergey Kvachonok1-2/+18
2016-11-01f2fs-tools: introduce support for zoned block devicesDamien Le Moal1-1/+1
2016-10-23sload.f2fs: allow to build without libselinuxChristian Hesse1-1/+3
2016-07-29f2fs-tools: release 1.7.0v1.7.0Jaegeuk Kim1-3/+3
2016-04-18sload.f2fs: support loading files into partition directlyJaegeuk Kim1-0/+1
2016-03-22f2fs-tools: release 1.6.1v1.6.1Jaegeuk Kim1-2/+2
2015-12-09f2fs-tools: add library version infoJaegeuk Kim1-0/+10
2015-03-13configure: add check for fallocateGustavo Zacarias1-0/+1
2015-03-08f2fs-tools: fix build system to make distcheck correctlyAnthony G. Basile1-4/+4
2014-12-29configure: add check for bswap_64Yann E. MORIN1-0/+3
2014-12-29configure: also check for byteswap.hYann E. MORIN1-1/+1
2014-11-07mkfs.f2fs: reclaim free space in case of regular fileChangman Lee1-1/+1
2014-07-25mkfs.f2fs: fix name conflict for BLKDISCARDSankalp Bose1-1/+1
2014-01-14f2fs-tools: add f2fstat to print f2fs's status in secChangman Lee1-0/+1
2013-07-04f2fs-tools: add fsck.f2fs and dump.f2fsChangman Lee1-0/+1
2013-04-04build: make several base functions as a libraryJaegeuk Kim1-2/+13
2012-12-12build: replace obsolete build macrosJan Engelhardt1-1/+1
2012-12-12build: set some automake optionsJan Engelhardt1-1/+1
2012-12-12build: make use of AC_CONFIG_AUX_DIRJan Engelhardt1-0/+1
2012-12-12build: use pkgconfig to determine libuuid's parametersJan Engelhardt1-4/+1
2012-12-12build: remove unnecessary m4_flattenJan Engelhardt1-6/+6
2012-12-07Unify version and date managementSven-Göran Bergh1-2/+31
2012-11-26touch up autotoolsMike Frysinger1-6/+20
2012-11-26Enhancement: add uuidJaegeuk Kim1-0/+4
2012-11-26mkfs: Initial commit for patch v2 seriesJaegeuk Kim1-0/+31