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_znode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
OpenZFS 8930 - zfs_zinactive: do not remove the node if the filesystem is rea...
Andriy Gapon
2018-01-11
1
-7
/
+26
*
misc: fix meaningless values
Feng Sun
2017-09-19
1
-1
/
+2
*
Fix dnode allocation race
Brian Behlendorf
2017-08-08
1
-1
/
+1
*
Use SET_ERROR for constant non-zero return codes
Ned Bass
2017-08-02
1
-1
/
+1
*
OpenZFS 8199 - multi-threaded dmu_object_alloc()
Matthew Ahrens
2017-06-09
1
-8
/
+0
*
Add missing *_destroy/*_fini calls
Gvozden Neskovic
2017-05-04
1
-0
/
+2
*
Retry zfs_znode_alloc() in zfs_mknode()
Brian Behlendorf
2017-03-23
1
-1
/
+12
*
Rename zfs_sb_t -> zfsvfs_t
Brian Behlendorf
2017-03-10
1
-177
/
+179
*
Use inode_set_flags when available
Chunwei Chen
2016-12-16
1
-0
/
+9
*
Fix i_flags issue caused by 64c688d
Chunwei Chen
2016-12-14
1
-11
/
+27
*
Use cstyle -cpP in `make cstyle` check
Brian Behlendorf
2016-12-12
1
-3
/
+2
*
Add support for O_TMPFILE
Chunwei Chen
2016-11-04
1
-1
/
+1
*
Fix unlinked file cannot do xattr operations
Chunwei Chen
2016-11-04
1
-27
/
+28
*
Refactor updating of immutable/appendonly flags
lorddoskias
2016-10-05
1
-20
/
+13
*
Fix coverity defects: CID 147448, 147449, 147450, 147453, 147454
luozhengzheng
2016-10-02
1
-1
/
+1
*
Refactor inode->i_mode management
lorddoskias
2016-09-27
1
-4
/
+3
*
Refactor generic inode time updating
Nikolay Borisov
2016-09-13
1
-32
/
+27
*
Performance optimization of AVL tree comparator functions
Gvozden Neskovic
2016-08-31
1
-8
/
+3
*
Move assignment of i_blkbits field
Nikolay Borisov
2016-07-29
1
-1
/
+1
*
Remove znode's z_uid/z_gid member
Nikolay Borisov
2016-07-25
1
-6
/
+10
*
Use native inode->i_nlink instead of znode->z_links
Chris Dunlop
2016-07-14
1
-6
/
+11
*
Kill zp->z_xattr_parent to prevent pinning
Chunwei Chen
2016-07-12
1
-26
/
+3
*
Implement large_dnode pool feature
Ned Bass
2016-06-24
1
-9
/
+26
*
Skip ctldir znode in zfs_rezget to fix snapdir issues
Chunwei Chen
2016-05-23
1
-0
/
+10
*
Kill znode->z_gen field
Nikolay Borisov
2016-05-19
1
-4
/
+7
*
Remove dummy znode from zvol_state
Chunwei Chen
2016-05-17
1
-9
/
+8
*
Revert "Kill znode->z_gen field"
Brian Behlendorf
2016-05-12
1
-6
/
+4
*
Kill znode->z_gen field
Nikolay Borisov
2016-05-02
1
-4
/
+6
*
Enable lazytime semantic for atime
Chunwei Chen
2016-04-05
1
-69
/
+87
*
Fix atime handling and relatime
Chunwei Chen
2016-04-05
1
-63
/
+9
*
Linux 4.6 compat: PAGE_CACHE_SIZE removal
Brian Behlendorf
2016-04-05
1
-10
/
+9
*
Illumos 4950 - files sometimes can't be removed from a full filesystem
Matthew Ahrens
2016-01-21
1
-5
/
+6
*
Close possible zfs_znode_held() race
Brian Behlendorf
2016-01-20
1
-4
/
+3
*
Fix zsb->z_hold_mtx deadlock
Brian Behlendorf
2016-01-15
1
-33
/
+187
*
Add zfs_object_mutex_size module option
Brian Behlendorf
2016-01-15
1
-4
/
+10
*
Illumos 3139 - zdb dies when it tries to determine path of unlinked file
Jeremy Jones
2016-01-05
1
-4
/
+30
*
Revert "Fix z_xattr_lock/z_teardown_lock lock inversion"
Brian Behlendorf
2015-12-22
1
-10
/
+1
*
Identify locks flagged by lockdep
Olaf Faaland
2015-12-22
1
-1
/
+1
*
Fix z_xattr_lock/z_teardown_lock lock inversion
Brian Behlendorf
2015-12-18
1
-1
/
+10
*
Fix fail path in zfs_znode_alloc
Chunwei Chen
2015-10-13
1
-2
/
+1
*
zfs_inode_update should not call dmu_object_size_from_db under spinlock
Richard Yao
2015-09-30
1
-2
/
+4
*
Linux 3.18 compat: Snapshot auto-mounting
Brian Behlendorf
2015-08-31
1
-3
/
+0
*
Add logic to try and recover an inode with an invalid mode
Brian Behlendorf
2015-07-17
1
-4
/
+11
*
Illumos 5027 - zfs large block support
Matthew Ahrens
2015-05-11
1
-1
/
+7
*
Add cond_resched to zfs_zget to prevent infinite loop
tuxoko
2015-05-04
1
-0
/
+2
*
Allocate zfs_znode_cache on the Linux slab
Tim Chase
2015-04-14
1
-2
/
+4
*
Mark all ZPL and ioctl functions as PF_FSTRANS
Tim Chase
2015-04-03
1
-15
/
+3
*
Reduce size of zfs_sb_t: allocate z_hold_mtx separately
Chris Dunlop
2015-03-24
1
-0
/
+3
*
Change KM_PUSHPAGE -> KM_SLEEP
Brian Behlendorf
2015-01-16
1
-6
/
+6
*
Retire KM_NODEBUG
Brian Behlendorf
2015-01-16
1
-1
/
+1
[next]