summaryrefslogtreecommitdiffstats
path: root/fs/autofs4
Commit message (Expand)AuthorAgeFilesLines
* autofs4 - fix missed case when changing to use struct pathIan Kent2009-08-311-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* switch follow_down()Al Viro2009-06-114-16/+14
* switch follow_up() to struct pathAl Viro2009-06-111-1/+1
* Get rid of path_lookup in autofs4Al Viro2009-06-111-135/+60
* autofs4: remove hashed check in validate_wait()Ian Kent2009-06-091-14/+8
* autofs4: fix incorrect return in autofs4_mount_busy()Ian Kent2009-05-021-1/+3
* autofs4: use memchr() in invalid_string()Al Viro2009-04-201-6/+4
* Fix AUTOFS_DEV_IOCTL_REQUESTER_CMDAl Viro2009-04-201-1/+1
* autofs4: fix lookup deadlockIan Kent2009-04-011-20/+21
* autofs4: cleanup expire code duplicationIan Kent2009-04-013-38/+20
* constify dentry_operations: autofs, autofs4Al Viro2009-03-272-3/+3
* fs/Kconfig: move autofs, autofs4 outAlexey Dobriyan2009-01-221-0/+20
* autofs4: fix string validation check orderIan Kent2009-01-061-6/+7
* autofs4: make autofs type usage explicitIan Kent2009-01-065-17/+15
* autofs4: fix var shadowed by local delarationIan Kent2009-01-061-3/+3
* autofs4: improve parameter usageIan Kent2009-01-061-25/+29
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-4/+0
* Merge branch 'master' into nextJames Morris2008-11-142-6/+18
|\
| * autofs4: collect version check returnIan Kent2008-11-061-2/+3
| * autofs4: correct offset mount expire checkIan Kent2008-11-061-4/+15
* | CRED: Pass credentials through dentry_open()David Howells2008-11-141-1/+2
* | CRED: Wrap task credential accesses in the autofs4 filesystemDavid Howells2008-11-142-4/+4
|/
* autofs4: add miscellaneous device for ioctlsIan Kent2008-10-165-12/+915
* autofs4: track uid and gid of last mount requesterIan Kent2008-10-163-0/+39
* autofs4: cleanup autofs mount type usageIan Kent2008-10-164-12/+10
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* [PATCH] fix ->llseek() for a bunch of directoriesAl Viro2008-08-251-0/+2
* autofs4: remove unused ioctlsIan Kent2008-07-241-67/+1
* autofs4: reorganize expire pending wait function callsIan Kent2008-07-243-65/+40
* autofs4: fix direct mount pending expire race - correctionIan Kent2008-07-241-8/+2
* autofs4: fix direct mount pending expire raceIan Kent2008-07-243-26/+65
* autofs4: fix indirect mount pending expire raceIan Kent2008-07-243-23/+65
* autofs4: fix pending checksIan Kent2008-07-241-3/+6
* autofs4: cleanup redundant readir codeIan Kent2008-07-241-133/+16
* autofs4: indirect dentry must almost always be positiveIan Kent2008-07-241-3/+14
* autofs4: detect invalid direct mount requestsIan Kent2008-07-241-0/+4
* autofs4: fix waitq memory leakIan Kent2008-07-242-10/+10
* autofs4: check kernel communication pipe is valid for writeIan Kent2008-07-241-2/+14
* autofs4: add missing kfreeIan Kent2008-07-241-1/+3
* autofs4: fix pending mount raceIan Kent2008-07-241-38/+97
* autofs4: fix waitq lockingIan Kent2008-07-242-13/+14
* autofs4: use struct qstr in waitq.cJeff Moyer2008-07-242-44/+46
* autofs4: use lookup intent flags to trigger mountsIan Kent2008-07-241-2/+5
* autofs4: don't release directory mutex if called in oz_modeIan Kent2008-07-241-6/+5
* autofs4: fix symlink name allocationIan Kent2008-07-241-1/+1
* autofs4: use look aside list for lookupsIan Kent2008-07-243-40/+156
* autofs4: revert - redo lookup in ttfdIan Kent2008-07-241-21/+0
* autofs4: don't make expiring dentry negativeIan Kent2008-07-243-78/+52
* autofs: path_{get,put}() cleanupsJan Blunck2008-05-012-7/+7