aboutsummaryrefslogtreecommitdiff
path: root/fs/devpts
AgeCommit message (Expand)AuthorFilesLines
2009-06-24devpts: remove module-related codeGravatar H. Peter Anvin 1-10/+0
2009-06-11devpts: unregister the file system on errorGravatar Alan Cox 1-1/+3
2009-05-15devpts: correctly set default optionsGravatar Sukadev Bhattiprolu 1-6/+12
2009-05-09Convert obvious places to deactivate_locked_super()Gravatar Al Viro 1-3/+2
2009-03-27Merge code for single and multiple-instance mountsGravatar Sukadev Bhattiprolu 1-73/+40
2009-03-27Remove get_init_pts_sb()Gravatar Sukadev Bhattiprolu 1-19/+6
2009-03-27Move common mknod_ptmx() calls into callerGravatar Sukadev Bhattiprolu 1-19/+17
2009-03-27Parse mount options just once and copy them to super blockGravatar Sukadev Bhattiprolu 1-78/+22
2009-03-27Unroll essentials of do_remount_sb() into devptsGravatar Sukadev Bhattiprolu 1-1/+6
2009-03-27vfs: simple_set_mnt() should return voidGravatar Sukadev Bhattiprolu 1-1/+2
2009-03-27devpts: Must release s_umount on errorGravatar Sukadev Bhattiprolu 1-0/+2
2009-03-10devpts: remove graffitiGravatar Alexey Dobriyan 1-5/+0
2009-01-05zero i_uid/i_gid on inode allocationGravatar Al Viro 1-4/+0
2009-01-02CRED: Wrap task credential accesses in the devpts filesystemGravatar David Howells 1-3/+3
2009-01-02devpts: fix unused function warningGravatar Andrew Morton 1-1/+1
2009-01-02devpts: Coding style clean upGravatar Alan Cox 1-27/+26
2009-01-02Enable multiple instances of devptsGravatar Sukadev Bhattiprolu 1-7/+163
2009-01-02Define get_init_pts_sb()Gravatar Sukadev Bhattiprolu 1-1/+54
2009-01-02Define mknod_ptmx()Gravatar Sukadev Bhattiprolu 1-5/+110
2009-01-02Extract option parsing to new functionGravatar Sukadev Bhattiprolu 1-3/+9
2009-01-02Per-mount 'config' objectGravatar Sukadev Bhattiprolu 1-18/+27
2009-01-02Per-mount allocated_ptysGravatar Sukadev Bhattiprolu 1-7/+48
2009-01-02Remove devpts_root globalGravatar Sukadev Bhattiprolu 1-9/+20
2008-11-14CRED: Wrap task credential accesses in the devpts filesystemGravatar David Howells 1-2/+2
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-10-13Simplify devpts_pty_killGravatar Sukadev Bhattiprolu 1-17/+12
2008-10-13Simplify devpts_pty_new()Gravatar Sukadev Bhattiprolu 1-3/+8
2008-10-13Simplify devpts_get_tty()Gravatar Sukadev Bhattiprolu 1-12/+5
2008-10-13Add an instance parameter devpts interfacesGravatar Sukadev Bhattiprolu 1-5/+6
2008-08-01[PATCH] devpts: switch to IDAGravatar Alexey Dobriyan 1-8/+8
2008-04-30devpts: factor out PTY index allocationGravatar Sukadev Bhattiprolu 1-1/+42
2008-02-08mount options: fix devptsGravatar Miklos Szeredi 1-3/+18
2007-05-08devpts: add fsnotify create eventGravatar Florin Malita 1-1/+4
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-2/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateGravatar Theodore Ts'o 1-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+3
2006-03-23[PATCH] devpts: use lib/parser.c for parsing mount optionsGravatar Domen Puncer 1-27/+49
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-4/+4
2005-09-05[PATCH] Generic VFS fallback for security xattrsGravatar Stephen Smalley 3-69/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 3-0/+297