index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mount.h
Age
Commit message (
Expand
)
Author
2016-09-30
mnt: Add a per mount namespace limit on the number of mounts
Eric W. Biederman
2016-06-24
fs: Treat foreign mounts as nosuid
Andy Lutomirski
2015-04-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2015-04-15
init: export name_to_dev_t and mark name argument as const
Dan Ehrenberg
2015-04-02
mnt: Add MNT_UMOUNT flag
Eric W. Biederman
2014-10-24
vfs: introduce clone_private_mount()
Miklos Szeredi
2014-08-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-08-07
death to mnt_pinned
Al Viro
2014-07-31
mnt: Correct permission checks in do_remount
Eric W. Biederman
2014-07-31
mnt: Only change user settable mount flags in remount
Eric W. Biederman
2014-04-01
smarter propagate_mnt()
Al Viro
2013-11-09
RCU'd vfsmounts
Al Viro
2013-07-24
vfs: Lock in place mounts from more privileged users
Eric W. Biederman
2013-03-27
vfs: Add a mount flag to lock read only bind mounts
Eric W. Biederman
2012-01-03
vfs: move fsnotify junk to struct mount
Al Viro
2012-01-03
vfs: move mnt_devname
Al Viro
2012-01-03
vfs: move mnt_list to struct mount
Al Viro
2012-01-03
vfs: move the rest of int fields to struct mount
Al Viro
2012-01-03
vfs: mnt_id/mnt_group_id moved
Al Viro
2012-01-03
vfs: mnt_ns moved to struct mount
Al Viro
2012-01-03
vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount
Al Viro
2012-01-03
vfs: take mnt_master to struct mount
Al Viro
2012-01-03
vfs: take mnt_child/mnt_mounts to struct mount
Al Viro
2012-01-03
vfs: all counters taken to struct mount
Al Viro
2012-01-03
vfs: move mnt_mountpoint to struct mount
Al Viro
2012-01-03
vfs: mnt_parent moved to struct mount
Al Viro
2012-01-03
vfs: the first spoils - mnt_hash moved
Al Viro
2012-01-03
vfs: mnt_drop_write_file()
Al Viro
2012-01-03
vfs: make do_kern_mount() static
Al Viro
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
2011-01-16
sanitize vfsmount refcounting changes
Al Viro
2011-01-15
Unexport do_add_mount() and add in follow_automount(), not ->d_automount()
David Howells
2011-01-07
fs: scale mntget/mntput
Nick Piggin
2010-08-11
vfs: remove unused MNT_STRICTATIME
Miklos Szeredi
2010-07-28
fsnotify/vfsmount: add fsnotify fields to struct vfsmount
Andreas Gruenbacher
2010-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-03-03
Mirror MS_KERNMOUNT in ->mnt_flags
Al Viro
2010-03-03
Take vfsmount_lock to fs/internal.h
Al Viro
2010-03-03
VFS: Clean up shared mount flag propagation
Valerie Aurora
2010-02-17
percpu: add __percpu sparse annotations to fs
Tejun Heo
2009-06-11
fs: introduce mnt_clone_write
npiggin@suse.de
2009-06-11
fs: mnt_want_write speedup
npiggin@suse.de
2009-03-26
Add a strictatime mount option
Matthew Garrett
2008-10-16
include/linux/mount.h: remove CVS keyword
Adrian Bunk
2008-08-01
[PATCH] pass struct path * to do_add_mount()
Al Viro
2008-07-26
[PATCH] vfs: use kstrdup() and check failing allocation
Li Zefan
2008-04-30
Remove "#ifdef __KERNEL__" checks from unexported headers
Robert P. J. Day
2008-04-23
[patch 4/7] vfs: mountinfo: add mount peer group ID
Miklos Szeredi
2008-04-23
[patch 3/7] vfs: mountinfo: add mount ID
Miklos Szeredi
2008-04-21
[PATCH] move a bunch of declarations to fs/internal.h
Al Viro
[next]