Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
9f06cf38eca57e279b4c78e465e19f10c2f78174
/
fs
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
1619ed8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
by Linus Torvalds
· 13 years ago
29ad0de
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 13 years ago
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
7affca3
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
c3aa077
reiserfs: Properly display mount options in /proc/mounts
by Jan Kara
· 13 years ago
8e8b879
vfs: prevent remount read-only if pending removes
by Miklos Szeredi
· 13 years ago
7ada4db
vfs: count unlinked inodes
by Miklos Szeredi
· 13 years ago
4ed5e82
vfs: protect remounting superblock read-only
by Miklos Szeredi
· 13 years ago
39f7c4d
vfs: keep list of mounts for each superblock
by Miklos Szeredi
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
a6322de
vfs: switch ->show_path() to struct dentry *
by Al Viro
· 13 years ago
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
6ed23fd
Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
by Linus Torvalds
· 13 years ago
9753dfe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
ff4b8a5
Merge branch 'driver-core-next' into Linux 3.2
by Greg Kroah-Hartman
· 13 years ago
0db49b7
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
07d106d
vfs: fix up ENOIOCTLCMD error handling
by Linus Torvalds
· 13 years ago
117ff42
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
d6042ea
minixfs: misplaced checks lead to dentry leak
by Al Viro
· 13 years ago
225de11
[CIFS] default ntlmv2 for cifs mount delayed to 3.3
by Steve French
· 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
Next »