aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds20-914/+1171
2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu6-52/+60
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov1-0/+2
2009-12-17nommu: ramfs: remove unused local varMike Frysinger1-1/+1
2009-12-17reiserfs: truncate blocks not used by a writeJan Kara1-4/+14
2009-12-17Revert "task_struct: make journal_info conditional"Linus Torvalds8-11/+0
2009-12-17Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linusChris Mason1-4/+9
2009-12-17Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"Linus Torvalds2-1/+10
2009-12-17Btrfs: make sure fallocate properly starts a transactionChris Mason1-4/+9
2009-12-17Merge branch btrfs-master into for-linusChris Mason20-916/+1168
2009-12-17Btrfs: make metadata chunks smallerJosef Bacik2-11/+2
2009-12-17Btrfs: Show discard option in /proc/mountsMatthew Wilcox1-0/+2
2009-12-17Btrfs: deny sys_link across subvolumes.TARUISI Hiroaki1-0/+4
2009-12-17Btrfs: fail mount on bad mount optionsSage Weil1-1/+8
2009-12-17Btrfs: don't add extent 0 to the free space cache v2Yan, Zheng1-1/+9
2009-12-17Btrfs: Fix per root used space accountingYan, Zheng5-27/+47
2009-12-17Btrfs: Fix btrfs_drop_extent_cache for skip pinned caseYan, Zheng1-7/+3
2009-12-17Btrfs: Add delayed iputYan, Zheng9-18/+90
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng6-63/+96
2009-12-17Btrfs: Make truncate(2) more ENOSPC friendlyYan, Zheng2-137/+212
2009-12-17Btrfs: Make fallocate(2) more ENOSPC friendlyYan, Zheng1-33/+32
2009-12-17Btrfs: Avoid orphan inodes cleanup during committing transactionYan, Zheng2-16/+17
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logYan, Zheng5-36/+55
2009-12-17Btrfs: Fix disk_i_size update corner caseYan, Zheng4-56/+127
2009-12-17kill I_LOCKChristoph Hellwig7-22/+22
2009-12-17fold do_sync_file_range into sys_sync_file_rangeChristoph Hellwig1-36/+23
2009-12-17VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_sizeErez Zadok1-3/+51
2009-12-17fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok4-19/+8
2009-12-17vfs: remove extraneous NULL d_inode check from do_filp_openJeff Layton1-1/+1
2009-12-17fs: no games with DCACHE_UNHASHEDNick Piggin2-31/+0
2009-12-17fs: anon_inodes implement dnameNick Piggin1-0/+10
2009-12-17dio: fix use-after-freeAl Viro1-1/+1
2009-12-16Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds6-21/+24
2009-12-16re-export alloc_file()Roland Dreier1-0/+1
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-42/+3
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds55-1165/+889
2009-12-16XFS: Free buffer pages array unconditionallyDave Chinner1-2/+2
2009-12-16xfs: kill xfs_bmbt_rec_32/64 typesChristoph Hellwig2-14/+6
2009-12-16xfs: improve metadata I/O merging in the elevatorDave Chinner3-1/+8
2009-12-16xfs: check for not fully initialized inodes in xfs_ireclaimChristoph Hellwig1-4/+8
2009-12-16Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-73/+195
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds38-452/+2510
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds3-12/+24
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-3/+4
2009-12-16ocfs: stop using do_sync_mapping_rangeChristoph Hellwig1-2/+2
2009-12-16cleanup blockdev_direct_IO lockingChristoph Hellwig3-120/+63
2009-12-16make generic_acl slightly more genericChristoph Hellwig1-69/+89
2009-12-16sanitize xattr handler prototypesChristoph Hellwig36-742/+496
2009-12-16libfs: move EXPORT_SYMBOL for d_alloc_nameH Hartley Sweeten2-1/+1
2009-12-16vfs: force reval of target when following LAST_BIND symlinks (try #7)Jeff Layton1-0/+45