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
/
module
/
zfs
/
zfs_ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup of dead code suggested by Clang Static Analyzer (#14380)
Richard Yao
2023-01-17
1
-7
/
+5
*
deadlock between spa_errlog_lock and dp_config_rwlock
Matthew Ahrens
2022-12-22
1
-6
/
+1
*
zfs list: Allow more fields in ZFS_ITER_SIMPLE mode
Allan Jude
2022-12-13
1
-3
/
+2
*
Cleanup: 64-bit kernel module parameters should use fixed width types
Richard Yao
2022-10-13
1
-4
/
+4
*
zed: mark disks as REMOVED when they are removed
Ameer Hamza
2022-09-28
1
-1
/
+5
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
1
-1
/
+1
*
Cleanup: Switch to strlcpy from strncpy
Richard Yao
2022-09-27
1
-1
/
+1
*
Delay ZFS_PROP_SHARESMB property to handle it for encrypted raw receive
Ameer Hamza
2022-09-20
1
-0
/
+15
*
Cleanup: Make memory barrier definitions consistent across kernels
Richard Yao
2022-09-13
1
-1
/
+1
*
Implement a new type of zfs receive: corrective receive (-c)
Alek P
2022-07-28
1
-4
/
+8
*
Add createtxg sort support for simple snapshot iterator
Ameer Hamza
2022-07-25
1
-0
/
+2
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Remaining {=> const} char|void *tag
наб
2022-06-29
1
-2
/
+3
*
Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user property
Allan Jude
2022-06-14
1
-7
/
+7
*
Improve zpool status output, list all affected datasets
George Amanakis
2022-04-25
1
-1
/
+1
*
module: mark arguments used
наб
2022-02-18
1
-59
/
+48
*
zfs_set_prop_nvlist: make it easier to spot the call to dsl_props_set
Christian Schwarz
2022-02-04
1
-37
/
+44
*
Clean up CSTYLEDs
наб
2022-01-26
1
-4
/
+2
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-6
/
+2
*
Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"
Paul Dagnelie
2022-01-06
1
-2
/
+1
*
zfs list: Allow more fields in ZFS_ITER_SIMPLE mode
Allan Jude
2021-12-16
1
-1
/
+2
*
Vdev Properties Feature
Allan Jude
2021-11-30
1
-1
/
+101
*
file reference counts can get corrupted
George Wilson
2021-07-10
1
-37
/
+34
*
libzfs: On FreeBSD, use MNT_NOWAIT with getfsstat
Alan Somers
2021-06-08
1
-0
/
+27
*
Move zfsdev_state_{init,destroy} to common code
Ryan Moeller
2021-04-08
1
-1
/
+74
*
Eliminate zfsdev_get_state_impl
Ryan Moeller
2021-04-08
1
-13
/
+3
*
Fix various typos
Andrea Gelmini
2021-04-02
1
-1
/
+1
*
Macroify teardown lock handling
Mateusz Guzik
2021-03-12
1
-4
/
+6
*
Wrap bare EINVAL returns with SET_ERROR
Ryan Moeller
2021-02-24
1
-2
/
+2
*
Cleaning up uio headers
Brian Atkinson
2021-02-20
1
-1
/
+1
*
record ioctl elapsed time in zpool history
Matthew Ahrens
2021-01-11
1
-0
/
+3
*
Fix optional "force" arg handing in zfs_ioc_pool_sync()
Brian Behlendorf
2020-12-09
1
-4
/
+7
*
Fix 'zfs userspace' for received datasets in encrypted root
loli10K
2020-11-16
1
-6
/
+40
*
Assertion failure when logging large output of channel program
Matthew Ahrens
2020-11-14
1
-2
/
+18
*
Throw const on some strings
Ryan Moeller
2020-10-02
1
-16
/
+15
*
Mismatched nvlist names in zfs_keys_send_space
John Poduska
2020-10-02
1
-4
/
+6
*
zfs label bootenv should store data as nvlist
Toomas Soome
2020-09-15
1
-12
/
+10
*
Avoid posting duplicate zpool events
Don Brady
2020-09-04
1
-0
/
+1
*
Add 'zfs rename -u' to rename without remounting
Ryan Moeller
2020-09-01
1
-1
/
+2
*
Add zstd support to zfs
Michael Niewöhner
2020-08-20
1
-5
/
+31
*
Make zc_nvlist_src_size limit tunable
Ryan Moeller
2020-08-18
1
-2
/
+10
*
Remove GRUB restrictions
Richard Laager
2020-08-17
1
-39
/
+0
*
Release onexit/events with any missed zfsdev_state
Jorgen Lundman
2020-08-13
1
-7
/
+8
*
Change the error handling for invalid property values
Allan Jude
2020-08-01
1
-1
/
+2
*
Make use of ZFS_DEBUG consistent within kmod sources
Matthew Macy
2020-07-25
1
-2
/
+2
*
Add device rebuild feature
Brian Behlendorf
2020-07-03
1
-2
/
+4
*
Add prototypes
Arvind Sankar
2020-06-18
1
-3
/
+0
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-5
/
+5
*
zfs_ioctl: saved_poolname can be truncated
Jorgen Lundman
2020-06-17
1
-11
/
+14
*
Fix typos
Andrea Gelmini
2020-06-09
1
-1
/
+1
[next]