aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-03Use kill_litter_super() in autofs4 ->kill_sb()Al Viro1-61/+1
2010-03-03Sanitize autofs_dev_ioctl_ismountpoint()Al Viro1-7/+4
2010-03-03Revert "autofs4: always use lookup for lookup"Al Viro4-330/+158
2009-12-16autofs4: always use lookup for lookupIan Kent4-158/+330
2009-12-16autofs4: rename dentry to expiring in autofs4_lookup_expiring()Ian Kent1-12/+12
2009-12-16autofs4: rename dentry to active in autofs4_lookup_active()Ian Kent1-12/+12
2009-12-16autofs4: eliminate d_unhashed in path walk checksIan Kent1-4/+3
2009-12-16autofs4: cleanup active and expire lookupIan Kent1-6/+10
2009-12-16autofs4: renamer unhashed to active in autofs4_lookup()Ian Kent1-10/+10
2009-12-16autofs4: use autofs_info for pending flagIan Kent3-28/+35
2009-12-16autofs4: use helper function for need mount checkIan Kent1-2/+10
2009-12-16autofs4: use helper functions for expiring listIan Kent2-12/+29
2009-12-16autofs4: use helper functions for active list handlingIan Kent3-11/+38
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