]> git.proxmox.com Git - mirror_zfs-debian.git/history - module/zfs/zpl_inode.c
Merge branch 'add_breaks_replaces_zfs_initramfs' into 'master'
[mirror_zfs-debian.git] / module / zfs / zpl_inode.c
2018-09-18 Mo ZhouMerge branch 'upstream'
2018-09-18 Mo ZhouNew upstream version 0.7.11
2017-10-06 Aron XuMerge tag 'upstream/0.7.2'
2017-10-06 Aron XuNew upstream version 0.7.2
2017-07-14 Aron XuImported Upstream version 0.6.5.11
2017-07-05 Aron XuMerge tag 'upstream/0.6.5.10'
2017-07-05 Aron XuNew upstream version 0.6.5.10
2017-02-06 Aron XuMerge tag 'upstream/0.6.5.9'
2017-02-06 Aron XuImported Upstream version 0.6.5.9
2016-03-23 Aron XuImported Upstream version 0.6.5.6
2016-03-23 Aron XuImported Upstream version 0.6.5.6
2016-03-20 Aron XuMerge tag 'upstream/0.6.5.5'
2016-03-20 Aron XuImported Upstream version 0.6.5.5
2016-01-10 Aron XuMerge tag 'upstream/0.6.5.4'
2016-01-10 Aron XuImported Upstream version 0.6.5.4
2015-11-01 Aron XuImported Upstream version 0.6.5.3
2015-11-01 Aron XuMerge branch 'master' of git+ssh://git.debian.org/git...
2015-11-01 Aron XuMerge tag 'upstream/0.6.5.3'
2015-11-01 Aron XuImported Upstream version 0.6.5.3
2015-08-13 Aron XuMerge tag 'upstream/0.6.4.2'
2015-08-13 Aron XuImported Upstream version 0.6.4.2
2014-02-08 Liang GuoImported Upstream version 0.6.2+git20140204
2013-08-24 Aron XuMerge tag 'upstream/0.6.2'
2013-08-24 Aron XuImported Upstream version 0.6.2
2013-04-08 Aron XuImported Upstream version 0.6.1
2013-04-01 Carlos Alberto Lop... Merge branch 'upstream'
2013-02-12 Brian BehlendorfAdd explicit MAXNAMELEN check
2013-01-24 Brian BehlendorfFix zpl_revalidate() NULL deref
2013-01-22 Brian BehlendorfFix zpl_revalidate() NULL deref
2013-01-19 Darik HornMerge branch 'upstream'
2013-01-18 Brian BehlendorfUse sb->s_d_op default dentry operations
2013-01-17 Brian BehlendorfFix 'zfs rollback' on mounted file systems
2012-12-06 Darik HornMerge branch 'upstream'
2012-12-03 Brian BehlendorfDirectory xattr znodes hold a reference on their parent
2012-10-22 Darik HornMerge branch 'upstream'
2012-10-14 Brian BehlendorfMerge branch 'linux-3.6'
2012-10-14 Yuxuan ShuiLinux 3.6 compat, iops->create()
2012-10-14 Yuxuan ShuiLinux 3.6 compat, iops->lookup()
2012-07-27 Darik HornMerge branch 'upstream'
2012-07-23 Richard YaoLinux 3.5 compat, iops->truncate_range() removed
2012-07-17 Richard YaoFix build failures on PaX/GRSecurity patched kernels
2012-05-01 Darik HornMerge branch 'upstream'
2012-04-30 Brian BehlendorfLinux 3.3 compat, iops->create()/mkdir()/mknod()
2012-03-24 Darik HornMerge branch 'upstream'
2012-03-22 Brian BehlendorfAdd .zfs control directory
2012-02-13 Darik HornMerge branch 'upstream'
2012-02-10 Etienne DechampsSupport the fallocate() file operation.
2012-02-09 Etienne DechampsImplement the truncate_range() inode operation.
2011-12-06 Darik HornMerge branch 'upstream'
2011-11-29 Brian BehlendorfAllow xattrs on symlinks
2011-10-19 Darik HornMerge branch 'upstream'
2011-10-18 Brian BehlendorfSet mtime on symbolic links
2011-07-20 Darik HornMerge branch 'upstream'
2011-07-20 Brian BehlendorfHonor setgit bit on directories
2011-07-13 Darik HornMerge commit 'zfs-0.6.0-rc5'
2011-07-11 Brian BehlendorfImprove fstat(2) performance
2011-05-12 Darik HornMerge branch 'upstream'
2011-05-09 Brian BehlendorfMerge pull request #235 from nedbass/rdev
2011-05-09 Ned A. BassDon't store rdev in SA for FIFOs and sockets
2011-04-09 Darik HornMerge branch 'kfreebsd'
2011-04-07 Darik HornMerge branch 'upstream' into kfreebsd
2011-04-07 Brian BehlendorfCall d_instantiate before unlocking inode
2011-03-22 Darik HornMerge branch 'upstream'
2011-03-22 Darik HornMerge remote-tracking branch 'behlendorf/master' into...
2011-03-22 Brian BehlendorfLinux 2.6.29 compat, credentials
2011-03-09 Darik HornMerge branch 'upstream'
2011-03-09 Darik HornMerge branch 'master' of git://github.com/behlendorf...
2011-03-08 Brian BehlendorfSet stat->st_dev and statfs->f_fsid
2011-03-05 Darik HornMerge branch 'upstream'
2011-03-05 Darik HornMerge branch 'master' of git://github.com/behlendorf...
2011-03-02 Brian BehlendorfDrop HAVE_XVATTR macros
2011-02-18 Brian BehlendorfMerge branch 'zpl'
2011-02-17 Brian BehlendorfUse -zfs_readlink() error
2011-02-16 Brian BehlendorfFix readlink(2)
2011-02-16 Brian BehlendorfAdd get/setattr, get/setxattr hooks
2011-02-10 Brian BehlendorfAdd Hooks for Linux Inode Operations