| Commit message (Expand) | Author | Age | Files | Lines |
* | xdr: header cleanup | Rob N | 2024-04-03 | 1 | -0/+1 |
* | nvpair: Constify string functions | Richard Yao | 2023-03-14 | 2 | -14/+14 |
* | Fix possible NULL pointer dereference in nvlist_lookup_nvpair_ei_sep() | Richard Yao | 2023-03-14 | 1 | -2/+5 |
* | Silence clang static analyzer warnings about stored stack addresses | Richard Yao | 2023-03-14 | 1 | -2/+2 |
* | Replace dead opensolaris.org license link | Tino Reichardt | 2022-07-11 | 4 | -4/+4 |
* | linux: module: weld all but spl.ko into zfs.ko | наб | 2022-04-20 | 2 | -34/+0 |
* | Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h> | наб | 2022-03-15 | 1 | -2/+2 |
* | Remove bcopy(), bzero(), bcmp() | наб | 2022-03-15 | 1 | -25/+25 |
* | module/*.ko: prune .data, global .rodata | наб | 2022-01-14 | 3 | -14/+14 |
* | libnvpair: fix unused, remove argsused | наб | 2021-12-23 | 3 | -4/+6 |
* | Add `const` to nvlist functions to properly expose their real behavior | Paul Dagnelie | 2021-12-06 | 2 | -96/+122 |
* | Update `checkstyle` workflow env to ubuntu-20.04 | Damian Szuberski | 2021-11-02 | 1 | -1/+5 |
* | A few fixes of callback typecasting (for the upcoming ClangCFI) | Alexander | 2021-07-20 | 1 | -7/+57 |
* | Links in Source Files | Spencer Kinny | 2020-09-02 | 1 | -0/+9 |
* | Prefix zfs internal endian checks with _ZFS | Matthew Macy | 2020-07-28 | 1 | -3/+5 |
* | Refactor ccompile.h to not include system headers | Matthew Macy | 2020-07-25 | 1 | -0/+1 |
* | Cleanup linux module kbuild files | Arvind Sankar | 2020-06-10 | 1 | -3/+3 |
* | cppcheck: (warning) Possible null pointer dereference: nvh | Brian Behlendorf | 2019-12-18 | 1 | -1/+3 |
* | Restructure nvlist_nv_alloc to work on FreeBSD | Matthew Macy | 2019-11-30 | 1 | -3/+3 |
* | Wrap Linux module macros | Matthew Macy | 2019-11-01 | 1 | -6/+6 |
* | Fix typos in module/ | Andrea Gelmini | 2019-08-30 | 1 | -3/+3 |
* | Use NV_ENCODE_NATIVE for nvlist encoding variable | Tomohiro Kusumi | 2019-04-26 | 1 | -1/+2 |
* | OpenZFS 9914 - NV_UNIQUE_NAME_TYPE broken after 9580 | Andrew Stormont | 2019-03-13 | 1 | -1/+2 |
* | Add new fnvlist_lookup_* functions | Paul Dagnelie | 2018-10-03 | 1 | -1/+80 |
* | OpenZFS 9580 - Add a hash-table on top of nvlist to speed-up operations | Serapheim Dimitropoulos | 2018-07-30 | 1 | -48/+318 |
* | Update build system and packaging | Brian Behlendorf | 2018-05-29 | 3 | -23/+9 |
* | Support -fsanitize=address with --enable-asan | Brian Behlendorf | 2018-01-10 | 1 | -2/+2 |
* | Linux 4.14 compat: CONFIG_GCC_PLUGIN_RANDSTRUCT | Mark Wright | 2017-11-28 | 3 | -30/+30 |
* | OpenZFS 2976 - remove useless offsetof() macros | Richard Lowe | 2017-08-30 | 1 | -3/+2 |
* | OpenZFS 6447 - handful of nvpair cleanups | Steve Dougherty | 2017-08-30 | 1 | -0/+2 |
* | OpenZFS 5778 - nvpair_type_is_array() does not recognize DATA_TYPE_INT8_ARRAY | Andriy Gapon | 2017-08-30 | 1 | -0/+1 |
* | OpenZFS 7261 - nvlist code should enforce name length limit | Matthew Ahrens | 2017-08-30 | 1 | -0/+2 |
* | OpenZFS 8375 - Kernel memory leak in nvpair code | Matthew Ahrens | 2017-08-30 | 1 | -2/+4 |
* | OpenZFS 7812 - Remove gender specific language | Daniel Hoffman | 2017-02-24 | 1 | -1/+1 |
* | Fix spelling | ka7 | 2017-01-03 | 1 | -1/+1 |
* | Fix file permissions | Brian Behlendorf | 2016-10-08 | 1 | -0/+0 |
* | Fix coverity defects: CID 147531 147532 147533 147535 | GeLiXin | 2016-09-30 | 1 | -2/+5 |
* | OpenZFS 7263 - deeply nested nvlist can overflow stack | Matthew Ahrens | 2016-08-11 | 1 | -2/+21 |
* | Fix indefinite article | GeLiXin | 2016-08-11 | 1 | -1/+1 |
* | Support parallel build trees (VPATH builds) | Turbo Fredriksson | 2015-07-17 | 1 | -4/+7 |
* | Retire spl_module_init()/spl_module_fini() | Brian Behlendorf | 2015-02-24 | 1 | -5/+11 |
* | Use vmem_alloc() for nvlists | Brian Behlendorf | 2015-02-10 | 1 | -2/+3 |
* | Retire KM_NODEBUG | Brian Behlendorf | 2015-01-16 | 1 | -2/+2 |
* | Explicitly include SPL compat headers | Ned Bass | 2014-11-19 | 1 | -0/+1 |
* | Fix nvlist 'Bus Error' for Sparc | Brian Behlendorf | 2014-01-09 | 1 | -2/+4 |
* | Register correct handlers for nvlist_{dup,pack,unpack} | Brian Behlendorf | 2013-12-20 | 1 | -38/+19 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 2 | -16/+16 |
* | Add module versioning | Brian Behlendorf | 2013-12-06 | 1 | -0/+1 |
* | Illumos #3464 | Matthew Ahrens | 2013-09-04 | 1 | -0/+14 |
* | Illumos #2882, #2883, #2900 | Matthew Ahrens | 2013-09-04 | 1 | -0/+1 |