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_ctldir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update zfs_admin_snapshot value (disabled)
George Melikov
2018-11-08
1
-1
/
+2
*
Prefix all refcount functions with zfs_
Tim Schumacher
2018-10-01
1
-3
/
+3
*
Linux 4.19-rc3+ compat: Remove refcount_t compat
Tim Schumacher
2018-09-26
1
-5
/
+5
*
Correctly handle errors from kern_path
Chris Siebenmann
2018-09-04
1
-1
/
+1
*
Revert "Update zfs_admin_snapshot default value (disabled)"
Brian Behlendorf
2018-09-04
1
-1
/
+1
*
Update zfs_admin_snapshot default value (disabled)
George Melikov
2018-09-04
1
-1
/
+1
*
Fix deadlock between zfs umount & snapentry_expire
Rohan Puri
2018-08-01
1
-6
/
+5
*
Linux 4.18 compat: inode timespec -> timespec64
Brian Behlendorf
2018-06-19
1
-1
/
+1
*
Update build system and packaging
Brian Behlendorf
2018-05-29
1
-3
/
+0
*
Use SET_ERROR for constant non-zero return codes
Ned Bass
2017-08-02
1
-7
/
+7
*
Linux 4.9 compat: fix zfs_ctldir xattr handling
LOLi
2017-06-05
1
-0
/
+3
*
Linux 4.12 compat: CURRENT_TIME removed
Brian Behlendorf
2017-05-10
1
-1
/
+2
*
Restructure mount option handling
Brian Behlendorf
2017-03-10
1
-2
/
+2
*
Rename zfs_sb_t -> zfsvfs_t
Brian Behlendorf
2017-03-10
1
-76
/
+76
*
Fix nfs snapdir automount
Chunwei Chen
2017-03-08
1
-63
/
+58
*
codebase style improvements for OpenZFS 6459 port
George Melikov
2017-01-22
1
-1
/
+1
*
Use cstyle -cpP in `make cstyle` check
Brian Behlendorf
2016-12-12
1
-1
/
+1
*
Use system_delay_taskq for long delay tasks
Chunwei Chen
2016-12-01
1
-12
/
+2
*
Enable .zfs/snapshot for 32-bit systems
Brian Behlendorf
2016-11-02
1
-4
/
+0
*
Add TASKQID_INVALID
Brian Behlendorf
2016-11-02
1
-4
/
+4
*
Use env, not sh in zfsctl_snapshot_{,un}mount()
Stian Ellingsen
2016-10-08
1
-18
/
+9
*
Fix use after free in zfsctl_snapshot_unmount()
Stian Ellingsen
2016-10-08
1
-1
/
+1
*
Remove znode's z_uid/z_gid member
Nikolay Borisov
2016-07-25
1
-2
/
+0
*
Use native inode->i_nlink instead of znode->z_links
Chris Dunlop
2016-07-14
1
-1
/
+0
*
OpenZFS 6314 - buffer overflow in dsl_dataset_name
Igor Kozhukhov
2016-06-28
1
-26
/
+30
*
Add `zfs allow` and `zfs unallow` support
Brian Behlendorf
2016-06-07
1
-2
/
+2
*
Kill znode->z_gen field
Nikolay Borisov
2016-05-19
1
-1
/
+1
*
Remove dummy znode from zvol_state
Chunwei Chen
2016-05-17
1
-1
/
+0
*
OpenZFS 6093 - zfsctl_shares_lookup
Dan McDonald
2016-05-12
1
-8
/
+4
*
Revert "Kill znode->z_gen field"
Brian Behlendorf
2016-05-12
1
-1
/
+1
*
Kill znode->z_gen field
Nikolay Borisov
2016-05-02
1
-1
/
+1
*
Fix atime handling and relatime
Chunwei Chen
2016-04-05
1
-2
/
+0
*
Hold the zfs_snapentry_t before dispatch
Brian Behlendorf
2015-12-14
1
-1
/
+1
*
Fix snapshot automount race cause EREMOTE
Chunwei Chen
2015-12-14
1
-1
/
+1
*
Change zfs_snapshot_lock from mutex to rw lock
Brian Behlendorf
2015-12-14
1
-26
/
+26
*
Fix zfsctl_lookup_objset() deadlock
Brian Behlendorf
2015-12-14
1
-1
/
+2
*
Set 'zfs_expire_snapshot=0' to disable auto-unmount
Brian Behlendorf
2015-12-14
1
-0
/
+8
*
Use spa as key besides objsetid for snapentry
Chunwei Chen
2015-12-08
1
-10
/
+22
*
Fix snapshot automount behavior when concurrent or fail
Chunwei Chen
2015-11-19
1
-17
/
+32
*
Allow NFS activity to defer snapshot unmounts
Brian Behlendorf
2015-09-25
1
-2
/
+13
*
Support accessing .zfs/snapshot via NFS
Brian Behlendorf
2015-09-04
1
-0
/
+124
*
Linux 3.18 compat: Snapshot auto-mounting
Brian Behlendorf
2015-08-31
1
-316
/
+420
*
Align thread priority with Linux defaults
Brian Behlendorf
2015-07-28
1
-1
/
+1
*
Illumos 4368, 4369.
Matthew Ahrens
2014-07-29
1
-2
/
+2
*
cstyle: Resolve C style issues
Michael Kjorling
2013-12-18
1
-2
/
+1
*
Handle concurrent snapshot automounts failing due to EBUSY.
Tim Chase
2013-11-08
1
-3
/
+11
*
Illumos #3741
Will Andrews
2013-11-04
1
-0
/
+5
*
Illumos #3598
Matthew Ahrens
2013-10-31
1
-15
/
+16
*
Illumos #3464
Matthew Ahrens
2013-09-04
1
-19
/
+24
*
Illumos #2882, #2883, #2900
Matthew Ahrens
2013-09-04
1
-2
/
+1
[next]