aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/security.c
Commit message (Expand)AuthorAge
* afs: Support RCU pathwalkDavid Howells2019-09-02
* afs: Provide an RCU-capable key lookupDavid Howells2019-09-02
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-10
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-08
|\
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-27
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
|/
* afs: Make vnode->cb_interest RCU safeDavid Howells2019-05-16
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-16
* afs: Fix double inc of vnode->cb_breakDavid Howells2019-05-16
* afs: Fix callback handlingDavid Howells2018-10-23
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-23
* afs: Fix directory permissions checkDavid Howells2018-05-16
* afs: Fix whole-volume callback handlingDavid Howells2018-05-14
* afs: Make it possible to get the data version in readpageDavid Howells2018-04-09
* afs: Fix checker warningsDavid Howells2018-04-09
* afs: Fix permit refcountingDavid Howells2017-12-01
* afs: Fix file lockingDavid Howells2017-11-17
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-13
* afs: Overhaul permit cachingDavid Howells2017-11-13
* afs: Overhaul the callback handlingDavid Howells2017-11-13
* afs: Ignore AFS_ACE_READ and AFS_ACE_WRITE for directoriesMarc Dionne2017-07-09
* afs: security: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2017-03-16
* afs: Adjust mode bits processingMarc Dionne2017-03-16
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-20
* ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-20
* kill check_acl callback of generic_permission()Al Viro2011-07-20
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07
* AFS: Potential null dereferenceDan Carpenter2010-03-22
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-26
* fs/afs/security.c: fix uninitialized var warningAndrew Morton2008-02-08
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-07
* Detach sched.h from mm.hAlexey Dobriyan2007-05-21
* AFS: AFS fixupsDavid Howells2007-05-09
* [AFS]: Add "directory write" support.David Howells2007-04-26
* [AFS]: Add security support.David Howells2007-04-26