aboutsummaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* build: rename FORCEDEBUG_CPPFLAGS to LIBZPOOL_CPPFLAGSRob Norris2024-08-271-1/+4
* abd_os: break out platform-specific header partsRob Norris2024-08-211-1/+2
* Linux 6.11: avoid passing "end" sentinel to register_sysctl()Rob Norris2024-08-142-0/+28
* Linux 6.11: add compat macro for page_mapping()Rob Norris2024-08-143-17/+38
* Linux 6.11: first arg to proc_handler is now constRob Norris2024-08-142-0/+35
* Linux 6.11: get backing_dev_info through queue gendiskRob Norris2024-08-141-0/+28
* Linux 6.11: enable queue flush through queue limitsRob Norris2024-08-141-0/+21
* config: don't force shared linkage on FreeBSDRob Norris2024-08-091-1/+1
* Use kmap_local_page instead of kmap_atomic (#16329)Jason Lee2024-07-172-0/+25
* Linux 5.16: use bdev_nr_bytes() to get device capacityRob Norris2024-07-161-0/+26
* Linux 6.10: rework queue limits setupRob Norris2024-07-161-2/+2
* Add building support for Artix Linux (#16265)Zhao Yongming2024-07-151-3/+7
* Linux 6.7 compat: detect if kernel defines intptr_tRob N2024-05-252-0/+42
* config/zfs-build.m4: add Alpine Linux bash-completion pathomni2024-05-171-1/+1
* config/zfs-build.m4: sort vendorsomni2024-05-171-45/+47
* libspl/assert: use libunwind for backtrace when availableRob Norris2024-05-012-0/+45
* libspl/assert: dump backtrace in assertRob Norris2024-05-012-0/+15
* libspl/assert: show process/task details in assert outputRob Norris2024-05-011-1/+1
* find_system_library: fix var cleanup when library not foundRob Norris2024-05-011-2/+2
* Python 3.12 deprecated python3-distutilsBrian Behlendorf2024-04-252-116/+234
* config/Substfiles.am: restrict to the dedicated list.Benda Xu2024-04-091-1/+1
* etc/init.d: decide which variant to use at build time.Benda Xu2024-04-082-3/+6
* vdev_disk: ensure trim errors are returned immediatelyRob N2024-04-081-33/+85
* zvol_os: fix compile with blk-mq on Linux 4.xRob N2024-04-081-0/+15
* Linux 6.9 compat: blk_alloc_disk() now takes two argsRob Norris2024-04-031-0/+33
* Linux 6.9 compat: bdev handles are now struct fileRob Norris2024-04-031-2/+41
* Linux 5.18+ compat: Detect filemap_range_has_pageRobert Evans2024-03-301-0/+1
* linux 5.4 compat: page_size()Rob Norris2024-03-252-0/+19
* Linux 6.8 compat: use splice_copy_file_range() for fallbackRob N2024-03-202-0/+29
* config: use -Wno-format-truncation globallyRob Norris2024-02-261-1/+3
* Improve performance for zpool trim on linuxUmer Saleem2024-02-021-5/+29
* Linux 6.8 compat: handle mnt_idmap user_namespace changeRob Norris2024-01-292-0/+27
* Linux 6.8 compat: fix inode permission testsRob Norris2024-01-291-4/+4
* Linux 6.8 compat: implement strlcpy fallbackRob Norris2024-01-292-0/+51
* Linux 6.8 compat: update for new bdev access functionsRob Norris2024-01-291-2/+54
* Linux 6.8 compat: make test functions staticRob Norris2024-01-2933-98/+95
* Switch to CodeQL to detect prohibited function useRichard Yao2024-01-261-15/+0
* Make sure all necessary RPM path macros are definedLalufu2024-01-161-0/+10
* Linux 6.2 compat: add check for kernel_neon_* availabilityShengqi Chen2024-01-091-3/+20
* Linux 6.7 compat: rework shrinker setup for heap allocationsRob Norris2023-12-201-5/+47
* Linux 6.7 compat: handle superblock shrinker member changeRob Norris2023-12-201-1/+34
* Linux 6.7 compat: use inode atime/mtime accessorsRob Norris2023-12-201-0/+78
* Linux 6.7 compat: simplify current_time() checkRob Norris2023-12-201-1/+4
* compact: workaround for GPL-only symbols on riscv from Linux 6.2Shengqi Chen2023-12-062-2/+9
* Only provide execvpe(3) when neededBrooks Davis2023-12-011-1/+1
* Linux 6.6 compat: fix configure error with clang (#15558)Jaron Kent-Dobias2023-11-281-1/+1
* config/zfs-build.m4: add Gentoo's bash-completion pathSam James2023-10-091-0/+1
* rpm: Fix `make rpm` on Debian/Ubuntusiv02023-10-061-0/+3
* contrib: bash_completion.d: make install destination vendor dependentStoiko Ivanov2023-10-031-0/+11
* Linux 6.6 compat: fsync_bdev() has been removed in favor of sync_blockdev()Coleman Kane2023-09-222-0/+38