index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-25
1
-12
/
+17
|
\
|
*
get rid of unprotected dereferencing of mnt->mnt_ns
Al Viro
2013-02-22
1
-12
/
+17
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2013-02-25
75
-500
/
+773
|
\
\
|
*
|
cifs: Convert struct cifs_ses to use a kuid_t and a kgid_t
Eric W. Biederman
2013-02-13
3
-5
/
+7
|
*
|
cifs: Convert struct cifs_sb_info to use kuids and kgids
Eric W. Biederman
2013-02-13
4
-10
/
+16
|
*
|
cifs: Modify struct smb_vol to use kuids and kgids
Eric W. Biederman
2013-02-13
2
-15
/
+45
|
*
|
cifs: Convert struct cifsFileInfo to use a kuid
Eric W. Biederman
2013-02-13
2
-3
/
+3
|
*
|
cifs: Convert struct cifs_fattr to use kuid and kgids
Eric W. Biederman
2013-02-13
2
-6
/
+12
|
*
|
cifs: Convert struct tcon_link to use a kuid.
Eric W. Biederman
2013-02-13
2
-7
/
+7
|
*
|
cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t
Eric W. Biederman
2013-02-13
5
-22
/
+28
|
*
|
cifs: Convert from a kuid before printing current_fsuid
Eric W. Biederman
2013-02-13
1
-1
/
+2
|
*
|
cifs: Use kuids and kgids SID to uid/gid mapping
Eric W. Biederman
2013-02-13
4
-20
/
+34
|
*
|
cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_alloc
Eric W. Biederman
2013-02-13
1
-1
/
+2
|
*
|
cifs: Use BUILD_BUG_ON to validate uids and gids are the same size
Eric W. Biederman
2013-02-13
1
-0
/
+1
|
*
|
cifs: Override unmappable incoming uids and gids
Eric W. Biederman
2013-02-13
1
-9
/
+13
|
*
|
nfsd: Properly compare and initialize kuids and kgids
Eric W. Biederman
2013-02-13
4
-14
/
+14
|
*
|
nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgids
Eric W. Biederman
2013-02-13
2
-9
/
+15
|
*
|
nfsd: Modify nfsd4_cb_sec to use kuids and kgids
Eric W. Biederman
2013-02-13
2
-5
/
+12
|
*
|
nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversion
Eric W. Biederman
2013-02-13
2
-33
/
+71
|
*
|
nfsd: Convert nfsxdr to use kuids and kgids
Eric W. Biederman
2013-02-13
1
-6
/
+8
|
*
|
nfsd: Convert nfs3xdr to use kuids and kgids
Eric W. Biederman
2013-02-13
1
-6
/
+8
|
*
|
nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgid
Eric W. Biederman
2013-02-13
3
-10
/
+4
|
*
|
nfsd: Convert idmap to use kuids and kgids
Eric W. Biederman
2013-02-13
2
-10
/
+24
|
*
|
nfsd: idmap use u32 not uid_t as the intermediate type
Eric W. Biederman
2013-02-13
1
-6
/
+6
|
*
|
nfsd: Remove declaration of nonexistent nfs4_acl_permisison
Eric W. Biederman
2013-02-13
1
-2
/
+0
|
*
|
nfs: kuid and kgid conversions for nfs/inode.c
Eric W. Biederman
2013-02-13
1
-6
/
+6
|
*
|
nfs: Convert nfs4xdr to use kuids and kgids
Eric W. Biederman
2013-02-13
1
-8
/
+8
|
*
|
nfs: Convert nfs3xdr to use kuids and kgids
Eric W. Biederman
2013-02-13
1
-4
/
+14
|
*
|
nfs: Convert nfs2xdr to use kuids and kgids
Eric W. Biederman
2013-02-13
1
-4
/
+15
|
*
|
nfs: Convert idmap to use kuids and kgids
Eric W. Biederman
2013-02-13
1
-16
/
+34
|
*
|
nfs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring alloc
Eric W. Biederman
2013-02-13
1
-1
/
+2
|
*
|
nfs_common: Update the translation between nfsv3 acls linux posix acls
Eric W. Biederman
2013-02-13
1
-15
/
+26
|
*
|
ncpfs: Support interacting with multiple user namespaces
Eric W. Biederman
2013-02-13
3
-36
/
+50
|
*
|
gfs2: Convert uids and gids between dinodes and vfs inodes.
Eric W. Biederman
2013-02-13
3
-6
/
+6
|
*
|
gfs2: Use uid_eq and gid_eq where appropriate
Eric W. Biederman
2013-02-13
3
-11
/
+16
|
*
|
gfs2: Use kuid_t and kgid_t types where appropriate.
Eric W. Biederman
2013-02-13
3
-9
/
+10
|
*
|
gfs2: Remove the QUOTA_USER and QUOTA_GROUP defines
Eric W. Biederman
2013-02-13
1
-20
/
+5
|
*
|
gfs2: Store qd_id in struct gfs2_quota_data as a struct kqid
Eric W. Biederman
2013-02-13
2
-46
/
+26
|
*
|
gfs2: Convert gfs2_quota_refresh to take a kqid
Eric W. Biederman
2013-02-13
3
-5
/
+16
|
*
|
gfs2: Modify qdsb_get to take a struct kqid
Eric W. Biederman
2013-02-13
1
-6
/
+7
|
*
|
gfs2: Modify struct gfs2_quota_change_host to use struct kqid
Eric W. Biederman
2013-02-13
1
-3
/
+5
|
*
|
gfs2: Introduce qd2index
Eric W. Biederman
2013-02-13
1
-2
/
+8
|
*
|
gfs2: Report quotas in the caller's user namespace.
Eric W. Biederman
2013-02-13
1
-1
/
+1
|
*
|
gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE
Eric W. Biederman
2013-02-13
7
-14
/
+15
|
*
|
gfs2: Remove improper checks in gfs2_set_dqblk.
Eric W. Biederman
2013-02-13
1
-6
/
+0
|
*
|
ocfs2: Compare kuids and kgids using uid_eq and gid_eq
Eric W. Biederman
2013-02-13
2
-5
/
+5
|
*
|
ocfs2: For tracing report the uid and gid values in the initial user namespace
Eric W. Biederman
2013-02-13
1
-1
/
+2
|
*
|
ocfs2: Convert uid and gids between in core and on disk inodes
Eric W. Biederman
2013-02-13
2
-8
/
+8
|
*
|
ocfs2: convert between kuids and kgids and DLM locks
Eric W. Biederman
2013-02-13
1
-4
/
+4
|
*
|
ocfs2: Handle kuids and kgids in acl/xattr conversions.
Eric W. Biederman
2013-02-13
1
-2
/
+29
[next]