summaryrefslogtreecommitdiff
path: root/fs/devpts
AgeCommit message (Expand)Author
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-10-18devpts: convert to new timestamp accessorsJeff Layton
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-19devpts: Fix kernel-doc warningsMatthew Wilcox (Oracle)
2023-07-13devpts: convert to ctime accessor functionsJeff Layton
2023-03-13devpts: simplify two-level sysctl registration for pty_kern_tableLuis Chamberlain
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein
2019-09-03devpts_pty_kill(): don't bother with d_delete()Al Viro
2019-06-20devpts: call fsnotify_unlink() hookAmir Goldstein
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-01-24fs/devpts: always delete dcache dentry-s in dput()Varad Gautam
2018-08-21devpts: Convert to new IDA APIMatthew Wilcox
2018-03-14devpts: comment devpts_mntget()Christian Brauner
2018-03-14devpts: resolve devpts bind-mountsChristian Brauner
2018-03-14devpts: hoist out check for DEVPTS_SUPER_MAGICChristian Brauner
2018-01-31devpts: fix error handling in devpts_mntget()Eric Biggers
2017-08-24pty: Repair TIOCGPTPEEREric W. Biederman
2017-08-23Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-23devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman
2016-09-23devpts: Remove sync_filesystemsEric W. Biederman
2016-09-23devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman
2016-09-23devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman
2016-09-23devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman
2016-09-23devpts: Move parse_mount_options into fill_superEric W. Biederman
2016-09-03devpts: return NULL pts 'priv' entry for non-devpts nodesLinus Torvalds
2016-06-23userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds
2016-04-18devpts: clean up interface to pty driversLinus Torvalds
2016-02-06pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-06-30devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-06-06fs/devpts/inode.c: convert printk to pr_foo()Fabian Frederick
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-11-13devpts: plug the memory leak in kill_sbIlija Hadzic
2013-01-26userns: Allow the userns root to mount of devptsEric W. Biederman
2012-10-22TTY: devpts, document devpts inode operationsJiri Slaby
2012-10-22TTY: devpts, do not set driver_dataJiri Slaby
2012-10-22TTY: devpts, return created inode from devpts_pty_newJiri Slaby
2012-10-22TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-05-15userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-01-24tty: rework pty count limitingKonstantin Khlebnikov