aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-11autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi1-33/+16
2016-10-11autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi1-2/+0
2016-10-11autofs: fix print format for ioctl warning messageTomohiro Kusumi1-1/+1
2016-10-11autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent1-8/+17
2016-10-11autofs: fix dev ioctl number range checkIan Kent2-2/+3
2016-10-11autofs: fix pr_debug() messageTomohiro Kusumi1-1/+1
2016-10-11autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi1-1/+2
2016-10-11autofs: remove obsolete sb fieldsTomohiro Kusumi1-2/+0
2016-10-11autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi1-1/+1
2016-10-11autofs: remove ino free in autofs4_dir_symlink()Ian Kent1-2/+0
2016-10-11autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi1-1/+2
2016-10-11autofs: fix autofs4_fill_super() error exit handlingIan Kent1-3/+3
2016-10-11autofs: test autofs versions first on sb initializationTomohiro Kusumi1-17/+17
2016-10-11autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+4
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-13/+42
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2016-09-30autofs: Fix automounts by using current_real_cred()->uidEric W. Biederman1-2/+2
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2-4/+4
2016-09-19autofs: use dentry flags to block walks during expireIan Kent1-13/+42
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+6
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+1
2016-07-20qstr: constify instances in autofs4Al Viro2-6/+6
2016-06-24autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin1-3/+4
2016-06-12autofs racesAl Viro3-22/+15
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-05-02dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro1-2/+2
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2016-03-15autofs4: use pr_xxx() macros directly for loggingIan Kent6-75/+68
2016-03-15autofs4: change log print macros to not insert newlineIan Kent6-49/+49
2016-03-15autofs4: make autofs log prints consistentIan Kent4-12/+12
2016-03-15autofs4: fix some white space errorsIan Kent4-8/+6
2016-03-15autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()Ian Kent1-1/+1
2016-03-15autofs4: fix coding style line length in autofs4_wait()Ian Kent1-2/+4
2016-03-15autofs4: fix coding style problem in autofs4_get_set_timeout()Ian Kent1-8/+20
2016-03-15autofs4: coding style fixesIan Kent8-158/+175
2016-03-15autofs: show pipe inode in mount optionsStanislav Kinsburskiy1-1/+6
2016-03-14autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()Al Viro1-2/+0
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+2
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-4/+9
2015-06-23make simple_positive() publicAl Viro1-5/+0
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-3/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells6-18/+18
2015-04-11autofs: switch to __vfs_write()Al Viro2-2/+2
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2-3/+3
2015-02-20autofs4: Wrong format for printing dentryRasmus Villemoes1-1/+1
2014-11-19assorted conversions to %p[dD]Al Viro2-35/+18
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2-7/+7