aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
...
* Return required size when encode_fh size too smallAlyssa Ross2021-05-102-4/+15
* FreeBSD: Initialize/destroy zp->z_lockRyan Moeller2021-05-101-0/+2
* FreeBSD: Prune some unneeded definitionsRyan Moeller2021-05-102-2/+2
* Drop "All rights reserved" from files by [email protected]Martin Matuška2021-05-101-1/+0
* FreeBSD: damage control racing .. lookups in face of mkdir/rmdirMateusz Guzik2021-05-101-0/+27
* linux/spl: proc: use global table_{min,max} values instead of local onesнаб2021-04-191-6/+6
* linux/spl: base proc_dohostid() on proc_dostring()наб2021-04-191-76/+17
* Add SIGSTOP and SIGTSTP handling to issigPaul Dagnelie2021-04-191-0/+51
* FreeBSD: use vnlru_free_vfsops if availableMateusz Guzik2021-04-141-1/+21
* FreeBSD: add missing seqc write begin/end around zfs_acl_chown_setattrMateusz Guzik2021-04-141-0/+2
* FreeBSD: add support for lockless symlink lookupMateusz Guzik2021-04-142-2/+99
* zpl_inode.c: Fix SMACK interoperabilityTerraTech2021-04-141-12/+24
* Fix various typosAndrea Gelmini2021-04-077-7/+7
* FreeBSD: Fix stable/12 after AT_BENEATH removalRyan Moeller2021-04-071-3/+1
* Fix error code on __zpl_ioctl_setflags()Luis Henriques2021-03-261-1/+1
* Removed duplicated includesAndrea Gelmini2021-03-221-1/+0
* Removing old code for k(un)map_atomicBrian Atkinson2021-03-192-8/+6
* Linux 5.12 update: bio_max_segs() replaces BIO_MAX_PAGESColeman Kane2021-03-191-0/+5
* Linux 5.12 compat: idmapped mountsColeman Kane2021-03-196-13/+100
* FreeBSD: make seqc asserts conditional on replayMateusz Guzik2021-03-171-3/+6
* FreeBSD: Fix memory leaks in kstatsRyan Moeller2021-03-171-7/+4
* Linux: always check or verify return of igrab()Adam D. Moss2021-03-163-3/+9
* Reference_tracking_enable should be a module paramDon Brady2021-03-161-6/+0
* FreeBSD: bring back possibility to rewind the checkpoint from bootloaderMariusz Zaborski2021-03-121-1/+16
* FreeBSD: Clean up zfsdev_close to match LinuxRyan Moeller2021-03-121-10/+8
* Macroify teardown lock handlingMateusz Guzik2021-03-122-26/+22
* FreeBSD: rename teardown inactive macros to mimick rrm conventionMateusz Guzik2021-03-123-18/+18
* FreeBSD: remove 2 assertions that teardown lock is not heldMateusz Guzik2021-03-121-45/+0
* FreeBSD: rework asserts in zfs_dd_lookupMateusz Guzik2021-03-121-3/+2
* zvol: call zil_replaying() during replayChristian Schwarz2021-03-072-2/+16
* Intentionally allow ZFS_READONLY in zfs_writeRyan Moeller2021-03-071-5/+21
* Initialize ZIL buffersBrian Behlendorf2021-03-051-0/+1
* linux: zvol: avoid heap allocation for zvol_request_sync=1Christian Schwarz2021-03-031-29/+64
* Fix assert in FreeBSD-specific dmu_read_pagesAndriy Gapon2021-02-271-1/+1
* Linux 5.12 compat: bio->bi_disk member movedColeman Kane2021-02-242-0/+8
* Linux: increase max nvlist_src sizeBrian Behlendorf2021-02-241-1/+1
* Cleaning up uio headersBrian Atkinson2021-02-201-1/+8
* Restore FreeBSD resource usage accountingRyan Moeller2021-02-193-0/+92
* FreeBSD: disable the use of hardware crypto offload drivers for nowMark Johnston2021-02-181-2/+13
* Remove unused abd_alloc_scatter_offset_chunkcntRyan Libby2021-02-171-19/+0
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-094-32/+28
* Add an assert to clarify codeKleber Tarcísio2021-02-092-2/+6
* fix abd_nr_pages_off for gang abdMatthew Ahrens2021-01-282-33/+40
* Fix zrele race in zrele_async that can cause hangPaul Dagnelie2021-01-271-12/+22
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-261-2/+0
* cppcheck: return value always 0Brian Behlendorf2021-01-261-1/+1
* cppcheck: remove redundant ASSERTsBrian Behlendorf2021-01-261-2/+0
* spl-taskq: Make sure thread tsd hash entry is clearedMatthew Macy2021-01-251-0/+1
* FreeBSD: upstream changes to VFS interfaceRyan Moeller2021-01-231-2/+4
* Linux 5.10 compat: restore custom uio_prefaultpages()Brian Behlendorf2021-01-211-11/+44