aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/afs/security.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-02afs: Support RCU pathwalkDavid Howells1-16/+59
2019-09-02afs: Provide an RCU-capable key lookupDavid Howells1-2/+31
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells1-3/+5
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells1-4/+3
2019-05-16afs: Fix double inc of vnode->cb_breakDavid Howells1-3/+1
2018-10-24afs: Fix callback handlingDavid Howells1-3/+4
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-3/+3
2018-05-16afs: Fix directory permissions checkDavid Howells1-7/+3
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-4/+3
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells1-1/+1
2018-04-09afs: Fix checker warningsDavid Howells1-8/+3
2017-12-01afs: Fix permit refcountingDavid Howells1-8/+10
2017-11-17afs: Fix file lockingDavid Howells1-2/+2
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-1/+1
2017-11-13afs: Overhaul permit cachingDavid Howells1-150/+217
2017-11-13afs: Overhaul the callback handlingDavid Howells1-10/+5
2017-07-09afs: Ignore AFS_ACE_READ and AFS_ACE_WRITE for directoriesMarc Dionne1-3/+2
2017-03-16afs: security: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2017-03-16afs: Adjust mode bits processingMarc Dionne1-1/+6
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-2/+2
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+1
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+5
2010-03-22AFS: Potential null dereferenceDan Carpenter1-2/+3
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-1/+1
2008-02-08fs/afs/security.c: fix uninitialized var warningAndrew Morton1-1/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-1/+1
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-09AFS: AFS fixupsDavid Howells1-5/+7
2007-04-26[AFS]: Add "directory write" support.David Howells1-10/+21
2007-04-26[AFS]: Add security support.David Howells1-0/+345