aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
...
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-282-0/+12
* Fix multiplication converted to larger typeAndrew Innes2022-10-281-1/+1
* zed: Avoid core dump if wholedisk property does not existAmeer Hamza2022-10-211-7/+4
* Fix theoretical use of uninitialized valuesRichard Yao2022-10-191-1/+1
* Fix userland memory leak in zfs_do_send()Richard Yao2022-10-191-3/+34
* Fix NULL pointer dereference in zdbRichard Yao2022-10-181-1/+1
* ZED: Fix uninitialized value readsRichard Yao2022-10-182-0/+2
* Fix declarations of non-global variablesTino Reichardt2022-10-183-15/+16
* zstream: allow decompress to fix metadata for uncompressed recordsAlan Somers2022-10-141-7/+31
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-142-4/+7
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-3/+3
* Add defensive assertionsRichard Yao2022-10-121-0/+1
* zvol_wait logic may terminate prematurelySerapheim Dimitropoulos2022-10-111-0/+7
* Handle possible null pointers from malloc/strdup/strndup()Richard Yao2022-10-064-4/+38
* Remove ambiguity on demand vs prefetch stats reported by arc_summaryshodanshok2022-10-041-4/+4
* Expose libzutil error info in libpc_handle_tUmer Saleem2022-10-044-8/+25
* Fix userland dereference NULL return value bugsRichard Yao2022-09-302-1/+11
* Reduce false positives from Static AnalyzersRichard Yao2022-09-301-0/+1
* Fix unreachable code in zstreamdumpRichard Yao2022-09-291-3/+3
* Fix unchecked return valuesRichard Yao2022-09-291-1/+3
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-283-23/+69
* Fix unsafe string operationsRichard Yao2022-09-274-11/+12
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-272-5/+5
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-272-3/+4
* Fix userland resource leaksRichard Yao2022-09-234-4/+15
* Fix unchecked return values and unused return valuesRichard Yao2022-09-234-10/+18
* zpool: Don't print "repairing" on force faulted drivesTony Hutter2022-09-231-2/+9
* Cleanup: Change 1 used in bitshifts to 1ULLRichard Yao2022-09-221-3/+3
* Fix potential NULL pointer dereference in zfsdle_vdev_online() Richard Yao2022-09-201-1/+1
* Fix usage of zed_log_msg() and zfs_panic_recover()Richard Yao2022-09-195-6/+6
* Fix BLAKE3 tuneable and module loading on Linux and FreeBSDTino Reichardt2022-09-161-2/+2
* Add zfs_btree_verify_intensity kernel module parameterRichard Yao2022-09-151-1/+1
* Fix memory leak in ztestRichard Yao2022-09-131-0/+1
* Fix file descriptor handling in zdb_copy_object()Richard Yao2022-09-121-0/+4
* Make zfs-share service resilient to stale exportsDon Brady2022-09-091-0/+3
* zed: Fix config_sync autoexpand floodTony Hutter2022-09-082-8/+163
* Fix column width in 'zpool iostat -v' and 'zpool list -v'Samuel2022-09-061-4/+4
* Add zilstat script to report zil kstats in a user friendly mannerAmeer Hamza2022-09-022-3/+471
* Alloc zdb_cd_t to fix stack issueAndrew Innes2022-09-021-36/+45
* Prevent zevent list from consuming all of kernel memoryPaul Dagnelie2022-08-223-5/+31
* arcstat: fix -p optionr-ricci2022-08-121-1/+1
* zpool: fix redundancy check after vdev removalStéphane Lesimple2022-08-041-2/+7
* Implement a new type of zfs receive: corrective receive (-c)Alek P2022-07-281-1/+4
* Add createtxg sort support for simple snapshot iteratorAmeer Hamza2022-07-253-8/+17
* zdb: dump spill block pointer if presentChristian Schwarz2022-07-201-1/+8
* Add support for per dataset zil stats and use wmsum countersixhamza2022-07-201-3/+3
* zed: Look for NVMe DEVPATH if no ID_BUSTony Hutter2022-07-141-2/+11
* Replace dead opensolaris.org license linkTino Reichardt2022-07-1139-39/+39
* zed: Ignore false 'atari' partitions in autoreplaceTony Hutter2022-07-111-8/+23
* Remaining {=> const} char|void *tagнаб2022-06-294-7/+7