Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
96e76e694101c2b09c997bce5f064df0d051b729
/
fs
/
hostfs
3b6036d
hostfs ->follow_link() braino
by Al Viro
· 14 years ago
850a496
hostfs: dumb (and usually harmless) tpyo - strncpy instead of strlcpy
by Al Viro
· 14 years ago
f8ad850
try to get rid of races in hostfs open()
by Al Viro
· 14 years ago
f8d7e18
leak in hostfs_unlink()
by Al Viro
· 14 years ago
e919305
hostfs: fix races in dentry_name() and inode_name()
by Al Viro
· 14 years ago
d0352d3
hostfs: sanitize symlinks
by Al Viro
· 14 years ago
c532222
hostfs: get rid of inode_dentry_name()
by Al Viro
· 14 years ago
4754b82
hostfs: get rid of file_type(), fold init_inode()
by Al Viro
· 14 years ago
39b743c
switch stat_file() to passing a single struct rather than fsckloads of pointers
by Al Viro
· 14 years ago
5e2df28
hostfs: pass pathname to init_inode()
by Al Viro
· 14 years ago
52b209f7
get rid of hostfs_read_inode()
by Al Viro
· 14 years ago
601d2c3
hostfs: don't keep a field in each inode when we are using it only in root
by Al Viro
· 14 years ago
e971a6d
stop icache pollution in hostfs, switch to ->evict_inode()
by Al Viro
· 14 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
005a59e
Deal with missing exports for hostfs
by Al Viro
· 16 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 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
752fa51
hostfs: set maximum filesize in superblock for proper LFS support
by Wolfgang Illmeyer
· 15 years ago
e16404e
constify dentry_operations: misc filesystems
by Al Viro
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
ea7e743
hostfs: fix a duplicated global function name
by WANG Cong
· 16 years ago
aeb5d72
[PATCH] introduce fmode_t, do annotations
by Al Viro
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
6966a97
UML: fix hostfs build
by Jiri Kosina
· 17 years ago
dd2cc4d
mount options: fix hostfs
by Miklos Szeredi
· 17 years ago
0a370e5
iget: stop HOSTFS from using iget() and read_inode()
by David Howells
· 17 years ago
d7b8851
uml: fix hostfs tv_usec calculations
by Dominique Quatravaux
· 17 years ago
84b3db0
uml: fix hostfs style
by Jeff Dike
· 17 years ago
baabd15
uml: remove unneeded if from hostfs
by Jeff Dike
· 17 years ago
a1ff587
UML: remove unnecessary hostfs_getattr()
by Miklos Szeredi
· 17 years ago
ae361ff
hostfs: convert to new aops
by Nick Piggin
· 17 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 17 years ago
f1adc05
uml: hostfs style fixes
by Jeff Dike
· 17 years ago
5822b7f
uml: make hostfs_setattr() support operations on unlinked open files
by Alberto Bertogli
· 17 years ago
75e8def
[PATCH] uml: hostfs variable renaming
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
622e696
[PATCH] uml: fix compilation problems
by Jeff Dike
· 18 years ago
a6eb0be
[PATCH] uml: hostfs: make hostfs= option work as a jail, as intended.
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
bca2711
[PATCH] uml: hostfs: fix double free
by Paolo 'Blaisorblade' Giarrusso
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
92e1d5b
[PATCH] mark struct inode_operations const 2
by Arjan van de Ven
· 18 years ago
88f6cd0
[PATCH] uml: fix mknod
by Johannes Stezenbach
· 18 years ago
680b0da
[PATCH] struct path: convert hostfs
by Josef Sipek
· 18 years ago
543ade1
[PATCH] Streamline generic_file_* interfaces and filemap cleanups
by Badari Pulavarty
· 18 years ago
ee0b3e6
[PATCH] Remove readv/writev methods and use aio_read/aio_write instead
by Badari Pulavarty
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
f5e54d6
[PATCH] mark address_space_operations const
by Christoph Hellwig
· 18 years ago
726c334
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
by David Howells
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 18 years ago
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
86c79cb
[PATCH] uml: fix hostfs stack corruption
by Jeff Dike
· 19 years ago
30f04a4
[PATCH] uml: hostfs - fix possible PAGE_CACHE_SHIFT overflows
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
3d0a07e3
[PATCH] Hostfs: remove unused var
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
733482e
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
by Olaf Hering
· 19 years ago
f99d49a
[PATCH] kfree cleanup: fs
by Jesper Juhl
· 19 years ago
daa35ed
[PATCH] uml: remove empty hostfs_truncate method
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
fef2665
[PATCH] update filesystems for new delete_inode behavior
by Mark Fasheh
· 19 years ago
e89bbd3
[PATCH] remove iattr.ia_attr_flags
by Miklos Szeredi
· 19 years ago
a2d76bd
[PATCH] uml: implement hostfs syncing
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
a0d43df
[PATCH] uml: hostfs: unuse ROOT_DEV
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
a2e4b97
[PATCH] uml: remove 2_5compat.h
by Jeff Dike
· 19 years ago
51a1411
[PATCH] uml: hostfs failed mount handling
by Jeff Dike
· 20 years ago
ffa0aea
[PATCH] uml - hostfs: avoid buffers
by Paolo 'Blaisorblade' Giarrusso
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago