Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d861c630e99febe5ce6055290085556c5b714b06
/
fs
d861c63
vfs: switch ->show_devname() to struct dentry *
by Al Viro
· 13 years ago
6413237
vfs: switch ->show_stats to struct dentry *
by Al Viro
· 13 years ago
cdcf116
switch security_path_chmod() to struct path *
by Al Viro
· 13 years ago
d8c9584
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
by Al Viro
· 13 years ago
ece2ccb
Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z
by Al Viro
· 13 years ago
d10577a
vfs: trim includes a bit
by Al Viro
· 13 years ago
be08d6d
switch mnt_namespace ->root to struct mount
by Al Viro
· 13 years ago
0226f49
vfs: take /proc/*/mounts and friends to fs/proc_namespace.c
by Al Viro
· 13 years ago
3a2393d
vfs: opencode mntget() mnt_set_mountpoint()
by Al Viro
· 13 years ago
909b0a8
vfs: spread struct mount - remaining argument of next_mnt()
by Al Viro
· 13 years ago
c63181e
vfs: move fsnotify junk to struct mount
by Al Viro
· 13 years ago
52ba162
vfs: move mnt_devname
by Al Viro
· 13 years ago
1a4eeaf
vfs: move mnt_list to struct mount
by Al Viro
· 13 years ago
fc7be13
vfs: switch pnode.h macros to struct mount *
by Al Viro
· 13 years ago
863d684
vfs: move the rest of int fields to struct mount
by Al Viro
· 13 years ago
15169fe
vfs: mnt_id/mnt_group_id moved
by Al Viro
· 13 years ago
143c8c9
vfs: mnt_ns moved to struct mount
by Al Viro
· 13 years ago
900148d
vfs: spread struct mount - mntput_no_expire
by Al Viro
· 13 years ago
95bc5f2
vfs: spread struct mount - do_add_mount and graft_tree
by Al Viro
· 13 years ago
6776db3d
vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount
by Al Viro
· 13 years ago
3230192
vfs: and now we can make ->mnt_master point to struct mount
by Al Viro
· 13 years ago
d10e8de
vfs: take mnt_master to struct mount
by Al Viro
· 13 years ago
14cf1fa
vfs: spread struct mount - remaining argument of mnt_set_mountpoint()
by Al Viro
· 13 years ago
a8d56d8
vfs: spread struct mount - propagate_mnt()
by Al Viro
· 13 years ago
c937135
vfs: spread struct mount - shared subtree iterators
by Al Viro
· 13 years ago
6fc7871
vfs: spread struct mount - get_dominating_id / do_make_slave
by Al Viro
· 13 years ago
6b41d53
vfs: take mnt_child/mnt_mounts to struct mount
by Al Viro
· 13 years ago
68e8a9f
vfs: all counters taken to struct mount
by Al Viro
· 13 years ago
83adc75
vfs: spread struct mount - work with counters
by Al Viro
· 13 years ago
a73324d
vfs: move mnt_mountpoint to struct mount
by Al Viro
· 13 years ago
0714a53
vfs: now it can be done - make mnt_parent point to struct mount
by Al Viro
· 13 years ago
3376f34
vfs: mnt_parent moved to struct mount
by Al Viro
· 13 years ago
643822b
vfs: spread struct mount - is_path_reachable
by Al Viro
· 13 years ago
676da58
vfs: spread struct mount - mnt_has_parent
by Al Viro
· 13 years ago
1ab5973
vfs: spread struct mount - do_umount/propagate_mount_busy
by Al Viro
· 13 years ago
44d964d6
vfs: spread struct mount mnt_set_mountpoint child argument
by Al Viro
· 13 years ago
87129cc
vfs: spread struct mount - clone_mnt/copy_tree argument
by Al Viro
· 13 years ago
692afc3
vfs: spread struct mount - shrink_submounts/select_submounts
by Al Viro
· 13 years ago
761d5c3
vfs: spread struct mount - umount_tree argument
by Al Viro
· 13 years ago
1b8e556
vfs: the first spoils - mnt_hash moved
by Al Viro
· 13 years ago
d5e50f7
vfs: spread struct mount to remaining users of ->mnt_hash
by Al Viro
· 13 years ago
cb338d0
vfs: spread struct mount - clone_mnt/copy_tree result
by Al Viro
· 13 years ago
0f0afb1
vfs: spread struct mount - change_mnt_propagation/set_mnt_shared
by Al Viro
· 13 years ago
b105e27
vfs: spread struct mount - alloc_vfsmnt/free_vfsmnt/mnt_alloc_id/mnt_free_id
by Al Viro
· 13 years ago
cbbe362
vfs: spread struct mount - tree_contains_unbindable
by Al Viro
· 13 years ago
0fb54e5
vfs: spread struct mount - attach_recursive_mnt
by Al Viro
· 13 years ago
4b8b21f
vfs: spread struct mount - mount group id handling
by Al Viro
· 13 years ago
4b2619a
vfs: spread struct mount - commit_tree
by Al Viro
· 13 years ago
419148d
vfs: spread struct mount - attach_mnt/detach_mnt
by Al Viro
· 13 years ago
315fc83
vfs: spread struct mount - namespace.c internal iterators
by Al Viro
· 13 years ago
61ef47b
vfs: spread struct mount - __propagate_umount() argument
by Al Viro
· 13 years ago
c710536
vfs: spread struct mount - __lookup_mnt() result
by Al Viro
· 13 years ago
7d6fec4
vfs: start hiding vfsmount guts series
by Al Viro
· 13 years ago
a218d0f
switch open and mkdir syscalls to umode_t
by Al Viro
· 13 years ago
5706b27
ceph: propagate umode_t
by Al Viro
· 13 years ago
138d570
switch hostfs_iattr to explicit unsigned short
by Al Viro
· 13 years ago
f69aac0
switch may_mknod() to umode_t
by Al Viro
· 13 years ago
49f0a07
switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_t
by Al Viro
· 13 years ago
dba19c6
get rid of open-coded S_ISREG(), etc.
by Al Viro
· 13 years ago
8d334ac
switch is_sxid() to umode_t
by Al Viro
· 13 years ago
62bb109
switch inode_init_owner() to umode_t
by Al Viro
· 13 years ago
175a4eb
fs: propagate umode_t, misc bits
by Al Viro
· 13 years ago
030a8ba
autofs4: propagate umode_t
by Al Viro
· 13 years ago
c47da79
hfsplus: propagate umode_t
by Al Viro
· 13 years ago
e021d7b
hfs: propagate umode_t
by Al Viro
· 13 years ago
5206efd
cifs: propagate umode_t
by Al Viro
· 13 years ago
dacd0e7
fat: propagate umode_t
by Al Viro
· 13 years ago
d0c00d0
ntfs: propagate umode_t
by Al Viro
· 13 years ago
7328bdd
isofs: propagate umode_t
by Al Viro
· 13 years ago
faa1729
udf: propagate umode_t
by Al Viro
· 13 years ago
541af6a
fuse: propagate umode_t
by Al Viro
· 13 years ago
632861f
pohmelfs: propagate umode_t
by Al Viro
· 13 years ago
8817644
logfs: propagate umode_t
by Al Viro
· 13 years ago
ad44be5
ubifs: propagate umode_t
by Al Viro
· 13 years ago
5eee25c
ncpfs: propagate umode_t
by Al Viro
· 13 years ago
18df225
hugetlbfs: propagate umode_t
by Al Viro
· 13 years ago
bef41c2
exofs: propagate umode_t
by Al Viro
· 13 years ago
c6e49e3
nilfs: propagate umode_t
by Al Viro
· 13 years ago
a760b03
affs: propagate umode_t
by Al Viro
· 13 years ago
faef2b6
sysfs: propagate umode_t
by Al Viro
· 13 years ago
67697cb
ocfs2: propagate umode_t
by Al Viro
· 13 years ago
2b15ad0
dlmfs: use inode_init_owner()
by Al Viro
· 13 years ago
3eda0de
9p: propagate umode_t
by Al Viro
· 13 years ago
587228b
omfs: propagate umode_t
by Al Viro
· 13 years ago
8e07189
reiserfs: propagate umode_t
by Al Viro
· 13 years ago
576b1d6
xfs: propagate umode_t
by Al Viro
· 13 years ago
dd716e6
sysv: propagate umode_t
by Al Viro
· 13 years ago
6a9a06d
ufs: propagate umode_t
by Al Viro
· 13 years ago
4f45ba3
minix: propagate umode_t
by Al Viro
· 13 years ago
dcca3fe
ext4: propagate umode_t
by Al Viro
· 13 years ago
69b34f3
ext3: propagate umode_t
by Al Viro
· 13 years ago
3ea40bc
ext2: propagate umode_t
by Al Viro
· 13 years ago
c2837de
9p: don't bother with unixmode2p9mode() for link() and symlink()
by Al Viro
· 13 years ago
18cb1b0
kill ecryptfs_create_underlying_file()
by Al Viro
· 13 years ago
4394751
configfs: convert to umode_t
by Al Viro
· 13 years ago
f4ae40a
switch debugfs to umode_t
by Al Viro
· 13 years ago
48176a9
switch sysfs_chmod_file() to umode_t
by Al Viro
· 13 years ago
d161a13
switch procfs to umode_t use
by Al Viro
· 13 years ago
587a1f1
switch ->is_visible() to returning umode_t
by Al Viro
· 13 years ago
7d54fa6
hugetlbfs: switch to inode_init_owner()
by Al Viro
· 13 years ago
Next »