index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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/ebi...
Linus Torvalds
2012-05-23
35
-180
/
+349
|
\
|
*
userns: Convert sysfs to use kgid/kuid where appropriate
Eric W. Biederman
2012-05-15
1
-2
/
+2
|
*
userns: Convert sysctl permission checks to use kuid and kgids.
Eric W. Biederman
2012-05-15
1
-2
/
+2
|
*
userns: Convert proc to use kuid/kgid where appropriate
Eric W. Biederman
2012-05-15
4
-13
/
+19
|
*
userns: Convert ext4 to user kuid/kgid where appropriate
Eric W. Biederman
2012-05-15
6
-34
/
+54
|
*
userns: Convert ext3 to use kuid/kgid where appropriate
Eric W. Biederman
2012-05-15
4
-28
/
+52
|
*
userns: Convert ext2 to use kuid/kgid where appropriate.
Eric W. Biederman
2012-05-15
4
-22
/
+42
|
*
userns: Convert devpts to use kuid/kgid where appropriate
Eric W. Biederman
2012-05-15
1
-8
/
+16
|
*
userns: Convert binary formats to use kuid/kgid where appropriate
Eric W. Biederman
2012-05-15
2
-12
/
+12
|
*
userns: Fail exec for suid and sgid binaries with ids outside our user namesp...
Eric W. Biederman
2012-05-15
1
-0
/
+5
|
*
userns: Convert stat to return values mapped from kuids and kgids
Eric W. Biederman
2012-05-15
2
-8
/
+8
|
*
userns: Convert user specfied uids and gids in chown into kuids and kgid
Eric W. Biederman
2012-05-03
1
-2
/
+11
|
*
userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs
Eric W. Biederman
2012-05-03
6
-19
/
+19
|
*
userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types
Eric W. Biederman
2012-05-03
1
-3
/
+3
|
*
userns: Convert capabilities related permsion checks
Eric W. Biederman
2012-05-03
1
-1
/
+2
|
*
userns: Store uid and gid values in struct cred with kuid_t and kgid_t types
Eric W. Biederman
2012-05-03
1
-6
/
+2
|
*
userns: Convert group_info values from gid_t to kgid_t.
Eric W. Biederman
2012-05-03
2
-3
/
+7
|
*
userns: Rework the user_namespace adding uid/gid mapping support
Eric W. Biederman
2012-04-26
1
-0
/
+77
|
*
userns: Disassociate user_struct from the user_namespace.
Eric W. Biederman
2012-04-07
1
-4
/
+14
|
*
userns: Replace the hard to write inode_userns with inode_capable.
Eric W. Biederman
2012-04-07
2
-17
/
+7
|
*
userns: Use cred->user_ns instead of cred->user->user_ns
Eric W. Biederman
2012-04-07
1
-1
/
+1
|
*
vfs: Don't allow a user namespace root to make device nodes
Eric W. Biederman
2012-04-03
1
-2
/
+1
*
|
Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2012-05-23
1
-3
/
+87
|
\
\
|
*
\
Merge branch 'pm-sleep'
Rafael J. Wysocki
2012-05-22
1
-1
/
+1
|
|
\
\
|
|
*
|
epoll: Fix user space breakage related to EPOLLWAKEUP
Rafael J. Wysocki
2012-05-22
1
-1
/
+1
|
*
|
|
Merge branch 'pm-sleep'
Rafael J. Wysocki
2012-05-11
1
-3
/
+87
|
|
\
|
|
|
|
*
|
epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are ready
Arve Hjønnevåg
2012-05-05
1
-3
/
+87
*
|
|
|
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-05-23
1
-1
/
+14
|
\
\
\
\
|
*
|
|
|
coredump: ensure the fpu state is flushed for proper multi-threaded core dump
Suresh Siddha
2012-05-16
1
-1
/
+14
*
|
|
|
|
Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
2012-05-22
15
-297
/
+538
|
\
\
\
\
\
|
*
|
|
|
|
dlm: NULL dereference on failure in kmem_cache_create()
Dan Carpenter
2012-05-15
1
-5
/
+3
|
*
|
|
|
|
gfs2: fix recovery during unmount
David Teigland
2012-05-02
1
-4
/
+6
|
*
|
|
|
|
dlm: fixes for nodir mode
David Teigland
2012-05-02
12
-171
/
+304
|
*
|
|
|
|
dlm: improve error and debug messages
David Teigland
2012-04-26
4
-90
/
+164
|
*
|
|
|
|
dlm: avoid unnecessary search in search_rsb
David Teigland
2012-04-26
1
-0
/
+3
|
*
|
|
|
|
dlm: limit rcom debug messages
David Teigland
2012-04-26
2
-28
/
+28
|
*
|
|
|
|
dlm: fix waiter recovery
David Teigland
2012-04-26
1
-12
/
+31
|
*
|
|
|
|
dlm: prevent connections during shutdown
David Teigland
2012-04-26
1
-8
/
+20
*
|
|
|
|
|
Merge tag 'upstream-3.5-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2012-05-22
26
-642
/
+369
|
\
\
\
\
\
\
|
*
|
|
|
|
|
UBI: amend commentaries WRT dtype
Artem Bityutskiy
2012-05-20
1
-3
/
+2
|
*
|
|
|
|
|
UBI: Kill data type hint
Richard Weinberger
2012-05-20
16
-99
/
+69
|
*
|
|
|
|
|
UBIFS: fix memory leak on error path
Sidney Amani
2012-05-20
1
-1
/
+1
|
*
|
|
|
|
|
UBIFS: make ubifs_lpt_init clean-up in case of failure
Artem Bityutskiy
2012-05-20
1
-2
/
+6
|
*
|
|
|
|
|
UBIFS: get rid of dbg_err
Artem Bityutskiy
2012-05-16
12
-119
/
+114
|
*
|
|
|
|
|
UBIFS: remove Kconfig debugging option
Artem Bityutskiy
2012-05-16
15
-238
/
+19
|
*
|
|
|
|
|
UBIFS: remove a couple of unused macros
Artem Bityutskiy
2012-05-16
1
-3
/
+0
|
*
|
|
|
|
|
UBIFS: rename dumping functions
Artem Bityutskiy
2012-05-16
19
-163
/
+160
|
*
|
|
|
|
|
UBIFS: get rid of dbg_dump_stack
Artem Bityutskiy
2012-05-16
8
-27
/
+24
|
*
|
|
|
|
|
UBIFS: remove xattr Kconnfig option
Subodh Nijsure
2012-05-03
5
-14
/
+1
|
*
|
|
|
|
|
UBIFS: remove douple initialization in change_category()
Dan Carpenter
2012-05-03
1
-1
/
+1
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
[next]