Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | exofs: simple fsync race fix | Nick Piggin | 2011-03-15 | 2 | -6/+2 | |
| * | | | | | | | exofs: Optimize read_4_write | Boaz Harrosh | 2011-03-15 | 1 | -3/+22 | |
| * | | | | | | | exofs: Trivial: fix some indentation and debug prints | Boaz Harrosh | 2011-03-15 | 1 | -15/+18 | |
| * | | | | | | | exofs: Remove redundant unlikely() | Tobias Klauser | 2011-03-15 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-03-23 | 5 | -81/+138 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | deal with races in /proc/*/{syscall,stack,personality} | Al Viro | 2011-03-23 | 1 | -19/+50 | |
| * | | | | | | | | proc: enable writing to /proc/pid/mem | Stephen Wilson | 2011-03-23 | 1 | -5/+0 | |
| * | | | | | | | | proc: make check_mem_permission() return an mm_struct on success | Stephen Wilson | 2011-03-23 | 1 | -24/+34 | |
| * | | | | | | | | proc: hold cred_guard_mutex in check_mem_permission() | Stephen Wilson | 2011-03-23 | 1 | -4/+22 | |
| * | | | | | | | | proc: disable mem_write after exec | Stephen Wilson | 2011-03-23 | 1 | -0/+4 | |
| * | | | | | | | | mm: arch: make get_gate_vma take an mm_struct instead of a task_struct | Stephen Wilson | 2011-03-23 | 2 | -4/+6 | |
| * | | | | | | | | auxv: require the target to be tracable (or yourself) | Al Viro | 2011-03-23 | 1 | -3/+3 | |
| * | | | | | | | | close race in /proc/*/environ | Al Viro | 2011-03-23 | 1 | -6/+4 | |
| * | | | | | | | | report errors in /proc/*/*map* sanely | Al Viro | 2011-03-23 | 3 | -11/+13 | |
| * | | | | | | | | pagemap: close races with suid execve | Al Viro | 2011-03-23 | 2 | -7/+4 | |
| * | | | | | | | | make sessionid permissions in /proc/*/task/* match those in /proc/* | Al Viro | 2011-03-23 | 1 | -1/+1 | |
| * | | | | | | | | fix leaks in path_lookupat() | Al Viro | 2011-03-23 | 1 | -2/+5 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | userns: rename is_owner_or_cap to inode_owner_or_capable | Serge E. Hallyn | 2011-03-23 | 28 | -42/+45 | |
* | | | | | | | | userns: userns: check user namespace for task->file uid equivalence checks | Serge E. Hallyn | 2011-03-23 | 2 | -5/+33 | |
* | | | | | | | | procfs: kill the global proc_mnt variable | Oleg Nesterov | 2011-03-23 | 3 | -6/+4 | |
* | | | | | | | | pidns: call pid_ns_prepare_proc() from create_pid_namespace() | Eric W. Biederman | 2011-03-23 | 1 | -18/+7 | |
* | | | | | | | | sysctl: add some missing input constraint checks | Petr Holasek | 2011-03-23 | 1 | -1/+5 | |
* | | | | | | | | proc: protect mm start_code/end_code in /proc/pid/stat | Kees Cook | 2011-03-23 | 1 | -2/+2 | |
* | | | | | | | | proc: make struct proc_dir_entry::namelen unsigned int | Alexey Dobriyan | 2011-03-23 | 1 | -4/+4 | |
* | | | | | | | | procfs: fix some wrong error code usage | Jovi Zhang | 2011-03-23 | 1 | -2/+5 | |
* | | | | | | | | procfs: fix /proc/<pid>/maps heap check | Aaro Koskinen | 2011-03-23 | 1 | -2/+2 | |
* | | | | | | | | proc: hide kernel addresses via %pK in /proc/<pid>/stack | Konstantin Khlebnikov | 2011-03-23 | 1 | -1/+1 | |
* | | | | | | | | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita | 2011-03-23 | 2 | -0/+82 | |
* | | | | | | | | bitops: remove ext2 non-atomic bitops from asm/bitops.h | Akinobu Mita | 2011-03-23 | 1 | -0/+6 | |
* | | | | | | | | ufs: use little-endian bitops | Akinobu Mita | 2011-03-23 | 1 | -1/+1 | |
* | | | | | | | | udf: use little-endian bitops | Akinobu Mita | 2011-03-23 | 1 | -5/+4 | |
* | | | | | | | | nilfs2: use little-endian bitops | Akinobu Mita | 2011-03-23 | 1 | -1/+1 | |
* | | | | | | | | ocfs2: use little-endian bitops | Akinobu Mita | 2011-03-23 | 1 | -5/+5 | |
* | | | | | | | | ext4: use little-endian bitops | Akinobu Mita | 2011-03-23 | 1 | -6/+6 | |
* | | | | | | | | fs/adfs/adfs.h: fix unsigned comparison | Andrew Morton | 2011-03-23 | 1 | -1/+1 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | zlib: slim down zlib_deflate() workspace when possible | Jim Keniston | 2011-03-22 | 3 | -5/+7 | |
* | | | | | | | fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n... | Andrey Vagin | 2011-03-22 | 1 | -1/+1 | |
* | | | | | | | aio: wake all waiters when destroying ctx | Roland Dreier | 2011-03-22 | 1 | -2/+2 | |
* | | | | | | | adfs: add hexadecimal filetype suffix option | Stuart Swales | 2011-03-22 | 5 | -26/+81 | |
* | | | | | | | adfs: improve timestamp precision | Stuart Swales | 2011-03-22 | 1 | -21/+19 | |
* | | | | | | | adfs: fix E+/F+ dir size > 2048 crashing kernel | Stuart Swales | 2011-03-22 | 2 | -21/+84 | |
* | | | | | | | codafs: fix compile warning when CONFIG_SYSCTL=n | Rakib Mullick | 2011-03-22 | 1 | -7/+1 | |
* | | | | | | | binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary() | David Daney | 2011-03-22 | 1 | -1/+1 | |
* | | | | | | | epoll: fix compiler warning and optimize the non-blocking path | Shawn Bohrer | 2011-03-22 | 1 | -5/+28 | |
* | | | | | | | epoll: move ready event check into proper inline | Davide Libenzi | 2011-03-22 | 1 | -3/+16 | |
* | | | | | | | fs: use appropriate printk priority levels | Mandeep Singh Baines | 2011-03-22 | 2 | -2/+2 | |
* | | | | | | | smaps: have smaps show transparent huge pages | Dave Hansen | 2011-03-22 | 1 | -0/+4 | |
* | | | | | | | smaps: teach smaps_pte_range() about THP pmds | Dave Hansen | 2011-03-22 | 1 | -2/+21 | |
* | | | | | | | smaps: pass pte size argument in to smaps_pte_entry() | Dave Hansen | 2011-03-22 | 1 | -12/+12 | |
* | | | | | | | smaps: break out smaps_pte_entry() from smaps_pte_range() | Dave Hansen | 2011-03-22 | 1 | -40/+47 |