aboutsummaryrefslogtreecommitdiff
path: root/module/zfs/zfs_fuid.c
Commit message (Expand)AuthorAgeFilesLines
* Use list_remove_head() where possible.Alexander Motin2023-06-091-6/+2
* nvpair: Constify string functionsRichard Yao2023-03-141-1/+1
* Cleanup: Remove unneeded semicolonsRichard Yao2023-01-131-1/+1
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-9/+7
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-071-2/+2
* Fix regression in POSIX mode behaviorAndrew2021-03-201-4/+0
* FreeBSD: Fix UNIX permissions checkingMatthew Macy2020-08-181-10/+31
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-1/+0
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-2/+2
* Relocate common quota functions to shared codeRyan Moeller2019-12-111-0/+20
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-2/+2
* Add inode accessors to common codeMatthew Macy2019-10-021-2/+2
* Update build system and packagingBrian Behlendorf2018-05-291-1/+0
* Rename zfs_sb_t -> zfsvfs_tBrian Behlendorf2017-03-101-81/+82
* Fix coverity defectsluozhengzheng2016-09-221-1/+1
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-311-12/+7
* Remove znode's z_uid/z_gid memberNikolay Borisov2016-07-251-2/+4
* Fix NFS credentialChunwei Chen2016-06-211-6/+2
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-071-2/+6
* Illumos #3522George Wilson2013-10-301-3/+6
* Drop HAVE_XVATTR macrosBrian Behlendorf2011-03-021-4/+4
* Use provided uid/gid for setattrBrian Behlendorf2011-02-171-4/+4
* Prototype/structure update for LinuxBrian Behlendorf2011-02-101-86/+85
* ACL related changesBrian Behlendorf2011-02-101-2/+20
* Add linux kernel disk supportBrian Behlendorf2010-08-311-0/+2
* Fix gcc missing parenthesis warningsBrian Behlendorf2010-08-311-2/+2
* Update to onnv_147Brian Behlendorf2010-08-261-20/+2
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-17/+45
* Rebase master to b121Brian Behlendorf2009-08-181-0/+1
* Rebase master to b117Brian Behlendorf2009-07-021-94/+136
* Rebase master to b105Brian Behlendorf2009-01-151-3/+2
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+704