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
/
cmd
/
zfs
/
zfs_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
JSON output support for zfs version and zfs get
Umer Saleem
2024-08-06
1
-15
/
+213
*
Better control the thread pool size when mounting datasets
Alan Somers
2024-05-14
1
-2
/
+4
*
zfs get: add '-t fs' and '-t vol' options
Ryan
2024-04-22
1
-6
/
+16
*
Add support for zfs mount -R <filesystem>
Umer Saleem
2024-04-11
1
-14
/
+61
*
zfs list: add '-t fs' and '-t vol' options
Rob N
2024-02-08
1
-6
/
+16
*
fix(mount): do not truncate shares not zfs mount
Stefan Lendl
2024-01-12
1
-1
/
+2
*
Add '-u' - nomount flag for zfs set
Umer Saleem
2023-10-02
1
-19
/
+29
*
Improve the handling of sharesmb,sharenfs properties
Umer Saleem
2023-09-19
1
-1
/
+0
*
Update the behavior of mountpoint property
Umer Saleem
2023-09-19
1
-3
/
+4
*
cmd: add 'help' subcommand to zpool and zfs
Rob N
2023-09-19
1
-0
/
+30
*
Increase limit of redaction list by using spill block
Paul Dagnelie
2023-08-26
1
-0
/
+4
*
Don't use hard-coded 'size' value in snprintf()
Arshad Hussain
2023-06-30
1
-6
/
+8
*
libzfs: add v2 iterator interfaces
Rob N
2023-04-10
1
-15
/
+15
*
Fix "Add colored output to zfs list"
Tino Reichardt
2023-04-05
1
-2
/
+15
*
Add colored output to zfs list
Tino Reichardt
2023-03-24
1
-0
/
+30
*
nvpair: Constify string functions
Richard Yao
2023-03-14
1
-9
/
+10
*
Improve error message of zfs redact
Paul Dagnelie
2023-02-21
1
-3
/
+18
*
zfs_main.c: fix unused variable error with GCC
rob-wing
2023-02-02
1
-1
/
+0
*
Fix console progress reporting for recursive send
Ameer Hamza
2023-02-02
1
-1
/
+1
*
Use setproctitle to report progress of zfs send
Ameer Hamza
2023-01-17
1
-6
/
+13
*
zfs list: Allow more fields in ZFS_ITER_SIMPLE mode
Allan Jude
2022-12-13
1
-23
/
+23
*
Fix GCC 12 compilation errors
szubersk
2022-11-30
1
-1
/
+1
*
cmd: zfs: fix missing mention of zfs diff -h
наб
2022-11-28
1
-1
/
+1
*
Adds the `-p` option to `zfs holds`
Mohamed Tawfik
2022-11-08
1
-9
/
+28
*
Fix theoretical use of uninitialized values
Richard Yao
2022-10-19
1
-1
/
+1
*
Fix userland memory leak in zfs_do_send()
Richard Yao
2022-10-19
1
-3
/
+34
*
Cleanup: Address Clang's static analyzer's unused code complaints
Richard Yao
2022-10-14
1
-2
/
+7
*
Fix unsafe string operations
Richard Yao
2022-09-27
1
-1
/
+2
*
Cleanup: Switch to strlcpy from strncpy
Richard Yao
2022-09-27
1
-2
/
+2
*
Fix userland resource leaks
Richard Yao
2022-09-23
1
-1
/
+4
*
Make zfs-share service resilient to stale exports
Don Brady
2022-09-09
1
-0
/
+3
*
Implement a new type of zfs receive: corrective receive (-c)
Alek P
2022-07-28
1
-1
/
+4
*
Add createtxg sort support for simple snapshot iterator
Ameer Hamza
2022-07-25
1
-3
/
+6
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Remaining {=> const} char|void *tag
наб
2022-06-29
1
-1
/
+1
*
Enable -Wwrite-strings
наб
2022-06-29
1
-58
/
+55
*
Fix -Wformat-truncation warning in upgrade_set_callback()
Brian Behlendorf
2022-06-27
1
-1
/
+1
*
Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user property
Allan Jude
2022-06-14
1
-4
/
+4
*
Add Linux namespace delegation support
Will Andrews
2022-06-10
1
-0
/
+60
*
libzfs: return (allocated) strings instead of filling buffers
наб
2022-05-18
1
-5
/
+1
*
Replace libzfs sharing _nfs() and _smb() APIs with protocol lists
наб
2022-05-12
1
-51
/
+46
*
zfs: holds: dequadratify
наб
2022-04-27
1
-1
/
+1
*
zfs: holds: general cleanup
наб
2022-04-27
1
-11
/
+7
*
man: zfs-send.8: fix -X synopses and description
наб
2022-04-25
1
-69
/
+33
*
zfs, zpool: safe_malloc() duplicate argv
наб
2022-04-01
1
-1
/
+1
*
zfs: simplify usage_prop_cb values
наб
2022-04-01
1
-4
/
+1
*
zfs: main: don't NULL-check infallible safe_malloc()
наб
2022-03-30
1
-2
/
+0
*
Switch from _Noreturn to __attribute__((noreturn))
Brian Behlendorf
2022-03-23
1
-1
/
+1
*
Allow zfs send to exclude datasets
Sean Eric Fagan
2022-03-18
1
-5
/
+92
*
zfs: list: only accept whole type for -t, not tp[=whatever]
наб
2022-03-15
1
-37
/
+26
[next]