]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - include/sys/zfs_znode.h
Add generic implementation handling and SHA2 impl
[FreeBSD/FreeBSD.git] / include / sys / zfs_znode.h
2023-02-14 Brian BehlendorfLinux: use filemap_range_has_page()
2023-01-20 Chunwei ChenFix unprotected zfs_znode_dmu_fini
2022-11-28 Alexander MotinRemove atomics from zh_refcount
2022-10-28 Aleksa Saraizfs_rename: support RENAME_* flags
2022-10-28 Pavel SnajdrRemove zpl_revalidate: fix snapshot rollback
2022-09-16 Chunwei Chenzfs_enter rework
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-05-03 Shaan NobeeSpeed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simulta...
2022-03-08 Umer SaleemExpose additional file level attributes
2022-02-22 Jitendra Patidarlog xattr=sa create/remove/update to ZIL
2021-02-09 khng300Rename zfs_inode_update to zfs_znode_update_vfs
2020-11-10 Mateusz GuzikG/C struct znode -> z_moved
2020-10-03 Ryan MoellerThrow const on some strings
2020-06-10 Andrea GelminiFix typos
2019-11-06 Matthew MacyMove platform specific parts of zfs_znode.h to platform...
2019-11-01 Matthew MacyPrefix struct rangelock
2019-10-02 Matthew MacyAdd inode accessors to common code
2019-08-27 Tom CaputiFix deadlock in 'zfs rollback'
2019-08-14 Chunwei ChenFix out-of-order ZIL txtype lost on hardlinked files
2019-08-13 Tomohiro KusumiChange boolean-like uint8_t fields in znode_t to boolean_t
2019-05-07 Tomohiro KusumiFix `zfs set atime|relatime=off|on` behavior on inherit...
2018-10-17 Matthew AhrensLinux does not HAVE_SMB_SHARE
2018-10-11 Matt AhrensOpenZFS 9689 - zfs range lock code should not be zpl...
2018-09-26 Tim SchumacherLinux 4.19-rc3+ compat: Remove refcount_t compat
2018-08-02 John GallagherAdd missing checks to zpl_xattr_* functions
2018-06-20 Brian BehlendorfLinux 4.18 compat: inode timespec -> timespec64
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-02-13 Nasf-FanProject Quota on ZFS
2017-10-27 Brian BehlendorfOpenZFS 8081 - Compiler warnings in zdb
2017-03-13 Brian BehlendorfAlign mount options handling and type/function names...
2017-03-10 Brian BehlendorfRename zfs_sb_t -> zfsvfs_t
2017-01-27 George MelikovOpenZFS 7301 - zpool export -f should be able to interr...
2016-11-04 Chunwei ChenFix unlinked file cannot do xattr operations
2016-07-25 Nikolay BorisovRemove znode's z_uid/z_gid member
2016-07-14 Chris DunlopUse native inode->i_nlink instead of znode->z_links
2016-07-12 Chunwei ChenKill zp->z_xattr_parent to prevent pinning
2016-06-29 Brian BehlendorfMerge branch 'illumos-2605'
2016-06-28 Igor KozhukhovOpenZFS 6314 - buffer overflow in dsl_dataset_name
2016-06-24 Ned BassImplement large_dnode pool feature
2016-05-19 Nikolay BorisovKill znode->z_gen field
2016-05-17 Chunwei ChenRemove dummy znode from zvol_state
2016-05-12 Brian BehlendorfRevert "Kill znode->z_gen field"
2016-05-02 Nikolay BorisovKill znode->z_gen field
2016-04-06 Chunwei ChenFix atime handling and relatime
2016-01-15 Brian BehlendorfFix zsb->z_hold_mtx deadlock
2016-01-15 Brian BehlendorfAdd zfs_object_mutex_size module option
2015-07-06 Alexander MotinIllumos 5008 - lock contention (rrw_exit) while running...
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-04-24 Chunwei ChenFix kernel panic due to tsd_exit in ZFS_EXIT(zsb)
2014-07-17 Brian BehlendorfFix zil_commit() NULL dereference
2014-01-09 Brian BehlendorfUse local variable to read zp->z_mode
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-11-23 Etienne DechampsOnly commit the ZIL once in zpl_writepages() (msync...
2013-11-04 Will AndrewsIllumos #3742
2013-09-04 Matthew AhrensIllumos #3464
2013-03-04 Richard YaoConstify structures containing function pointers
2013-01-17 Brian BehlendorfFix 'zfs rollback' on mounted file systems
2012-12-03 Brian BehlendorfDirectory xattr znodes hold a reference on their parent
2012-03-22 Brian BehlendorfAdd .zfs control directory
2011-11-28 Brian BehlendorfImplement SA based xattrs
2011-07-01 Brian BehlendorfLinux compat 2.6.39: mount_nodev()
2011-03-22 Brian BehlendorfFix evict() deadlock
2011-03-22 Brian BehlendorfMerge branch 'dracut'
2011-03-15 Brian BehlendorfRegister .sync_fs handler
2011-03-02 Brian BehlendorfDrop HAVE_XVATTR macros
2011-02-18 Brian BehlendorfMerge branch 'zpl'
2011-02-10 Brian BehlendorfAdd mmap(2) support
2011-02-10 Brian BehlendorfAdd zp->z_is_zvol flag
2011-02-10 Brian BehlendorfPrototype/structure update for Linux
2011-02-10 Brian BehlendorfVFS: Add zfs_inode_update() helper
2011-02-10 Brian BehlendorfVFS: Integrate zfs_znode_alloc()
2010-09-08 Brian BehlendorfSupport custom build directories and move includes