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
2018-06-11autofs: remove left-over autofs4 stubsLinus Torvalds
2018-06-08autofs: comment on selinux changes needed for module autoloadIan Kent
2018-06-08autofs: create autofs Kconfig and MakefileIan Kent
2018-06-08autofs: delete fs/autofs4 source filesIan Kent
2018-06-08autofs: update fs/autofs4/MakefileIan Kent
2018-06-08autofs: update fs/autofs4/KconfigIan Kent
2018-06-08autofs4: use autofs instead of autofs4 everywhereIan Kent
2018-06-08autofs4: merge auto_fs.h and auto_fs4.hIan Kent
2018-04-21autofs: mount point create should honour passed in modeIan Kent
2018-04-11autofs4: use wait_event_killableMatthew Wilcox
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski
2018-01-31Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-12-15autofs: fix careless error in recent commitNeilBrown
2017-12-01autofs4: Modify autofs_wait to use current_uid() and current_gid()Eric W. Biederman
2017-11-30autofs: revert "autofs: take more care to not update last_used on path walk"Ian Kent
2017-11-18autofs: don't fail mount for transient errorNeilBrown
2017-09-15Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-09autofs: use unsigned int/long instead of uint/ulong for ioctl argsTomohiro Kusumi
2017-09-09autofs: drop wrong commentTomohiro Kusumi
2017-09-09autofs: use AUTOFS_DEV_IOCTL_SIZETomohiro Kusumi
2017-09-09autofs: non functional header inclusion cleanupTomohiro Kusumi
2017-09-09autofs: make dev ioctl version and ismountpoint user accessibleIan Kent
2017-09-09autofs: make disc device user accessibleIan Kent
2017-09-05autofs4: switch autofs4_write to __kernel_writeChristoph Hellwig
2017-07-10Fix up over-eager 'wait_queue_t' renamingLinus Torvalds
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-24autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-03-28Fix dead URLs to ftp.kernel.orgSeongJae Park
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar
2017-02-28autofs: take more care to not update last_used on path walkIan Kent
2017-02-28autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definitionTomohiro Kusumi
2017-02-01fs: Better permission checking for submountsEric W. Biederman
2016-12-18Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-17Merge branch 'work.autofs' into for-linusAl Viro
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-06autofs: constify find_autofs_mount() callbackAl Viro
2016-12-05don't open-code file_inode()Al Viro
2016-12-04autofs - dont hold spin lock over direct mount expireIan Kent
2016-12-04autofs - constify misc struct path instancesIan Kent
2016-12-04autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent
2016-12-04autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checksIan Kent
2016-12-04autofs: change autofs4_wait() to take struct pathIan Kent
2016-12-04autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathIan Kent
2016-12-03vfs: change d_manage() to take a struct pathIan Kent
2016-10-12autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi
2016-10-12autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi