]> Pileus Git - ~andy/linux/shortlog
~andy/linux
2012-05-17 Sasha Levincred: use correct cred accessor with regards to rcu...
2012-05-15 Eric W. Biedermanuserns: Convert the move_pages, and migrate_pages permi...
2012-05-15 Eric W. Biedermanuserns: Convert cgroup permission checks to use uid_eq
2012-05-15 Eric W. Biedermanuserns: Convert tmpfs to use kuid and kgid where approp...
2012-05-15 Eric W. Biedermanuserns: Convert sysfs to use kgid/kuid where appropriate
2012-05-15 Eric W. Biedermanuserns: Convert sysctl permission checks to use kuid...
2012-05-15 Eric W. Biedermanuserns: Convert proc to use kuid/kgid where appropriate
2012-05-15 Eric W. Biedermanuserns: Convert ext4 to user kuid/kgid where appropriate
2012-05-15 Eric W. Biedermanuserns: Convert ext3 to use kuid/kgid where appropriate
2012-05-15 Eric W. Biedermanuserns: Convert ext2 to use kuid/kgid where appropriate.
2012-05-15 Eric W. Biedermanuserns: Convert devpts to use kuid/kgid where appropriate
2012-05-15 Eric W. Biedermanuserns: Convert binary formats to use kuid/kgid where...
2012-05-15 Eric W. Biedermanuserns: Add negative depends on entries to avoid buildi...
2012-05-15 Eric W. Biedermanuserns: signal remove unnecessary map_cred_ns
2012-05-15 Eric W. Biedermanuserns: Teach inode_capable to understand inodes whose...
2012-05-15 Eric W. Biedermanuserns: Fail exec for suid and sgid binaries with ids...
2012-05-15 Eric W. Biedermanuserns: Convert stat to return values mapped from kuids...
2012-05-03 Eric W. Biedermanuserns: Convert user specfied uids and gids in chown...
2012-05-03 Eric W. Biedermanuserns: Use uid_eq gid_eq helpers when comparing kuids...
2012-05-03 Eric W. Biedermanuserns: Convert in_group_p and in_egroup_p to use kgid_t
2012-05-03 Eric W. Biedermanuserns: Store uid and gid types in vfs structures with...
2012-05-03 Eric W. Biedermanuserns: Convert ptrace, kill, set_priority permission...
2012-05-03 Eric W. Biedermanuserns: Convert setting and getting uid and gid system...
2012-05-03 Eric W. Biedermanuserns: Convert capabilities related permsion checks
2012-05-03 Eric W. Biedermanuserns: Convert sched_set_affinity and sched_set_schedu...
2012-05-03 Eric W. Biedermanuserns: Replace user_ns_map_uid and user_ns_map_gid...
2012-05-03 Eric W. Biedermanuserns: Store uid and gid values in struct cred with...
2012-05-03 Eric W. Biedermanuserns: Convert group_info values from gid_t to kgid_t.
2012-04-26 Eric W. Biedermanuserns: Rework the user_namespace adding uid/gid mappin...
2012-04-26 Eric W. Biedermanuserns: Simplify the user_namespace by making userns...
2012-04-08 Eric W. Biedermanuserns: Disassociate user_struct from the user_namespace.
2012-04-08 Eric W. Biedermanuserns: Add a Kconfig option to enforce strict kuid...
2012-04-08 Eric W. Biedermanuserns: Add kuid_t and kgid_t and associated infrastruc...
2012-04-08 Eric W. Biedermanuserns: Replace the hard to write inode_userns with...
2012-04-07 Eric W. Biedermanuserns: Start out with a full set of capabilities.
2012-04-07 Eric W. Biedermanuserns: Deprecate and rename the user_namespace referen...
2012-04-07 Eric W. Biedermanmqueue: Explicitly capture the user namespace to send...
2012-04-07 Eric W. Biedermanuserns: Add an explicit reference to the parent user...
2012-04-07 Eric W. Biedermancred: Refcount the user_ns pointed to by the cred.
2012-04-07 Eric W. Biedermanuserns: Use cred->user_ns instead of cred->user->user_ns
2012-04-07 Eric W. Biedermancred: Add forward declaration of init_user_ns in all...
2012-04-07 Eric W. Biedermanuserns: Remove unnecessary cast to struct user_struct...
2012-04-07 Eric W. Biedermanuserns: Replace netlink uses of cap_raised with capable.
2012-04-03 Eric W. Biedermanuserns: Kill bogus declaration of function release_uids
2012-04-03 Eric W. Biedermanvfs: Don't allow a user namespace root to make device...
2012-03-31 Linus TorvaldsLinux 3.4-rc1 v3.4-rc1
2012-03-31 Linus TorvaldsMerge branch 's3-for-3.4' of git://git.kernel.org/pub...
2012-03-31 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2012-03-31 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2012-03-31 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2012-03-31 Linus TorvaldsMerge tag 'parisc-misc' of git://git.kernel.org/pub...
2012-03-31 Linus TorvaldsMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm...
2012-03-31 J. Bruce Fieldsvfs: fix out-of-date dentry_unhash() comment
2012-03-31 Miklos Szeredivfs: split __lookup_hash
2012-03-31 Al Virountangling do_lookup() - take __lookup_hash()-calling...
2012-03-31 Al Virountangling do_lookup() - switch to calling __lookup_hash()
2012-03-31 Al Virountangling do_lookup() - merge d_alloc_and_lookup(...
2012-03-31 Al Virountangling do_lookup() - merge failure exits in !dentry...
2012-03-31 Al Virountangling do_lookup() - massage !dentry case towards...
2012-03-31 Al Virountangling do_lookup() - get rid of need_reval in ...
2012-03-31 Al Virountangling do_lookup() - eliminate a loop.
2012-03-31 Al Virountangling do_lookup() - expand the area under ->i_mutex
2012-03-31 Al Virountangling do_lookup() - isolate !dentry stuff from...
2012-03-31 Miklos Szeredivfs: move MAY_EXEC check from __lookup_hash()
2012-03-31 Miklos Szeredivfs: don't revalidate just looked up dentry
2012-03-31 Miklos Szeredivfs: fix d_need_lookup/d_revalidate order in do_lookup
2012-03-31 Al Viroext3: move headers to fs/ext3/
2012-03-31 Al Viromigrate ext2_fs.h guts to fs/ext2/ext2.h
2012-03-31 Al Vironew helper: ext2_image_size()
2012-03-31 Al Viroget rid of pointless includes of ext2_fs.h
2012-03-31 Thierry Redingext2: No longer export ext2_fs.h to user space
2012-03-31 Al Viromtdchar: kill persistently held vfsmount
2012-03-31 Al Viropstore: trim pstore_get_inode()
2012-03-31 Al Viroaio: take final put_ioctx() into callers of io_destroy()
2012-03-31 Al Viroaio: merge aio_cancel_all() with wait_for_all_aios()
2012-03-31 Al Viroselinuxfs: merge dentry allocation into sel_make_dir()
2012-03-31 Matthew GarrettASPM: Fix pcie devices with non-pcie children
2012-03-31 Linus Torvaldsselinux: inline avc_audit() and avc_has_perm_noaudit...
2012-03-31 Linus Torvaldsselinux: don't inline slow-path code into avc_has_perm_...
2012-03-31 Srivatsa S... sched: Fix incorrect usage of for_each_cpu_mask() in...
2012-03-31 Ingo MolnarMerge branch 'perf/urgent' of git://git.kernel.org...
2012-03-31 Amit Shahvirtio-pci: switch to PM ops macro to initialise PM...
2012-03-31 Amit Shahvirtio-pci: S3 support
2012-03-31 Amit Shahvirtio-pci: drop restore_common()
2012-03-31 Amit Shahvirtio: drop thaw PM operation
2012-03-31 Amit Shahvirtio: balloon: Allow stats update after restore from S4
2012-03-31 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2012-03-31 Sam Ravnborgsparc32: fix fallout from system.h removal
2012-03-31 Linus TorvaldsMerge branch 'kbuild' of git://git.kernel.org/pub/scm...
2012-03-31 Linus TorvaldsMerge branch 'misc' of git://git.kernel.org/pub/scm...
2012-03-31 Linus TorvaldsMerge branch 'kconfig' of git://git.kernel.org/pub...
2012-03-31 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git.kernel...
2012-03-31 Linus TorvaldsMerge branch 'core-locking-for-linus' of git://git...
2012-03-31 Linus TorvaldsMerge tag 'for-linus-3.4' of git://git.infradead.org...
2012-03-31 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git.kernel.org...
2012-03-30 Linus TorvaldsMerge branch 'release' of git://git.kernel.org/pub...
2012-03-30 Linus TorvaldsMerge git://git.samba.org/sfrench/cifs-2.6
2012-03-30 Linus TorvaldsMerge tag 'for-v3.4-rc1' of git://git.infradead.org...
2012-03-30 Linus TorvaldsMerge branch 'dunlap' (Randy's Documentation patches)
2012-03-30 Rafal KapelaDocumentation: fix typo in ABI/stable/sysfs-driver...
next