aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evdev: Add parentheses around '-' expression in operand of '&'.John Baldwin2021-09-151-1/+1
* posixshmtest: Fix various warnings raised by GCC.John Baldwin2021-09-151-9/+7
* pf: Remove duplicate declaration of pf_ioctl_maxcount.John Baldwin2021-09-151-2/+0
* infiniband: Disable -Wredundant-decl warnings.John Baldwin2021-09-152-1/+3
* <linux/overflow.h>: Don't use __has_builtin().John Baldwin2021-09-151-12/+0
* efitable: Don't pass NULL as a format string to xo_err().John Baldwin2021-09-151-2/+2
* top: Remove a duplicate extern declaration for show_args.John Baldwin2021-09-151-1/+0
* Remove an always-true check.John Baldwin2021-09-151-1/+1
* Only define sanitizer wrappers for unsized bus space operations once.John Baldwin2021-09-151-3/+6
* Only define sanitizer wrappers for atomic fences once.John Baldwin2021-09-151-3/+6
* Assert that invalid bus widths can't be passed to bus_width_str().John Baldwin2021-09-151-0/+2
* Remove nonexistent include path for arm64 crypto files.John Baldwin2021-09-152-4/+2
* zfs: merge openzfs/zfs@4a1195ca5 (master) into mainMartin Matuska2021-09-1580-10930/+8891
|\
| * Temporarily use root credentials to mount snapshots in .zfsAllan Jude2021-09-141-3/+7
| * Use fallthrough macroBrian Behlendorf2021-09-1437-40/+88
| * Iterate encrypted clones at zvol_create_minorJorgen Lundman2021-09-131-0/+64
| * Fixed data integrity issue when underlying disk returns errorArun KV2021-09-131-3/+31
| * ZTS: Waiting for zvols to be availableBrian Behlendorf2021-09-134-7/+8
| * Verify embedded blkptr's in arc_read()Brian Behlendorf2021-09-102-7/+14
| * Upstream: Add snapshot and zvol eventsJorgen Lundman2021-09-098-1/+70
| * Linux 5.15 compat: get_acl()Brian Behlendorf2021-09-093-9/+52
| * Allow sending corrupt snapshots even if metadata is corruptedAllan Jude2021-09-091-0/+2
| * arc: Drop an incorrect assertRich Ercolani2021-09-081-1/+0
| * Upstream: zdb inode mappingJorgen Lundman2021-09-081-0/+11
| * Compressed receive with different ashift can result in incorrect PSIZE on diskPaul Dagnelie2021-09-081-0/+12
| * Linux 5.15 compat: standalone <linux/stdarg.h>Alexander2021-09-083-0/+38
| * Linux 5.15 compat: block device readaheadBrian Behlendorf2021-09-082-0/+43
| * Detect iSCSI in the zpool cmd vdev media scriptDon Brady2021-09-021-1/+8
| * CI: don't install abigail-toolsGeorge Melikov2021-09-021-1/+1
| * Update ABI files via new libabigail versionGeorge Melikov2021-09-025-10851/+8384
| * Libabigail: make .abi files more consistentGeorge Melikov2021-09-021-0/+2
| * CI: use fresh libabigail via docker imageGeorge Melikov2021-09-021-2/+2
| * Check for libabigail versionGeorge Melikov2021-09-021-2/+12
| * autoconf: allow Release to contain hyphenJorgen Lundman2021-09-021-2/+2
| * ZTS: Remove exceptions for flaky zhack on FreeBSDRyan Moeller2021-09-011-7/+0
| * Add zpool_disable_datasets_os() / zfs_unmount_os()Jorgen Lundman2021-08-315-1/+48
* | mount: improve error message for invalid filesystem namesPiotr Pawel Stefaniak2021-09-151-6/+13
* | pci_host_generic: Add Synopsys Designware PCIe controller quirkPawel Anikiel2021-09-154-0/+46
* | tee: use queue(9) in place of a custom linked listPietro Cerutti2021-09-151-10/+10
* | Use a 64 bit read to access GICR_TYPERAndrew Turner2021-09-151-1/+1
* | sctp: cleanup, no functional change intendedMichael Tuexen2021-09-153-6/+4
* | ipmi(4): Limit maximum watchdog pre-timeout interval.Alexander Motin2021-09-151-1/+2
* | mps/mpr(4): Move xpt_register_async() out of lock.Alexander Motin2021-09-142-18/+21
* | tools/test/upsdl: fix compiler warningsAlan Somers2021-09-141-5/+6
* | cxgbe tom: Enter network epoch in t4_aiotx_task().John Baldwin2021-09-141-1/+4
* | cxgbe tom: Update rcv_nxt for a FIN after handle_ddp_close().John Baldwin2021-09-142-11/+12
* | cxgbe tom: Don't queue AIO requests on listen sockets.John Baldwin2021-09-141-0/+7
* | linux: implement PTRACE_GET_SYSCALL_INFOEdward Tomasz Napierala2021-09-145-4/+120
* | tzcode: Fix operation without WITH_DETECT_TZ_CHANGESEdward Tomasz Napierala2021-09-141-1/+1
* | ctl(4): Do hole-punching for UNMAP to file-backed LUNsKa Ho Ng2021-09-141-2/+97