aboutsummaryrefslogtreecommitdiff
path: root/fs/devpts/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-10-18devpts: convert to new timestamp accessorsGravatar Jeff Layton 1-3/+3
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-5/+5
2023-08-19devpts: Fix kernel-doc warningsGravatar Matthew Wilcox (Oracle) 1-5/+5
2023-07-13devpts: convert to ctime accessor functionsGravatar Jeff Layton 1-3/+3
2023-03-13devpts: simplify two-level sysctl registration for pty_kern_tableGravatar Luis Chamberlain 1-19/+1
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsGravatar Amir Goldstein 1-1/+1
2019-09-03devpts_pty_kill(): don't bother with d_delete()Gravatar Al Viro 1-1/+1
2019-06-20devpts: call fsnotify_unlink() hookGravatar Amir Goldstein 1-0/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Gravatar Thomas Gleixner 1-4/+1
2019-01-24fs/devpts: always delete dcache dentry-s in dput()Gravatar Varad Gautam 1-0/+1
2018-08-21devpts: Convert to new IDA APIGravatar Matthew Wilcox 1-34/+13
2018-03-14devpts: comment devpts_mntget()Gravatar Christian Brauner 1-0/+18
2018-03-14devpts: resolve devpts bind-mountsGravatar Christian Brauner 1-10/+16
2018-03-14devpts: hoist out check for DEVPTS_SUPER_MAGICGravatar Christian Brauner 1-11/+15
2018-01-31devpts: fix error handling in devpts_mntget()Gravatar Eric Biggers 1-2/+2
2017-08-24pty: Repair TIOCGPTPEERGravatar Eric W. Biederman 1-16/+49
2017-08-23Revert "pty: fix the cached path of the pty slave file descriptor in the master"Gravatar Linus Torvalds 1-3/+1
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterGravatar Linus Torvalds 1-1/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-3/+3
2016-09-23devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsGravatar Eric W. Biederman 1-9/+4
2016-09-23devpts: Remove sync_filesystemsGravatar Eric W. Biederman 1-1/+0
2016-09-23devpts: Make devpts_kill_sb safe if fsi is NULLGravatar Eric W. Biederman 1-1/+2
2016-09-23devpts: Simplify devpts_mount by using mount_nodevGravatar Eric W. Biederman 1-18/+1
2016-09-23devpts: Move the creation of /dev/pts/ptmx into fill_superGravatar Eric W. Biederman 1-8/+11
2016-09-23devpts: Move parse_mount_options into fill_superGravatar Eric W. Biederman 1-8/+8
2016-09-03devpts: return NULL pts 'priv' entry for non-devpts nodesGravatar Linus Torvalds 1-1/+2
2016-06-23userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagGravatar Eric W. Biederman 1-1/+2
2016-06-05devpts: Make each mount of devpts an independent filesystem.Gravatar Eric W. Biederman 1-136/+55
2016-04-26devpts: more pty driver interface cleanupsGravatar Linus Torvalds 1-41/+12
2016-04-18devpts: clean up interface to pty driversGravatar Linus Torvalds 1-25/+24
2016-02-06pty: make sure super_block is still valid in final /dev/tty closeGravatar Herton R. Krzesinski 1-0/+20
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-6/+6
2015-06-30devpts: if initialization failed, don't crash when opening /dev/ptmxGravatar Josh Triplett 1-7/+24
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-8/+8
2014-06-06fs/devpts/inode.c: convert printk to pr_foo()Gravatar Fabian Frederick 1-11/+15
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2013-11-13devpts: plug the memory leak in kill_sbGravatar Ilija Hadzic 1-0/+1
2013-01-26userns: Allow the userns root to mount of devptsGravatar Eric W. Biederman 1-0/+18
2012-10-22TTY: devpts, document devpts inode operationsGravatar Jiri Slaby 1-0/+21
2012-10-22TTY: devpts, do not set driver_dataGravatar Jiri Slaby 1-15/+6
2012-10-22TTY: devpts, return created inode from devpts_pty_newGravatar Jiri Slaby 1-6/+6
2012-10-22TTY: devpts, don't care about TTY in devpts_get_ttyGravatar Jiri Slaby 1-5/+4
2012-07-14VFS: Pass mount flags to sget()Gravatar David Howells 1-3/+3
2012-05-15userns: Convert devpts to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-8/+16
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-01-24tty: rework pty count limitingGravatar Konstantin Khlebnikov 1-4/+30
2012-01-24tty: move pty count limiting into devptsGravatar Konstantin Khlebnikov 1-1/+52