aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-31autofs4 - fix missed case when changing to use struct pathIan Kent1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-11switch follow_down()Al Viro4-16/+14
2009-06-11switch follow_up() to struct pathAl Viro1-1/+1
2009-06-11Get rid of path_lookup in autofs4Al Viro1-135/+60
2009-06-09autofs4: remove hashed check in validate_wait()Ian Kent1-14/+8
2009-05-02autofs4: fix incorrect return in autofs4_mount_busy()Ian Kent1-1/+3
2009-04-20autofs4: use memchr() in invalid_string()Al Viro1-6/+4
2009-04-20Fix AUTOFS_DEV_IOCTL_REQUESTER_CMDAl Viro1-1/+1
2009-04-01autofs4: fix lookup deadlockIan Kent1-20/+21
2009-04-01autofs4: cleanup expire code duplicationIan Kent3-38/+20
2009-03-27constify dentry_operations: autofs, autofs4Al Viro2-3/+3
2009-01-22fs/Kconfig: move autofs, autofs4 outAlexey Dobriyan1-0/+20
2009-01-06autofs4: fix string validation check orderIan Kent1-6/+7
2009-01-06autofs4: make autofs type usage explicitIan Kent5-17/+15
2009-01-06autofs4: fix var shadowed by local delarationIan Kent1-3/+3
2009-01-06autofs4: improve parameter usageIan Kent1-25/+29
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-4/+0
2008-11-14Merge branch 'master' into nextJames Morris2-6/+18
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-1/+2
2008-11-14CRED: Wrap task credential accesses in the autofs4 filesystemDavid Howells2-4/+4
2008-11-06autofs4: collect version check returnIan Kent1-2/+3
2008-11-06autofs4: correct offset mount expire checkIan Kent1-4/+15
2008-10-16autofs4: add miscellaneous device for ioctlsIan Kent5-12/+915
2008-10-16autofs4: track uid and gid of last mount requesterIan Kent3-0/+39
2008-10-16autofs4: cleanup autofs mount type usageIan Kent4-12/+10
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro1-0/+2
2008-07-24autofs4: remove unused ioctlsIan Kent1-67/+1
2008-07-24autofs4: reorganize expire pending wait function callsIan Kent3-65/+40
2008-07-24autofs4: fix direct mount pending expire race - correctionIan Kent1-8/+2
2008-07-24autofs4: fix direct mount pending expire raceIan Kent3-26/+65
2008-07-24autofs4: fix indirect mount pending expire raceIan Kent3-23/+65
2008-07-24autofs4: fix pending checksIan Kent1-3/+6
2008-07-24autofs4: cleanup redundant readir codeIan Kent1-133/+16
2008-07-24autofs4: indirect dentry must almost always be positiveIan Kent1-3/+14
2008-07-24autofs4: detect invalid direct mount requestsIan Kent1-0/+4
2008-07-24autofs4: fix waitq memory leakIan Kent2-10/+10
2008-07-24autofs4: check kernel communication pipe is valid for writeIan Kent1-2/+14
2008-07-24autofs4: add missing kfreeIan Kent1-1/+3
2008-07-24autofs4: fix pending mount raceIan Kent1-38/+97
2008-07-24autofs4: fix waitq lockingIan Kent2-13/+14
2008-07-24autofs4: use struct qstr in waitq.cJeff Moyer2-44/+46
2008-07-24autofs4: use lookup intent flags to trigger mountsIan Kent1-2/+5
2008-07-24autofs4: don't release directory mutex if called in oz_modeIan Kent1-6/+5
2008-07-24autofs4: fix symlink name allocationIan Kent1-1/+1
2008-07-24autofs4: use look aside list for lookupsIan Kent3-40/+156
2008-07-24autofs4: revert - redo lookup in ttfdIan Kent1-21/+0
2008-07-24autofs4: don't make expiring dentry negativeIan Kent3-78/+52
2008-05-01autofs: path_{get,put}() cleanupsJan Blunck2-7/+7