aboutsummaryrefslogtreecommitdiff
path: root/include/linux/namei.h
Commit message (Collapse)AuthorAgeFilesLines
* vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg2017-04-131-0/+1
| | | | | | | | | | This allows filesystems to use their mount private data to influence the permssions they return in permission2. It has been separated into a new call to avoid disrupting current permission users. Change-Id: I9d416e3b8b6eca84ef3e336bd2af89ddd51df6ca Signed-off-by: Daniel Rosenberg <drosen@google.com>
* sdcardfs: remove effectless config optionDaniel Rosenberg2017-04-111-3/+0
| | | | | | | | | | CONFIG_SDCARD_FS_CI_SEARCH only guards a define for LOOKUP_CASE_INSENSITIVE, which is never used in the kernel. Remove both, along with the option matching that supports it. Change-Id: I363a8f31de8ee7a7a934d75300cc9ba8176e2edf Signed-off-by: Daniel Rosenberg <drosen@google.com>
* Initial port of sdcardfsDaniel Campello2017-04-111-0/+3
| | | | Change-Id: I5b5772a2bbff9f3a7dda641644630a7b8afacec0
* first commitMeizu OpenSource2016-08-151-0/+118