Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d5bfccdf38d094f2b15fae8b361d7bd47f2509d6
/
fs
/
devpts
cc50a07
userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flag
by Eric W. Biederman
· 8 years ago
eedf265
devpts: Make each mount of devpts an independent filesystem.
by Eric W. Biederman
· 8 years ago
8ead9dd
devpts: more pty driver interface cleanups
by Linus Torvalds
· 9 years ago
67245ff
devpts: clean up interface to pty drivers
by Linus Torvalds
· 9 years ago
1f55c71
pty: make sure super_block is still valid in final /dev/tty close
by Herton R. Krzesinski
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
9ce7114
devpts: if initialization failed, don't crash when opening /dev/ptmx
by Josh Triplett
· 9 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
04541a2
fs/devpts/inode.c: convert printk to pr_foo()
by Fabian Frederick
· 10 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
66da0e1
devpts: plug the memory leak in kill_sb
by Ilija Hadzic
· 11 years ago
ec2aa8e
userns: Allow the userns root to mount of devpts
by Eric W. Biederman
· 12 years ago
1dcb8e6
TTY: devpts, document devpts inode operations
by Jiri Slaby
· 12 years ago
f11afb6
TTY: devpts, do not set driver_data
by Jiri Slaby
· 12 years ago
162b97c
TTY: devpts, return created inode from devpts_pty_new
by Jiri Slaby
· 12 years ago
8fcbaa2
TTY: devpts, don't care about TTY in devpts_get_tty
by Jiri Slaby
· 12 years ago
9249e17
VFS: Pass mount flags to sget()
by David Howells
· 12 years ago
f04c6ce
userns: Convert devpts to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
e9aba51
tty: rework pty count limiting
by Konstantin Khlebnikov
· 13 years ago
a4834c1
tty: move pty count limiting into devpts
by Konstantin Khlebnikov
· 13 years ago
3850aba
devpts: fix double-free on mount failure
by Al Viro
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 13 years ago
b12d125
fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_new()
by Andrey Vagin
· 14 years ago
aa597bc
fs: devpts_pty_new() return -ENOMEM if dentry allocation failed
by Andrey Vagin
· 14 years ago
fc14f2f
convert get_sb_single() users
by Al Viro
· 14 years ago
8946807
Simplify devpts_get_sb() failure exits
by Al Viro
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
edfacdd
devpts_get_tty() should validate inode
by Sukadev Bhattiprolu
· 15 years ago
1fd7317d
Move magic numbers into magic.h
by Nick Black
· 15 years ago
f6cc746
devpts: remove module-related code
by H. Peter Anvin
· 15 years ago
93d5581
devpts: unregister the file system on error
by Alan Cox
· 15 years ago
1f71ebe
devpts: correctly set default options
by Sukadev Bhattiprolu
· 15 years ago
6f5bbff
Convert obvious places to deactivate_locked_super()
by Al Viro
· 16 years ago
1bd7903
Merge code for single and multiple-instance mounts
by Sukadev Bhattiprolu
· 16 years ago
289f00e
Remove get_init_pts_sb()
by Sukadev Bhattiprolu
· 16 years ago
945cf2c
Move common mknod_ptmx() calls into caller
by Sukadev Bhattiprolu
· 16 years ago
482984f
Parse mount options just once and copy them to super block
by Sukadev Bhattiprolu
· 16 years ago
fdbf534
Unroll essentials of do_remount_sb() into devpts
by Sukadev Bhattiprolu
· 16 years ago
a3ec947
vfs: simple_set_mnt() should return void
by Sukadev Bhattiprolu
· 16 years ago
a9f184f
devpts: Must release s_umount on error
by Sukadev Bhattiprolu
· 16 years ago
260219c
devpts: remove graffiti
by Alexey Dobriyan
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
d0eafc7
CRED: Wrap task credential accesses in the devpts filesystem
by David Howells
· 16 years ago
8c056e5
devpts: fix unused function warning
by Andrew Morton
· 16 years ago
835aa44
devpts: Coding style clean up
by Alan Cox
· 16 years ago
2a1b2dc
Enable multiple instances of devpts
by Sukadev Bhattiprolu
· 16 years ago
d4076ac
Define get_init_pts_sb()
by Sukadev Bhattiprolu
· 16 years ago
1f8f1e2
Define mknod_ptmx()
by Sukadev Bhattiprolu
· 16 years ago
53af8ee
Extract option parsing to new function
by Sukadev Bhattiprolu
· 16 years ago
31af0ab
Per-mount 'config' object
by Sukadev Bhattiprolu
· 16 years ago
e76b7c0
Per-mount allocated_ptys
by Sukadev Bhattiprolu
· 16 years ago
59e55e6
Remove devpts_root global
by Sukadev Bhattiprolu
· 16 years ago
ec4c2aa
CRED: Wrap task credential accesses in the devpts filesystem
by David Howells
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
a6f37da
Simplify devpts_pty_kill
by Sukadev Bhattiprolu
· 16 years ago
89a52e10
Simplify devpts_pty_new()
by Sukadev Bhattiprolu
· 16 years ago
527b3e4
Simplify devpts_get_tty()
by Sukadev Bhattiprolu
· 16 years ago
15f1a63
Add an instance parameter devpts interfaces
by Sukadev Bhattiprolu
· 16 years ago
7ee7c12
[PATCH] devpts: switch to IDA
by Alexey Dobriyan
· 16 years ago
718a916
devpts: factor out PTY index allocation
by Sukadev Bhattiprolu
· 17 years ago
b87a267
mount options: fix devpts
by Miklos Szeredi
· 17 years ago
3972b7f
devpts: add fsnotify create event
by Florin Malita
· 17 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
8e18e29
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
by Theodore Ts'o
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 18 years ago
7a673c6
[PATCH] devpts: use lib/parser.c for parsing mount options
by Domen Puncer
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
f549d6c
[PATCH] Generic VFS fallback for security xattrs
by Stephen Smalley
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago