aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/zfs_znode.h
Commit message (Expand)AuthorAgeFilesLines
* znode: expose zfs_get_zplprop to libzpoolRob Norris2023-06-051-1/+1
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-101-0/+3
* Linux: use filemap_range_has_page()Brian Behlendorf2023-02-141-1/+0
* Fix unprotected zfs_znode_dmu_finiChunwei Chen2023-01-191-0/+2
* Remove atomics from zh_refcountAlexander Motin2022-11-281-2/+2
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-281-0/+6
* Remove zpl_revalidate: fix snapshot rollbackPavel Snajdr2022-10-281-1/+0
* zfs_enter reworkChunwei Chen2022-09-161-0/+23
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Speed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simultaneouslyShaan Nobee2022-05-031-0/+2
* Expose additional file level attributesUmer Saleem2022-03-071-1/+1
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-221-0/+2
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-091-0/+2
* G/C struct znode -> z_movedMateusz Guzik2020-11-101-1/+0
* Throw const on some stringsRyan Moeller2020-10-021-6/+7
* 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