Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
539eb5bca02ff0b93e17f110ffec18c5b5e744ee
/
include
/
linux
/
mount.h
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
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
6776db3d
vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount
by Al Viro
· 13 years ago
d10e8de
vfs: take mnt_master to struct mount
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
a73324d
vfs: move mnt_mountpoint to struct mount
by Al Viro
· 13 years ago
3376f34
vfs: mnt_parent moved to struct mount
by Al Viro
· 13 years ago
1b8e556
vfs: the first spoils - mnt_hash moved
by Al Viro
· 13 years ago
2a79f17
vfs: mnt_drop_write_file()
by Al Viro
· 13 years ago
79e801a
vfs: make do_kern_mount() static
by Al Viro
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
f03c659
sanitize vfsmount refcounting changes
by Al Viro
· 14 years ago
ea5b778
Unexport do_add_mount() and add in follow_automount(), not ->d_automount()
by David Howells
· 14 years ago
b3e19d9
fs: scale mntget/mntput
by Nick Piggin
· 14 years ago
532490f
vfs: remove unused MNT_STRICTATIME
by Miklos Szeredi
· 14 years ago
2504c5d
fsnotify/vfsmount: add fsnotify fields to struct vfsmount
by Andreas Gruenbacher
· 15 years ago
0f2cc4e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
8089352
Mirror MS_KERNMOUNT in ->mnt_flags
by Al Viro
· 15 years ago
47cd813
Take vfsmount_lock to fs/internal.h
by Al Viro
· 15 years ago
495d6c9
VFS: Clean up shared mount flag propagation
by Valerie Aurora
· 15 years ago
003cb60
percpu: add __percpu sparse annotations to fs
by Tejun Heo
· 15 years ago
96029c4
fs: introduce mnt_clone_write
by npiggin@suse.de
· 16 years ago
d3ef3d7
fs: mnt_want_write speedup
by npiggin@suse.de
· 16 years ago
d0adde5
Add a strictatime mount option
by Matthew Garrett
· 16 years ago
693ac38
include/linux/mount.h: remove CVS keyword
by Adrian Bunk
· 16 years ago
8d66bf5
[PATCH] pass struct path * to do_add_mount()
by Al Viro
· 16 years ago
88b3878
[PATCH] vfs: use kstrdup() and check failing allocation
by Li Zefan
· 16 years ago
735643e
Remove "#ifdef __KERNEL__" checks from unexported headers
by Robert P. J. Day
· 17 years ago
719f5d7
[patch 4/7] vfs: mountinfo: add mount peer group ID
by Miklos Szeredi
· 17 years ago
73cd49e
[patch 3/7] vfs: mountinfo: add mount ID
by Miklos Szeredi
· 17 years ago
6d59e7f
[PATCH] move a bunch of declarations to fs/internal.h
by Al Viro
· 17 years ago
2e4b7fc
[PATCH] r/o bind mounts: honor mount writer counts at remount
by Dave Hansen
· 17 years ago
3d73363
[PATCH] r/o bind mounts: track numbers of writers to mounts
by Dave Hansen
· 17 years ago
8366025
[PATCH] r/o bind mounts: stub functions
by Dave Hansen
· 17 years ago
c35038b
[PATCH] do shrink_submounts() for all fs types
by Al Viro
· 17 years ago
7c4b93d
[PATCH] count ghost references to vfsmounts
by Al Viro
· 17 years ago
beb7dd8
Fix misspellings collected by members of KJ list.
by Robert P. J. Day
· 18 years ago
4ba4d4c
[PATCH] struct vfsmount: keep mnt_count & mnt_expiry_mark away from mnt_flags
by Eric Dumazet
· 18 years ago
47ae32d
[PATCH] relative atime
by Valerie Henson
· 18 years ago
6b3286e
[PATCH] rename struct namespace to struct mnt_namespace
by Kirill Korotaev
· 18 years ago
816724e
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
by Trond Myklebust
· 18 years ago
726c334
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
by David Howells
· 18 years ago
5528f911
VFS: Add shrink_submounts()
by Trond Myklebust
· 18 years ago
bb4a58b
VFS: Add GPL_EXPORTED function vfs_kern_mount()
by Trond Myklebust
· 18 years ago
fc33a7b
[PATCH] per-mountpoint noatime/nodiratime
by Christoph Hellwig
· 19 years ago
bf066c7
[PATCH] shared mounts: cleanup
by Miklos Szeredi
· 19 years ago
9676f0c
[PATCH] unbindable mounts
by Ram Pai
· 19 years ago
a58b0eb
[PATCH] introduce slave mounts
by Ram Pai
· 19 years ago
03e06e6
[PATCH] introduce shared mounts
by Ram Pai
· 19 years ago
07b2088
[PATCH] beginning of the shared-subtree proper
by Ram Pai
· 19 years ago
7b7b1ac
[PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umount
by Al Viro
· 19 years ago
d53d9f1
[PATCH] name_to_dev_t warning fix
by Andrew Morton
· 19 years ago
751c404
[PATCH] namespace: rename _mntput to mntput_no_expire
by Miklos Szeredi
· 19 years ago
55e700b
[PATCH] namespace: rename mnt_fslink to mnt_expire
by Miklos Szeredi
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago