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
*
Use SET_ERROR for constant non-zero return codes
Ned Bass
2017-08-02
1
-4
/
+4
*
zfs promote|rename .../%recv should be an error
LOLi
2017-07-28
1
-2
/
+10
*
Fix 'zpool clear' on suspended pools
Brian Behlendorf
2017-07-25
1
-1
/
+2
*
Multi-modifier protection (MMP)
Olaf Faaland
2017-07-13
1
-1
/
+1
*
Add port of FreeBSD 'volmode' property
LOLi
2017-07-12
1
-0
/
+3
*
Fix 'zpool clear' on readonly pools
LOLi
2017-07-07
1
-1
/
+1
*
Implemented zpool scrub pause/resume
Alek P
2017-07-06
1
-1
/
+7
*
OpenZFS 7600 - zfs rollback should pass target snapshot to kernel
Andriy Gapon
2017-07-04
1
-5
/
+18
*
GCC 7.1 fixes
Tony Hutter
2017-06-28
1
-2
/
+4
*
OpenZFS 8264 - want support for promoting datasets in libzfs_core
Giuseppe Di Natale
2017-06-26
1
-3
/
+36
*
Fix "snapdev" property issues
LOLi
2017-06-02
1
-49
/
+48
*
Revert "Fix "snapdev" property inheritance behaviour"
Brian Behlendorf
2017-05-26
1
-48
/
+49
*
Fix "snapdev" property inheritance behaviour
LOLi
2017-05-25
1
-49
/
+48
*
Implemented zpool sync command
Alek P
2017-05-19
1
-0
/
+44
*
Force fault a vdev with 'zpool offline -f'
Tony Hutter
2017-05-19
1
-2
/
+4
*
Add property overriding (-o|-x) to 'zfs receive'
LOLi
2017-05-09
1
-31
/
+165
*
OpenZFS 6101 - attempt to lzc_create() a filesystem under a volume results in...
Andriy Gapon
2017-04-14
1
-0
/
+3
*
OpenZFS 5120 - zfs should allow large block/gzip/raidz boot pool (loader proj...
Brian Behlendorf
2017-04-13
1
-10
/
+2
*
Restructure mount option handling
Brian Behlendorf
2017-03-10
1
-1
/
+1
*
Rename zfs_* functions
Brian Behlendorf
2017-03-10
1
-17
/
+17
*
Rename zfs_sb_t -> zfsvfs_t
Brian Behlendorf
2017-03-10
1
-77
/
+77
*
OpenZFS 7019 - zfsdev_ioctl skips secpolicy when FKIOCTL is set
George Melikov
2017-01-31
1
-2
/
+2
*
OpenZFS 7180 - potential race between zfs_suspend_fs+zfs_resume_fs and zfs_io...
George Melikov
2017-01-23
1
-3
/
+11
*
Suspend/resume zvol for recv and rollback
Chunwei Chen
2017-01-19
1
-0
/
+8
*
OpenZFS 7071 - lzc_snapshot does not fill in errlist on ENOENT
George Melikov
2017-01-17
1
-0
/
+8
*
OpenZFS 6328 - Fix cstyle errors in zfs codebase
George Melikov
2017-01-12
1
-1
/
+1
*
Fix spelling
ka7
2017-01-03
1
-1
/
+1
*
Use cstyle -cpP in `make cstyle` check
Brian Behlendorf
2016-12-12
1
-6
/
+6
*
Fix dsl_prop_get_all_dsl() memory leak
BearBabyLiu
2016-11-02
1
-1
/
+3
*
Fix coverity defects: CID 147551, 147552
cao
2016-10-20
1
-0
/
+4
*
Add support for user/group dnode accounting & quota
Jinshan Xiong
2016-10-07
1
-1
/
+61
*
OpenZFS 6541 - Pool feature-flag check defeated if "verify" is included in th...
ilovezfs
2016-10-03
1
-1
/
+1
*
OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Tony Hutter
2016-10-03
1
-5
/
+42
*
Fix coverity defects: CID 147650, 147649, 147647, 147646
cao
2016-09-25
1
-3
/
+5
*
Fix Coverity defects
luozhengzheng
2016-09-17
1
-1
/
+1
*
DLPX-40252 integrate EP-476 compressed zfs send/receive
Dan Kimmel
2016-09-13
1
-7
/
+28
*
Fix zfs_allow_log_destroy() NULL dereference
heary-cao
2016-07-29
1
-1
/
+5
*
Fix filesystem destroy with receive_resume_token
Roman Strashkin
2016-07-15
1
-3
/
+30
*
Fix handling of errors nvlist in zfs_ioc_recv_new()
Gvozden Neskovic
2016-07-13
1
-7
/
+6
*
Fix get_zfs_sb race with concurrent umount
Chunwei Chen
2016-07-12
1
-3
/
+3
*
OpenZFS 6314 - buffer overflow in dsl_dataset_name
Igor Kozhukhov
2016-06-28
1
-11
/
+12
*
Implement zfs_ioc_recv_new() for OpenZFS 2605
Brian Behlendorf
2016-06-28
1
-82
/
+212
*
OpenZFS 4986 - receiving replication stream fails if any snapshot exceeds ref...
Dan McDonald
2016-06-28
1
-10
/
+87
*
OpenZFS 2605, 6980, 6902
Matthew Ahrens
2016-06-28
1
-4
/
+12
*
Implement large_dnode pool feature
Ned Bass
2016-06-24
1
-1
/
+29
*
Add `zfs allow` and `zfs unallow` support
Brian Behlendorf
2016-06-07
1
-3
/
+43
*
OpenZFS 6286 - ZFS internal error when set large block on bootfs
Brian Behlendorf
2016-05-05
1
-3
/
+3
*
Enable PF_FSTRANS for ioctl secpolicy callbacks (#4571)
Tim Chase
2016-05-02
1
-1
/
+4
*
Illumos 6659 - nvlist_free(NULL) is a no-op
Josef 'Jeff' Sipek
2016-04-27
1
-3
/
+1
*
Add support for asynchronous zvol minor operations
Boris Protopopov
2016-03-10
1
-38
/
+12
[next]