aboutsummaryrefslogtreecommitdiffstats
path: root/oslib
AgeCommit message (Expand)AuthorFilesLines
2024-02-07oslib: log BLKREPORTZONE error codeDmitry Fomichev1-0/+2
2023-07-20zbd: get max_active_zones limit value from zoned devicesShin'ichiro Kawasaki2-0/+32
2023-07-05zbd: Support finishing zones on AndroidBart Van Assche1-12/+12
2022-11-18oslib: blkzoned: add blkzoned_finish_zone() helper functionShin'ichiro Kawasaki2-0/+45
2022-02-20Spelling and grammar fixesVille Skyttä1-3/+3
2022-01-20linux-dev-lookup.c: Put the check for replay_redirect in the beginningLukas Straub1-11/+10
2021-09-02oslib: Fix blkzoned_get_max_open_zones()Damien Le Moal1-1/+3
2021-06-14zbd: remove zbd_zoned_model ZBD_IGNORENiklas Cassel1-4/+2
2021-05-14ioengines: add get_max_open_zones zoned block device operationNiklas Cassel2-0/+28
2021-05-14oslib/linux-blkzoned: move sysfs reading into its own functionNiklas Cassel1-22/+40
2021-05-10oslib/linux-blkzoned: make sure that we always support zone capacityNiklas Cassel1-2/+31
2021-01-29zbd: engines/libzbc: don't fail on assert for offline zonesDmitry Fomichev1-1/+1
2021-01-06Change ARRAY_SIZE to FIO_ARRAY_SIZEJens Axboe2-2/+3
2020-10-13getopt_long: avoid variable global initializationCheng Li1-2/+2
2020-09-01oslib/linux-blkzoned: Allow reset zone before file set upShin'ichiro Kawasaki1-3/+15
2020-08-18oslib: fix asprintf build failureTomohiro Kusumi2-1/+2
2020-07-21zbd: Support zone capacity smaller than zone sizeShin'ichiro Kawasaki1-0/+11
2020-06-23oslib/linux-blkzoned: fix bogus poiter alignment warningJens Axboe1-1/+1
2020-04-07fio: Generalize zonemode=zbdDamien Le Moal2-0/+268
2020-03-03engines/filestat: add statx(2) syscall supportTomohiro Kusumi2-0/+37
2018-10-26oslib: fix strlcat's incorrect copyingTomohiro Kusumi2-21/+50
2018-08-13asprintf: fix indentationJens Axboe1-19/+19
2018-07-25replace typeof with __typeof__Kefu Chai1-5/+5
2018-04-20configure: use proper CONFIG_ prefix for asprintf/vasprintfJens Axboe2-4/+4
2018-03-21oslib: make str* compat functions more uniformSitsofe Wheeler8-13/+33
2018-03-21Refactor #includes and headersSitsofe Wheeler2-0/+3
2018-03-19Add an asprintf() implementationBart Van Assche2-0/+54
2017-10-29fio: update FSF addressSitsofe Wheeler6-6/+6
2017-10-03oslib/libmtd: Removing useless err assigmentErwan Velu1-1/+0
2017-07-06oslib/libmtd: kill dead codeJens Axboe1-42/+0
2017-06-27mtd: add private rpmatch()Jens Axboe1-11/+2
2017-06-25Android: fix missing sysmacros.h includeJens Axboe1-0/+1
2017-06-08oslib/strndup: cleanup and remember to include for aux programsJens Axboe2-4/+2
2017-06-08Add strndup() function, if we don't have itJens Axboe2-0/+27
2017-06-07blktrace: ensure that dev loop doesn't truncate nameJens Axboe1-1/+1
2017-04-26Make oslib/linux-dev-lookup.c a stand-alone libraryTomohiro Kusumi1-2/+1
2017-04-26Make oslib/strlcat.c a stand-alone libraryTomohiro Kusumi1-1/+1
2016-11-14Fix memory leak on tmp_bufColin Ian King1-0/+1
2016-08-15Fixup correct sparse warningsJens Axboe3-1/+3
2016-07-29Use in-place path separator "/" for Linux specific codeTomohiro Kusumi1-1/+1
2016-04-22oslib/getopt_long: allow (unique) short matchJens Axboe1-5/+31
2016-04-21include sys/sysmacros.h for major/minorMike Frysinger1-0/+1
2016-02-03libmtd: compile fix for linux header changes.Robin H. Johnson1-0/+3
2015-12-28t/genzipf: fix for strcasestr missingJens Axboe1-0/+4
2015-12-28Fix included getopt locationsJens Axboe1-0/+26
2015-11-30Move conditional lib files to oslib/Jens Axboe17-0/+2956