summaryrefslogtreecommitdiffstats
path: root/fs/afs/security.c
Commit message (Expand)AuthorAgeFilesLines
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* afs: Prefer struct_size over open coded arithmeticLen Baker2022-04-261-2/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* afs: Reorganise volume and server trees to be rooted on the cellDavid Howells2020-06-041-5/+3
* afs: Support RCU pathwalkDavid Howells2019-09-021-16/+59
* afs: Provide an RCU-capable key lookupDavid Howells2019-09-021-2/+31
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-101-1/+1
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-1/+1
|\
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* afs: Make vnode->cb_interest RCU safeDavid Howells2019-05-161-3/+5
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-161-4/+3
* afs: Fix double inc of vnode->cb_breakDavid Howells2019-05-161-3/+1
* afs: Fix callback handlingDavid Howells2018-10-241-3/+4
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-241-3/+3
* afs: Fix directory permissions checkDavid Howells2018-05-161-7/+3
* afs: Fix whole-volume callback handlingDavid Howells2018-05-141-4/+3
* afs: Make it possible to get the data version in readpageDavid Howells2018-04-091-1/+1
* afs: Fix checker warningsDavid Howells2018-04-091-8/+3
* afs: Fix permit refcountingDavid Howells2017-12-011-8/+10
* afs: Fix file lockingDavid Howells2017-11-171-2/+2
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-1/+1
* afs: Overhaul permit cachingDavid Howells2017-11-131-150/+217
* afs: Overhaul the callback handlingDavid Howells2017-11-131-10/+5
* afs: Ignore AFS_ACE_READ and AFS_ACE_WRITE for directoriesMarc Dionne2017-07-091-3/+2
* afs: security: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2017-03-161-1/+1
* afs: Adjust mode bits processingMarc Dionne2017-03-161-1/+6
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-2/+2
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* kill check_acl callback of generic_permission()Al Viro2011-07-201-1/+1
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-2/+5
* AFS: Potential null dereferenceDan Carpenter2010-03-221-2/+3
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-261-1/+1
* fs/afs/security.c: fix uninitialized var warningAndrew Morton2008-02-081-1/+1
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* AFS: AFS fixupsDavid Howells2007-05-091-5/+7
* [AFS]: Add "directory write" support.David Howells2007-04-261-10/+21
* [AFS]: Add security support.David Howells2007-04-261-0/+345