index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-13
gfs2: Convert gfs2_quota_refresh to take a kqid
Eric W. Biederman
3
-5
/
+16
2013-02-13
gfs2: Modify qdsb_get to take a struct kqid
Eric W. Biederman
1
-6
/
+7
2013-02-13
gfs2: Modify struct gfs2_quota_change_host to use struct kqid
Eric W. Biederman
1
-3
/
+5
2013-02-13
gfs2: Introduce qd2index
Eric W. Biederman
1
-2
/
+8
2013-02-13
gfs2: Report quotas in the caller's user namespace.
Eric W. Biederman
1
-1
/
+1
2013-02-13
gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE
Eric W. Biederman
7
-14
/
+15
2013-02-13
gfs2: Remove improper checks in gfs2_set_dqblk.
Eric W. Biederman
1
-6
/
+0
2013-02-13
ocfs2: Compare kuids and kgids using uid_eq and gid_eq
Eric W. Biederman
2
-5
/
+5
2013-02-13
ocfs2: For tracing report the uid and gid values in the initial user namespace
Eric W. Biederman
1
-1
/
+2
2013-02-13
ocfs2: Convert uid and gids between in core and on disk inodes
Eric W. Biederman
2
-8
/
+8
2013-02-13
ocfs2: convert between kuids and kgids and DLM locks
Eric W. Biederman
1
-4
/
+4
2013-02-13
ocfs2: Handle kuids and kgids in acl/xattr conversions.
Eric W. Biederman
1
-2
/
+29
2013-02-13
coda: Cache permisions in struct coda_inode_info in a kuid_t.
Eric W. Biederman
3
-4
/
+4
2013-02-13
coda: Restrict coda messages to the initial user namespace
Eric W. Biederman
3
-7
/
+10
2013-02-13
coda: Restrict coda messages to the initial pid namespace
Eric W. Biederman
3
-2
/
+10
2013-02-13
afs: Support interacting with multiple user namespaces
Eric W. Biederman
3
-9
/
+15
2013-02-13
afs: Only allow mounting afs in the intial network namespace
Eric W. Biederman
1
-0
/
+6
2013-02-12
afs: Remove unused structure afs_store_status
Eric W. Biederman
1
-7
/
+0
2013-02-12
9p: Modify v9fs_get_fsgid_for_create to return a kgid
Eric W. Biederman
1
-5
/
+5
2013-02-12
9p: Modify struct v9fs_session_info to use a kuids and kgids
Eric W. Biederman
2
-10
/
+30
2013-02-12
9p: Modify struct 9p_fid to use a kuid_t not a uid_t
Eric W. Biederman
2
-9
/
+10
2013-02-12
9p: Modify the stat structures to use kuid_t and kgid_t
Eric W. Biederman
1
-3
/
+3
2013-02-12
9p: Transmit kuid and kgid values
Eric W. Biederman
1
-1
/
+1
2013-02-12
ceph: Convert kuids and kgids before printing them.
Eric W. Biederman
2
-4
/
+8
2013-02-12
ceph: Convert struct ceph_mds_request to use kuid_t and kgid_t
Eric W. Biederman
2
-4
/
+4
2013-02-12
ceph: Translate inode uid and gid attributes to/from kuids and kgids.
Eric W. Biederman
1
-6
/
+8
2013-02-12
ceph: Translate between uid and gids in cap messages and kuids and kgids
Eric W. Biederman
2
-9
/
+9
2013-01-26
userns: Allow the userns root to mount ramfs.
Eric W. Biederman
1
-0
/
+1
2013-01-26
userns: Allow the userns root to mount of devpts
Eric W. Biederman
1
-0
/
+18
2012-12-25
f2fs: Don't assign e_id in f2fs_acl_from_disk
Eric W. Biederman
1
-1
/
+0
2012-12-25
proc: Allow proc_free_inum to be called from any context
Eric W. Biederman
1
-6
/
+7
2012-12-21
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-17
/
+18
2012-12-21
Revert "nfsd: warn on odd reply state in nfsd_vfs_read"
J. Bruce Fields
1
-1
/
+0
2012-12-21
NFS: Kill fscache warnings when mounting without -ofsc
Trond Myklebust
1
-4
/
+15
2012-12-21
NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=n
David Howells
1
-0
/
+1
2012-12-20
Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify
Linus Torvalds
11
-104
/
+152
2012-12-20
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
13
-23
/
+85
2012-12-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
64
-435
/
+1096
2012-12-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-21
/
+0
2012-12-20
sendfile: allows bypassing of notifier events
Scott Wolchok
1
-0
/
+2
2012-12-20
fat: fix incorrect function comment
Ravishankar N
3
-4
/
+7
2012-12-20
proc: fix inconsistent lock state
Xiaotian Feng
1
-6
/
+6
2012-12-20
hfsplus: add error message for the case of failure of sync fs in delayed_sync...
Vyacheslav Dubeyko
1
-1
/
+4
2012-12-20
hfsplus: rework processing of hfs_btree_write() returned error
Vyacheslav Dubeyko
3
-5
/
+12
2012-12-20
hfsplus: rework processing errors in hfsplus_free_extents()
Vyacheslav Dubeyko
1
-4
/
+20
2012-12-20
hfsplus: avoid crash on failed block map free
Alan Cox
1
-1
/
+12
2012-12-20
exec: do not leave bprm->interp on stack
Kees Cook
3
-2
/
+22
2012-12-20
vfs: make lremovexattr retry once on ESTALE error
Jeff Layton
1
-2
/
+7
2012-12-20
vfs: make removexattr retry once on ESTALE
Jeff Layton
1
-2
/
+7
2012-12-20
vfs: make llistxattr retry once on ESTALE error
Jeff Layton
1
-2
/
+7
[next]