aboutsummaryrefslogtreecommitdiffstats
path: root/fs/devpts
AgeCommit message (Expand)AuthorFilesLines
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-10-18devpts: convert to new timestamp accessorsJeff Layton1-3/+3
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-5/+5
2023-08-19devpts: Fix kernel-doc warningsMatthew Wilcox (Oracle)1-5/+5
2023-07-13devpts: convert to ctime accessor functionsJeff Layton1-3/+3
2023-03-13devpts: simplify two-level sysctl registration for pty_kern_tableLuis Chamberlain1-19/+1
2022-01-24fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein1-1/+1
2019-09-03devpts_pty_kill(): don't bother with d_delete()Al Viro1-1/+1
2019-06-20devpts: call fsnotify_unlink() hookAmir Goldstein1-0/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner1-4/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-24fs/devpts: always delete dcache dentry-s in dput()Varad Gautam1-0/+1
2018-08-21devpts: Convert to new IDA APIMatthew Wilcox1-34/+13
2018-03-14devpts: comment devpts_mntget()Christian Brauner1-0/+18
2018-03-14devpts: resolve devpts bind-mountsChristian Brauner1-10/+16
2018-03-14devpts: hoist out check for DEVPTS_SUPER_MAGICChristian Brauner1-11/+15
2018-01-31devpts: fix error handling in devpts_mntget()Eric Biggers1-2/+2
2017-08-24pty: Repair TIOCGPTPEEREric W. Biederman1-16/+49
2017-08-23Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds1-3/+1
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds1-1/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-3/+3
2016-09-23devpts: Change the owner of /dev/pts/ptmx to the mounter of /dev/ptsEric W. Biederman1-9/+4
2016-09-23devpts: Remove sync_filesystemsEric W. Biederman1-1/+0
2016-09-23devpts: Make devpts_kill_sb safe if fsi is NULLEric W. Biederman1-1/+2
2016-09-23devpts: Simplify devpts_mount by using mount_nodevEric W. Biederman1-18/+1
2016-09-23devpts: Move the creation of /dev/pts/ptmx into fill_superEric W. Biederman1-8/+11
2016-09-23devpts: Move parse_mount_options into fill_superEric W. Biederman1-8/+8
2016-09-03devpts: return NULL pts 'priv' entry for non-devpts nodesLinus Torvalds1-1/+2
2016-06-23userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman1-1/+2
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman1-136/+55
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds1-41/+12
2016-04-18devpts: clean up interface to pty driversLinus Torvalds1-25/+24
2016-02-06pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-0/+20
2016-01-22wrappers for ->i_mutex accessAl Viro1-6/+6
2015-06-30devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett1-7/+24
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-8/+8
2014-06-06fs/devpts/inode.c: convert printk to pr_foo()Fabian Frederick1-11/+15
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-11-13devpts: plug the memory leak in kill_sbIlija Hadzic1-0/+1
2013-01-26userns: Allow the userns root to mount of devptsEric W. Biederman1-0/+18
2012-10-22TTY: devpts, document devpts inode operationsJiri Slaby1-0/+21
2012-10-22TTY: devpts, do not set driver_dataJiri Slaby1-15/+6
2012-10-22TTY: devpts, return created inode from devpts_pty_newJiri Slaby1-6/+6
2012-10-22TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby1-5/+4
2012-07-14VFS: Pass mount flags to sget()David Howells1-3/+3
2012-05-15userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman1-8/+16
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-01-24tty: rework pty count limitingKonstantin Khlebnikov1-4/+30
2012-01-24tty: move pty count limiting into devptsKonstantin Khlebnikov1-1/+52
2012-01-08devpts: fix double-free on mount failureAl Viro1-3/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-03-22fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n...Andrey Vagin1-1/+1
2011-03-21fs: devpts_pty_new() return -ENOMEM if dentry allocation failedAndrey Vagin1-10/+9
2010-10-29convert get_sb_single() usersAl Viro1-17/+15
2010-05-21Simplify devpts_get_sb() failure exitsAl Viro1-6/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-11devpts_get_tty() should validate inodeSukadev Bhattiprolu1-2/+14
2009-09-23Move magic numbers into magic.hNick Black1-2/+1
2009-06-24devpts: remove module-related codeH. Peter Anvin1-10/+0
2009-06-11devpts: unregister the file system on errorAlan Cox1-1/+3
2009-05-15devpts: correctly set default optionsSukadev Bhattiprolu1-6/+12
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-3/+2
2009-03-27Merge code for single and multiple-instance mountsSukadev Bhattiprolu1-73/+40
2009-03-27Remove get_init_pts_sb()Sukadev Bhattiprolu1-19/+6
2009-03-27Move common mknod_ptmx() calls into callerSukadev Bhattiprolu1-19/+17
2009-03-27Parse mount options just once and copy them to super blockSukadev Bhattiprolu1-78/+22
2009-03-27Unroll essentials of do_remount_sb() into devptsSukadev Bhattiprolu1-1/+6
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu1-1/+2
2009-03-27devpts: Must release s_umount on errorSukadev Bhattiprolu1-0/+2
2009-03-10devpts: remove graffitiAlexey Dobriyan1-5/+0
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-4/+0
2009-01-02CRED: Wrap task credential accesses in the devpts filesystemDavid Howells1-3/+3
2009-01-02devpts: fix unused function warningAndrew Morton1-1/+1
2009-01-02devpts: Coding style clean upAlan Cox1-27/+26
2009-01-02Enable multiple instances of devptsSukadev Bhattiprolu1-7/+163
2009-01-02Define get_init_pts_sb()Sukadev Bhattiprolu1-1/+54
2009-01-02Define mknod_ptmx()Sukadev Bhattiprolu1-5/+110
2009-01-02Extract option parsing to new functionSukadev Bhattiprolu1-3/+9
2009-01-02Per-mount 'config' objectSukadev Bhattiprolu1-18/+27
2009-01-02Per-mount allocated_ptysSukadev Bhattiprolu1-7/+48
2009-01-02Remove devpts_root globalSukadev Bhattiprolu1-9/+20
2008-11-14CRED: Wrap task credential accesses in the devpts filesystemDavid Howells1-2/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-10-13Simplify devpts_pty_killSukadev Bhattiprolu1-17/+12
2008-10-13Simplify devpts_pty_new()Sukadev Bhattiprolu1-3/+8
2008-10-13Simplify devpts_get_tty()Sukadev Bhattiprolu1-12/+5
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu1-5/+6
2008-08-01[PATCH] devpts: switch to IDAAlexey Dobriyan1-8/+8
2008-04-30devpts: factor out PTY index allocationSukadev Bhattiprolu1-1/+42
2008-02-08mount options: fix devptsMiklos Szeredi1-3/+18
2007-05-08devpts: add fsnotify create eventFlorin Malita1-1/+4
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-2/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-03-23[PATCH] devpts: use lib/parser.c for parsing mount optionsDomen Puncer1-27/+49
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-4/+4
2005-09-05[PATCH] Generic VFS fallback for security xattrsStephen Smalley3-69/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds3-0/+297