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
Commit message (
Expand
)
Author
Age
Files
Lines
*
OpenZFS restructuring - libspl
Matthew Macy
2019-10-02
2
-22
/
+2
*
Refactor libzfs_error_init newlines
Ryan Moeller
2019-09-18
1
-1
/
+1
*
Fix typos in cmd/
Andrea Gelmini
2019-08-30
1
-1
/
+1
*
Add zfs create dryrun
Mike Gerdts
2019-07-16
1
-22
/
+92
*
zfs send does not handle invalid input gracefully
loli10K
2019-07-08
1
-1
/
+5
*
Fix zfs "redact" misc issues
loli10K
2019-07-05
1
-9
/
+9
*
OpenZFS 9318 - vol_volsize_to_reservation does not account for raidz skip blocks
Mike Gerdts
2019-07-05
1
-2
/
+4
*
Add 'zfs umount -u' for encrypted datasets
Tom Caputi
2019-06-28
1
-5
/
+8
*
Remove code for zfs remap
Matthew Ahrens
2019-06-24
1
-78
/
+0
*
Let zfs mount all tolerate in-progress mounts
Don Brady
2019-06-22
1
-1
/
+18
*
Redacted Send/Receive broke zfs(8) help message
loli10K
2019-06-21
1
-2
/
+1
*
Implement Redacted Send/Receive
Paul Dagnelie
2019-06-19
1
-28
/
+166
*
grammar: it is / plural agreement
Josh Soref
2019-05-28
1
-2
/
+2
*
Endless loop in zpool_do_remove() on platforms with unsigned char
loli10K
2019-05-28
1
-2
/
+2
*
Disable parallel processing for 'zfs mount -l'
Tom Caputi
2019-05-25
1
-2
/
+5
*
zfs: missing newline character in zfs_do_channel_program() error message
loli10K
2019-05-24
1
-1
/
+2
*
Fix dataset name comparison in zfs_compare()
Alexander Motin
2019-05-08
1
-1
/
+1
*
Use sigaction(2) instead of sigignore(3) for portability
Tomohiro Kusumi
2019-04-30
1
-2
/
+12
*
Add option [-V|--version] to emit version string
TerraTech
2019-04-16
1
-0
/
+24
*
Fix 'zfs list -t snapshot' depth
Brian Behlendorf
2019-04-08
1
-2
/
+2
*
Do not iterate through filesystems unnecessarily
Tom Caputi
2019-04-01
2
-5
/
+40
*
Avoid retrieving unused snapshot props
Alek P
2019-03-12
2
-8
/
+35
*
zfs.8 has wrong description of "zfs program -t"
Matthew Ahrens
2019-02-26
1
-3
/
+3
*
zfs should optionally send holds
Paul Zuchowski
2019-02-15
1
-6
/
+13
*
zfs userspace dumps core when used on ZVOLs
loli10K
2019-01-25
1
-2
/
+12
*
Disable 'zfs remap' command
Brian Behlendorf
2019-01-15
1
-1
/
+38
*
Fix ASSERT in zfs_receive_one()
LOLi
2018-12-04
1
-1
/
+16
*
OpenZFS 8115 - parallel zfs mount
Sebastien Roy
2018-11-15
1
-30
/
+73
*
Add libzutil for libzfs or libzpool consumers
Don Brady
2018-11-05
1
-0
/
+1
*
Fix 'zfs allow' for create time permissions
LOLi
2018-09-06
1
-2
/
+1
*
Add basic zfs ioc input nvpair validation
Don Brady
2018-09-02
1
-10
/
+13
*
Don't modify argv[] in user tools
DeHackEd
2018-08-20
1
-2
/
+16
*
'zfs holds' scripted mode is not documented
LOLi
2018-08-18
1
-3
/
+4
*
Add tunables for channel programs
John Gallagher
2018-06-15
1
-17
/
+3
*
Always continue recursive destroy after error
Alek P
2018-06-06
1
-1
/
+10
*
Update build system and packaging
Brian Behlendorf
2018-05-29
1
-0
/
+1
*
Fix 'zfs remap <poolname@snapname>'
LOLi
2018-04-19
1
-0
/
+18
*
OpenZFS 7614, 9064 - zfs device evacuation/removal
Matthew Ahrens
2018-04-14
1
-1
/
+24
*
Make encrypted "zfs mount -a" failures consistent
Tom Caputi
2018-04-06
1
-0
/
+16
*
Add JSON output support to channel programs
Alek P
2018-03-19
1
-8
/
+17
*
Destroy makes full snap list before destroying
Paul Zuchowski
2018-03-12
1
-6
/
+16
*
Misc fixes and cleanup for project quota
Nasf-Fan
2018-03-05
1
-2
/
+2
*
Fix segfault in zfs_do_bookmark()
LOLi
2018-02-26
1
-0
/
+6
*
Want 'zfs send -b'
LOLi
2018-02-21
1
-5
/
+10
*
Fix coverity defects: zfs channel programs
Don Brady
2018-02-20
1
-0
/
+2
*
Project Quota on ZFS
Nasf-Fan
2018-02-13
4
-13
/
+665
*
'zfs receive' fails with "dataset is busy"
LOLi
2018-02-12
1
-1
/
+1
*
OpenZFS 8677 - Open-Context Channel Programs
Serapheim Dimitropoulos
2018-02-08
1
-5
/
+15
*
OpenZFS 7431 - ZFS Channel Programs
Chris Williamson
2018-02-08
1
-1
/
+212
*
Encryption Stability and On-Disk Format Fixes
Tom Caputi
2018-02-02
1
-2
/
+2
[next]