aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/dev-ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* autofs: make the autofsv5 packet file descriptor use a packetized pipeLinus Torvalds2012-05-071-1/+1
* Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds2012-05-071-1/+0
* autofs: work around unhappy compat problem on x86-64Ian Kent2012-03-121-0/+1
* autofs4: Do not potentially dereference NULL pointer returned by fget() in au...Jesper Juhl2011-03-241-0/+4
* Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2011-01-151-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* fs/autofs4: use memdup_userJulia Lawall2010-05-271-11/+2
* driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers2010-05-251-1/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Sanitize autofs_dev_ioctl_ismountpoint()Al Viro2010-03-031-7/+4
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* switch follow_down()Al Viro2009-06-111-1/+1
* switch follow_up() to struct pathAl Viro2009-06-111-1/+1
* Get rid of path_lookup in autofs4Al Viro2009-06-111-135/+60
* autofs4: use memchr() in invalid_string()Al Viro2009-04-201-6/+4
* Fix AUTOFS_DEV_IOCTL_REQUESTER_CMDAl Viro2009-04-201-1/+1
* autofs4: cleanup expire code duplicationIan Kent2009-04-011-28/+1
* autofs4: fix string validation check orderIan Kent2009-01-061-6/+7
* autofs4: make autofs type usage explicitIan Kent2009-01-061-2/+2
* autofs4: fix var shadowed by local delarationIan Kent2009-01-061-3/+3
* autofs4: improve parameter usageIan Kent2009-01-061-25/+29
* Merge branch 'master' into nextJames Morris2008-11-141-2/+3
|\
| * autofs4: collect version check returnIan Kent2008-11-061-2/+3
* | CRED: Pass credentials through dentry_open()David Howells2008-11-141-1/+2
|/
* autofs4: add miscellaneous device for ioctlsIan Kent2008-10-161-0/+863