aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/zfs_znode.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2020-06-091-1/+1
* Move platform specific parts of zfs_znode.h to platform codeMatthew Macy2019-11-061-137/+12
* Prefix struct rangelockMatthew Macy2019-11-011-1/+1
* Add inode accessors to common codeMatthew Macy2019-10-021-1/+9
* Fix deadlock in 'zfs rollback'Tom Caputi2019-08-271-0/+1
* Fix out-of-order ZIL txtype lost on hardlinked filesChunwei Chen2019-08-131-1/+1
* Change boolean-like uint8_t fields in znode_t to boolean_tTomohiro Kusumi2019-08-131-8/+8
* Fix `zfs set atime|relatime=off|on` behavior on inherited datasetsTomohiro Kusumi2019-05-071-0/+1
* Linux does not HAVE_SMB_SHAREMatthew Ahrens2018-10-171-1/+0
* OpenZFS 9689 - zfs range lock code should not be zpl-specificMatt Ahrens2018-10-111-2/+2
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-261-1/+1
* Add missing checks to zpl_xattr_* functionsJohn Gallagher2018-08-021-22/+29
* Linux 4.18 compat: inode timespec -> timespec64Brian Behlendorf2018-06-191-8/+25
* Update build system and packagingBrian Behlendorf2018-05-291-1/+0
* Project Quota on ZFSNasf-Fan2018-02-131-1/+23
* OpenZFS 8081 - Compiler warnings in zdbBrian Behlendorf2017-10-271-1/+1
* 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