aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add zfetch stats in arcstatsAmeer Hamza2024-04-191-5/+42
* Fix: FreeBSD Arm64 does not build currentlyTino Reichardt2024-04-192-2/+2
* Linux 6.8 compat: META (#16099)Tony Hutter2024-04-171-1/+1
* zts: add a debug option to get full test outputRob N2024-04-162-8/+25
* Do no use .cfi_negate_ra_state within the assembly on Arm64Tino Reichardt2024-04-152-5/+21
* Add the BTI elf note to the AArch64 SHA2 assemblyAndrew Turner2024-04-152-0/+20
* zinject: "no-op" error injectionRob N2024-04-154-6/+19
* zts: allow running a single test by name onlyRob N2024-04-151-2/+13
* bdev_discard_supported: understand discard_granularity=0Rob N2024-04-121-2/+4
* zio: rename ZIO_TYPE_IOCTL to ZIO_TYPE_FLUSHRob Norris2024-04-1213-47/+53
* dkio: remove kernel dkio.h compatibility headerRob Norris2024-04-125-76/+0
* zio: remove io_cmd and DKIOCFLUSHWRITECACHERob Norris2024-04-1210-157/+106
* zio: remove zio_ioctl()Rob Norris2024-04-122-19/+17
* Add support for zfs mount -R <filesystem>Umer Saleem2024-04-117-18/+216
* AUTHORS: refresh with recent new contributorsRob N2024-04-112-0/+53
* vdev_disk: fix alignment check when buffer has non-zero starting offsetRob Norris2024-04-112-2/+2
* tests: add test for vdev_disk page alignment checkRob Norris2024-04-116-0/+435
* Illumos#16463 zfs_ioc_recv leaks nvlistAndy Fiddaman2024-04-111-11/+19
* return NULL at end of send_progress_threadJason Lee2024-04-101-0/+1
* Add custom debug printing for your assertsRich Ercolani2024-04-104-31/+372
* config/Substfiles.am: restrict to the dedicated list.Benda Xu2024-04-091-1/+1
* L2ARC: Relax locking during writeAlexander Motin2024-04-096-99/+131
* Small fix to prefetch ranges aggregationAlexander Motin2024-04-091-2/+2
* etc/init.d: decide which variant to use at build time.Benda Xu2024-04-088-13/+14
* Fix locale-specific timeMaxim Filimonov2024-04-082-8/+8
* Remove db_state DB_NOFILL checks from syncing contextAlexander Motin2024-04-081-25/+19
* Speculative prefetch for reordered requestsAlexander Motin2024-04-085-63/+272
* Fix read errors race after block cloningAlexander Motin2024-04-081-21/+20
* zinject: inject device errors into ioctlsRob N2024-04-086-12/+18
* vdev_disk: ensure trim errors are returned immediatelyRob N2024-04-082-78/+171
* zvol_os: fix compile with blk-mq on Linux 4.xRob N2024-04-082-0/+20
* zvol_os: fix build on Linux <3.13Rob N2024-04-081-1/+2
* zvol: use multiple taskqAmeer Hamza2024-04-042-10/+99
* Fix panics when truncating/deleting filesPavel Snajdr2024-04-041-10/+8
* man: move zfs_prepare_disk.8 to nodist_man_MANSShengqi Chen2024-04-041-2/+2
* vdev props comment and manpage should include zfsd and FreeBSD mentionsAlek P2024-04-042-2/+8
* zap_leaf: make l_hash[] variable length to silence UBSANRob N2024-04-031-1/+1
* Give a better message from 'zpool get' with invalid pool namePaul Dagnelie2024-04-031-4/+3
* tests: simple zinject disk fault arg checkRob Norris2024-04-033-0/+69
* zinject: show more device fault fieldsRob Norris2024-04-031-21/+52
* Makefile.bsd: sort and cleanup source file listRob N2024-04-031-40/+45
* Linux 6.9 compat: blk_alloc_disk() now takes two argsRob Norris2024-04-032-1/+55
* Linux 6.9 compat: bdev handles are now struct fileRob Norris2024-04-032-7/+60
* vdev_disk: don't touch vbio after its handed off to the kernelRob N2024-04-031-5/+6
* xdr: header cleanupRob N2024-04-037-75/+33
* Improve dbuf_read() error reportingAlexander Motin2024-04-031-18/+20
* Linux 5.18+ compat: Detect filemap_range_has_pageRobert Evans2024-03-301-0/+1
* Fix buffer underflow if sysfs file is emptyRobert Evans2024-03-291-1/+1
* vdev_disk: clean up spa/bdev mode conversionRob N2024-03-291-42/+39
* zvols: prevent overflow of minor device numbersFabian-Gruenbichler2024-03-291-0/+7