aboutsummaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
...
* Linux 6.6 compat: generic_fillattr has a new u32 request_mask added at arg2Coleman Kane2023-09-221-9/+30
* Linux 6.6 compat: use inode_get/set_ctime*(...)Coleman Kane2023-09-221-0/+43
* Add zfs_prepare_disk script for disk firmware installTony Hutter2023-09-211-0/+1
* Linux 6.5 compat: Use copy_splice_read instead of filemap_splice_readColeman Kane2023-08-082-11/+11
* Linux 6.5 compat: replace generic_file_splice_read with filemap_splice_readColeman Kane2023-08-073-2/+28
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-08-022-0/+29
* Revert "Linux 6.5 compat: register_sysctl_table removed"Brian Atkinson2023-08-012-29/+0
* Linux 6.4 compat: iter_iov() function now used to get old iov memberColeman Kane2023-08-011-0/+23
* Linux 6.5 compat: blkdev changesColeman Kane2023-08-012-5/+114
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-08-012-0/+29
* linux: implement filesystem-side copy/clone functions for EL7Rob Norris2023-07-242-0/+52
* linux: implement filesystem-side copy/clone functionsRob Norris2023-07-242-0/+174
* shellcheck: disable "unreachable command" check [SC2317]Rob N2023-07-211-1/+2
* Linux 6.5 compat: disk_check_media_change() was addedColeman Kane2023-07-201-0/+29
* Linux 6.5 compat: BLK_STS_NEXUS renamed to BLK_STS_RESV_CONFLICTColeman Kane2023-07-141-0/+25
* Linux 6.4 compat: reclaimed_slab renamed to reclaimedyouzhongyang2023-05-242-0/+28
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-1015-138/+532
* Linux 6.3 compat: writepage_t first arg struct folio*youzhongyang2023-04-052-0/+28
* config: don't link libudev on FreeBSDRob N2023-03-271-1/+1
* linux 6.3 compat: add another bdev_io_acct caseRich Ercolani2023-03-271-37/+61
* Workaround for Linux PowerPC GPL-only cpu_has_feature()Low-power2023-03-103-0/+67
* Add ARM architecture to OpenZFS buildsystemTino Reichardt2023-03-021-1/+5
* Accommodate debug-kernel stack frame sizeBrian Behlendorf2023-03-011-2/+2
* Linux: use filemap_range_has_page()Brian Behlendorf2023-02-142-0/+28
* linux 6.2 compat: zpl_set_acl arg2 is now struct dentryColeman Kane2023-01-241-3/+28
* linux 6.2 compat: get_acl() got moved to get_inode_acl() in 6.2Coleman Kane2023-01-061-1/+18
* Introduce ZFS_LINUX_REQUIRE_API autoconf macroAntonio Russo2023-01-062-1/+33
* Linux 6.1 compat: open inside tmpfile()Antonio Russo2023-01-061-5/+27
* removal of LegacyVersion broke ax_python_dev.m4Matthew Ahrens2023-01-051-36/+35
* Fix shebang for helper script of deb-utilsMartin Rüegg2023-01-051-1/+1
* Add quotation marks around `$PATH` for deb-utilsMartin Rüegg2023-01-051-1/+1
* Add native-deb* targets to build native Debian packagesUmer Saleem2022-12-142-4/+21
* autoconf: add support for openEulerXinliang Liu2022-12-031-19/+6
* Fix Clang 15 compilation errorsszubersk2022-11-302-1/+33
* Fix GCC 12 compilation errorsszubersk2022-11-302-0/+58
* Python3: replace `distutils` with `sysconfig`Damian Szuberski2022-11-281-32/+19
* Ubuntu 22.04 integration: ShellCheckszubersk2022-11-181-1/+2
* Make autodetection disable pyzfs for kernel/srpm configurationsDamian Szuberski2022-11-161-0/+10
* Support idmapped mount in user namespaceyouzhongyang2022-11-082-0/+26
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-281-8/+63
* Remove zpl_revalidate: fix snapshot rollbackPavel Snajdr2022-10-282-0/+32
* Support idmapped mountyouzhongyang2022-10-192-0/+27
* Linux compat: fix DECLARE_EVENT_CLASS() test when ZFS is built-inAlexander2022-10-171-4/+11
* Linux: Remove ZFS_AC_KERNEL_SRC_MODULE_PARAM_CALL_CONST autotools checkRichard Yao2022-10-132-35/+0
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-281-0/+55
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-271-0/+2
* Add Linux posix_fadvise supportFinix19792022-09-083-0/+54
* Add xattr_handler support for Android kernelsWalter Huf2022-09-061-1/+28
* Linux 6.0 compat: register_shrinker() now var-argColeman Kane2022-08-081-15/+52
* Linux 5.20 compat: blk_cleanup_disk()Brian Behlendorf2022-08-041-0/+20