index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
zfs list: Allow more fields in ZFS_ITER_SIMPLE mode
Allan Jude
2021-12-16
7
-48
/
+88
*
libzfs: diff: simplify superfluous stdio
наб
2021-12-13
1
-13
/
+9
*
libzfs: diff: print_what() can return the symbol => get_what()
наб
2021-12-13
1
-37
/
+18
*
libzfs: diff: stream_bytes: use fputc, %hho formats chars
наб
2021-12-13
1
-2
/
+2
*
libzfs: zpool_set_vdev_prop: remove unused vprop
наб
2021-12-13
1
-3
/
+0
*
linux: libspl: getmntany: remove unused argument
наб
2021-12-13
1
-2
/
+2
*
zfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabling path escaping
наб
2021-12-13
2
-2
/
+9
*
Add `const` to nvlist functions to properly expose their real behavior
Paul Dagnelie
2021-12-06
8
-366
/
+412
*
get_key_material: fix style
Attila Fülöp
2021-11-30
1
-2
/
+4
*
get_key_material: skip passphrase validation when loading keys
Harald van Dijk
2021-11-30
1
-4
/
+9
*
Stop segfaulting on unmount error case
Rich Ercolani
2021-11-30
1
-3
/
+7
*
Code cleanups
Pawel Jakub Dawidek
2021-11-30
1
-10
/
+10
*
Vdev Properties Feature
Allan Jude
2021-11-30
7
-23
/
+722
*
Upgrade to libabigail 2.0.0
Dimitri John Ledkov
2021-11-09
5
-5286
/
+4720
*
zed: Control NVMe fault LEDs
Tony Hutter
2021-11-09
2
-3
/
+152
*
Add more explicit warning about dedup being dropped
Rich Ercolani
2021-11-02
1
-3
/
+18
*
Disable normalization implicitly when setting "utf8only=off"
Mike Swanson
2021-10-29
1
-0
/
+9
*
Do not print UINT64_MAX value for some of zfs properties
Fedor Uporov
2021-10-29
1
-7
/
+6
*
Add explicit error for device_rebuild being disabled
Rich Ercolani
2021-10-29
1
-3
/
+14
*
Normalize property names for zfs receive
Rich Ercolani
2021-10-29
1
-6
/
+21
*
Skip snapshot in zfs_iter_mounted()
youzhongyang
2021-10-20
1
-2
/
+5
*
libshare: nfs: pass through ipv6 addresses in bracket notation
felixdoerre
2021-10-20
1
-5
/
+42
*
Fail invalid incremental recursive send gracefully
Ryan Moeller
2021-10-08
1
-3
/
+8
*
Simplify and document OpenZFS library dependencies
Brian Behlendorf
2021-10-07
13
-1420
/
+1958
*
Rescan enclosure sysfs path on import
Tony Hutter
2021-10-04
3
-13
/
+127
*
Reject zfs send -RI with nonexistent fromsnap
Rich Ercolani
2021-10-04
1
-0
/
+17
*
libspl: fix warning about missing spl_pagesize declaration
Érico Nogueira Rolim
2021-09-24
1
-0
/
+1
*
Upstream: unmount snapshots before destroying them on macOS
Jorgen Lundman
2021-09-20
4
-1
/
+22
*
Use fallthrough macro
Brian Behlendorf
2021-09-14
7
-10
/
+19
*
Update ABI files via new libabigail version
George Melikov
2021-09-02
5
-10851
/
+8384
*
Add zpool_disable_datasets_os() / zfs_unmount_os()
Jorgen Lundman
2021-08-31
4
-0
/
+45
*
Make get_key_material_file fail more verbosely
Rich Ercolani
2021-08-05
1
-1
/
+1
*
Update ABI files with generated in CI worker
George Melikov
2021-07-26
5
-13851
/
+10005
*
Remove NOTE(CONSTCOND) and note.h
наб
2021-07-26
2
-7
/
+4
*
Normalise /*FALLTHR{OUGH,U}*/
наб
2021-07-26
2
-1
/
+2
*
Replace /*PRINTFLIKEn*/ with attribute(printf)
наб
2021-07-26
4
-24
/
+10
*
Remove old orig_fd variable from zfs send
Jorgen Lundman
2021-07-21
1
-2
/
+1
*
Detect HAVE_LARGE_STACKS at compile time
Kevin Bowling
2021-07-16
2
-0
/
+4
*
pass handle to do_unmount()
Jorgen Lundman
2021-07-15
4
-41
/
+39
*
file reference counts can get corrupted
George Wilson
2021-07-10
1
-11
/
+9
*
Replace strchrnul() with strrchr()
Jorgen Lundman
2021-07-07
1
-1
/
+3
*
Fix flag copying in resume case
Paul Dagnelie
2021-06-24
1
-0
/
+4
*
Annotated dprintf as printf-like
Rich Ercolani
2021-06-22
1
-1
/
+1
*
Fix importing with symlinks
Rich Ercolani
2021-06-14
1
-0
/
+1
*
Forbid basename(3) and dirname(3)
наб
2021-06-11
3
-24
/
+33
*
libzutil: import: filter out unsuitable files earlier
наб
2021-06-11
2
-11
/
+16
*
linux/libzutil: zpool_open_func: don't dup name, extract untouchables
наб
2021-06-11
1
-23
/
+12
*
libzutil: add zfs_{base,dir}name()
наб
2021-06-11
2
-672
/
+698
*
linux/libzutil: use ARRAY_SIZE instead of constant for search paths
наб
2021-06-11
2
-7
/
+6
*
Remove pool io kstats (#12212)
Alexander Motin
2021-06-10
2
-36
/
+0
[next]