summaryrefslogtreecommitdiff
path: root/fs/autofs4
AgeCommit message (Expand)AuthorFilesLines
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