]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/zpl_inode.c
Linux 4.11 compat: iops.getattr and friends
[mirror_zfs.git] / module / zfs / zpl_inode.c
2017-03-21 Olaf FaalandLinux 4.11 compat: iops.getattr and friends
2017-03-13 Brian BehlendorfAlign mount options handling and type/function names...
2017-03-10 Brian BehlendorfRename zfs_sb_t -> zfsvfs_t
2017-02-11 Chunwei ChenFix off by one in zpl_lookup
2016-12-30 Tim Chase4.10 compat - BIO flag changes and others
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-11-09 tuxokoLinux 3.14 compat: assign inode->set_acl
2016-11-04 Chunwei ChenAdd support for O_TMPFILE
2016-10-20 Brian BehlendorfLinux 4.9 compat: inode_change_ok() renamed setattr_pre...
2016-10-20 Chunwei ChenLinux 4.9 compat: remove iops->{set,get,remove}xattr
2016-10-20 Chunwei ChenLinux 4.9 compat: iops->rename() wants flags
2016-10-20 Chunwei ChenRemove dir inode operations from zpl_inode_operations
2016-09-23 tuxokoLinux 4.7 compat: Fix deadlock during lookup on case...
2016-09-13 Nikolay BorisovSimplify time handling logic in zfs_settattr
2016-06-29 Brian BehlendorfMerge branch 'illumos-2605'
2016-06-28 Igor KozhukhovOpenZFS 6314 - buffer overflow in dsl_dataset_name
2016-04-21 Brian BehlendorfAdd pn_alloc()/pn_free() functions
2016-04-06 Chunwei ChenEnable lazytime semantic for atime
2016-02-02 Richard SharpeHandling negative dentries in a CI file system.
2016-01-20 Brian BehlendorfLinux 4.5 compat: get_link() / put_link()
2016-01-08 Richard SharpeFix casesensitivity=insensitive deadlock
2015-12-09 Chunwei ChenUse spa as key besides objsetid for snapentry
2015-08-31 Brian BehlendorfLinux 3.18 compat: Snapshot auto-mounting
2015-08-24 Chunwei ChenLinux 4.1 compat: loop device on ZFS
2015-07-17 Brian BehlendorfLinux 4.2 compat: follow_link() / put_link()
2015-05-11 David LamparterSafely handle security / ACL failures
2015-04-24 Brian BehlendorfExtend PF_FSTRANS critical regions
2015-04-03 Tim ChaseMark all ZPL and ioctl functions as PF_FSTRANS
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-11-14 Matthew ThodeFixes (extends) support for selinux xattrs to more...
2013-11-06 Massimo MaggiHonor CONFIG_FS_POSIX_ACL kernel option
2013-10-29 Massimo MaggiPosix ACL Support
2013-09-13 Brian BehlendorfFix zpl_mknod() return values
2013-08-09 Richard YaoLinux 3.8 compat: Support CONFIG_UIDGID_STRICT_TYPE_CHECKS
2013-02-12 Brian BehlendorfAdd explicit MAXNAMELEN check
2013-01-22 Brian BehlendorfFix zpl_revalidate() NULL deref
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-03 Brian BehlendorfDirectory xattr znodes hold a reference on their parent
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-23 Richard YaoLinux 3.5 compat, iops->truncate_range() removed
2012-07-17 Richard YaoFix build failures on PaX/GRSecurity patched kernels
2012-04-30 Brian BehlendorfLinux 3.3 compat, iops->create()/mkdir()/mknod()
2012-03-22 Brian BehlendorfAdd .zfs control directory
2012-02-10 Etienne DechampsSupport the fallocate() file operation.
2012-02-09 Etienne DechampsImplement the truncate_range() inode operation.
2011-11-29 Brian BehlendorfAllow xattrs on symlinks
2011-10-18 Brian BehlendorfSet mtime on symbolic links
2011-07-20 Brian BehlendorfHonor setgit bit on directories
2011-07-11 Brian BehlendorfImprove fstat(2) performance
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-07 Brian BehlendorfCall d_instantiate before unlocking inode
2011-03-22 Brian BehlendorfLinux 2.6.29 compat, credentials
2011-03-08 Brian BehlendorfSet stat->st_dev and statfs->f_fsid
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