Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b300667b33b2b5a2c8e5f8f22826befb3d7f4f2b
/
fs
/
ext4
/
acl.c
0cad624
vfs: add rcu argument to ->get_acl() callback
by Miklos Szeredi
· 3 years, 4 months ago
14f3db5
ext4: support idmapped mounts
by Christian Brauner
· 4 years ago
549c729
fs: make helpers idmap mount aware
by Christian Brauner
· 4 years ago
e65ce2a
acl: handle idmapped mounts
by Christian Brauner
· 4 years ago
aa75f4d
ext4: main fast-commit commit path
by Harshad Shirwadkar
· 4 years, 2 months ago
4209ae1
ext4: handle ext4_mark_inode_dirty errors
by Harshad Shirwadkar
· 4 years, 8 months ago
6b6aeff
ext4: fix a style issue in fs/ext4/acl.c
by Carlos Guerrero Álvarez
· 4 years, 9 months ago
0a1e825
ext4: compare old and new mode before setting update_mode flag
by Chengguang Xu
· 6 years ago
6fd9417
ext4: cache NULL when both default_acl and acl are NULL
by Chengguang Xu
· 6 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
a3bb2d5
ext4: Don't clear SGID when inheriting ACLs
by Jan Kara
· 7 years ago
397e434
ext4: preserve i_mode if __ext4_set_acl() fails
by Ernesto A. Fernández
· 7 years ago
af65207
ext4: fix __ext4_new_inode() journal credits calculation
by Tahsin Erdogan
· 7 years ago
dec214d
ext4: xattr inode deduplication
by Tahsin Erdogan
· 8 years ago
c1a5d5f
ext4: improve journal credit handling in set xattr paths
by Tahsin Erdogan
· 8 years ago
b8cb5a5
ext4: fix quota charging for shared xattr blocks
by Tahsin Erdogan
· 8 years ago
eeca7ea
ext4: use current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
0739310
posix_acl: Clear SGID bit when setting file permissions
by Jan Kara
· 8 years ago
b8a7a3a
posix_acl: Inode acl caching fixes
by Andreas Gruenbacher
· 9 years ago
72b8e0f
ext4: remove unused header files
by Sheng Yong
· 10 years ago
64e178a
ext2/3/4: use generic posix ACL infrastructure
by Christoph Hellwig
· 11 years ago
37bc153
fs: make posix_acl_create more useful
by Christoph Hellwig
· 11 years ago
5bf3258
fs: make posix_acl_chmod more useful
by Christoph Hellwig
· 11 years ago
95eaefb
ext4: fix the number of credits needed for acl ops with inline data
by Theodore Ts'o
· 12 years ago
9924a92
ext4: pass context information to jbd2__journal_start()
by Theodore Ts'o
· 12 years ago
24ec19b
ext4: fix memory leak in ext4_xattr_set_acl()'s error path
by Eugene Shatokhin
· 12 years ago
af84df9
userns: Convert extN to support kuids and kgids in posix acls
by Eric W. Biederman
· 12 years ago
5f3a4a28
userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr
by Eric W. Biederman
· 12 years ago
d695212
switch posix_acl_equiv_mode() to umode_t *
by Al Viro
· 13 years ago
d3fb612
switch posix_acl_create() to umode_t *
by Al Viro
· 13 years ago
4e34e71
fs: take the ACL checks to common code
by Christoph Hellwig
· 13 years ago
826cae2
kill boilerplates around posix_acl_create_masq()
by Al Viro
· 13 years ago
bc26ab5
kill boilerplate around posix_acl_chmod_masq()
by Al Viro
· 13 years ago
e77819e
vfs: move ACL cache lookup into generic code
by Linus Torvalds
· 13 years ago
7e40145
->permission() sanitizing: don't pass flags to ->check_acl()
by Al Viro
· 14 years ago
9c2c703
->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()
by Al Viro
· 14 years ago
2e14967
userns: rename is_owner_or_cap to inode_owner_or_capable
by Serge E. Hallyn
· 14 years ago
7359861
ext2,3,4: provide simple rcu-walk ACL implementation
by Nick Piggin
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
c6ac12a
ext4: update ctime when changing the file's permission by setfacl
by Jan Kara
· 15 years ago
11e2752
ext4: constify xattr_handler
by Stephen Hemminger
· 15 years ago
431547b
sanitize xattr handler prototypes
by Christoph Hellwig
· 15 years ago
1d5ccd1
ext[234]: move over to 'check_acl' permission model
by Linus Torvalds
· 15 years ago
073aaa1
helpers for acl caching + switch to those
by Al Viro
· 16 years ago
d4bfe2f
switch ext4 to inode->i_acl
by Al Viro
· 16 years ago
210ad6a
ext4: avoid unnecessary spinlock in critical POSIX ACL path
by Theodore Ts'o
· 16 years ago
ce3b0f8
New helper - current_umask()
by Al Viro
· 16 years ago
2b2d6d0
ext4: Cleanup whitespace and other miscellaneous style issues
by Theodore Ts'o
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
3dcf545
ext4: move headers out of include/linux
by Christoph Hellwig
· 17 years ago
216553c
ext4: fix wrong gfp type under transaction
by Josef Bacik
· 17 years ago
3bd858a
Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check
by Satyam Sharma
· 17 years ago
63f5793
[PATCH] ext4 whitespace cleanups
by Andrew Morton
· 18 years ago
dab291a
[PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbd
by Mingming Cao
· 18 years ago
617ba13
[PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbols
by Mingming Cao
· 18 years ago
ac27a0e
[PATCH] ext4: initial copy of files from ext3
by Dave Kleikamp
· 18 years ago