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
/
include
/
sys
/
zfs_znode.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos
Andrea Gelmini
2020-06-09
1
-1
/
+1
*
Move platform specific parts of zfs_znode.h to platform code
Matthew Macy
2019-11-06
1
-137
/
+12
*
Prefix struct rangelock
Matthew Macy
2019-11-01
1
-1
/
+1
*
Add inode accessors to common code
Matthew Macy
2019-10-02
1
-1
/
+9
*
Fix deadlock in 'zfs rollback'
Tom Caputi
2019-08-27
1
-0
/
+1
*
Fix out-of-order ZIL txtype lost on hardlinked files
Chunwei Chen
2019-08-13
1
-1
/
+1
*
Change boolean-like uint8_t fields in znode_t to boolean_t
Tomohiro Kusumi
2019-08-13
1
-8
/
+8
*
Fix `zfs set atime|relatime=off|on` behavior on inherited datasets
Tomohiro Kusumi
2019-05-07
1
-0
/
+1
*
Linux does not HAVE_SMB_SHARE
Matthew Ahrens
2018-10-17
1
-1
/
+0
*
OpenZFS 9689 - zfs range lock code should not be zpl-specific
Matt Ahrens
2018-10-11
1
-2
/
+2
*
Linux 4.19-rc3+ compat: Remove refcount_t compat
Tim Schumacher
2018-09-26
1
-1
/
+1
*
Add missing checks to zpl_xattr_* functions
John Gallagher
2018-08-02
1
-22
/
+29
*
Linux 4.18 compat: inode timespec -> timespec64
Brian Behlendorf
2018-06-19
1
-8
/
+25
*
Update build system and packaging
Brian Behlendorf
2018-05-29
1
-1
/
+0
*
Project Quota on ZFS
Nasf-Fan
2018-02-13
1
-1
/
+23
*
OpenZFS 8081 - Compiler warnings in zdb
Brian Behlendorf
2017-10-27
1
-1
/
+1
*
Rename zfs_sb_t -> zfsvfs_t
Brian Behlendorf
2017-03-10
1
-13
/
+13
*
OpenZFS 7301 - zpool export -f should be able to interrupt file freeing
George Melikov
2017-01-27
1
-0
/
+2
*
Fix unlinked file cannot do xattr operations
Chunwei Chen
2016-11-04
1
-0
/
+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
*
Kill zp->z_xattr_parent to prevent pinning
Chunwei Chen
2016-07-12
1
-1
/
+0
*
OpenZFS 6314 - buffer overflow in dsl_dataset_name
Igor Kozhukhov
2016-06-28
1
-12
/
+1
*
Implement large_dnode pool feature
Ned Bass
2016-06-24
1
-0
/
+1
*
Kill znode->z_gen field
Nikolay Borisov
2016-05-19
1
-1
/
+0
*
Remove dummy znode from zvol_state
Chunwei Chen
2016-05-17
1
-3
/
+2
*
Revert "Kill znode->z_gen field"
Brian Behlendorf
2016-05-12
1
-0
/
+1
*
Kill znode->z_gen field
Nikolay Borisov
2016-05-02
1
-1
/
+0
*
Fix atime handling and relatime
Chunwei Chen
2016-04-05
1
-6
/
+1
*
Fix zsb->z_hold_mtx deadlock
Brian Behlendorf
2016-01-15
1
-15
/
+10
*
Add zfs_object_mutex_size module option
Brian Behlendorf
2016-01-15
1
-2
/
+8
*
Illumos 5008 - lock contention (rrw_exit) while running a read only load
Alexander Motin
2015-07-06
1
-2
/
+2
*
Illumos 5027 - zfs large block support
Matthew Ahrens
2015-05-11
1
-2
/
+0
*
Fix kernel panic due to tsd_exit in ZFS_EXIT(zsb)
Chunwei Chen
2015-04-24
1
-1
/
+0
*
Fix zil_commit() NULL dereference
Brian Behlendorf
2014-07-17
1
-0
/
+1
*
Use local variable to read zp->z_mode
Brian Behlendorf
2014-01-09
1
-1
/
+1
*
cstyle: Resolve C style issues
Michael Kjorling
2013-12-18
1
-2
/
+2
*
Only commit the ZIL once in zpl_writepages() (msync() case).
Etienne Dechamps
2013-11-23
1
-1
/
+2
*
Illumos #3742
Will Andrews
2013-11-04
1
-9
/
+7
*
Illumos #3464
Matthew Ahrens
2013-09-04
1
-1
/
+2
*
Constify structures containing function pointers
Richard Yao
2013-03-04
1
-1
/
+1
*
Fix 'zfs rollback' on mounted file systems
Brian Behlendorf
2013-01-17
1
-0
/
+1
*
Directory xattr znodes hold a reference on their parent
Brian Behlendorf
2012-12-03
1
-0
/
+1
*
Add .zfs control directory
Brian Behlendorf
2012-03-22
1
-0
/
+1
*
Implement SA based xattrs
Brian Behlendorf
2011-11-28
1
-0
/
+3
*
Linux compat 2.6.39: mount_nodev()
Brian Behlendorf
2011-07-01
1
-4
/
+3
*
Fix evict() deadlock
Brian Behlendorf
2011-03-22
1
-0
/
+2
*
Register .sync_fs handler
Brian Behlendorf
2011-03-15
1
-1
/
+1
*
Drop HAVE_XVATTR macros
Brian Behlendorf
2011-03-02
1
-7
/
+6
*
Add mmap(2) support
Brian Behlendorf
2011-02-10
1
-0
/
+1
[next]