summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-05-28ncpfs: fix rename over directory with dangling referencesSage Weil1-1/+9
2011-05-28ncpfs: document dentry_unhash usageSage Weil1-1/+4
2011-05-28ecryptfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-28hostfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-28hfsplus: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-6/+2
2011-05-28hfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-6/+0
2011-05-28omfs: remove unnecessary dentry_unhash on rmdir, dir rneameSage Weil1-8/+3
2011-05-28udf: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2-6/+0
2011-05-28ufs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-28ubifs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-28nilfs2: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-28logfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-28jfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-28jffs2: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-28sysv: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-28bfs: remove unnecessary dentry_unhash on dir renameSage Weil1-3/+0
2011-05-27fs: cosmetic inode.c cleanupsChristoph Hellwig1-49/+5
2011-05-27vfs: Improve the bio_add_page() and bio_add_pc_page() descriptionsAndreas Gruenbacher1-8/+8
2011-05-27xattr: Fix error results for non-existent / invisible attributesAndreas Gruenbacher1-6/+10
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig15-18/+16
2011-05-27Lift the check for automount points into do_lookup()Al Viro1-5/+5
2011-05-27Trim excessive arguments of follow_mount_rcu()Al Viro1-18/+8
2011-05-27split __follow_mount_rcu() into normal and .. casesAl Viro1-9/+26
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds22-150/+202
2011-05-26fs/partitions/efi.c: corrupted GUID partition tables can cause kernel oopsTimo Warns1-0/+9
2011-05-26fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pagesOlaf Hering1-3/+49
2011-05-26proc: fix pagemap_read() error caseKOSAKI Motohiro1-10/+9
2011-05-26proc: put check_mem_permission after __get_free_page in mem_writeKOSAKI Motohiro1-7/+9
2011-05-26proc/stat: use defined macro KMALLOC_MAX_SIZEYuanhan Liu1-3/+3
2011-05-26proc: constify status arrayMike Frysinger1-2/+2
2011-05-26fs/proc: convert to kstrtoX()Alexey Dobriyan2-11/+13
2011-05-26coredump: add support for exe_file in core nameJiri Slaby1-0/+38
2011-05-26mm: extract exe_file handling from procfsJiri Slaby2-52/+0
2011-05-26memcg: add the pagefault count into memcg statsYing Han1-0/+2
2011-05-26ufs: fix truncated values handling 64 bit metadataDan Carpenter2-5/+6
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2-2/+2
2011-05-26Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds19-246/+2135
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds8-0/+32
2011-05-26Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds14-318/+360
2011-05-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds21-1094/+2003
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds32-269/+316
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro2-2/+3
2011-05-26ocfs2: add cleancache supportDan Magenheimer1-0/+2
2011-05-26ext4: add cleancache supportDan Magenheimer1-0/+2
2011-05-26btrfs: add cleancache supportDan Magenheimer2-0/+11
2011-05-26ext3: add cleancache supportDan Magenheimer1-0/+2
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer3-0/+15
2011-05-26cifs: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-5/+0
2011-05-26ocfs2: remove unnecessary dentry_unhash on rmdir/rename_dirSage Weil1-6/+0