aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-05-26gfs2: Drop __TIME__ usageMichal Marek
2011-05-26dlm: Drop __TIME__ usageMichal Marek
2011-05-25Merge branch 'move_extents' of git://oss.oracle.com/git/tye/linux-2.6 into oc...Joel Becker
2011-05-25Ocfs2: Teach local-mounted ocfs2 to handle unwritten_extents correctly.Tristan Ye
2011-05-25ocfs2/dlm: Do not migrate resource to a node that is leaving the domainSunil Mushran
2011-05-25ocfs2/dlm: Add new dlm message DLM_BEGIN_EXIT_DOMAIN_MSGSunil Mushran
2011-05-25tmpfs: fix XATTR N overriding POSIX_ACL YEric Paris
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-05-25jbd2: fix a potential leak of a journal_head on an error pathDing Dinghua
2011-05-25ext4: teach ext4_ext_split to calculate extents efficientlyYongqiang Yang
2011-05-25ext4: Convert ext4 to new truncate calling conventionJan Kara
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2011-05-25Squashfs: add extra sanity checks at mount timePhillip Lougher
2011-05-25Squashfs: add sanity checks to fragment reading at mount timePhillip Lougher
2011-05-25Squashfs: add sanity checks to lookup table reading at mount timePhillip Lougher
2011-05-25Squashfs: add sanity checks to id reading at mount timePhillip Lougher
2011-05-25Squashfs: add sanity checks to xattr reading at mount timePhillip Lougher
2011-05-25Squashfs: reverse order of filesystem table readingPhillip Lougher
2011-05-25Squashfs: move table allocation into squashfs_read_table()Phillip Lougher
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2011-05-25Merge branch 'for-2.6.40/splice' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-25Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-25xfs: correctly decrement the extent buffer index in xfs_bmap_del_extentChristoph Hellwig
2011-05-25xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irecChristoph Hellwig
2011-05-25xfs: fix up asserts in xfs_iflush_forkChristoph Hellwig
2011-05-25xfs: do not do pointer arithmetic on extent recordsChristoph Hellwig
2011-05-25xfs: do not use unchecked extent indices in xfs_bunmapiChristoph Hellwig
2011-05-25xfs: do not use unchecked extent indices in xfs_bmapiChristoph Hellwig
2011-05-25xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Christoph Hellwig
2011-05-25xfs: remove if_lastexChristoph Hellwig
2011-05-25xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig
2011-05-25fs/ncpfs/inode.c: suppress used-uninitialised warningAndrew Morton
2011-05-25fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSAmerigo Wang
2011-05-25proc: allocate storage for numa_maps statistics onceStephen Wilson
2011-05-25proc: make struct proc_maps_private truly privateStephen Wilson
2011-05-25mm: proc: move show_numa_map() to fs/proc/task_mmu.cStephen Wilson
2011-05-25tmpfs: implement generic xattr supportEric Paris
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han
2011-05-25vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra
2011-05-25mm: mmu_gather reworkPeter Zijlstra
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko
2011-05-25fs/9p: Don't clunk dentry fid when we fail to get a writeback inodeAneesh Kumar K.V
2011-05-259p: remove experimental tag from tested configurationsEric Van Hensbergen
2011-05-25ext4: do not normalize block requests from fallocate()Vivek Haldar
2011-05-25ext4: enable "punch hole" functionalityAllison Henderson
2011-05-25ext4: add "punch hole" flag to ext4_map_blocks()Allison Henderson