Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2a0ff87774e468e4b146fe5af9ffadf5169424f9
/
fs
/
hostfs
a068acf
fs: create and use seq_show_option for escaping
by Kees Cook
· 9 years ago
052b398
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
5f2c417
switch ->put_link() from dentry to inode
by Al Viro
· 9 years ago
6e77137
don't pass nameidata to ->follow_link()
by Al Viro
· 10 years ago
680baac
new ->follow_link() and ->put_link() calling conventions
by Al Viro
· 10 years ago
a718c92
hostfs: Use correct mask for file mode
by Richard Weinberger
· 10 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
e44740c
Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
0c9bd63
um: hostfs: Reduce number of syscalls in readdir
by Richard Weinberger
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
b98b910
hostfs: No need to box and later unbox the file mode
by Richard Weinberger
· 10 years ago
af6aa1b
hostfs: Use page_offset()
by Richard Weinberger
· 10 years ago
b86b413
hostfs: Set page flags in hostfs_readpage() correctly
by Richard Weinberger
· 10 years ago
bd1052a
hostfs: Remove superfluous initializations in hostfs_open()
by Richard Weinberger
· 10 years ago
a9d1958
hostfs: hostfs_open: Reset open flags upon each retry
by Richard Weinberger
· 10 years ago
112a5da
hostfs: Remove superfluous test in hostfs_open()
by Richard Weinberger
· 10 years ago
7f74a66
hostfs: Report append flag in ->show_options()
by Richard Weinberger
· 10 years ago
7c95099
hostfs: Use __getname() in follow_link
by Richard Weinberger
· 10 years ago
c278e81
hostfs: Remove open coded strcpy()
by Richard Weinberger
· 10 years ago
aad50b1
hostfs: Add a BUG_ON to detect behavior changes of dentry_path_raw()
by Richard Weinberger
· 10 years ago
41761dd
hostfs: Make hostfs_readpage more readable
by Richard Weinberger
· 10 years ago
2ad2dca
hostfs: Handle bogus st.mode
by Richard Weinberger
· 10 years ago
4c6dcaf
hostfs: Allow fsync on directories
by Richard Weinberger
· 10 years ago
af95565
hostfs: hostfs_file_open: Fix a fd leak in hostfs_file_open
by Richard Weinberger
· 10 years ago
69886e6
hostfs: hostfs_file_open: Switch to data locking model
by Richard Weinberger
· 10 years ago
9a423bb
hostfs: support rename flags
by Miklos Szeredi
· 10 years ago
8174202
write_iter variants of {__,}generic_file_aio_write()
by Al Viro
· 11 years ago
aad4f8b
switch simple generic_file_aio_read() users to ->read_iter()
by Al Viro
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
9e443bc
um: hostfs: make functions static
by James Hogan
· 11 years ago
b26d4cd
consolidate simple ->d_delete() instances
by Al Viro
· 11 years ago
65984ff
um: hostfs: Fix writeback
by Richard Weinberger
· 11 years ago
8e28bc7
[readdir] convert hostfs
by Al Viro
· 11 years ago
371fdab
hostfs: use kmalloc instead of kzalloc
by James Hogan
· 12 years ago
2b3b9bb
hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>
by James Hogan
· 12 years ago
9dcc5e8
hostfs: remove "will unlock" comment
by James Hogan
· 12 years ago
aea8b5d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
3e64fe5
fs: Limit sys_mount to only request filesystem modules. (Part 3)
by Eric W. Biederman
· 12 years ago
bc07732
hostfs: fix a not needed double check
by Marco Stornelli
· 12 years ago
4e6b897
hostfs: directory methods have no business in non-directory inode_operations
by Al Viro
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
f59b51f
Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 12 years ago
3be2be0
hostfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
37185b3
um: get rid of pointless include "..." where include <...> will do
by Al Viro
· 12 years ago
29f82ae
userns: Convert hostfs to use kuid and kgid where appropriate
by Eric W. Biederman
· 13 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
fa453a6
Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 13 years ago
3ee6bd8
uml/hostfs: Propagate dirent.d_type to filldir()
by Geert Uytterhoeven
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
138d570
switch hostfs_iattr to explicit unsigned short
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
d211858
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue
by Linus Torvalds
· 13 years ago
548fd1e
um: kill useless include of user.h
by Al Viro
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 13 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
e41a59e
hostfs: remove unnecessary dentry_unhash on rmdir, dir rename
by Sage Weil
· 13 years ago
e4eaac0
vfs: push dentry_unhash on rename_dir into file systems
by Sage Weil
· 13 years ago
79bf7c7
vfs: push dentry_unhash on rmdir into file systems
by Sage Weil
· 13 years ago
f772c4a
switch hostfs
by Al Viro
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
ec2447c
hostfs: simplify locking
by Nick Piggin
· 14 years ago
fe15ce4
fs: change d_delete semantics
by Nick Piggin
· 14 years ago
3c26ff6
convert get_sb_nodev() users
by Al Viro
· 14 years ago
c5c6dd4
hostfs: code cleanups
by Richard Weinberger
· 14 years ago
1b627d5
hostfs: fix UML crash: remove f_spare from hostfs
by Richard Weinberger
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
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
Next »