aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda/pioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+4
2019-08-30kill the last users of user_{path,lpath,path_dir}()Al Viro1-5/+2
2019-07-16coda: move internal defs out of include/linux/ [ver #2]David Howells1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-05-29drop redundant ->owner initializationsAl Viro1-1/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-08-08fs/coda: use linux/uaccess.hFabian Frederick1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-2/+2
2011-06-20coda_ioctl_permission() is safe in RCU modeAl Viro1-2/+0
2011-01-12take coda-private headers out of include/linuxAl Viro1-2/+2
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+4
2010-10-25Coda: push BKL regions into coda_upcall()Yoshihisa Abe1-16/+6
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-05-17coda: Clean-up whitespace problems in pioctl.cJohn Kacur1-18/+17
2010-05-17coda: BKL ioctl pushdownJohn Kacur1-17/+24
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi1-1/+1
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro1-7/+7
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-4/+2
2008-02-14Introduce path_put()Jan Blunck1-2/+2
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+95