aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* Prune /*NOTREACHED*/наб2021-07-261-1/+1
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-261-1/+3
* Linux 5.14 compat: explicity assign set_page_dirtyColeman Kane2021-07-261-0/+6
* Linux 5.14 compat: blk_alloc_disk()Brian Behlendorf2021-07-231-9/+34
* FreeBSD: Ignore make_dev_s() errorsAlexander Motin2021-07-221-13/+18
* A few fixes of callback typecasting (for the upcoming ClangCFI)Alexander2021-07-202-5/+22
* Use SET_ERROR for more errors in FreeBSD vnopsRyan Moeller2021-07-191-16/+29
* FreeBSD: Switch from MAXPHYS to maxphys on FreeBSD 13+Alexander Motin2021-07-191-0/+4
* Fix ARC ghost states eviction accountingAlexander Motin2021-07-131-2/+0
* file reference counts can get corruptedGeorge Wilson2021-07-102-34/+13
* FreeBSD: Use unmapped I/O for scattered/gang ABD buffersAlexander Motin2021-07-071-10/+113
* FreeBSD: Hardcode abd_chunk_size to PAGE_SIZEAlexander Motin2021-07-061-78/+51
* Fix abd leak, kmem_free correct size of abd_tJorgen Lundman2021-07-012-4/+8
* gcc 11 cleanupAttila Fülöp2021-06-231-7/+13
* Annotated dprintf as printf-likeRich Ercolani2021-06-223-5/+9
* Optimize small random numbers generationAlexander Motin2021-06-221-2/+2
* Use wmsum for arc, abd, dbuf and zfetch statistics. (#12172)Alexander Motin2021-06-163-1/+122
* Do not hash unlinked inodesPaul Zuchowski2021-06-111-4/+11
* Remove pool io kstats (#12212)Alexander Motin2021-06-102-128/+0
* libzfs: On FreeBSD, use MNT_NOWAIT with getfsstatAlan Somers2021-06-082-0/+23
* FreeBSD: incorporate changes to the VFS_QUOTACTL(9) KPI jharmening2021-06-041-0/+15
* Linux: Set spl_kmem_cache_slab_limit when page size !4KBrian Behlendorf2021-06-031-5/+2
* spl-module-parameters.5: remove spl_kmem_cache_{expire,obj_per_slab_min}наб2021-06-021-3/+1
* Remove iov_iter_advance() for iter_writeRich Ercolani2021-06-011-3/+0
* Bend zpl_set_acl to permit the new userns* parameterRich Ercolani2021-05-271-12/+23
* Various Linux kABI cosmeticsнаб2021-05-261-1/+1
* linux: don't fall through to 3-arg vfs_getattrнаб2021-05-262-2/+6
* FreeBSD: Update dataset_kstats for zvols in dev modeAlexander Motin2021-05-261-0/+6
* FreeBSD: avoid memory allocation in arc_prune_asyncAlexander Motin2021-05-251-9/+7
* Add note for printing all dbgmsg entries on FreeBSDRich Ercolani2021-05-251-1/+4
* FreeBSD: Retry OCF ENOMEM errors.Alexander Motin2021-05-241-3/+5
* Update tmpfile() existence detectionRich Ercolani2021-05-201-0/+5
* 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