aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
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-17Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mas...Chris Mason
2009-12-17Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"Linus Torvalds
2009-12-17Btrfs: make sure fallocate properly starts a transactionChris Mason
2009-12-17Merge branch btrfs-master into for-linusChris Mason
2009-12-17Btrfs: make metadata chunks smallerJosef Bacik
2009-12-17Btrfs: Show discard option in /proc/mountsMatthew Wilcox
2009-12-17Btrfs: deny sys_link across subvolumes.TARUISI Hiroaki
2009-12-17Btrfs: fail mount on bad mount optionsSage Weil
2009-12-17Btrfs: don't add extent 0 to the free space cache v2Yan, Zheng
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng
2009-12-17Btrfs: Fix btrfs_drop_extent_cache for skip pinned caseYan, Zheng
2009-12-17Btrfs: Add delayed iputYan, Zheng
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng
2009-12-17Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng
2009-12-17Btrfs: Make fallocate(2) more ENOSPC friendlyYan, Zheng
2009-12-17Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng
2009-12-17Btrfs: Fix disk_i_size update corner caseYan, Zheng
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