index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_acl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-09-02
1
-1
/
+4
|
\
|
*
vfs: add rcu argument to ->get_acl() callback
Miklos Szeredi
2021-08-18
1
-1
/
+4
*
|
xfs: convert mount flags to features
Dave Chinner
2021-08-19
1
-1
/
+1
|
/
*
xfs: support idmapped mounts
Christoph Hellwig
2021-01-24
1
-2
/
+1
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-1
/
+2
*
acl: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+2
*
xfs: open code updating i_mode in xfs_set_acl
Christoph Hellwig
2020-12-12
1
-18
/
+22
*
xfs: Remove kmem_zalloc_large()
Carlos Maiolino
2020-09-15
1
-1
/
+1
*
xfs: only allocate the buffer size actually needed in __xfs_set_acl
Christoph Hellwig
2020-03-02
1
-6
/
+1
*
xfs: clean up the attr flag confusion
Christoph Hellwig
2020-03-02
1
-2
/
+2
*
xfs: improve xfs_forget_acl
Christoph Hellwig
2020-03-02
1
-0
/
+16
*
xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
Christoph Hellwig
2020-03-02
1
-10
/
+10
*
xfs: pass an initialized xfs_da_args to xfs_attr_get
Christoph Hellwig
2020-03-02
1
-19
/
+16
*
xfs: pass an initialized xfs_da_args structure to xfs_attr_set
Christoph Hellwig
2020-03-02
1
-15
/
+18
*
xfs: merge xfs_attr_remove into xfs_attr_set
Christoph Hellwig
2020-03-02
1
-21
/
+12
*
xfs: remove the kuid/kgid conversion wrappers
Christoph Hellwig
2020-03-02
1
-4
/
+8
*
xfs: Remove all strlen in all xfs_attr_* functions for attr names.
Allison Henderson
2020-01-09
1
-4
/
+7
*
xfs: fix missing header includes
Darrick J. Wong
2019-11-07
1
-1
/
+2
*
xfs: always log corruption errors
Darrick J. Wong
2019-11-04
1
-3
/
+12
*
xfs: allocate xattr buffer on demand
Dave Chinner
2019-08-30
1
-8
/
+4
*
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
2019-08-26
1
-2
/
+2
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
1
-3
/
+0
*
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
2019-06-28
1
-0
/
+1
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: don't change inode mode if ACL update fails
Dave Chinner
2017-10-11
1
-6
/
+16
*
xfs: Don't clear SGID when inheriting ACLs
Jan Kara
2017-06-27
1
-3
/
+3
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
1
-1
/
+1
|
\
|
*
fs: Replace current_fs_time() with current_time()
Deepa Dinamani
2016-09-27
1
-1
/
+1
*
|
posix_acl: Clear SGID bit when setting file permissions
Jan Kara
2016-09-22
1
-9
/
+4
|
/
*
posix_acl: Inode acl caching fixes
Andreas Gruenbacher
2016-03-31
1
-14
/
+6
*
xfs: Change how listxattr generates synthetic attributes
Andreas Gruenbacher
2015-12-06
1
-23
/
+0
*
xfs: Fix error path in xfs_get_acl
Andreas Gruenbacher
2015-11-10
1
-0
/
+1
*
xfs: Validate the length of on-disk ACLs
Andreas Gruenbacher
2015-11-03
1
-5
/
+8
*
xfs: move most of xfs_sb.h to xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
xfs: global error sign conversion
Dave Chinner
2014-06-25
1
-4
/
+4
*
xfs: return -E2BIG if hit the maximum size limits of ACLs
Jie Liu
2014-02-07
1
-1
/
+1
*
xfs: use generic posix ACL infrastructure
Christoph Hellwig
2014-01-25
1
-143
/
+8
*
fs: make posix_acl_create more useful
Christoph Hellwig
2014-01-25
1
-2
/
+2
*
fs: make posix_acl_chmod more useful
Christoph Hellwig
2014-01-25
1
-1
/
+1
*
xfs: decouple inode and bmap btree header files
Dave Chinner
2013-10-23
1
-4
/
+4
*
xfs: factor all the kmalloc-or-vmalloc fallback allocations
Dave Chinner
2013-09-10
1
-20
/
+8
*
xfs: fix memory allocation failures with ACLs
Dave Chinner
2013-09-10
1
-10
/
+22
*
xfs: convert kuid_t to/from uid_t in ACLs
Dwight Engen
2013-08-15
1
-4
/
+16
*
xfs: make struct xfs_perag kernel only
Dave Chinner
2013-08-12
1
-0
/
+1
*
xfs: kill xfs_vnodeops.[ch]
Dave Chinner
2013-08-12
1
-1
/
+0
*
xfs: split out transaction reservation code
Dave Chinner
2013-08-12
1
-0
/
+1
*
xfs: split out inode log item format definition
Dave Chinner
2013-08-12
1
-0
/
+1
*
xfs: increase number of ACL entries for V5 superblocks
Dave Chinner
2013-06-06
1
-13
/
+18
*
userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr
Eric W. Biederman
2012-09-18
1
-2
/
+2
[next]