aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/root.c
Commit message (Expand)AuthorAgeFilesLines
...
* switch follow_down()Al Viro2009-06-111-4/+3
* autofs4: fix lookup deadlockIan Kent2009-04-011-20/+21
* constify dentry_operations: autofs, autofs4Al Viro2009-03-271-2/+2
* [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-241-65/+10
* autofs4: fix direct mount pending expire race - correctionIan Kent2008-07-241-8/+2
* autofs4: fix direct mount pending expire raceIan Kent2008-07-241-23/+49
* autofs4: fix indirect mount pending expire raceIan Kent2008-07-241-5/+27
* autofs4: fix pending checksIan Kent2008-07-241-3/+6
* autofs4: cleanup redundant readir codeIan Kent2008-07-241-133/+16
* 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-241-30/+139
* autofs4: revert - redo lookup in ttfdIan Kent2008-07-241-21/+0
* autofs4: don't make expiring dentry negativeIan Kent2008-07-241-72/+46
* autofs: path_{get,put}() cleanupsJan Blunck2008-05-011-6/+6
* autofs4: fix incorrect return from root.c:try_to_fill_dentry()Jeff Moyer2008-05-011-2/+2
* autofs4: fix execution order race in mount request codeJeff Moyer2008-05-011-0/+22
* autofs4: fix sparse warning in root.cHarvey Harrison2008-04-291-1/+1
* Introduce path_put()Jan Blunck2008-02-141-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-1/+2
* pid namespaces: round up the APIPavel Emelianov2007-10-191-2/+2
* autofs4: deadlock during createIan Kent2007-08-221-14/+17
* Fix some coding-style errors in autofsSukadev Bhattiprolu2007-05-111-9/+9
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] autofs4: fix race in unhashed dentry codeJeff Mahoney2007-04-121-3/+3
* [PATCH] autofs4: check for directory re-create in lookupIan Kent2007-02-201-4/+19
* [PATCH] autofs4: fix another race between mount and expireIan Kent2007-02-201-20/+151
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-3/+3
* [PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-8/+8
* [PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen2006-10-011-2/+2
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-1/+1
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-1/+1
* [PATCH] autofs4: pending flag not cleared on mount failIan Kent2006-09-291-3/+3
* [PATCH] autofs4: autofs4_follow_link false negative fixIan Kent2006-09-291-1/+1
* [PATCH] autofs4 needs to force fail return revalidateIan Kent2006-09-271-8/+30
* [PATCH] autofs4: NFY_NONE wait race fixIan Kent2006-05-151-7/+3
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-2/+2
* [PATCH] autofs4: follow_link missing functionalityIan Kent2006-03-271-6/+44
* [PATCH] autofs4: add v5 follow_link mount trigger methodIan Kent2006-03-271-12/+52
* [PATCH] autofs4: change may_umount* functions to booleanIan Kent2006-03-271-1/+1
* [PATCH] autofs4: rename simple_empty_nolock functionIan Kent2006-03-271-1/+1
* [PATCH] autofs4: remove update_atime unused functionIan Kent2006-03-271-34/+4
* [PATCH] autofs4: expire mounts that hold no (extra) references onlyIan Kent2006-03-271-0/+4
* [PATCH] autofs4: fix false negative return from expireIan Kent2006-03-271-1/+22
* [PATCH] autofs4: can't mount due to mount point dir not emptyIan Kent2006-03-271-5/+4
* [PATCH] autofs4: use libfs routines for readdirIan Kent2006-03-271-86/+40
* [PATCH] autofs4: lookup white space cleanupIan Kent2006-03-271-14/+20