aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-24Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds9-106/+126
2011-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds11-35/+126
2011-03-24Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds6-64/+250
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds5-81/+138
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn28-42/+45
2011-03-23userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn2-5/+33
2011-03-23procfs: kill the global proc_mnt variableOleg Nesterov3-6/+4
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman1-18/+7
2011-03-23sysctl: add some missing input constraint checksPetr Holasek1-1/+5
2011-03-23proc: protect mm start_code/end_code in /proc/pid/statKees Cook1-2/+2
2011-03-23proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan1-4/+4
2011-03-23procfs: fix some wrong error code usageJovi Zhang1-2/+5
2011-03-23procfs: fix /proc/<pid>/maps heap checkAaro Koskinen1-2/+2
2011-03-23proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov1-1/+1
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita2-0/+82
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-0/+6
2011-03-23ufs: use little-endian bitopsAkinobu Mita1-1/+1
2011-03-23udf: use little-endian bitopsAkinobu Mita1-5/+4
2011-03-23nilfs2: use little-endian bitopsAkinobu Mita1-1/+1
2011-03-23ocfs2: use little-endian bitopsAkinobu Mita1-5/+5
2011-03-23ext4: use little-endian bitopsAkinobu Mita1-6/+6
2011-03-23fs/adfs/adfs.h: fix unsigned comparisonAndrew Morton1-1/+1
2011-03-23deal with races in /proc/*/{syscall,stack,personality}Al Viro1-19/+50
2011-03-23proc: enable writing to /proc/pid/memStephen Wilson1-5/+0
2011-03-23proc: make check_mem_permission() return an mm_struct on successStephen Wilson1-24/+34
2011-03-23proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson1-4/+22
2011-03-23proc: disable mem_write after execStephen Wilson1-0/+4
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2-4/+6
2011-03-23auxv: require the target to be tracable (or yourself)Al Viro1-3/+3
2011-03-23close race in /proc/*/environAl Viro1-6/+4
2011-03-23report errors in /proc/*/*map* sanelyAl Viro3-11/+13
2011-03-23pagemap: close races with suid execveAl Viro2-7/+4
2011-03-23make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro1-1/+1
2011-03-23fix leaks in path_lookupat()Al Viro1-2/+5
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston3-5/+7
2011-03-22fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_new()Andrey Vagin1-1/+1
2011-03-22aio: wake all waiters when destroying ctxRoland Dreier1-2/+2
2011-03-22adfs: add hexadecimal filetype suffix optionStuart Swales5-26/+81
2011-03-22adfs: improve timestamp precisionStuart Swales1-21/+19
2011-03-22adfs: fix E+/F+ dir size > 2048 crashing kernelStuart Swales2-21/+84
2011-03-22codafs: fix compile warning when CONFIG_SYSCTL=nRakib Mullick1-7/+1
2011-03-22binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary()David Daney1-1/+1
2011-03-22epoll: fix compiler warning and optimize the non-blocking pathShawn Bohrer1-5/+28
2011-03-22epoll: move ready event check into proper inlineDavide Libenzi1-3/+16
2011-03-22fs: use appropriate printk priority levelsMandeep Singh Baines2-2/+2
2011-03-22smaps: have smaps show transparent huge pagesDave Hansen1-0/+4
2011-03-22smaps: teach smaps_pte_range() about THP pmdsDave Hansen1-2/+21
2011-03-22smaps: pass pte size argument in to smaps_pte_entry()Dave Hansen1-12/+12
2011-03-22smaps: break out smaps_pte_entry() from smaps_pte_range()Dave Hansen1-40/+47
2011-03-22pagewalk: only split huge pages when necessaryDave Hansen1-0/+6