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_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement Redacted Send/Receive
Paul Dagnelie
2019-06-19
1
-1
/
+101
*
Add missing trailing '\n' in printk() messages
Tomohiro Kusumi
2019-05-08
1
-1
/
+1
*
Fix `zfs set atime|relatime=off|on` behavior on inherited datasets
Tomohiro Kusumi
2019-05-07
1
-1
/
+15
*
Fix memory leaks in zfsvfs_create_impl()
Tom Caputi
2019-03-14
1
-9
/
+14
*
port async unlinked drain from illumos-nexenta
Alek P
2019-02-12
1
-5
/
+31
*
Linux 5.0 compat: Convert MS_* macros to SB_*
Tony Hutter
2019-01-28
1
-11
/
+12
*
Remove zfs_sync() panicking kernel check
Brian Behlendorf
2019-01-18
1
-7
/
+0
*
zfs filesystem skipped by df -h
Paul Zuchowski
2019-01-13
1
-0
/
+2
*
Fix statfs(2) for 32-bit user space
Brian Behlendorf
2018-09-24
1
-5
/
+3
*
Always wait for txg sync when umounting dataset
Tom Caputi
2018-08-27
1
-3
/
+6
*
Introduce read/write kstats per dataset
Serapheim Dimitropoulos
2018-08-20
1
-1
/
+5
*
OpenZFS 9337 - zfs get all is slow due to uncached metadata
Matthew Ahrens
2018-07-12
1
-4
/
+43
*
Update build system and packaging
Brian Behlendorf
2018-05-29
1
-11
/
+1
*
ZIL claiming should not start user accounting
Tom Caputi
2018-02-20
1
-24
/
+19
*
Project Quota on ZFS
Nasf-Fan
2018-02-13
1
-70
/
+252
*
OpenZFS 7431 - ZFS Channel Programs
Chris Williamson
2018-02-08
1
-2
/
+14
*
Encryption Stability and On-Disk Format Fixes
Tom Caputi
2018-02-02
1
-3
/
+9
*
Fix 'zfs get {user|group}objused@' functionality
LOLi
2017-11-29
1
-1
/
+1
*
Long hold the dataset during upgrade
Arkadiusz BubaĆa
2017-11-10
1
-1
/
+6
*
Fix remounting snapshots read-write
LOLi
2017-08-17
1
-1
/
+9
*
Native Encryption for ZFS on Linux
Tom Caputi
2017-08-14
1
-5
/
+7
*
OpenZFS 5428 - provide fts(), reallocarray(), and strtonum()
Yuri Pankov
2017-07-08
1
-1
/
+1
*
Linux 4.12 compat: fix super_setup_bdi_name() call
LOLi
2017-05-25
1
-2
/
+1
*
Linux 4.12 compat: super_setup_bdi_name()
Brian Behlendorf
2017-05-02
1
-5
/
+6
*
OpenZFS 6101 - attempt to lzc_create() a filesystem under a volume results in...
Andriy Gapon
2017-04-14
1
-1
/
+3
*
OpenZFS 6874 - rollback and receive need to reset ZPL state to what's on disk
Matthew Ahrens
2017-03-13
1
-106
/
+116
*
Restructure mount option handling
Brian Behlendorf
2017-03-10
1
-66
/
+251
*
Rename zfs_* functions
Brian Behlendorf
2017-03-10
1
-41
/
+37
*
Rename zfs_sb_t -> zfsvfs_t
Brian Behlendorf
2017-03-10
1
-348
/
+351
*
Fix nfs snapdir automount
Chunwei Chen
2017-03-08
1
-17
/
+24
*
OpenZFS 7301 - zpool export -f should be able to interrupt file freeing
George Melikov
2017-01-27
1
-2
/
+24
*
OpenZFS 7180 - potential race between zfs_suspend_fs+zfs_resume_fs and zfs_io...
George Melikov
2017-01-23
1
-7
/
+6
*
OpenZFS 7181 - race between zfs_mount and zfs_ioc_rollback
Brian Behlendorf
2017-01-13
1
-7
/
+7
*
Fix zmo leak when zfs_sb_create fails
Chunwei Chen
2016-12-19
1
-10
/
+9
*
Use cstyle -cpP in `make cstyle` check
Brian Behlendorf
2016-12-12
1
-2
/
+3
*
Use system_delay_taskq for long delay tasks
Chunwei Chen
2016-12-01
1
-0
/
+1
*
Batch free zpl_posix_acl_release
Chunwei Chen
2016-11-07
1
-1
/
+4
*
Fix coverity defects: CID 49339, 153393
cao
2016-10-18
1
-1
/
+1
*
Add support for user/group dnode accounting & quota
Jinshan Xiong
2016-10-07
1
-13
/
+99
*
Remove znode's z_uid/z_gid member
Nikolay Borisov
2016-07-25
1
-1
/
+2
*
Fix NULL pointer in zfs_preumount from 1d9b3bd
Chunwei Chen
2016-07-20
1
-20
/
+29
*
Wait iput_async before evict_inodes to prevent race
Chunwei Chen
2016-07-19
1
-0
/
+18
*
fh_to_dentry should return ESTALE when generation mismatch
Chunwei Chen
2016-07-12
1
-1
/
+1
*
Don't allow accessing XATTR via export handle
Chunwei Chen
2016-07-12
1
-0
/
+8
*
OpenZFS 6314 - buffer overflow in dsl_dataset_name
Igor Kozhukhov
2016-06-28
1
-1
/
+1
*
Linux 4.6 compat: Fall back to d_prune_aliases() if necessary
Tim Chase
2016-06-17
1
-2
/
+15
*
Fix zsb->z_hold_mtx deadlock
Brian Behlendorf
2016-01-15
1
-14
/
+18
*
Add zfs_object_mutex_size module option
Brian Behlendorf
2016-01-15
1
-5
/
+7
*
Illumos 6171 - dsl_prop_unregister() slows down dataset eviction.
Justin T. Gibbs
2016-01-12
1
-77
/
+3
*
Illumos 5960, 5925
Paul Dagnelie
2016-01-08
1
-1
/
+1
[next]