Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-12autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi
2016-10-12autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi
2016-10-12autofs: fix print format for ioctl warning messageTomohiro Kusumi
2016-10-12autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent
2016-10-12autofs: fix dev ioctl number range checkIan Kent
2016-10-12autofs: fix pr_debug() messageTomohiro Kusumi
2016-10-12autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi
2016-10-12autofs: remove obsolete sb fieldsTomohiro Kusumi
2016-10-12autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi
2016-10-12autofs: remove ino free in autofs4_dir_symlink()Ian Kent
2016-10-12autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi
2016-10-12autofs: fix autofs4_fill_super() error exit handlingIan Kent
2016-10-12autofs: test autofs versions first on sb initializationTomohiro Kusumi
2016-10-12autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-09-30autofs: Fix automounts by using current_real_cred()->uidEric W. Biederman
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-20autofs: use dentry flags to block walks during expireIan Kent
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-07-21qstr: constify instances in autofs4Al Viro
2016-06-25autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin
2016-06-12autofs racesAl Viro
2016-06-11vfs: make the string hashes salt the hashLinus Torvalds
2016-05-03dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro
2016-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-16autofs4: use pr_xxx() macros directly for loggingIan Kent
2016-03-16autofs4: change log print macros to not insert newlineIan Kent
2016-03-16autofs4: make autofs log prints consistentIan Kent
2016-03-16autofs4: fix some white space errorsIan Kent
2016-03-16autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()Ian Kent
2016-03-16autofs4: fix coding style line length in autofs4_wait()Ian Kent
2016-03-16autofs4: fix coding style problem in autofs4_get_set_timeout()Ian Kent
2016-03-16autofs4: coding style fixesIan Kent
2016-03-16autofs: show pipe inode in mount optionsStanislav Kinsburskiy
2016-03-14autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()Al Viro
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-06-24make simple_positive() publicAl Viro
2015-05-11don't pass nameidata to ->follow_link()Al Viro
2015-05-11new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-12autofs: switch to __vfs_write()Al Viro
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-20autofs4: Wrong format for printing dentryRasmus Villemoes
2014-11-19assorted conversions to %p[dD]Al Viro
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro