]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/zfs_znode.c
Fix typo/etc in module/zfs/zfs_ctldir.c
[mirror_zfs.git] / module / zfs / zfs_znode.c
2019-04-19 Tomohiro KusumiDrop unused ZNODE_STATS and ZNODE_STAT_ADD()
2019-02-12 Alek Pport async unlinked drain from illumos-nexenta
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-10-01 Tim SchumacherPrefix all refcount functions with zfs_
2018-09-26 Tim SchumacherLinux 4.19-rc3+ compat: Remove refcount_t compat
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-05-04 Paul DagnelieOpenZFS 9421, 9422 - zdb show possibly leaked objects
2018-02-13 Nasf-FanProject Quota on ZFS
2018-01-11 Andriy GaponOpenZFS 8930 - zfs_zinactive: do not remove the node...
2017-09-19 Feng Sunmisc: fix meaningless values
2017-08-08 Brian BehlendorfFix dnode allocation race
2017-08-03 Ned BassUse SET_ERROR for constant non-zero return codes
2017-06-09 Matthew AhrensOpenZFS 8199 - multi-threaded dmu_object_alloc()
2017-05-04 Gvozden NeskovicAdd missing *_destroy/*_fini calls
2017-03-24 Brian BehlendorfRetry zfs_znode_alloc() in zfs_mknode()
2017-03-13 Brian BehlendorfAlign mount options handling and type/function names...
2017-03-10 Brian BehlendorfRename zfs_sb_t -> zfsvfs_t
2016-12-19 Brian BehlendorfFix file attributes
2016-12-16 Chunwei ChenUse inode_set_flags when available
2016-12-14 Chunwei ChenFix i_flags issue caused by 64c688d
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-11-04 Chunwei ChenAdd support for O_TMPFILE
2016-11-04 Chunwei ChenFix unlinked file cannot do xattr operations
2016-10-07 Brian BehlendorfFletcher4: Incremental updates and ctx calculation
2016-10-07 Brian BehlendorfAdd python style checking
2016-10-05 lorddoskiasRefactor updating of immutable/appendonly flags
2016-10-02 luozhengzhengFix coverity defects: CID 147448, 147449, 147450, 14745...
2016-09-27 lorddoskiasRefactor inode->i_mode management
2016-09-13 Nikolay BorisovRefactor generic inode time updating
2016-08-31 Gvozden NeskovicPerformance optimization of AVL tree comparator functions
2016-07-29 Nikolay BorisovMove assignment of i_blkbits field
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-24 Ned BassImplement large_dnode pool feature
2016-05-23 Chunwei ChenSkip ctldir znode in zfs_rezget to fix snapdir issues
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 ChenEnable lazytime semantic for atime
2016-04-06 Chunwei ChenFix atime handling and relatime
2016-04-06 Brian BehlendorfLinux 4.6 compat: PAGE_CACHE_SIZE removal
2016-01-22 Matthew AhrensIllumos 4950 - files sometimes can't be removed from...
2016-01-20 Brian BehlendorfClose possible zfs_znode_held() race
2016-01-15 Brian BehlendorfFix zsb->z_hold_mtx deadlock
2016-01-15 Brian BehlendorfAdd zfs_object_mutex_size module option
2016-01-05 Jeremy JonesIllumos 3139 - zdb dies when it tries to determine...
2015-12-23 Brian BehlendorfRevert "Fix z_xattr_lock/z_teardown_lock lock inversion"
2015-12-22 Olaf FaalandIdentify locks flagged by lockdep
2015-12-18 Brian BehlendorfFix z_xattr_lock/z_teardown_lock lock inversion
2015-10-13 Chunwei ChenFix fail path in zfs_znode_alloc
2015-09-30 Richard Yaozfs_inode_update should not call dmu_object_size_from_d...
2015-08-31 Brian BehlendorfLinux 3.18 compat: Snapshot auto-mounting
2015-07-17 Brian BehlendorfAdd logic to try and recover an inode with an invalid...
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-05-04 tuxokoAdd cond_resched to zfs_zget to prevent infinite loop
2015-04-14 Tim ChaseAllocate zfs_znode_cache on the Linux slab
2015-04-03 Tim ChaseMark all ZPL and ioctl functions as PF_FSTRANS
2015-03-24 Chris DunlopReduce size of zfs_sb_t: allocate z_hold_mtx separately
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2015-01-16 Brian BehlendorfRetire KM_NODEBUG
2014-10-22 Ned BassRemove checks for mandatory locks
2014-09-29 Tim ChasePerform whole-page page truncation for hole-punching...
2014-09-11 Brian BehlendorfFix z_teardown_inactive_lock deadlock
2014-09-08 Tim ChaseImplement fallocate FALLOC_FL_PUNCH_HOLE
2014-08-11 Brian BehlendorfAdd zfs_iput_async() interface
2014-07-28 Max GrossmanIllumos 4370, 4371
2014-07-22 Brian Behlendorfzfs_trunc() should use dmu_tx_assign(tx, TXG_WAIT)
2014-07-17 Brian BehlendorfFix zil_commit() NULL dereference
2014-05-01 Richard YaoImplement File Attribute Support
2014-04-04 Richard YaoFix locking order in zfs_zget()
2014-04-04 Richard YaoFix deadlock in zfs_zget()
2014-04-03 Brian BehlendorfRevert "Fixed a use-after-free bug in zfs_zget()."
2014-01-29 Tim ChaseImplement relatime.
2014-01-09 Brian BehlendorfUse local variable to read zp->z_mode
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-12-12 Tim ChaseFix atime handling.
2013-12-06 Matthew AhrensIllumos #4347 ZPL can use dmu_tx_assign(TXG_WAIT)
2013-11-04 Will AndrewsIllumos #3742
2013-10-31 Matthew AhrensIllumos #3598
2013-09-13 Brian BehlendorfFix uninitialized variables
2013-08-09 Richard YaoLinux 3.8 compat: Support CONFIG_UIDGID_STRICT_TYPE_CHECKS
2013-06-19 Madhav SureshIllumos #3006
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-11-30 Brian BehlendorfDisable page allocation warnings for super block
2012-08-27 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2012-03-22 Brian BehlendorfAdd .zfs control directory
2012-01-11 Brian BehlendorfLinux 3.1 compat, super_block->s_shrink
2011-12-17 Darik HornLinux 3.2 compat: set_nlink()
2011-11-28 Brian BehlendorfImplement SA based xattrs
2011-09-09 Brian BehlendorfFix usage of zsb after free
2011-08-01 Brian BehlendorfMerge branch 'illumos'
2011-08-01 Tim HaleyIllumos #xxx: zdb -vvv broken after zfs diff integration
2011-07-21 Brian BehlendorfUse zfs_mknode() to create dataset root
next