aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* Support idmapped mountyouzhongyang2022-10-1914-134/+219
* Cleanup: Simplify userspace abd_free_chunks()Richard Yao2022-10-181-4/+2
* Linux 6.1 compat: change order of sys/mutex.h includesColeman Kane2022-10-182-2/+3
* Fix declarations of non-global variablesTino Reichardt2022-10-187-7/+7
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-144-4/+0
* zfs_domount: fix double-disown of dataset / double-free of zfsvfs_tChristian Schwarz2022-10-141-0/+2
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-138-36/+60
* Add defensive assertionsRichard Yao2022-10-122-0/+2
* FreeBSD: Fix a pair of bugs in zfs_fhtovp()Mark Johnston2022-10-111-1/+2
* Avoid calling rw_destroy() on uninitialized rwlockJorgen Lundman2022-10-051-1/+1
* Fix double const qualifier declarationsTino Reichardt2022-09-301-1/+1
* Reduce false positives from Static AnalyzersRichard Yao2022-09-302-3/+2
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-282-2/+55
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-276-34/+38
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-276-12/+9
* Cleanup: Remove ineffective unsigned comparisons against 0Richard Yao2022-09-263-3/+3
* Linux: Fix uninitialized variable usage in zio_do_crypt_data()Richard Yao2022-09-261-3/+3
* Fix minor issues in namespace delegation supportyouzhongyang2022-09-201-1/+1
* FreeBSD: handle V_PCATCHMateusz Guzik2022-09-201-0/+4
* FreeBSD: catch up to 1400068Mateusz Guzik2022-09-201-11/+30
* FreeBSD: Cleanup zfs_readdir()Richard Yao2022-09-202-53/+16
* FreeBSD: Fix uninitialized pointer read in spa_import_rootpool()Richard Yao2022-09-201-1/+1
* Linux: Fix use-after-free in zfsvfs_create()Richard Yao2022-09-191-3/+2
* FreeBSD: fix static module build broken in 7bb707ffaMartin Matuška2022-09-192-4/+4
* FreeBSD: stop passing LK_INTERLOCK to VOP_LOCKMateusz Guzik2022-09-191-1/+2
* zfs_enter rework followupBrian Behlendorf2022-09-161-3/+3
* zfs_enter reworkChunwei Chen2022-09-1611-404/+487
* FreeBSD: Fix integer conversion for vnlru_free{,_vfsops}()Richard Yao2022-09-141-0/+6
* Cleanup dead spa_boot codeRichard Yao2022-09-133-3/+0
* FreeBSD: Replace legacy make_dev() interface usageRyan Moeller2022-09-081-3/+10
* Improve too large physical ashift handlingAlexander Motin2022-09-081-2/+1
* Add Linux posix_fadvise supportFinix19792022-09-081-0/+62
* Linux SPL module init: Handle memory allocation failures correctlyRichard Yao2022-09-085-7/+18
* FreeBSD: add kqfilter support for zvol cdevRob Wing2022-09-061-0/+64
* FreeBSD: add knlist_init_sx() for exclusive locksRob Wing2022-09-061-0/+65
* FreeBSD: Organize sysctlsRyan Moeller2022-09-022-229/+370
* Apply arc_shrink_shift to ARC above arc_c_minAlexander Motin2022-09-021-1/+4
* FreeBSD: Cleanup dead code from VFSRichard Yao2022-09-022-49/+0
* Linux 5.20 compat: blk_cleanup_disk()Brian Behlendorf2022-08-041-0/+4
* Linux 5.20 compat: bdevname()Brian Behlendorf2022-08-041-1/+11
* FreeBSD compile fixTino Reichardt2022-07-281-3/+3
* Add support for per dataset zil stats and use wmsum countersixhamza2022-07-204-14/+30
* Expose ZFS dataset case sensitivity setting via sb_optsixhamza2022-07-141-0/+12
* Replace dead opensolaris.org license linkTino Reichardt2022-07-1150-50/+50
* Linux: Align MODULE_LICENSE macro textBrian Behlendorf2022-07-111-3/+2
* Re-fix -Wwrite-strings on FreeBSDнаб2022-06-301-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-292-4/+4
* Enable -Wwrite-stringsнаб2022-06-292-2/+2
* Fix znode group permission different from acl maskgaoyanping2022-06-291-3/+3
* FreeBSD: Improve crypto_dispatch() handlingAlexander Motin2022-06-171-12/+29