| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Forbid asctime{,_r}(), gmtime(), localtime() | наб | 2022-04-05 | 1 | -0/+4 |
* | Linux 5.18 compat: use address_space_operations->readahead | Riccardo Schirone | 2022-04-04 | 2 | -0/+27 |
* | fgrep -> grep -F | наб | 2022-04-01 | 2 | -4/+4 |
* | egrep -> grep -E | наб | 2022-04-01 | 1 | -1/+1 |
* | Linux optimize access checks when ACL is trivial | Andrew | 2022-04-01 | 2 | -0/+31 |
* | config: user: check for <aio.h> | наб | 2022-03-28 | 3 | -1/+9 |
* | Linux 5.18 compat: replace genhd.h with blkdev.h includes | наб | 2022-03-28 | 2 | -5/+4 |
* | Linux 5.18 compat: 4-argument bio_alloc() | наб | 2022-03-28 | 1 | -0/+37 |
* | RPM: Split out pam_zfs_key into separate package | ColMelvin | 2022-03-18 | 1 | -2/+3 |
* | config: always-arch: don't subst TARGET_CPU | наб | 2022-03-18 | 1 | -6/+0 |
* | config: always-arch: prune unused TARGET_CPU_*, add TARGET_CPU catch-all | наб | 2022-03-18 | 1 | -3/+3 |
* | Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h> | наб | 2022-03-15 | 1 | -0/+3 |
* | Adding ZERO_PAGE detection | Brian Atkinson | 2022-03-14 | 2 | -0/+29 |
* | Linux x86 SIMD: factor out unneeded kernel dependencies | Attila Fülöp | 2022-03-08 | 1 | -99/+6 |
* | Use _Noreturn (C11; GNU89) properly | Alejandro Colomar | 2022-03-04 | 2 | -27/+0 |
* | config: gcc != cc | наб | 2022-02-26 | 1 | -11/+11 |
* | config: check for -Wno-cast-function-type | наб | 2022-02-26 | 2 | -0/+27 |
* | Linux 5.11 compat: x86 SIMD: fix kernel_fpu_{begin,end}() detection | Attila Fülöp | 2022-02-24 | 1 | -2/+4 |
* | config: add -Wextra (sans sign-compare and missing-field-initializers) | наб | 2022-02-18 | 1 | -1/+1 |
* | config: prune unused -Wno-bool-compare checks | наб | 2022-02-18 | 2 | -28/+0 |
* | libtpool: -Wno-clobbered | наб | 2022-02-18 | 5 | -25/+32 |
* | Fix Linux kernel directories detection | Damian Szuberski | 2022-02-16 | 1 | -30/+75 |
* | `checkabi`/`storeabi` relevant only to x86_64 | Damian Szuberski | 2022-02-16 | 1 | -3/+22 |
* | Propagate KERNEL_* to *.spec | Damian Szuberski | 2022-02-09 | 1 | -0/+3 |
* | Add support for $KERNEL_{CC,LD,LLVM} variables | Peter Levine | 2022-02-09 | 1 | -1/+7 |
* | Linux 5.16 compat: don't use XSTATE_XSAVE to save FPU state | Attila Fülöp | 2022-02-09 | 2 | -2/+107 |
* | Add `--enable=all` to ShellCheck by default | Damian Szuberski | 2022-02-07 | 1 | -1/+9 |
* | Add `--enable-asan` and `--enable-ubsan` switches | Damian Szuberski | 2022-02-03 | 4 | -1/+62 |
* | Linux 5.17 compat: PDE_DATA() renamed to pde_data() | наб | 2022-01-25 | 1 | -7/+9 |
* | Linux 5.17 compat: dequeue_signal() takes a 4th argument | наб | 2022-01-25 | 1 | -2/+43 |
* | Linux 5.17 compat: detect complete_and_exit() rename | наб | 2022-01-25 | 2 | -0/+29 |
* | Add support for FALLOC_FL_ZERO_RANGE | Rich Ercolani | 2022-01-24 | 1 | -0/+17 |
* | Linux 5.16 compat: Added mapping for iov_iter_fault_in_readable | Rich Ercolani | 2022-01-24 | 2 | -3/+20 |
* | Linux 5.16 compat: Added add_disk check for return | Rich Ercolani | 2022-01-24 | 2 | -0/+29 |
* | Linux 5.16 compat: Check slab.h for kvmalloc | Rich Ercolani | 2022-01-24 | 1 | -0/+1 |
* | Removed Python 2 and Python 3.5- support | Damian Szuberski | 2022-01-13 | 2 | -23/+9 |
* | Updated the lz4 decompressor | Rich Ercolani | 2022-01-07 | 1 | -0/+1 |
* | config: check for parallel(1), use it for cstyle | наб | 2022-01-06 | 2 | -0/+9 |
* | libfetch: unquote @LIBFETCH_SONAME@ subst | наб | 2022-01-06 | 1 | -3/+3 |
* | Linux 5.16: The blk-cgroup.h header is where struct blkcg_gq is defined | Coleman Kane | 2021-12-07 | 1 | -0/+27 |
* | Linux 5.16: bio_set_dev is no longer a helper macro | Coleman Kane | 2021-12-07 | 1 | -0/+28 |
* | Linux 5.16: type member of iov_iter renamed iter_type | Coleman Kane | 2021-12-07 | 1 | -0/+22 |
* | Linux 5.16: block_device_operations->submit_bio now returns void | Coleman Kane | 2021-12-07 | 1 | -0/+29 |
* | Linux 5.13 compat: retry zvol_open() when contended | Brian Behlendorf | 2021-12-01 | 1 | -0/+22 |
* | Pass `--enable=all` to shellcheck within contrib/ | Damian Szuberski | 2021-11-30 | 1 | -1/+1 |
* | Linux 5.16 compat: asm/fpu/xcr.h is new location for xgetbv/xsetbv | Coleman Kane | 2021-11-29 | 1 | -0/+15 |
* | Linux 5.16: wait_on_page_bit() no longer available to modules | Coleman Kane | 2021-11-29 | 2 | -0/+28 |
* | Remove basename(1). Clean up/shorten some coreutils pipelines | наб | 2021-11-11 | 3 | -4/+4 |
* | Linux 5.16 compat: submit_bio() | Brian Behlendorf | 2021-11-09 | 1 | -2/+1 |
* | Python 3.10 fixes, part 2 | Rich Ercolani | 2021-10-29 | 1 | -1/+1 |