Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d6814a7dafa590ec5fe0597922ea76354f9bec59
/
fs
/
nfs
/
super.c
8cbc95e
Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 11 years ago
d497ab9
NFSv3: match sec= flavor against server list
by Weston Andros Adamson
· 11 years ago
2e1deaa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 12 years ago
8728f98
Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
4580a92
NFS: Use server-recommended security flavor by default (NFSv3)
by Chuck Lever
· 12 years ago
094f7b6
selinux: make security_sb_clone_mnt_opts return an error on context mismatch
by Jeff Layton
· 12 years ago
fa7614dd
fs: Readd the fs module aliases.
by Eric W. Biederman
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
b666973
Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
ecf3d1f
vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op
by Jeff Layton
· 12 years ago
5976687
sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h
by Jeff Layton
· 12 years ago
322b2b9
Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"
by Trond Myklebust
· 12 years ago
dee972b
NFS: Fix error reporting in nfs_xdev_mount
by Trond Myklebust
· 12 years ago
e25fbe3
nfs: fix null checking in nfs_get_option_str()
by Xi Wang
· 12 years ago
c4271c6
NFS: Kill fscache warnings when mounting without -ofsc
by Trond Myklebust
· 12 years ago
eed9935
NFS: Ensure that we always drop inodes that have been marked as stale
by Trond Myklebust
· 12 years ago
76e697b
NFSv4.1: Move slot table and session struct definitions to nfs4session.h
by Trond Myklebust
· 12 years ago
324d003
NFS: add nfs_sb_deactive_async to avoid deadlock
by Weston Andros Adamson
· 12 years ago
97a5486
nfs: Show original device name verbatim in /proc/*/mount{s,info}
by Ben Hutchings
· 12 years ago
df632d3
Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
3dd4f8ef
nfs: declare nfs_xdev_mount as static
by Stanislav Kinsbursky
· 12 years ago
7297cb6
nfs: replace strict_strto* with kstrto*
by Daniel Walter
· 12 years ago
6f2ea7f
NFS: Add nfs4_unique_id boot parameter
by Chuck Lever
· 12 years ago
8965261
NFS: Introduce "migration" mount option
by Chuck Lever
· 12 years ago
99dbb16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
872ece8
NFS: Fix a problem with the legacy binary mount code
by Trond Myklebust
· 12 years ago
1856b22
nfs: comment fix
by Peter Meerwald
· 12 years ago
425e776
NFS: Alias the nfs module to nfs4
by bjschuma@gmail.com
· 12 years ago
1ae811e
NFS: Fix a regression when loading the NFS v4 module
by bjschuma@gmail.com
· 12 years ago
89d77c8
NFS: Convert v4 into a module
by Bryan Schumaker
· 12 years ago
1c606fb
NFS: Convert v3 into a module
by Bryan Schumaker
· 12 years ago
ddda8e0
NFS: Convert v2 into a module
by Bryan Schumaker
· 12 years ago
fac1e8e
NFS: Keep module parameters in the generic NFS client
by Bryan Schumaker
· 12 years ago
6a74490
NFS: Pass super operations and xattr handlers in the nfs_subversion
by Bryan Schumaker
· 12 years ago
1179acc
NFS: Only initialize the ACL client in the v3 case
by Bryan Schumaker
· 12 years ago
ff9099f2
NFS: Create a try_mount rpc op
by Bryan Schumaker
· 12 years ago
e8f25e6
NFS: Remove the NFS v4 xdev mount function
by Bryan Schumaker
· 12 years ago
ab7017a
NFS: Add version registering framework
by Bryan Schumaker
· 12 years ago
fbdefd6
NFS: Split out the NFS v4 filesystem types
by Bryan Schumaker
· 12 years ago
3cadf4b
NFS: Create a single nfs_clone_super() function
by Bryan Schumaker
· 12 years ago
8626e4a
Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6
by Trond Myklebust
· 12 years ago
9249e17
VFS: Pass mount flags to sget()
by David Howells
· 12 years ago
f1daf66
NFSv4: Fix an NFSv4 mount regression
by Trond Myklebust
· 12 years ago
a8d8f02
NFS: Create custom NFS v4 write_inode() function
by Bryan Schumaker
· 12 years ago
eeebf91
NFS: Use nfs4_destroy_server() to clean up NFS v4
by Bryan Schumaker
· 12 years ago
c5afc8d
NFS: Use the NFS_DEFAULT_VERSION for v2 and v3 mounts
by Bryan Schumaker
· 12 years ago
cdf6644
NFS4: Set parsed mount data version to 4
by Bryan Schumaker
· 12 years ago
5915554
NFS: Use proper naming conventions for nfs_client.impl_id field
by Chuck Lever
· 12 years ago
39ffb92
NFS: Fix a compile issue when CONFIG_NFS_FSCACHE was undefined
by Trond Myklebust
· 12 years ago
87c7083
NFS: Pass mntfh as part of the nfs_mount_info structure
by Bryan Schumaker
· 12 years ago
46058d4
NFS: Allocate parsed mount data directly to the nfs_mount_info structure
by Bryan Schumaker
· 12 years ago
d72c727
NFS: Create a single nfs_validate_mount_data() function
by Bryan Schumaker
· 12 years ago
b72e4f4
NFS: Create a single function for text mount data
by Bryan Schumaker
· 12 years ago
486aa69
NFS: Create a new nfs_try_mount()
by Bryan Schumaker
· 12 years ago
db83335
NFS: Let mount data parsing set the NFS version
by Bryan Schumaker
· 12 years ago
21e4b82
NFS: Use nfs_fs_mount_common() for remote referral mounts
by Bryan Schumaker
· 12 years ago
3d176e3
NFS: Use nfs_fs_mount_common() for xdev mounts
by Bryan Schumaker
· 12 years ago
8c958e0
NFS: Create a common xdev_mount() function
by Bryan Schumaker
· 12 years ago
c40f8d1
NFS: Create a common fs_mount() function
by Bryan Schumaker
· 12 years ago
586f95c
NFS: Remove NFS4_MOUNT_UNSHARED
by Bryan Schumaker
· 12 years ago
2311b94
NFS: Don't pass mount data to nfs_fscache_get_super_cookie()
by Bryan Schumaker
· 12 years ago
bae3624
NFS: Create a single nfs_get_root()
by Bryan Schumaker
· 12 years ago
7e6eb68
NFS: Honor the authflavor set in the clone mount data
by Bryan Schumaker
· 13 years ago
98a2139
nfs: Enclose hostname in brackets when needed in nfs_do_root_mount
by Jan Kara
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
5a7c9ee
NFS: fix sb->s_id in nfs debug prints
by Vivek Trivedi
· 13 years ago
7e03b7c
NFS: Fix a compile issue when !CONFIG_NFS_V4_1
by Trond Myklebust
· 13 years ago
31b8e2a
NFS: Make clientaddr= optional
by Chuck Lever
· 13 years ago
2446ab6
SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field
by Trond Myklebust
· 13 years ago
3862279
NFS: Consolidate the parsing of the '-ov4.x' and '-overs=4.x' mount options
by Trond Myklebust
· 13 years ago
7bbceb6
NFS: Ensure we display the minor version correctly in /proc/mounts etc.
by Trond Myklebust
· 13 years ago
0d71b05
NFS: Extend the -overs= mount option to allow 4.x minorversions
by Trond Myklebust
· 13 years ago
7d2ed9a
NFSv4: parse and display server implementation ids
by Weston Andros Adamson
· 13 years ago
9937347a
NFS: Ensure that the nfs_client 'net' field is always set
by Trond Myklebust
· 13 years ago
571b755
NFS: dont allow minorversion= opt when vers != 4
by Weston Andros Adamson
· 13 years ago
7ced286
NFS: add mount options 'v4.0' and 'v4.1'
by Weston Andros Adamson
· 13 years ago
b48e127
NFS: pass current net to rpc_pton() while parsing mount options
by Stanislav Kinsbursky
· 13 years ago
c15c928
nfs: remove unneeded NULL pointer check in nfs4_remote_mount
by Jeff Layton
· 13 years ago
90100b1
SUNRPC: parametrize rpc_pton() by network context
by Stanislav Kinsbursky
· 13 years ago
6d59b8d
NFS: pass NFS client owner network namespace to RPC client creation routine
by Stanislav Kinsbursky
· 13 years ago
e50a7a1
NFS: make NFS client allocated per network namespace context
by Stanislav Kinsbursky
· 13 years ago
57eccf1
Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 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
8a0d551
nfs: fix regression in handling of context= option in NFSv4
by Jeff Layton
· 13 years ago
5352d3b
make nfs_follow_remote_path() handle ERR_PTR() passed as root_mnt
by Al Viro
· 13 years ago
e407699
btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...
by Al Viro
· 13 years ago
ea441d1
new helper: mount_subtree()
by Al Viro
· 13 years ago
c133449
switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfs
by Al Viro
· 13 years ago
45402c38
nfs/super.c: local functions should be static
by H Hartley Sweeten
· 13 years ago
815d405
VFS: Fix the remaining automounter semantics regressions
by Trond Myklebust
· 13 years ago
fb2088c
nfs: Do not allow multiple mounts on same mountpoint when using -o noac
by Sachin Prabhu
· 13 years ago
e0a0124
switch vfs_path_lookup() to struct path
by Al Viro
· 13 years ago
ae50c0b
pnfs: client stats
by J. Bruce Fields
· 13 years ago
26c4c17
nfs: don't lose MS_SYNCHRONOUS on remount of noac mount
by Jeff Layton
· 14 years ago
9b7160c
NFS: don't negotiate when user specifies sec flavor
by Bryan Schumaker
· 14 years ago
Next »