aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup: Use NULL when doing NULL pointer comparisonsRichard Yao2023-01-121-1/+1
* Cleanup: !A || A && B is equivalent to !A || BRichard Yao2023-01-122-4/+2
* Cleanup: Replace oldstyle struct hack with C99 flexible array membersRichard Yao2023-01-122-4/+4
* Cleanup: Fix indentation in zfs_dbgmsg_tRichard Yao2023-01-121-1/+1
* Cleanup: Use C99 flexible array members instead of zero length arraysRichard Yao2023-01-122-2/+2
* Cleanup: Use kmem_zalloc() instead of memset() to zero memoryRichard Yao2023-01-121-2/+1
* Cleanup: Remove unnecessary explicit casts of pointers from allocatorsRichard Yao2023-01-122-2/+2
* Turn default_bs and default_ibs into ZFS_MODULE_PARAMsMateusz Piotrowski2023-01-111-14/+0
* linux 6.2 compat: get_acl() got moved to get_inode_acl() in 6.2Coleman Kane2023-01-062-1/+13
* Linux 6.1 compat: open inside tmpfile()Antonio Russo2023-01-061-0/+15
* FreeBSD: catch up to 1400077Mateusz Guzik2023-01-051-0/+3
* Implement uncached prefetchAlexander Motin2023-01-041-2/+15
* FreeBSD: Fix potential boot panic with bad labelRyan Moeller2022-12-221-0/+2
* FreeBSD: Remove stray debug printfDoug Rabson2022-12-131-5/+2
* Skip permission checks for extended attributesAmeer Hamza2022-12-123-6/+3
* Restrict visibility of per-dataset kstats inside FreeBSD jailsAllan Jude2022-12-091-10/+79
* Linux: Cleanup unnecessary NULL check in __vdev_disk_physio()Richard Yao2022-12-081-1/+1
* FreeBSD: zfs_register_callbacks() must implement error check correctlyRichard Yao2022-12-051-1/+1
* Fix Clang 15 compilation errorsszubersk2022-11-301-0/+4
* Fix GCC 12 compilation errorsszubersk2022-11-301-0/+17
* Fix the last two CFI callback prototype mismatchesAlexander2022-11-293-3/+3
* FreeBSD: stop using buffer cache-only routines on syncMateusz Guzik2022-11-292-5/+0
* Avoid a null pointer dereference in zfs_mount() on FreeBSDAllan Jude2022-11-281-1/+2
* Remove atomics from zh_refcountAlexander Motin2022-11-281-8/+6
* Cleanup: Suppress Coverity dereference before/after NULL check reportsRichard Yao2022-11-101-1/+1
* Allow to control failfastMariusz Zaborski2022-11-101-2/+14
* Optionally skip zil_close during zvol_create_minor_implAlan Somers2022-11-082-6/+10
* Support idmapped mount in user namespaceyouzhongyang2022-11-089-55/+100
* freebsd: add ifdefs around legacy ioctl supportBrooks Davis2022-11-072-2/+16
* freebsd: remove no-op vn_renamepath()Brooks Davis2022-11-071-5/+0
* FreeBSD: Fix out of bounds read in zfs_ioctl_ozfs_to_legacy()Richard Yao2022-11-041-1/+1
* Expose zfs_vdev_open_timeout_ms as a tunableSerapheim Dimitropoulos2022-11-031-1/+4
* Allow mounting snapshots in .zfs/snapshot as a regular userAllan Jude2022-11-032-16/+274
* Cleanup: Remove branches that always evaluate the same wayRichard Yao2022-11-032-2/+1
* acl: use uintptr_t for ace walker cookiesBrooks Davis2022-11-033-10/+10
* Introduce kmem_scnprintf()Richard Yao2022-10-292-3/+33
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-285-40/+215
* zfs_rename: restructure to have cleaner fallbacksAleksa Sarai2022-10-282-76/+138
* Remove zpl_revalidate: fix snapshot rollbackPavel Snajdr2022-10-284-48/+1
* Convert enum zio_flag to uint64_tRichard Yao2022-10-271-1/+1
* Aligned free for aligned allocAndrew Innes2022-10-261-2/+2
* Linux: Upgrade random_get_pseudo_bytes() to xoshiro256++ 1.0Richard Yao2022-10-201-25/+61
* 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