summaryrefslogtreecommitdiff
path: root/fs/autofs4
Commit message (Expand)AuthorAge
...
* autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi2016-10-11
* autofs: fix autofs4_fill_super() error exit handlingIan Kent2016-10-11
* autofs: test autofs versions first on sb initializationTomohiro Kusumi2016-10-11
* autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi2016-10-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-06
|\ \ \ | |_|/ |/| |
| * | autofs: Fix automounts by using current_real_cred()->uidEric W. Biederman2016-09-30
| |/
* | autofs: use dentry flags to block walks during expireIan Kent2016-09-19
|/
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-06
|\
| * qstr: constify instances in autofs4Al Viro2016-07-20
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-28
|\ \ | |/ |/|
| * vfs: make the string hashes salt the hashLinus Torvalds2016-06-10
* | autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin2016-06-24
* | autofs racesAl Viro2016-06-12
|/
* dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro2016-05-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-19
|\
| * autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()Al Viro2016-03-14
* | autofs4: use pr_xxx() macros directly for loggingIan Kent2016-03-15
* | autofs4: change log print macros to not insert newlineIan Kent2016-03-15
* | autofs4: make autofs log prints consistentIan Kent2016-03-15
* | autofs4: fix some white space errorsIan Kent2016-03-15
* | autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()Ian Kent2016-03-15
* | autofs4: fix coding style line length in autofs4_wait()Ian Kent2016-03-15
* | autofs4: fix coding style problem in autofs4_get_set_timeout()Ian Kent2016-03-15
* | autofs4: coding style fixesIan Kent2016-03-15
* | autofs: show pipe inode in mount optionsStanislav Kinsburskiy2016-03-15
|/
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* make simple_positive() publicAl Viro2015-06-23
* don't pass nameidata to ->follow_link()Al Viro2015-05-10
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-10
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* autofs: switch to __vfs_write()Al Viro2015-04-11
* autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro2015-02-22
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* autofs4: Wrong format for printing dentryRasmus Villemoes2015-02-20
* assorted conversions to %p[dD]Al Viro2014-11-19
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-03
* autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode.NeilBrown2014-10-14
* autofs4: avoid taking fs_lock during rcu-walkNeilBrown2014-10-14
* autofs4: make "autofs4_can_expire" idempotent.NeilBrown2014-10-14
* autofs4: factor should_expire() out of autofs4_expire_indirect.NeilBrown2014-10-14
* autofs4: allow RCU-walk to walk through autofs4NeilBrown2014-10-14
* autofs - remove obsolete d_invalidate() from expireIan Kent2014-10-09
* autofs4: comment typo: remove a a doubled wordNeilBrown2014-08-08
* autofs4: remove some unused inline functionsNeilBrown2014-08-08
* autofs4: don't take spinlock when not needed in autofs4_lookup_expiringNeilBrown2014-08-08
* autofs4: remove a redundant assignmentNeilBrown2014-08-08