summaryrefslogtreecommitdiffstats
path: root/fs/autofs4
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: check for invalid dentry in getpathIan Kent2008-05-011-1/+1
* autofs4: fix sparse warning in waitq.c:autofs4_expire_indirect()Ian Kent2008-05-011-13/+11
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* 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
* mount options: fix autofs4Miklos Szeredi2008-02-081-0/+5
* pid namespaces: round up the APIPavel Emelianov2007-10-193-5/+5
* sparse pointer use of zero as nullStephen Hemminger2007-10-181-1/+1
* fs/autofs4/inode.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-171-3/+1
* autofs4: deadlock during createIan Kent2007-08-221-14/+17
* Fix some coding-style errors in autofsSukadev Bhattiprolu2007-05-112-18/+16
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-082-2/+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-203-23/+161
* [PATCH] autofs4: header file updateIan Kent2007-02-201-4/+8
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-123-9/+9
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-082-9/+10