aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zpl_inode.c
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.12 compat: CURRENT_TIME removedBrian Behlendorf2017-05-101-1/+1
* Linux 4.11 compat: iops.getattr and friendsOlaf Faaland2017-03-201-2/+9
* Rename zfs_sb_t -> zfsvfs_tBrian Behlendorf2017-03-101-13/+13
* Fix off by one in zpl_lookupChunwei Chen2017-02-111-1/+1
* 4.10 compat - BIO flag changes and othersTim Chase2016-12-301-0/+2
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-2/+3
* Linux 3.14 compat: assign inode->set_acltuxoko2016-11-091-0/+9
* Add support for O_TMPFILEChunwei Chen2016-11-041-0/+42
* Linux 4.9 compat: inode_change_ok() renamed setattr_prepare()Brian Behlendorf2016-10-201-1/+1
* Linux 4.9 compat: remove iops->{set,get,remove}xattrChunwei Chen2016-10-201-0/+8
* Linux 4.9 compat: iops->rename() wants flagsChunwei Chen2016-10-201-2/+19
* Remove dir inode operations from zpl_inode_operationsChunwei Chen2016-10-201-8/+0
* Linux 4.7 compat: Fix deadlock during lookup on case-insensitivetuxoko2016-09-221-3/+7
* Simplify time handling logic in zfs_settattrNikolay Borisov2016-09-131-1/+2
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-1/+1
* Add pn_alloc()/pn_free() functionsBrian Behlendorf2016-04-211-9/+8
* Enable lazytime semantic for atimeChunwei Chen2016-04-051-0/+3
* Handling negative dentries in a CI file system.Richard Sharpe2016-02-021-2/+32
* Linux 4.5 compat: get_link() / put_link()Brian Behlendorf2016-01-201-33/+92
* Fix casesensitivity=insensitive deadlockRichard Sharpe2016-01-081-2/+30
* Use spa as key besides objsetid for snapentryChunwei Chen2015-12-081-1/+2
* Linux 3.18 compat: Snapshot auto-mountingBrian Behlendorf2015-08-311-12/+14
* Linux 4.1 compat: loop device on ZFSChunwei Chen2015-08-241-0/+2
* Linux 4.2 compat: follow_link() / put_link()Brian Behlendorf2015-07-171-4/+27
* Safely handle security / ACL failuresDavid Lamparter2015-05-111-7/+25
* Extend PF_FSTRANS critical regionsBrian Behlendorf2015-04-241-6/+6
* Mark all ZPL and ioctl functions as PF_FSTRANSTim Chase2015-04-031-0/+39
* 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