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
/
libzfs
/
libzfs_dataset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Switch to strlcpy from strncpy
Richard Yao
2022-09-27
1
-4
/
+4
*
Fix userland resource leaks
Richard Yao
2022-09-23
1
-0
/
+1
*
Updates for snapshots_changed property
Umer Saleem
2022-08-24
1
-1
/
+1
*
Add snapshots_changed as property
Umer Saleem
2022-08-02
1
-0
/
+20
*
Add createtxg sort support for simple snapshot iterator
Ameer Hamza
2022-07-25
1
-0
/
+14
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Enable -Wwrite-strings
наб
2022-06-29
1
-6
/
+6
*
Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user property
Allan Jude
2022-06-14
1
-10
/
+12
*
libzfs: Define the defecto standard errbuf size
Ryan Moeller
2022-06-09
1
-21
/
+21
*
libspl/include: remove unused/empty headers
наб
2022-05-18
1
-1
/
+0
*
Replace libzfs sharing _nfs() and _smb() APIs with protocol lists
наб
2022-05-12
1
-2
/
+2
*
Publish libshare protocols, use enum-based API
наб
2022-05-12
1
-4
/
+5
*
libzfs: don't NULL-check infallible allocations
наб
2022-03-30
1
-46
/
+21
*
libzfs: Convert to fnvpair functions
Ryan Moeller
2022-03-14
1
-19
/
+14
*
Flex non-pretty-printed properties and raw-/pretty-print remaining ones
наб
2022-03-04
1
-0
/
+2
*
Correct compilation errors reported by GCC 10/11
Damian Szuberski
2022-02-20
1
-5
/
+2
*
libzfs: Fail making a dataset handle gracefully
Ryan Moeller
2022-02-18
1
-4
/
+9
*
Rename fallthrough to zfs_fallthrough
Jorgen Lundman
2022-02-15
1
-2
/
+2
*
Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"
Paul Dagnelie
2022-01-06
1
-38
/
+13
*
libzfs: fix unused, remove argsused
наб
2021-12-23
1
-0
/
+1
*
zfs list: Allow more fields in ZFS_ITER_SIMPLE mode
Allan Jude
2021-12-16
1
-13
/
+38
*
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
*
Upstream: unmount snapshots before destroying them on macOS
Jorgen Lundman
2021-09-20
1
-1
/
+4
*
Use fallthrough macro
Brian Behlendorf
2021-09-14
1
-3
/
+2
*
Normalise /*FALLTHR{OUGH,U}*/
наб
2021-07-26
1
-1
/
+1
*
libzfs: add zfs_get_underlying_type. Stop including libzfs_impl.h in cmd
наб
2021-05-29
1
-0
/
+10
*
libzfs: format safety
наб
2021-05-29
1
-15
/
+11
*
undocumented libzfs API changes broke "zfs list"
Matthew Ahrens
2021-05-06
1
-12
/
+7
*
zfs get: don't lookup mount options when using "-s local"
Alan Somers
2021-04-29
1
-7
/
+12
*
libzfs: refresh property cache after inheriting userprop
наб
2021-04-17
1
-0
/
+1
*
libzfs: get rid of libzfs_handle::libzfs_mnttab
наб
2021-04-13
1
-9
/
+9
*
libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fds
наб
2021-04-11
1
-2
/
+2
*
zfs get -p only outputs 3 columns if "clones" property is empty
matt-fidd
2021-04-06
1
-1
/
+2
*
Fix various typos
Andrea Gelmini
2021-04-02
1
-1
/
+1
*
Removed duplicated includes
Andrea Gelmini
2021-03-22
1
-2
/
+0
*
Distributed Spare (dRAID) Feature
Brian Behlendorf
2020-11-13
1
-19
/
+74
*
Display pbkdf2iters property as plain number
Fabio Buso
2020-09-08
1
-2
/
+3
*
Add 'zfs rename -u' to rename without remounting
Ryan Moeller
2020-09-01
1
-9
/
+23
*
Remove dependency on sharetab file and refactor sharing logic
George Wilson
2020-07-13
1
-36
/
+2
*
Add prototypes
Arvind Sankar
2020-06-18
1
-108
/
+0
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-4
/
+4
*
Fix more leaks detected by ASAN
Joao Carlos Mendes Luis
2020-04-22
1
-2
/
+7
*
Add 'zfs wait' command
Paul Dagnelie
2020-04-01
1
-0
/
+28
*
Disable get_numeric_property for xattr on FreeBSD
Matthew Macy
2020-01-21
1
-0
/
+2
*
Increase allowed 'special_small_blocks' maximum value
Brian Behlendorf
2019-12-03
1
-4
/
+13
*
Remove inappropiate error message suggesting to use '-r'
InsanePrawn
2019-11-15
1
-4
/
+2
*
Use zfs_ioctl with zfs_cmd_t in libzfs
Matthew Macy
2019-10-23
1
-6
/
+6
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
1
-1
/
+1
*
Fix typos in lib/
Andrea Gelmini
2019-09-02
1
-2
/
+2
[next]