aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/gfs.c
Commit message (Expand)AuthorAgeFilesLines
* zfs: clean up unused files and definitionsAndriy Gapon2017-02-241-1246/+0
* gfs_lookup_dot() does not have to acquire any locksAndriy Gapon2016-05-161-13/+3
* remove emulation of VFS_HOLD and VFS_RELE from opensolaris compatAndriy Gapon2016-04-021-0/+4
* Use the "zfs_gfs" tag for GFS vnodes to make them easier to identify.Will Andrews2015-01-201-1/+1
* Mechanically convert cddl sun #ifdef's to illumosSteven Hartland2015-01-171-7/+7
* This change addresses 4 bugs in ZFS exposed by Richard Kojedzinszky'sJosh Paetzel2014-10-251-6/+13
* gfs_file_inactive: replace bad code with ugly codeAndriy Gapon2012-12-011-4/+7
* Finally... Import the latest open-source ZFS version - (SPA) 28.Pawel Jakub Dawidek2011-02-271-2/+151
* - Don't depend on value returned by gfs_*_inactive(), it doesn't workPawel Jakub Dawidek2009-09-261-13/+5
* work around snapshot shutdown race reported by Henri HennebertKip Macy2009-05-301-2/+7
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-171-94/+303
* Catch up after last insmntque() changes:Pawel Jakub Dawidek2008-09-051-0/+3
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* All objects we create using GFS are directories, so initialize d_typePawel Jakub Dawidek2007-05-231-2/+2
* - Define d_type for ".", ".." and ".zfs" directories.Pawel Jakub Dawidek2007-04-291-0/+2
* Please welcome ZFS - The last word in file systems.Pawel Jakub Dawidek2007-04-061-0/+882