summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov
2009-12-17nommu: ramfs: remove unused local varMike Frysinger
2009-12-17reiserfs: truncate blocks not used by a writeJan Kara
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds
2009-12-17Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"Linus Torvalds
2009-12-17kill I_LOCKChristoph Hellwig
2009-12-17fold do_sync_file_range into sys_sync_file_rangeChristoph Hellwig
2009-12-17VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_...Erez Zadok
2009-12-17fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok
2009-12-17vfs: remove extraneous NULL d_inode check from do_filp_openJeff Layton
2009-12-17fs: no games with DCACHE_UNHASHEDNick Piggin
2009-12-17fs: anon_inodes implement dnameNick Piggin
2009-12-17dio: fix use-after-freeAl Viro
2009-12-16Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-12-16re-export alloc_file()Roland Dreier
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds
2009-12-16XFS: Free buffer pages array unconditionallyDave Chinner
2009-12-16xfs: kill xfs_bmbt_rec_32/64 typesChristoph Hellwig
2009-12-16xfs: improve metadata I/O merging in the elevatorDave Chinner
2009-12-16xfs: check for not fully initialized inodes in xfs_ireclaimChristoph Hellwig
2009-12-16Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2009-12-16ocfs: stop using do_sync_mapping_rangeChristoph Hellwig
2009-12-16cleanup blockdev_direct_IO lockingChristoph Hellwig
2009-12-16make generic_acl slightly more genericChristoph Hellwig
2009-12-16sanitize xattr handler prototypesChristoph Hellwig
2009-12-16libfs: move EXPORT_SYMBOL for d_alloc_nameH Hartley Sweeten
2009-12-16vfs: force reval of target when following LAST_BIND symlinks (try #7)Jeff Layton
2009-12-16Untangling ima mess, part 3: kill dead code in imaAl Viro
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro
2009-12-16O_TRUNC open shouldn't fail after file truncationAl Viro
2009-12-16fs: move get_empty_filp() deffinition to internal.hEric Paris
2009-12-16Sanitize exec_permission_lite()Al Viro
2009-12-16Kill cached_lookup() and real_lookup()Al Viro
2009-12-16Kill path_lookup_open()Al Viro
2009-12-16Take hash recalculation into do_lookup()Al Viro
2009-12-16fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)Al Viro
2009-12-16switch cachefiles to kern_path()Al Viro
2009-12-16kill __link_path_walk()/link_path_walk() distinctionAl Viro
2009-12-16lift path_put(path) to callers of __do_follow_link()Al Viro
2009-12-16switch create_read_pipe() to alloc_file()Al Viro
2009-12-16switch alloc_file() to passing struct pathAl Viro
2009-12-16switch nilfs2 to deactivate_locked_super()Al Viro
2009-12-16get rid of init_file()Al Viro
2009-12-16unexport get_empty_filp()Al Viro