]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/zpl_xattr.c
OpenZFS 8607 - variable set but not used
[mirror_zfs.git] / module / zfs / zpl_xattr.c
2017-09-13 Gaurav KumarModifying XATTRs doesnt change the ctime
2017-05-10 Brian BehlendorfLinux 4.12 compat: CURRENT_TIME removed
2017-03-13 Brian BehlendorfAlign mount options handling and type/function names...
2017-03-10 Brian BehlendorfRename zfs_sb_t -> zfsvfs_t
2017-01-03 ka7Fix spelling
2016-12-08 Brian BehlendorfSpeed up zvol import and export speed
2016-12-01 Chunwei ChenUse system_delay_taskq for long delay tasks
2016-11-09 tuxokoLinux 3.14 compat: assign inode->set_acl
2016-11-07 Chunwei ChenBatch free zpl_posix_acl_release
2016-08-09 Chunwei ChenLinux 4.7 compat: fix zpl_get_acl returns invalid acl...
2016-08-08 Brian BehlendorfLinux 4.8 compat: posix_acl_valid()
2016-08-08 Brian BehlendorfRetire HAVE_CURRENT_UMASK and HAVE_POSIX_ACL_CACHING
2016-04-25 Chunwei ChenLinux 4.5 compat: Use xattr_handler->name for acl
2016-04-21 Brian BehlendorfAdd pn_alloc()/pn_free() functions
2016-04-18 Ned BassFix ZPL miswrite of default POSIX ACL
2016-01-20 Brian BehlendorfLinux 4.5 compat: xattr list handler
2016-01-15 Chunwei ChenPrevent duplicated xattr between SA and dir
2015-12-30 Ned BassPrevent SA length overflow
2015-12-23 Brian BehlendorfFix z_xattr_lock/z_teardown_lock inversion
2015-12-02 Chunwei ChenLinux 4.4 compat: xattr operations takes xattr_handler
2015-04-17 Brian BehlendorfMark additional functions as PF_FSTRANS
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2014-09-05 Richard YaoLinux AIO Support
2014-07-17 Brian BehlendorfFix zil_commit() NULL dereference
2014-04-10 Chunwei ChenLinux 3.14 compat: posix_acl_{create,chmod}
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-12-10 Ned BassRevert "Use directory xattrs for symlinks"
2013-11-06 Massimo MaggiHonor CONFIG_FS_POSIX_ACL kernel option
2013-10-29 Massimo MaggiPosix ACL Support
2013-10-29 Brian BehlendorfPrevent xattr remove from creating xattr directory
2013-08-22 Brian BehlendorfUse directory xattrs for symlinks
2013-08-15 Richard YaoLinux 3.11 compat: fops->iterate()
2013-05-10 Brian BehlendorfOnly check directory xattr on ENOENT
2013-04-24 Brian BehlendorfCorrectly return ERANGE in getxattr(2)
2012-03-15 Brian BehlendorfAdd missing NULL in zpl_xattr_handlers
2012-01-12 Darik HornApply the ZoL coding standard to zpl_xattr.c
2012-01-12 Brian BehlendorfLinux 3.2 compat, security_inode_init_security()
2011-11-28 Brian BehlendorfImplement SA based xattrs
2011-07-01 Brian BehlendorfLinux compat 2.6.39: mount_nodev()
2011-07-01 Brian BehlendorfLinux compat 2.6.39: security_inode_init_security()
2011-04-19 Gunnar BeutnerTruncate the xattr znode when updating existing attributes.
2011-03-22 Brian BehlendorfLinux 2.6.29 compat, credentials
2011-02-18 Brian BehlendorfMerge branch 'zpl'
2011-02-11 Brian BehlendorfLinux 2.6.33 compat, get/set xattr callbacks
2011-02-11 Brian BehlendorfLinux 2.6.35 compat, const struct xattr_handler
2011-02-10 Brian BehlendorfAdd Hooks for Linux Xattr Operations