aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [PATCH] autofs: fix error code path in autofs_fill_sb()Jiri Kosina2006-12-071-3/+4
* [PATCH] autofs4: panic after mount failIan Kent2006-11-142-5/+18
* [PATCH] AUTOFS: Make sure all dentries refs are released before calling kill_...David Howells2006-10-114-22/+6
* [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] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] autofs4 needs to force fail return revalidateIan Kent2006-09-271-8/+30
* [PATCH] autofs4: zero timeout prevents shutdownIan Kent2006-09-251-3/+3
* Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik2006-09-242-2/+1
* [PATCH] fs: use list_move()Akinobu Mita2006-06-261-2/+1