aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* Simple change to fix building in recent environmentsRich Ercolani2021-05-191-4/+4
* FreeBSD: Implement xattr=saRyan Moeller2021-05-133-147/+395
* FreeBSD: Use SET_ERROR to trace xattr name errorsRyan Moeller2021-05-131-4/+4
* Revert "Fix raw sends on encrypted datasets when copying back snapshots"Brian Behlendorf2021-05-132-28/+2
* linux 5.13 compat: bdevops->revalidate_disk() removedColeman Kane2021-05-111-0/+2
* Remove unimplemented virus scanning hooksRyan Moeller2021-05-104-57/+0
* FreeBSD: Remove !FreeBSD ifdef'd codeRyan Moeller2021-05-071-35/+1
* Clean up use of zfs_log_create in zfs_dirRyan Moeller2021-05-072-4/+4
* Return required size when encode_fh size too smallAlyssa Ross2021-05-072-4/+15
* FreeBSD: Initialize/destroy zp->z_lockRyan Moeller2021-05-061-0/+2
* Miscellaneous code cleanupRyan Moeller2021-04-303-9/+5
* FreeBSD: Clean up ASSERT/VERIFY use in moduleRyan Moeller2021-04-3023-238/+233
* FreeBSD: Prune some unneeded definitionsRyan Moeller2021-04-302-2/+2
* Drop "All rights reserved" from files by [email protected]Martin Matuška2021-04-271-1/+0
* FreeBSD: damage control racing .. lookups in face of mkdir/rmdirMateusz Guzik2021-04-261-0/+27
* linux/spl: proc: use global table_{min,max} values instead of local onesнаб2021-04-151-6/+6
* linux/spl: base proc_dohostid() on proc_dostring()наб2021-04-151-76/+17
* Add SIGSTOP and SIGTSTP handling to issigPaul Dagnelie2021-04-151-0/+51
* FreeBSD: use vnlru_free_vfsops if availableMateusz Guzik2021-04-121-1/+21
* FreeBSD: add missing seqc write begin/end around zfs_acl_chown_setattrMateusz Guzik2021-04-121-0/+2
* FreeBSD: add support for lockless symlink lookupMateusz Guzik2021-04-122-2/+99
* Move zfsdev_state_{init,destroy} to common codeRyan Moeller2021-04-082-105/+18
* Eliminate zfsdev_get_state_implRyan Moeller2021-04-081-1/+1
* zpl_inode.c: Fix SMACK interoperabilityTerraTech2021-04-081-12/+24
* kmem_alloc(KM_SLEEP) should use kvmalloc()Matthew Ahrens2021-04-061-0/+14
* Fix various typosAndrea Gelmini2021-04-027-7/+7
* Avoid taking global lock to destroy zfsdev stateRyan Moeller2021-04-022-21/+11
* FreeBSD: Fix stable/12 after AT_BENEATH removalRyan Moeller2021-04-021-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