summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-03-246-64/+250
|\
| * exofs: deprecate the commands pending counterBoaz Harrosh2011-03-151-0/+4
| * exofs: Write sbi->s_nextid as part of the Create commandBoaz Harrosh2011-03-155-31/+141
| * exofs: Add option to mount by osdnameBoaz Harrosh2011-03-151-4/+27
| * exofs: Override read-ahead to align on stripe_sizebharrosh@panasas.com2011-03-153-4/+35
| * exofs: simple fsync race fixNick Piggin2011-03-152-6/+2
| * exofs: Optimize read_4_writeBoaz Harrosh2011-03-151-3/+22
| * exofs: Trivial: fix some indentation and debug printsBoaz Harrosh2011-03-151-15/+18
| * exofs: Remove redundant unlikely()Tobias Klauser2011-03-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-235-81/+138
|\ \
| * | deal with races in /proc/*/{syscall,stack,personality}Al Viro2011-03-231-19/+50
| * | proc: enable writing to /proc/pid/memStephen Wilson2011-03-231-5/+0
| * | proc: make check_mem_permission() return an mm_struct on successStephen Wilson2011-03-231-24/+34
| * | proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson2011-03-231-4/+22
| * | proc: disable mem_write after execStephen Wilson2011-03-231-0/+4
| * | mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-232-4/+6
| * | auxv: require the target to be tracable (or yourself)Al Viro2011-03-231-3/+3
| * | close race in /proc/*/environAl Viro2011-03-231-6/+4
| * | report errors in /proc/*/*map* sanelyAl Viro2011-03-233-11/+13
| * | pagemap: close races with suid execveAl Viro2011-03-232-7/+4
| * | make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro2011-03-231-1/+1
| * | fix leaks in path_lookupat()Al Viro2011-03-231-2/+5
* | | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-2328-42/+45
* | | userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn2011-03-232-5/+33
* | | procfs: kill the global proc_mnt variableOleg Nesterov2011-03-233-6/+4
* | | pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman2011-03-231-18/+7
* | | sysctl: add some missing input constraint checksPetr Holasek2011-03-231-1/+5
* | | proc: protect mm start_code/end_code in /proc/pid/statKees Cook2011-03-231-2/+2
* | | proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan2011-03-231-4/+4
* | | procfs: fix some wrong error code usageJovi Zhang2011-03-231-2/+5
* | | procfs: fix /proc/<pid>/maps heap checkAaro Koskinen2011-03-231-2/+2
* | | proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov2011-03-231-1/+1
* | | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-232-0/+82
* | | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-0/+6
* | | ufs: use little-endian bitopsAkinobu Mita2011-03-231-1/+1
* | | udf: use little-endian bitopsAkinobu Mita2011-03-231-5/+4
* | | nilfs2: use little-endian bitopsAkinobu Mita2011-03-231-1/+1
* | | ocfs2: use little-endian bitopsAkinobu Mita2011-03-231-5/+5
* | | ext4: use little-endian bitopsAkinobu Mita2011-03-231-6/+6
* | | fs/adfs/adfs.h: fix unsigned comparisonAndrew Morton2011-03-231-1/+1
* | | zlib: slim down zlib_deflate() workspace when possibleJim Keniston2011-03-223-5/+7
* | | fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n...Andrey Vagin2011-03-221-1/+1
* | | aio: wake all waiters when destroying ctxRoland Dreier2011-03-221-2/+2
* | | adfs: add hexadecimal filetype suffix optionStuart Swales2011-03-225-26/+81
* | | adfs: improve timestamp precisionStuart Swales2011-03-221-21/+19
* | | adfs: fix E+/F+ dir size > 2048 crashing kernelStuart Swales2011-03-222-21/+84
* | | codafs: fix compile warning when CONFIG_SYSCTL=nRakib Mullick2011-03-221-7/+1
* | | binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary()David Daney2011-03-221-1/+1
* | | epoll: fix compiler warning and optimize the non-blocking pathShawn Bohrer2011-03-221-5/+28
* | | epoll: move ready event check into proper inlineDavide Libenzi2011-03-221-3/+16
OpenPOWER on IntegriCloud