| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-11 | autofs4 - fix reset pending flag on mount fail | Ian Kent | 1 | -2/+4 |
| 2012-09-26 | make get_file() return its argument | Al Viro | 1 | -2/+1 |
| 2012-09-26 | autofs4: don't open-code fd_install() | Al Viro | 1 | -16/+2 |
| 2012-08-17 | autofs4 - fix expire check | Ian Kent | 1 | -5/+0 |
| 2012-08-16 | autofs4 - fix get_next_positive_subdir() | Ian Kent | 1 | -18/+13 |
| 2012-07-23 | switch dentry_open() to struct path, make it grab references itself | Al Viro | 1 | -2/+2 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -2/+2 |
| 2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 1 | -1/+1 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-04-29 | autofs: make the autofsv5 packet file descriptor use a packetized pipe | Linus Torvalds | 3 | -2/+13 |
| 2012-04-28 | Revert "autofs: work around unhappy compat problem on x86-64" | Linus Torvalds | 4 | -23/+3 |
| 2012-03-29 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-20 | autofs: set things up *before* registering fs type | Al Viro | 1 | -3/+3 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -8/+2 |
| 2012-02-25 | autofs: work around unhappy compat problem on x86-64 | Ian Kent | 4 | -3/+23 |
| 2012-02-19 | Wrap accesses to the fd_sets in struct fdtable | David Howells | 1 | -1/+1 |
| 2012-02-13 | autofs4 - fix lockdep splat in autofs | Steven Rostedt | 1 | -0/+2 |
| 2012-01-13 | autofs4 - fix deal with autofs4_write races | Ian Kent | 1 | -1/+1 |
| 2012-01-11 | autofs4: deal with autofs4_write/autofs4_write races | Al Viro | 3 | -4/+7 |
| 2012-01-11 | autofs4: catatonic_mode vs. notify_daemon race | Al Viro | 1 | -11/+14 |
| 2012-01-11 | autofs4: autofs4_wait() vs. autofs4_catatonic_mode() race | Al Viro | 1 | -1/+7 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -3/+3 |
| 2012-01-06 | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb | Al Viro | 1 | -5/+5 |
| 2012-01-03 | autofs4: propagate umode_t | Al Viro | 2 | -2/+2 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -2/+2 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -1/+1 |
| 2011-08-08 | autofs4: fix debug printk warning uncovered by cleanup | Linus Torvalds | 1 | -1/+1 |
| 2011-08-08 | autofs4: clean up uaotfs use of debug/info/warning printouts | Linus Torvalds | 1 | -18/+8 |
| 2011-05-30 | autofs4: bogus dentry_unhash() added in ->unlink() | Al Viro | 1 | -2/+0 |
| 2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 1 | -0/+2 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-24 | autofs4: Do not potentially dereference NULL pointer returned by fget() in au... | Jesper Juhl | 1 | -0/+4 |
| 2011-03-24 | autofs4 - remove autofs4_lock | Ian Kent | 4 | -31/+20 |
| 2011-03-24 | autofs4 - fix d_manage() return on rcu-walk | Ian Kent | 1 | -0/+2 |
| 2011-03-24 | autofs4 - fix autofs4_expire_indirect() traversal | Ian Kent | 1 | -1/+51 |
| 2011-03-24 | autofs4 - fix dentry leak in autofs4_expire_direct() | Ian Kent | 1 | -4/+3 |
| 2011-03-24 | autofs4 - reinstate last used update on access | Ian Kent | 2 | -34/+14 |
| 2011-03-18 | lose 'mounting_here' argument in ->d_manage() | Al Viro | 1 | -3/+3 |
| 2011-01-18 | autofs4: clean ->d_release() and autofs4_free_ino() up | Al Viro | 3 | -19/+16 |
| 2011-01-18 | autofs4: split autofs4_init_ino() | Al Viro | 3 | -26/+15 |
| 2011-01-18 | autofs4: mkdir and symlink always get a dentry that had passed lookup | Al Viro | 1 | -18/+10 |
| 2011-01-18 | autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymore | Al Viro | 3 | -7/+5 |
| 2011-01-18 | autofs4: kill ->size in autofs_info | Al Viro | 3 | -6/+3 |
| 2011-01-18 | autofs4: pass mode to autofs4_get_inode() explicitly | Al Viro | 3 | -16/+15 |
| 2011-01-18 | autofs4: autofs4_mkroot() is not different from autofs4_init_ino() | Al Viro | 1 | -12/+1 |
| 2011-01-18 | autofs4: keep symlink body in inode->i_private | Al Viro | 4 | -28/+9 |
| 2011-01-18 | autofs4 - fix debug print in autofs4_lookup() | Ian Kent | 1 | -1/+2 |
| 2011-01-18 | autofs4 - fix get_next_positive_dentry() | Ian Kent | 1 | -2/+2 |
| 2011-01-15 | autofs4: Merge the remaining dentry ops tables | David Howells | 3 | -20/+4 |
| 2011-01-15 | Allow d_manage() to be used in RCU-walk mode | David Howells | 1 | -2/+6 |
| 2011-01-15 | autofs4: Add v4 pseudo direct mount support | Ian Kent | 1 | -0/+58 |
| 2011-01-15 | autofs4: Fix wait validation | Ian Kent | 1 | -1/+16 |
| 2011-01-15 | autofs4: Clean up autofs4_free_ino() | Ian Kent | 2 | -22/+0 |
| 2011-01-15 | autofs4: Clean up dentry operations | Ian Kent | 3 | -29/+26 |
| 2011-01-15 | autofs4: Clean up inode operations | Ian Kent | 3 | -21/+1 |
| 2011-01-15 | autofs4: Remove unused code | Ian Kent | 2 | -250/+0 |
| 2011-01-15 | autofs4: Add d_manage() dentry operation | Ian Kent | 4 | -40/+159 |
| 2011-01-15 | autofs4: Add d_automount() dentry operation | Ian Kent | 4 | -112/+189 |
| 2011-01-15 | Add a dentry op to allow processes to be held during pathwalk transit | David Howells | 4 | -21/+7 |
| 2011-01-07 | fs: rcu-walk aware d_revalidate method | Nick Piggin | 1 | -3/+10 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 2 | -6/+6 |
| 2011-01-07 | fs: dcache remove d_mounted | Nick Piggin | 1 | -2/+11 |
| 2011-01-07 | fs: dcache remove dcache_lock | Nick Piggin | 4 | -29/+35 |
| 2011-01-07 | fs: Use rename lock and RCU for multi-step operations | Nick Piggin | 1 | -3/+15 |
| 2011-01-07 | fs: dcache scale subdirs | Nick Piggin | 3 | -69/+87 |
| 2011-01-07 | fs: dcache scale d_unhashed | Nick Piggin | 2 | -18/+16 |
| 2011-01-07 | fs: dcache scale dentry refcount | Nick Piggin | 2 | -7/+7 |
| 2010-12-07 | autofs4 - remove ioctl mutex (bz23142) | Ian Kent | 1 | -11/+1 |
| 2010-10-29 | convert get_sb_nodev() users | Al Viro | 1 | -4/+4 |
| 2010-10-25 | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 1 | -0/+1 |
| 2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+1 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
| 2010-10-05 | autofs4: Only declare function when CONFIG_COMPAT is defined | Felipe Contreras | 1 | -0/+2 |
| 2010-10-04 | BKL: Remove BKL from autofs4 | Arnd Bergmann | 1 | -5/+7 |
| 2010-08-11 | autofs4: remove unneeded null check in try_to_fill_dentry() | Dan Carpenter | 1 | -2/+1 |
| 2010-08-09 | autofs/autofs4: Move compat_ioctl handling into fs | Arnd Bergmann | 1 | -0/+49 |
| 2010-05-27 | fs/autofs4: use memdup_user | Julia Lawall | 1 | -11/+2 |
| 2010-05-25 | driver core: add devname module aliases to allow module on-demand auto-loading | Kay Sievers | 1 | -1/+4 |
| 2010-05-22 | autofs4: Pushdown the bkl from ioctl | Frederic Weisbecker | 1 | -4/+18 |
| 2010-05-10 | autofs4-2.6.34-rc1 - fix link_count usage | Ian Kent | 1 | -3/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2 | -0/+2 |
| 2010-03-03 | Use kill_litter_super() in autofs4 ->kill_sb() | Al Viro | 1 | -61/+1 |
| 2010-03-03 | Sanitize autofs_dev_ioctl_ismountpoint() | Al Viro | 1 | -7/+4 |
| 2010-03-03 | Revert "autofs4: always use lookup for lookup" | Al Viro | 4 | -330/+158 |
| 2009-12-16 | autofs4: always use lookup for lookup | Ian Kent | 4 | -158/+330 |
| 2009-12-16 | autofs4: rename dentry to expiring in autofs4_lookup_expiring() | Ian Kent | 1 | -12/+12 |
| 2009-12-16 | autofs4: rename dentry to active in autofs4_lookup_active() | Ian Kent | 1 | -12/+12 |
| 2009-12-16 | autofs4: eliminate d_unhashed in path walk checks | Ian Kent | 1 | -4/+3 |
| 2009-12-16 | autofs4: cleanup active and expire lookup | Ian Kent | 1 | -6/+10 |
| 2009-12-16 | autofs4: renamer unhashed to active in autofs4_lookup() | Ian Kent | 1 | -10/+10 |
| 2009-12-16 | autofs4: use autofs_info for pending flag | Ian Kent | 3 | -28/+35 |
| 2009-12-16 | autofs4: use helper function for need mount check | Ian Kent | 1 | -2/+10 |
| 2009-12-16 | autofs4: use helper functions for expiring list | Ian Kent | 2 | -12/+29 |
| 2009-12-16 | autofs4: use helper functions for active list handling | Ian Kent | 3 | -11/+38 |
| 2009-08-31 | autofs4 - fix missed case when changing to use struct path | Ian Kent | 1 | -1/+1 |
| 2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -1/+0 |
| 2009-06-11 | switch follow_down() | Al Viro | 4 | -16/+14 |
| 2009-06-11 | switch follow_up() to struct path | Al Viro | 1 | -1/+1 |
| 2009-06-11 | Get rid of path_lookup in autofs4 | Al Viro | 1 | -135/+60 |
| 2009-06-09 | autofs4: remove hashed check in validate_wait() | Ian Kent | 1 | -14/+8 |
| 2009-05-02 | autofs4: fix incorrect return in autofs4_mount_busy() | Ian Kent | 1 | -1/+3 |
| 2009-04-20 | autofs4: use memchr() in invalid_string() | Al Viro | 1 | -6/+4 |
| 2009-04-20 | Fix AUTOFS_DEV_IOCTL_REQUESTER_CMD | Al Viro | 1 | -1/+1 |
| 2009-04-01 | autofs4: fix lookup deadlock | Ian Kent | 1 | -20/+21 |
| 2009-04-01 | autofs4: cleanup expire code duplication | Ian Kent | 3 | -38/+20 |
| 2009-03-27 | constify dentry_operations: autofs, autofs4 | Al Viro | 2 | -3/+3 |
| 2009-01-22 | fs/Kconfig: move autofs, autofs4 out | Alexey Dobriyan | 1 | -0/+20 |
| 2009-01-06 | autofs4: fix string validation check order | Ian Kent | 1 | -6/+7 |
| 2009-01-06 | autofs4: make autofs type usage explicit | Ian Kent | 5 | -17/+15 |
| 2009-01-06 | autofs4: fix var shadowed by local delaration | Ian Kent | 1 | -3/+3 |
| 2009-01-06 | autofs4: improve parameter usage | Ian Kent | 1 | -25/+29 |
| 2009-01-05 | zero i_uid/i_gid on inode allocation | Al Viro | 1 | -4/+0 |
| 2008-11-14 | Merge branch 'master' into next | James Morris | 2 | -6/+18 |
| 2008-11-14 | CRED: Pass credentials through dentry_open() | David Howells | 1 | -1/+2 |
| 2008-11-14 | CRED: Wrap task credential accesses in the autofs4 filesystem | David Howells | 2 | -4/+4 |
| 2008-11-06 | autofs4: collect version check return | Ian Kent | 1 | -2/+3 |
| 2008-11-06 | autofs4: correct offset mount expire check | Ian Kent | 1 | -4/+15 |
| 2008-10-16 | autofs4: add miscellaneous device for ioctls | Ian Kent | 5 | -12/+915 |
| 2008-10-16 | autofs4: track uid and gid of last mount requester | Ian Kent | 3 | -0/+39 |
| 2008-10-16 | autofs4: cleanup autofs mount type usage | Ian Kent | 4 | -12/+10 |
| 2008-10-13 | vfs: Use const for kernel parser table | Steven Whitehouse | 1 | -1/+1 |
| 2008-08-25 | [PATCH] fix ->llseek() for a bunch of directories | Al Viro | 1 | -0/+2 |
| 2008-07-24 | autofs4: remove unused ioctls | Ian Kent | 1 | -67/+1 |
| 2008-07-24 | autofs4: reorganize expire pending wait function calls | Ian Kent | 3 | -65/+40 |
| 2008-07-24 | autofs4: fix direct mount pending expire race - correction | Ian Kent | 1 | -8/+2 |
| 2008-07-24 | autofs4: fix direct mount pending expire race | Ian Kent | 3 | -26/+65 |
| 2008-07-24 | autofs4: fix indirect mount pending expire race | Ian Kent | 3 | -23/+65 |
| 2008-07-24 | autofs4: fix pending checks | Ian Kent | 1 | -3/+6 |
| 2008-07-24 | autofs4: cleanup redundant readir code | Ian Kent | 1 | -133/+16 |
| 2008-07-24 | autofs4: indirect dentry must almost always be positive | Ian Kent | 1 | -3/+14 |
| 2008-07-24 | autofs4: detect invalid direct mount requests | Ian Kent | 1 | -0/+4 |
| 2008-07-24 | autofs4: fix waitq memory leak | Ian Kent | 2 | -10/+10 |
| 2008-07-24 | autofs4: check kernel communication pipe is valid for write | Ian Kent | 1 | -2/+14 |
| 2008-07-24 | autofs4: add missing kfree | Ian Kent | 1 | -1/+3 |
| 2008-07-24 | autofs4: fix pending mount race | Ian Kent | 1 | -38/+97 |
| 2008-07-24 | autofs4: fix waitq locking | Ian Kent | 2 | -13/+14 |
| 2008-07-24 | autofs4: use struct qstr in waitq.c | Jeff Moyer | 2 | -44/+46 |
| 2008-07-24 | autofs4: use lookup intent flags to trigger mounts | Ian Kent | 1 | -2/+5 |
| 2008-07-24 | autofs4: don't release directory mutex if called in oz_mode | Ian Kent | 1 | -6/+5 |
| 2008-07-24 | autofs4: fix symlink name allocation | Ian Kent | 1 | -1/+1 |
| 2008-07-24 | autofs4: use look aside list for lookups | Ian Kent | 3 | -40/+156 |
| 2008-07-24 | autofs4: revert - redo lookup in ttfd | Ian Kent | 1 | -21/+0 |
| 2008-07-24 | autofs4: don't make expiring dentry negative | Ian Kent | 3 | -78/+52 |
| 2008-05-01 | autofs: path_{get,put}() cleanups | Jan Blunck | 2 | -7/+7 |
| 2008-05-01 | autofs4: fix incorrect return from root.c:try_to_fill_dentry() | Jeff Moyer | 1 | -2/+2 |
| 2008-05-01 | autofs4: fix execution order race in mount request code | Jeff Moyer | 1 | -0/+22 |
| 2008-05-01 | autofs4: check for invalid dentry in getpath | Ian Kent | 1 | -1/+1 |
| 2008-05-01 | autofs4: fix sparse warning in waitq.c:autofs4_expire_indirect() | Ian Kent | 1 | -13/+11 |
| 2008-04-30 | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -1/+1 |
| 2008-04-29 | autofs4: fix sparse warning in root.c | Harvey Harrison | 1 | -1/+1 |
| 2008-02-14 | Introduce path_put() | Jan Blunck | 1 | -1/+1 |
| 2008-02-14 | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 1 | -1/+2 |
| 2008-02-08 | mount options: fix autofs4 | Miklos Szeredi | 1 | -0/+5 |
| 2007-10-19 | pid namespaces: round up the API | Pavel Emelianov | 3 | -5/+5 |
| 2007-10-18 | sparse pointer use of zero as null | Stephen Hemminger | 1 | -1/+1 |
| 2007-10-17 | fs/autofs4/inode.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 1 | -3/+1 |
| 2007-08-22 | autofs4: deadlock during create | Ian Kent | 1 | -14/+17 |
| 2007-05-11 | Fix some coding-style errors in autofs | Sukadev Bhattiprolu | 2 | -18/+16 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2 | -2/+0 |
| 2007-04-12 | [PATCH] autofs4: fix race in unhashed dentry code | Jeff Mahoney | 1 | -3/+3 |
| 2007-02-20 | [PATCH] autofs4: check for directory re-create in lookup | Ian Kent | 1 | -4/+19 |
| 2007-02-20 | [PATCH] autofs4: fix another race between mount and expire | Ian Kent | 3 | -23/+161 |
| 2007-02-20 | [PATCH] autofs4: header file update | Ian Kent | 1 | -4/+8 |
| 2007-02-12 | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 1 | -1/+1 |
| 2007-02-12 | [PATCH] mark struct inode_operations const 1 | Arjan van de Ven | 3 | -9/+9 |
| 2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 1 | -1/+1 |
| 2006-12-08 | [PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_path | Josef "Jeff" Sipek | 2 | -9/+10 |
| 2006-12-07 | [PATCH] autofs: fix error code path in autofs_fill_sb() | Jiri Kosina | 1 | -3/+4 |
| 2006-11-14 | [PATCH] autofs4: panic after mount fail | Ian Kent | 2 | -5/+18 |
| 2006-10-11 | [PATCH] AUTOFS: Make sure all dentries refs are released before calling kill_... | David Howells | 4 | -22/+6 |
| 2006-10-01 | [PATCH] r/o bind mounts: monitor zeroing of i_nlink | Dave Hansen | 1 | -2/+2 |
| 2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 1 | -1/+1 |
| 2006-10-01 | [PATCH] r/o bind mounts: unlink: monitor i_nlink | Dave Hansen | 1 | -1/+1 |
| 2006-09-29 | [PATCH] autofs4: pending flag not cleared on mount fail | Ian Kent | 1 | -3/+3 |
| 2006-09-29 | [PATCH] autofs4: autofs4_follow_link false negative fix | Ian Kent | 1 | -1/+1 |
| 2006-09-27 | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 1 | -1/+0 |
| 2006-09-27 | [PATCH] autofs4 needs to force fail return revalidate | Ian Kent | 1 | -8/+30 |
| 2006-09-25 | [PATCH] autofs4: zero timeout prevents shutdown | Ian Kent | 1 | -3/+3 |
| 2006-09-24 | Move several *_SUPER_MAGIC symbols to include/linux/magic.h. | Jeff Garzik | 2 | -2/+1 |
| 2006-06-26 | [PATCH] fs: use list_move() | Akinobu Mita | 1 | -2/+1 |
| 2006-06-25 | [PATCH] autofs4: need to invalidate children on tree mount expire | Ian Kent | 1 | -0/+6 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 1 | -3/+3 |
| 2006-05-15 | [PATCH] autofs4: NFY_NONE wait race fix | Ian Kent | 3 | -34/+58 |
| 2006-03-28 | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2 | -4/+4 |
| 2006-03-28 | [PATCH] autofs4: proper prototype for autofs4_dentry_release() | Adrian Bunk | 2 | -1/+3 |
| 2006-03-27 | [PATCH] autofs4: atomic var underflow | Ian Kent | 2 | -3/+5 |
| 2006-03-27 | [PATCH] autofs4: follow_link missing functionality | Ian Kent | 2 | -10/+44 |
| 2006-03-27 | [PATCH] Remove redundant check from autofs4_put_super | Dave Jones | 1 | -2/+1 |
| 2006-03-27 | [PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_* | Ian Kent | 4 | -13/+13 |
| 2006-03-27 | [PATCH] autofs4: add new packet type for v5 communications | Ian Kent | 2 | -19/+90 |
| 2006-03-27 | [PATCH] autofs4: add v5 expire logic | Ian Kent | 1 | -9/+87 |
| 2006-03-27 | [PATCH] autofs4: add v5 follow_link mount trigger method | Ian Kent | 3 | -21/+103 |
| 2006-03-27 | [PATCH] autofs4: change may_umount* functions to boolean | Ian Kent | 2 | -2/+2 |
| 2006-03-27 | [PATCH] autofs4: rename simple_empty_nolock function | Ian Kent | 2 | -2/+2 |
| 2006-03-27 | [PATCH] autofs4: white space cleanup for waitq.c | Ian Kent | 1 | -10/+9 |
| 2006-03-27 | [PATCH] autofs4: add a show mount options for proc filesystem | Ian Kent | 2 | -6/+34 |
| 2006-03-27 | [PATCH] autofs4: remove update_atime unused function | Ian Kent | 1 | -34/+4 |
| 2006-03-27 | [PATCH] autofs4: expire mounts that hold no (extra) references only | Ian Kent | 2 | -14/+26 |
| 2006-03-27 | [PATCH] autofs4: fix false negative return from expire | Ian Kent | 4 | -11/+59 |
| 2006-03-27 | [PATCH] autofs4: simplify expire tree traversal | Ian Kent | 1 | -62/+40 |