summaryrefslogtreecommitdiff
path: root/grub-core/fs/zfs
AgeCommit message (Expand)AuthorFilesLines
2024-06-20fs/zfs/zfs: Add support for zstd compressionVladimir Serbinenko1-0/+38
2024-06-06fs/zfs/zfs: Mark vdev_zaps_v2 and head_errlog as supportedVladimir Serbinenko1-0/+2
2023-10-12Revert "zfsinfo: Correct a check for error allocating memory"Vladimir 'phcoder' Serbinenko1-2/+2
2023-09-18ZFS: Check bonustype in addition to dnode typeVladimir Serbinenko1-5/+13
2023-09-18ZFS: Don't iterate over null objsetsVladimir Serbinenko1-0/+3
2023-09-18ZFS: Fix invalid memcmpVladimir Serbinenko1-2/+2
2023-09-18ZFS: support inode type embed into its IDVladimir Serbinenko1-0/+4
2022-10-27fs/zfs/zfs: Update dangling dn_new pointer in dnode_get_path()Jagannathan Raman1-0/+6
2022-08-19fs/zfs/zfs: Pass pointer to dnode_end_t instead of value to fill_fs_info()Jagannathan Raman1-4/+13
2022-06-07fs/zfs/zfs: zfs_mount() - avoid pointer downcastingJagannathan Raman1-6/+4
2022-06-07fs/zfs/zfs: make_mdn() - avoid pointer downcastingJagannathan Raman1-3/+3
2022-03-14fs: Remove trailing whitespacesElyes Haouas4-132/+132
2021-11-02fs/zfs/zfs: Fix possible insecure use of chunk size in zap_leaf_array_get()Darren Kenny1-1/+2
2021-06-08zfs: Use grub_uint64_t instead of 1ULL in BF64_*CODE() macrosGlenn Washburn1-2/+3
2021-06-01fs: Use 64-bit type for filesystem timestampCarlos Maiolino1-1/+1
2021-03-10fs/zfs/zfs: Use format code "%llu" for 64-bit uint bp->blk_prop in grub_error()Glenn Washburn1-2/+2
2021-03-02zfsinfo: Correct a check for error allocating memoryDarren Kenny1-2/+2
2021-03-02zfs: Fix possible integer overflowsDarren Kenny1-4/+4
2021-03-02zfs: Fix resource leaks while constructing pathPaulo Flabiano Smorigo1-9/+21
2021-03-02zfs: Fix possible negative shift operationDarren Kenny1-0/+5
2020-12-12disk: Rename grub_disk_get_size() to grub_disk_native_sectors()Glenn Washburn1-2/+2
2020-07-29malloc: Use overflow checking primitives where we do complex allocationsPeter Jones2-8/+21
2020-07-29calloc: Use calloc() at most placesPeter Jones1-2/+2
2020-03-31zfs: Fix gcc10 error -Werror=zero-length-boundsMichael Chang1-1/+4
2019-04-09Change fs functions to add fs_ prefixVladimir Serbinenko1-8/+8
2018-11-09verifiers: File type for fine-grained signature-verification controllingVladimir Serbinenko1-1/+1
2017-08-07zfs: remove size_t typedef and use grub_size_t insteadPete Batard1-6/+5
2016-02-17Fix warnings when compiling with -O3Vladimir Serbinenko1-1/+1
2016-02-12lz4: Fix pointer overflowToomas Soome1-0/+2
2015-06-19zfs: fix memory leakAndrei Borzenkov1-1/+4
2015-06-19zfs: memory leakAndrei Borzenkov1-0/+2
2015-05-30zfs extensible_dataset and large_blocks feature supportToomas Soome1-7/+11
2015-05-14zfs: fix integer truncation in zap_lookupAndrei Borzenkov1-4/+4
2015-05-03zfs: add missing NULL check and fix incorrect buffer overwriteAndrei Borzenkov1-7/+7
2015-05-03zfs: com.delphix:embedded_data feature supportToomas Soome1-14/+70
2015-05-03zfs: com.delphix:hole_birth feature supportToomas Soome1-2/+4
2015-02-21zfs/mzap_lookup: Fix argument typesVladimir Serbinenko1-3/+5
2015-01-27fs/zfs/zfscrypt.c: fix indentation.Andrei Borzenkov1-5/+5
2015-01-27fs/zfs/zfscrypt.c: fix memory leaks.Andrei Borzenkov1-0/+7
2015-01-27fs/zfs/zfs.c: fix memory leak.Andrei Borzenkov1-0/+2
2015-01-27fs/zfscrypt: Add missing explicit cast.Vladimir Serbinenko1-1/+1
2015-01-27fs/zfs: Fix error handling.Vladimir Serbinenko1-5/+10
2015-01-24zfs: Fix disk-matching logic.Vladimir Serbinenko1-8/+6
2015-01-21 * grub-core/fs/zfs.c: Avoid divisions by zero.Vladimir Serbinenko1-0/+12
2014-12-01grub-core/fs/zfs/zfsinfo.c: memory leak in print_vdev_infoAndrei Borzenkov1-0/+2
2013-12-18 Make grub_zlib_decompress handle incomplete chunks.Vladimir Serbinenko1-3/+7
2013-12-15 Add gcc_struct to all packed structures when compiling with mingw.Vladimir Serbinenko1-3/+3
2013-11-13 * grub-core/fs/zfs/zfs.c (ZAP_LEAF_NUMCHUNKS): Use unsigned arithmetics.Vladimir Serbinenko1-1/+1
2013-11-07 * grub-core/fs/zfs/zfscrypt.c (grub_ccm_decrypt): Return right errorVladimir Serbinenko1-8/+9
2013-11-03Revert "Attempts at ZFS options"Vladimir Serbinenko2-124/+3