summaryrefslogtreecommitdiffstats
path: root/include/sys/zfs_znode.h
Commit message (Expand)AuthorAgeFilesLines
* Rename zfs_sb_t -> zfsvfs_tBrian Behlendorf2017-03-101-13/+13
* OpenZFS 7301 - zpool export -f should be able to interrupt file freeingGeorge Melikov2017-01-271-0/+2
* Fix unlinked file cannot do xattr operationsChunwei Chen2016-11-041-0/+1
* Remove znode's z_uid/z_gid memberNikolay Borisov2016-07-251-2/+0
* Use native inode->i_nlink instead of znode->z_linksChris Dunlop2016-07-141-1/+0
* Kill zp->z_xattr_parent to prevent pinningChunwei Chen2016-07-121-1/+0
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-12/+1
* Implement large_dnode pool featureNed Bass2016-06-241-0/+1
* Kill znode->z_gen fieldNikolay Borisov2016-05-191-1/+0
* Remove dummy znode from zvol_stateChunwei Chen2016-05-171-3/+2
* Revert "Kill znode->z_gen field"Brian Behlendorf2016-05-121-0/+1
* Kill znode->z_gen fieldNikolay Borisov2016-05-021-1/+0
* Fix atime handling and relatimeChunwei Chen2016-04-051-6/+1
* Fix zsb->z_hold_mtx deadlockBrian Behlendorf2016-01-151-15/+10
* Add zfs_object_mutex_size module optionBrian Behlendorf2016-01-151-2/+8
* Illumos 5008 - lock contention (rrw_exit) while running a read only loadAlexander Motin2015-07-061-2/+2
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-2/+0
* Fix kernel panic due to tsd_exit in ZFS_EXIT(zsb)Chunwei Chen2015-04-241-1/+0
* Fix zil_commit() NULL dereferenceBrian Behlendorf2014-07-171-0/+1
* Use local variable to read zp->z_modeBrian Behlendorf2014-01-091-1/+1
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-2/+2
* Only commit the ZIL once in zpl_writepages() (msync() case).Etienne Dechamps2013-11-231-1/+2
* Illumos #3742Will Andrews2013-11-041-9/+7
* Illumos #3464Matthew Ahrens2013-09-041-1/+2
* Constify structures containing function pointersRichard Yao2013-03-041-1/+1
* Fix 'zfs rollback' on mounted file systemsBrian Behlendorf2013-01-171-0/+1
* Directory xattr znodes hold a reference on their parentBrian Behlendorf2012-12-031-0/+1
* Add .zfs control directoryBrian Behlendorf2012-03-221-0/+1
* Implement SA based xattrsBrian Behlendorf2011-11-281-0/+3
* Linux compat 2.6.39: mount_nodev()Brian Behlendorf2011-07-011-4/+3
* Fix evict() deadlockBrian Behlendorf2011-03-221-0/+2
* Register .sync_fs handlerBrian Behlendorf2011-03-151-1/+1
* Drop HAVE_XVATTR macrosBrian Behlendorf2011-03-021-7/+6
* Add mmap(2) supportBrian Behlendorf2011-02-101-0/+1
* Add zp->z_is_zvol flagBrian Behlendorf2011-02-101-1/+1
* Prototype/structure update for LinuxBrian Behlendorf2011-02-101-36/+40
* VFS: Add zfs_inode_update() helperBrian Behlendorf2011-02-101-0/+1
* VFS: Integrate zfs_znode_alloc()Brian Behlendorf2011-02-101-2/+9
* Support custom build directories and move includesBrian Behlendorf2010-09-081-0/+366