| Commit message (Expand) | Author | Age | Files | Lines |
* | autofs: path_{get,put}() cleanups | Jan Blunck | 2008-05-01 | 2 | -7/+7 |
* | autofs4: fix incorrect return from root.c:try_to_fill_dentry() | Jeff Moyer | 2008-05-01 | 1 | -2/+2 |
* | autofs4: fix execution order race in mount request code | Jeff Moyer | 2008-05-01 | 1 | -0/+22 |
* | autofs4: check for invalid dentry in getpath | Ian Kent | 2008-05-01 | 1 | -1/+1 |
* | autofs4: fix sparse warning in waitq.c:autofs4_expire_indirect() | Ian Kent | 2008-05-01 | 1 | -13/+11 |
* | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 1 | -1/+1 |
* | autofs4: fix sparse warning in root.c | Harvey Harrison | 2008-04-29 | 1 | -1/+1 |
* | Introduce path_put() | Jan Blunck | 2008-02-15 | 1 | -1/+1 |
* | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 2008-02-15 | 1 | -1/+2 |
* | mount options: fix autofs4 | Miklos Szeredi | 2008-02-08 | 1 | -0/+5 |
* | pid namespaces: round up the API | Pavel Emelianov | 2007-10-19 | 3 | -5/+5 |
* | sparse pointer use of zero as null | Stephen Hemminger | 2007-10-18 | 1 | -1/+1 |
* | fs/autofs4/inode.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-10-17 | 1 | -3/+1 |
* | autofs4: deadlock during create | Ian Kent | 2007-08-23 | 1 | -14/+17 |
* | Fix some coding-style errors in autofs | Sukadev Bhattiprolu | 2007-05-11 | 2 | -18/+16 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 2 | -2/+0 |
* | [PATCH] autofs4: fix race in unhashed dentry code | Jeff Mahoney | 2007-04-13 | 1 | -3/+3 |
* | [PATCH] autofs4: check for directory re-create in lookup | Ian Kent | 2007-02-21 | 1 | -4/+19 |
* | [PATCH] autofs4: fix another race between mount and expire | Ian Kent | 2007-02-21 | 3 | -23/+161 |
* | [PATCH] autofs4: header file update | Ian Kent | 2007-02-21 | 1 | -4/+8 |
* | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] mark struct inode_operations const 1 | Arjan van de Ven | 2007-02-12 | 3 | -9/+9 |
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 1 | -1/+1 |
* | [PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 2 | -9/+10 |
* | [PATCH] autofs: fix error code path in autofs_fill_sb() | Jiri Kosina | 2006-12-07 | 1 | -3/+4 |
* | [PATCH] autofs4: panic after mount fail | Ian Kent | 2006-11-14 | 2 | -5/+18 |
* | [PATCH] AUTOFS: Make sure all dentries refs are released before calling kill_... | David Howells | 2006-10-11 | 4 | -22/+6 |
* | [PATCH] r/o bind mounts: monitor zeroing of i_nlink | Dave Hansen | 2006-10-01 | 1 | -2/+2 |
* | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 2006-10-01 | 1 | -1/+1 |
* | [PATCH] r/o bind mounts: unlink: monitor i_nlink | Dave Hansen | 2006-10-01 | 1 | -1/+1 |
* | [PATCH] autofs4: pending flag not cleared on mount fail | Ian Kent | 2006-09-29 | 1 | -3/+3 |
* | [PATCH] autofs4: autofs4_follow_link false negative fix | Ian Kent | 2006-09-29 | 1 | -1/+1 |
* | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 2006-09-27 | 1 | -1/+0 |
* | [PATCH] autofs4 needs to force fail return revalidate | Ian Kent | 2006-09-27 | 1 | -8/+30 |
* | [PATCH] autofs4: zero timeout prevents shutdown | Ian Kent | 2006-09-26 | 1 | -3/+3 |
* | Move several *_SUPER_MAGIC symbols to include/linux/magic.h. | Jeff Garzik | 2006-09-24 | 2 | -2/+1 |
* | [PATCH] fs: use list_move() | Akinobu Mita | 2006-06-26 | 1 | -2/+1 |
* | [PATCH] autofs4: need to invalidate children on tree mount expire | Ian Kent | 2006-06-25 | 1 | -0/+6 |
* | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 2006-06-23 | 1 | -3/+3 |
* | [PATCH] autofs4: NFY_NONE wait race fix | Ian Kent | 2006-05-15 | 3 | -34/+58 |
* | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2006-03-28 | 2 | -4/+4 |
* | [PATCH] autofs4: proper prototype for autofs4_dentry_release() | Adrian Bunk | 2006-03-28 | 2 | -1/+3 |
* | [PATCH] autofs4: atomic var underflow | Ian Kent | 2006-03-27 | 2 | -3/+5 |
* | [PATCH] autofs4: follow_link missing functionality | Ian Kent | 2006-03-27 | 2 | -10/+44 |
* | [PATCH] Remove redundant check from autofs4_put_super | Dave Jones | 2006-03-27 | 1 | -2/+1 |
* | [PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_* | Ian Kent | 2006-03-27 | 4 | -13/+13 |
* | [PATCH] autofs4: add new packet type for v5 communications | Ian Kent | 2006-03-27 | 2 | -19/+90 |
* | [PATCH] autofs4: add v5 expire logic | Ian Kent | 2006-03-27 | 1 | -9/+87 |
* | [PATCH] autofs4: add v5 follow_link mount trigger method | Ian Kent | 2006-03-27 | 3 | -21/+103 |
* | [PATCH] autofs4: change may_umount* functions to boolean | Ian Kent | 2006-03-27 | 2 | -2/+2 |