aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2012-03-20autofs: set things up *before* registering fs typeAl Viro1-3/+3
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-8/+2
2012-02-25autofs: work around unhappy compat problem on x86-64Ian Kent4-3/+23
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells1-1/+1
2012-02-13autofs4 - fix lockdep splat in autofsSteven Rostedt1-0/+2
2012-01-13autofs4 - fix deal with autofs4_write racesIan Kent1-1/+1
2012-01-11autofs4: deal with autofs4_write/autofs4_write racesAl Viro3-4/+7
2012-01-11autofs4: catatonic_mode vs. notify_daemon raceAl Viro1-11/+14
2012-01-11autofs4: autofs4_wait() vs. autofs4_catatonic_mode() raceAl Viro1-1/+7
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-5/+5
2012-01-03autofs4: propagate umode_tAl Viro2-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-08-08autofs4: fix debug printk warning uncovered by cleanupLinus Torvalds1-1/+1
2011-08-08autofs4: clean up uaotfs use of debug/info/warning printoutsLinus Torvalds1-18/+8
2011-05-30autofs4: bogus dentry_unhash() added in ->unlink()Al Viro1-2/+0
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24autofs4: Do not potentially dereference NULL pointer returned by fget() in au...Jesper Juhl1-0/+4
2011-03-24autofs4 - remove autofs4_lockIan Kent4-31/+20
2011-03-24autofs4 - fix d_manage() return on rcu-walkIan Kent1-0/+2
2011-03-24autofs4 - fix autofs4_expire_indirect() traversalIan Kent1-1/+51
2011-03-24autofs4 - fix dentry leak in autofs4_expire_direct()Ian Kent1-4/+3
2011-03-24autofs4 - reinstate last used update on accessIan Kent2-34/+14
2011-03-18lose 'mounting_here' argument in ->d_manage()Al Viro1-3/+3
2011-01-18autofs4: clean ->d_release() and autofs4_free_ino() upAl Viro3-19/+16
2011-01-18autofs4: split autofs4_init_ino()Al Viro3-26/+15
2011-01-18autofs4: mkdir and symlink always get a dentry that had passed lookupAl Viro1-18/+10
2011-01-18autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymoreAl Viro3-7/+5
2011-01-18autofs4: kill ->size in autofs_infoAl Viro3-6/+3
2011-01-18autofs4: pass mode to autofs4_get_inode() explicitlyAl Viro3-16/+15
2011-01-18autofs4: autofs4_mkroot() is not different from autofs4_init_ino()Al Viro1-12/+1
2011-01-18autofs4: keep symlink body in inode->i_privateAl Viro4-28/+9
2011-01-18autofs4 - fix debug print in autofs4_lookup()Ian Kent1-1/+2
2011-01-18autofs4 - fix get_next_positive_dentry()Ian Kent1-2/+2
2011-01-15autofs4: Merge the remaining dentry ops tablesDavid Howells3-20/+4
2011-01-15Allow d_manage() to be used in RCU-walk modeDavid Howells1-2/+6
2011-01-15autofs4: Add v4 pseudo direct mount supportIan Kent1-0/+58
2011-01-15autofs4: Fix wait validationIan Kent1-1/+16
2011-01-15autofs4: Clean up autofs4_free_ino()Ian Kent2-22/+0
2011-01-15autofs4: Clean up dentry operationsIan Kent3-29/+26
2011-01-15autofs4: Clean up inode operationsIan Kent3-21/+1
2011-01-15autofs4: Remove unused codeIan Kent2-250/+0
2011-01-15autofs4: Add d_manage() dentry operationIan Kent4-40/+159
2011-01-15autofs4: Add d_automount() dentry operationIan Kent4-112/+189
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells4-21/+7
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-3/+10
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-6/+6
2011-01-07fs: dcache remove d_mountedNick Piggin1-2/+11
2011-01-07fs: dcache remove dcache_lockNick Piggin4-29/+35
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin1-3/+15
2011-01-07fs: dcache scale subdirsNick Piggin3-69/+87
2011-01-07fs: dcache scale d_unhashedNick Piggin2-18/+16
2011-01-07fs: dcache scale dentry refcountNick Piggin2-7/+7
2010-12-07autofs4 - remove ioctl mutex (bz23142)Ian Kent1-11/+1
2010-10-29convert get_sb_nodev() usersAl Viro1-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05autofs4: Only declare function when CONFIG_COMPAT is definedFelipe Contreras1-0/+2
2010-10-04BKL: Remove BKL from autofs4Arnd Bergmann1-5/+7
2010-08-11autofs4: remove unneeded null check in try_to_fill_dentry()Dan Carpenter1-2/+1
2010-08-09autofs/autofs4: Move compat_ioctl handling into fsArnd Bergmann1-0/+49
2010-05-27fs/autofs4: use memdup_userJulia Lawall1-11/+2
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers1-1/+4
2010-05-22autofs4: Pushdown the bkl from ioctlFrederic Weisbecker1-4/+18
2010-05-10autofs4-2.6.34-rc1 - fix link_count usageIan Kent1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2-0/+2
2010-03-03Use kill_litter_super() in autofs4 ->kill_sb()Al Viro1-61/+1
2010-03-03Sanitize autofs_dev_ioctl_ismountpoint()Al Viro1-7/+4
2010-03-03Revert "autofs4: always use lookup for lookup"Al Viro4-330/+158
2009-12-16autofs4: always use lookup for lookupIan Kent4-158/+330
2009-12-16autofs4: rename dentry to expiring in autofs4_lookup_expiring()Ian Kent1-12/+12
2009-12-16autofs4: rename dentry to active in autofs4_lookup_active()Ian Kent1-12/+12
2009-12-16autofs4: eliminate d_unhashed in path walk checksIan Kent1-4/+3
2009-12-16autofs4: cleanup active and expire lookupIan Kent1-6/+10
2009-12-16autofs4: renamer unhashed to active in autofs4_lookup()Ian Kent1-10/+10
2009-12-16autofs4: use autofs_info for pending flagIan Kent3-28/+35
2009-12-16autofs4: use helper function for need mount checkIan Kent1-2/+10
2009-12-16autofs4: use helper functions for expiring listIan Kent2-12/+29
2009-12-16autofs4: use helper functions for active list handlingIan Kent3-11/+38
2009-08-31autofs4 - fix missed case when changing to use struct pathIan Kent1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-11switch follow_down()Al Viro4-16/+14
2009-06-11switch follow_up() to struct pathAl Viro1-1/+1
2009-06-11Get rid of path_lookup in autofs4Al Viro1-135/+60
2009-06-09autofs4: remove hashed check in validate_wait()Ian Kent1-14/+8
2009-05-02autofs4: fix incorrect return in autofs4_mount_busy()Ian Kent1-1/+3
2009-04-20autofs4: use memchr() in invalid_string()Al Viro1-6/+4
2009-04-20Fix AUTOFS_DEV_IOCTL_REQUESTER_CMDAl Viro1-1/+1
2009-04-01autofs4: fix lookup deadlockIan Kent1-20/+21
2009-04-01autofs4: cleanup expire code duplicationIan Kent3-38/+20
2009-03-27constify dentry_operations: autofs, autofs4Al Viro2-3/+3
2009-01-22fs/Kconfig: move autofs, autofs4 outAlexey Dobriyan1-0/+20
2009-01-06autofs4: fix string validation check orderIan Kent1-6/+7
2009-01-06autofs4: make autofs type usage explicitIan Kent5-17/+15
2009-01-06autofs4: fix var shadowed by local delarationIan Kent1-3/+3
2009-01-06autofs4: improve parameter usageIan Kent1-25/+29
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-4/+0
2008-11-14Merge branch 'master' into nextJames Morris2-6/+18
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-1/+2
2008-11-14CRED: Wrap task credential accesses in the autofs4 filesystemDavid Howells2-4/+4
2008-11-06autofs4: collect version check returnIan Kent1-2/+3
2008-11-06autofs4: correct offset mount expire checkIan Kent1-4/+15
2008-10-16autofs4: add miscellaneous device for ioctlsIan Kent5-12/+915
2008-10-16autofs4: track uid and gid of last mount requesterIan Kent3-0/+39
2008-10-16autofs4: cleanup autofs mount type usageIan Kent4-12/+10
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro1-0/+2
2008-07-24autofs4: remove unused ioctlsIan Kent1-67/+1
2008-07-24autofs4: reorganize expire pending wait function callsIan Kent3-65/+40
2008-07-24autofs4: fix direct mount pending expire race - correctionIan Kent1-8/+2
2008-07-24autofs4: fix direct mount pending expire raceIan Kent3-26/+65
2008-07-24autofs4: fix indirect mount pending expire raceIan Kent3-23/+65
2008-07-24autofs4: fix pending checksIan Kent1-3/+6
2008-07-24autofs4: cleanup redundant readir codeIan Kent1-133/+16
2008-07-24autofs4: indirect dentry must almost always be positiveIan Kent1-3/+14
2008-07-24autofs4: detect invalid direct mount requestsIan Kent1-0/+4
2008-07-24autofs4: fix waitq memory leakIan Kent2-10/+10
2008-07-24autofs4: check kernel communication pipe is valid for writeIan Kent1-2/+14
2008-07-24autofs4: add missing kfreeIan Kent1-1/+3
2008-07-24autofs4: fix pending mount raceIan Kent1-38/+97
2008-07-24autofs4: fix waitq lockingIan Kent2-13/+14
2008-07-24autofs4: use struct qstr in waitq.cJeff Moyer2-44/+46
2008-07-24autofs4: use lookup intent flags to trigger mountsIan Kent1-2/+5
2008-07-24autofs4: don't release directory mutex if called in oz_modeIan Kent1-6/+5
2008-07-24autofs4: fix symlink name allocationIan Kent1-1/+1
2008-07-24autofs4: use look aside list for lookupsIan Kent3-40/+156
2008-07-24autofs4: revert - redo lookup in ttfdIan Kent1-21/+0
2008-07-24autofs4: don't make expiring dentry negativeIan Kent3-78/+52
2008-05-01autofs: path_{get,put}() cleanupsJan Blunck2-7/+7
2008-05-01autofs4: fix incorrect return from root.c:try_to_fill_dentry()Jeff Moyer1-2/+2
2008-05-01autofs4: fix execution order race in mount request codeJeff Moyer1-0/+22
2008-05-01autofs4: check for invalid dentry in getpathIan Kent1-1/+1
2008-05-01autofs4: fix sparse warning in waitq.c:autofs4_expire_indirect()Ian Kent1-13/+11
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-29autofs4: fix sparse warning in root.cHarvey Harrison1-1/+1
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-1/+2
2008-02-08mount options: fix autofs4Miklos Szeredi1-0/+5
2007-10-19pid namespaces: round up the APIPavel Emelianov3-5/+5
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-10-17fs/autofs4/inode.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+1
2007-08-22autofs4: deadlock during createIan Kent1-14/+17
2007-05-11Fix some coding-style errors in autofsSukadev Bhattiprolu2-18/+16
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap2-2/+0
2007-04-12[PATCH] autofs4: fix race in unhashed dentry codeJeff Mahoney1-3/+3
2007-02-20[PATCH] autofs4: check for directory re-create in lookupIan Kent1-4/+19
2007-02-20[PATCH] autofs4: fix another race between mount and expireIan Kent3-23/+161
2007-02-20[PATCH] autofs4: header file updateIan Kent1-4/+8
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven3-9/+9
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-08[PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2-9/+10
2006-12-07[PATCH] autofs: fix error code path in autofs_fill_sb()Jiri Kosina1-3/+4
2006-11-14[PATCH] autofs4: panic after mount failIan Kent2-5/+18
2006-10-11[PATCH] AUTOFS: Make sure all dentries refs are released before calling kill_...David Howells4-22/+6
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-1/+1
2006-09-29[PATCH] autofs4: pending flag not cleared on mount failIan Kent1-3/+3
2006-09-29[PATCH] autofs4: autofs4_follow_link false negative fixIan Kent1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] autofs4 needs to force fail return revalidateIan Kent1-8/+30
2006-09-25[PATCH] autofs4: zero timeout prevents shutdownIan Kent1-3/+3
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik2-2/+1
2006-06-26[PATCH] fs: use list_move()Akinobu Mita1-2/+1
2006-06-25[PATCH] autofs4: need to invalidate children on tree mount expireIan Kent1-0/+6
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-05-15[PATCH] autofs4: NFY_NONE wait race fixIan Kent3-34/+58
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven2-4/+4
2006-03-28[PATCH] autofs4: proper prototype for autofs4_dentry_release()Adrian Bunk2-1/+3
2006-03-27[PATCH] autofs4: atomic var underflowIan Kent2-3/+5
2006-03-27[PATCH] autofs4: follow_link missing functionalityIan Kent2-10/+44
2006-03-27[PATCH] Remove redundant check from autofs4_put_superDave Jones1-2/+1
2006-03-27[PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_*Ian Kent4-13/+13
2006-03-27[PATCH] autofs4: add new packet type for v5 communicationsIan Kent2-19/+90
2006-03-27[PATCH] autofs4: add v5 expire logicIan Kent1-9/+87
2006-03-27[PATCH] autofs4: add v5 follow_link mount trigger methodIan Kent3-21/+103
2006-03-27[PATCH] autofs4: change may_umount* functions to booleanIan Kent2-2/+2
2006-03-27[PATCH] autofs4: rename simple_empty_nolock functionIan Kent2-2/+2
2006-03-27[PATCH] autofs4: white space cleanup for waitq.cIan Kent1-10/+9
2006-03-27[PATCH] autofs4: add a show mount options for proc filesystemIan Kent2-6/+34
2006-03-27[PATCH] autofs4: remove update_atime unused functionIan Kent1-34/+4
2006-03-27[PATCH] autofs4: expire mounts that hold no (extra) references onlyIan Kent2-14/+26
2006-03-27[PATCH] autofs4: fix false negative return from expireIan Kent4-11/+59
2006-03-27[PATCH] autofs4: simplify expire tree traversalIan Kent1-62/+40
2006-03-27[PATCH] autofs4: expire code readability cleanupIan Kent1-28/+26
2006-03-27[PATCH] autofs4: can't mount due to mount point dir not emptyIan Kent2-13/+4
2006-03-27[PATCH] autofs4: use libfs routines for readdirIan Kent1-86/+40
2006-03-27[PATCH] autofs4: lookup white space cleanupIan Kent1-14/+20
2006-03-23[PATCH] sem2mutex: autofs4 wq_semIngo Molnar3-10/+11
2006-01-14[PATCH] autofs4 oops fixIan Kent1-0/+2
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-10[PATCH] switch autofs4 to touch_atime()Christoph Hellwig1-9/+9
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2006-01-08[PATCH] shrink dentry structEric Dumazet4-10/+11
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl2-8/+4