index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_acl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-07
xfs: Change how listxattr generates synthetic attributes
Andreas Gruenbacher
1
-23
/
+0
2015-11-10
xfs: Fix error path in xfs_get_acl
Andreas Gruenbacher
1
-0
/
+1
2015-11-03
xfs: Validate the length of on-disk ACLs
Andreas Gruenbacher
1
-5
/
+8
2014-11-28
xfs: move most of xfs_sb.h to xfs_format.h
Christoph Hellwig
1
-1
/
+0
2014-11-28
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
1
-1
/
+0
2014-06-25
xfs: global error sign conversion
Dave Chinner
1
-4
/
+4
2014-02-07
xfs: return -E2BIG if hit the maximum size limits of ACLs
Jie Liu
1
-1
/
+1
2014-01-26
xfs: use generic posix ACL infrastructure
Christoph Hellwig
1
-143
/
+8
2014-01-26
fs: make posix_acl_create more useful
Christoph Hellwig
1
-2
/
+2
2014-01-26
fs: make posix_acl_chmod more useful
Christoph Hellwig
1
-1
/
+1
2013-10-24
xfs: decouple inode and bmap btree header files
Dave Chinner
1
-4
/
+4
2013-09-10
xfs: factor all the kmalloc-or-vmalloc fallback allocations
Dave Chinner
1
-20
/
+8
2013-09-10
xfs: fix memory allocation failures with ACLs
Dave Chinner
1
-10
/
+22
2013-08-15
xfs: convert kuid_t to/from uid_t in ACLs
Dwight Engen
1
-4
/
+16
2013-08-13
xfs: make struct xfs_perag kernel only
Dave Chinner
1
-0
/
+1
2013-08-13
xfs: kill xfs_vnodeops.[ch]
Dave Chinner
1
-1
/
+0
2013-08-13
xfs: split out transaction reservation code
Dave Chinner
1
-0
/
+1
2013-08-13
xfs: split out inode log item format definition
Dave Chinner
1
-0
/
+1
2013-06-06
xfs: increase number of ACL entries for V5 superblocks
Dave Chinner
1
-13
/
+18
2012-09-18
userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr
Eric W. Biederman
1
-2
/
+2
2011-12-17
xfs: fix acl count validation in xfs_acl_from_disk()
Xi Wang
1
-1
/
+1
2011-11-29
xfs: validate acl count
Christoph Hellwig
1
-0
/
+2
2011-08-13
xfs: remove subdirectories
Christoph Hellwig
1
-0
/
+420
2009-06-10
xfs: use generic Posix ACL code
Christoph Hellwig
1
-874
/
+0
2008-10-31
CRED: Wrap task credential accesses in the XFS filesystem
David Howells
1
-3
/
+3
2008-10-30
[XFS] kill sys_cred
Christoph Hellwig
1
-1
/
+1
2008-08-13
[XFS] kill bhv_vnode_t
Christoph Hellwig
1
-15
/
+15
2008-08-13
[XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.c
Christoph Hellwig
1
-6
/
+0
2008-08-13
[XFS] XFS: Kill xfs_vtoi()
David Chinner
1
-8
/
+8
2008-07-28
[XFS] Now that xfs_setattr is only used for attributes set from ->setattr
Christoph Hellwig
1
-9
/
+9
2008-07-28
[XFS] Switches xfs_vn_listxattr to set it's put_listent callback directly
Christoph Hellwig
1
-2
/
+1
2008-04-29
[XFS] Cleanup xfs_attr a bit with xfs_name and remove cred
Barry Naujok
1
-3
/
+4
2008-04-29
[XFS] kill xfs_getattr
Christoph Hellwig
1
-33
/
+7
2008-04-29
[XFS] Remove VN_IS* macros and related cruft.
Christoph Hellwig
1
-3
/
+3
2008-04-18
[XFS] Catch errors from xfs_acl_vremove().
David Chinner
1
-1
/
+1
2008-04-18
[XFS] Catch errors from xfs_acl_setmode().
David Chinner
1
-5
/
+9
2008-02-07
[XFS] use generic_permission
Christoph Hellwig
1
-28
/
+2
2007-10-16
[XFS] simplify xfs_create/mknod/symlink prototype
Christoph Hellwig
1
-2
/
+2
2007-10-16
[XFS] kill struct bhv_vnode
Christoph Hellwig
1
-2
/
+2
2007-10-16
[XFS] kill v_vfsp member from struct bhv_vnode
Christoph Hellwig
1
-2
/
+3
2007-10-16
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
Christoph Hellwig
1
-10
/
+14
2007-02-10
[XFS] Remove unused header files for MAC and CAP checking functionality.
Eric Sandeen
1
-1
/
+0
2006-06-20
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
1
-2
/
+0
2006-06-09
[XFS] Resolve a namespace collision on remaining vtypes for FreeBSD
Nathan Scott
1
-5
/
+5
2006-06-09
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
Nathan Scott
1
-30
/
+29
2006-03-29
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
Nathan Scott
1
-1
/
+1
2006-01-12
[PATCH] capable/capability.h (fs/)
Randy Dunlap
1
-0
/
+1
2005-11-02
[XFS] silence gcc4 warnings. the directory ones are wrong because of
Christoph Hellwig
1
-0
/
+1
2005-11-02
[XFS] Update license/copyright notices to match the prefered SGI
Nathan Scott
1
-25
/
+11
2005-11-02
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
Nathan Scott
1
-5
/
+7
[next]