aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zpl_inode.c
Commit message (Expand)AuthorAgeFilesLines
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-17/+17
* Fixes (extends) support for selinux xattrs to more inode typesMatthew Thode2013-11-141-1/+5
* Honor CONFIG_FS_POSIX_ACL kernel optionMassimo Maggi2013-11-051-0/+6
* Posix ACL SupportMassimo Maggi2013-10-291-6/+34
* Fix zpl_mknod() return valuesBrian Behlendorf2013-09-131-1/+1
* Linux 3.8 compat: Support CONFIG_UIDGID_STRICT_TYPE_CHECKSRichard Yao2013-08-091-3/+3
* Add explicit MAXNAMELEN checkBrian Behlendorf2013-02-121-0/+3
* Fix zpl_revalidate() NULL derefBrian Behlendorf2013-01-221-1/+1
* Use sb->s_d_op default dentry operationsBrian Behlendorf2013-01-181-11/+6
* Fix 'zfs rollback' on mounted file systemsBrian Behlendorf2013-01-171-9/+70
* Directory xattr znodes hold a reference on their parentBrian Behlendorf2012-12-031-2/+6
* Linux 3.6 compat, iops->create()Yuxuan Shui2012-10-141-0/+5
* Linux 3.6 compat, iops->lookup()Yuxuan Shui2012-10-141-0/+4
* Linux 3.5 compat, iops->truncate_range() removedRichard Yao2012-07-231-0/+4
* Fix build failures on PaX/GRSecurity patched kernelsRichard Yao2012-07-171-2/+1
* Linux 3.3 compat, iops->create()/mkdir()/mknod()Brian Behlendorf2012-04-301-4/+5
* Add .zfs control directoryBrian Behlendorf2012-03-221-1/+14
* Support the fallocate() file operation.Etienne Dechamps2012-02-091-0/+12
* Implement the truncate_range() inode operation.Etienne Dechamps2012-02-091-0/+28
* Allow xattrs on symlinksBrian Behlendorf2011-11-291-0/+4
* Set mtime on symbolic linksBrian Behlendorf2011-10-181-0/+2
* Honor setgit bit on directoriesBrian Behlendorf2011-07-201-20/+22
* Improve fstat(2) performanceBrian Behlendorf2011-07-111-27/+1
* Don't store rdev in SA for FIFOs and socketsNed A. Bass2011-05-091-0/+7
* Call d_instantiate before unlocking inodeBrian Behlendorf2011-04-071-20/+4
* Linux 2.6.29 compat, credentialsBrian Behlendorf2011-03-221-46/+46
* Set stat->st_dev and statfs->f_fsidBrian Behlendorf2011-03-071-1/+1
* Drop HAVE_XVATTR macrosBrian Behlendorf2011-03-021-5/+41
* Use -zfs_readlink() errorBrian Behlendorf2011-02-171-1/+1
* Fix readlink(2)Brian Behlendorf2011-02-161-3/+28
* Add get/setattr, get/setxattr hooksBrian Behlendorf2011-02-161-4/+11
* Add Hooks for Linux Inode OperationsBrian Behlendorf2011-02-101-0/+331