aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2011-03-23userns: userns: check user namespace for task->file uid equivalence checksSerge E. Hallyn
2011-03-23procfs: kill the global proc_mnt variableOleg Nesterov
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman
2011-03-23sysctl: add some missing input constraint checksPetr Holasek
2011-03-23proc: protect mm start_code/end_code in /proc/pid/statKees Cook
2011-03-23proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan
2011-03-23procfs: fix some wrong error code usageJovi Zhang
2011-03-23procfs: fix /proc/<pid>/maps heap checkAaro Koskinen
2011-03-23proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita
2011-03-23ufs: use little-endian bitopsAkinobu Mita
2011-03-23udf: use little-endian bitopsAkinobu Mita
2011-03-23nilfs2: use little-endian bitopsAkinobu Mita
2011-03-23ocfs2: use little-endian bitopsAkinobu Mita
2011-03-23ext4: use little-endian bitopsAkinobu Mita
2011-03-23fs/adfs/adfs.h: fix unsigned comparisonAndrew Morton
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston
2011-03-22fs/devpts/inode.c: correctly check d_alloc_name() return code in devpts_pty_n...Andrey Vagin
2011-03-22aio: wake all waiters when destroying ctxRoland Dreier
2011-03-22adfs: add hexadecimal filetype suffix optionStuart Swales
2011-03-22adfs: improve timestamp precisionStuart Swales
2011-03-22adfs: fix E+/F+ dir size > 2048 crashing kernelStuart Swales
2011-03-22codafs: fix compile warning when CONFIG_SYSCTL=nRakib Mullick
2011-03-22binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary()David Daney
2011-03-22epoll: fix compiler warning and optimize the non-blocking pathShawn Bohrer
2011-03-22epoll: move ready event check into proper inlineDavide Libenzi
2011-03-22fs: use appropriate printk priority levelsMandeep Singh Baines
2011-03-22smaps: have smaps show transparent huge pagesDave Hansen
2011-03-22smaps: teach smaps_pte_range() about THP pmdsDave Hansen
2011-03-22smaps: pass pte size argument in to smaps_pte_entry()Dave Hansen
2011-03-22smaps: break out smaps_pte_entry() from smaps_pte_range()Dave Hansen
2011-03-22pagewalk: only split huge pages when necessaryDave Hansen
2011-03-22mm: hugetlbfs: change remove_from_page_cacheMinchan Kim
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2011-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds
2011-03-229p: use the updated offset given by generic_write_checksM. Mohan Kumar
2011-03-22fs/9p: Add v9fs_dentry2v9sesAneesh Kumar K.V
2011-03-22fs/9p: Attach writeback_fid on first open with WR flagAneesh Kumar K.V
2011-03-22fs/9p: Open writeback fid in O_SYNC modeAneesh Kumar K.V
2011-03-22fs/9p: Use truncate_setsize instead of vmtruncateAneesh Kumar K.V
2011-03-22fs/9p: Fix race in initializing writeback fidAneesh Kumar K.V
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2011-03-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-03-21pstore: use mount option instead sysfs to tweak kmsg_bytesLuck, Tony
2011-03-21ceph: rename dentry_release -> d_release, fix commentSage Weil
2011-03-21ceph: add request to the tail of unsafe write listHenry C Chang
2011-03-21ceph: remove request from unsafe list if it is canceled/timed outHenry C Chang