aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/migrate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-15ext4: Fix NULL dereference in ext4_ext_migrate()'s error handlingDan Carpenter1-5/+3
2009-01-06ext4: Remove "extents" mount optionTheodore Ts'o1-7/+7
2009-01-07ext4: Allow ext4 to run without a journalFrank Mayhar1-2/+3
2008-09-13ext4: elevate write count for migrate ioctlAneesh Kumar K.V1-9/+1
2008-08-19ext4: journal credits reservation fixes for extent file writepageMingming Cao1-1/+2
2008-04-29ext4: move headers out of include/linuxChristoph Hellwig1-2/+2
2008-04-29ext4: Fix race between migration and mmap writeAneesh Kumar K.V1-5/+34
2008-02-25ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent()Aneesh Kumar K.V1-0/+5
2008-02-10ext4: Fix circular locking dependency with migrate and rm.Aneesh Kumar K.V1-43/+74
2008-02-05ext4: Don't set EXTENTS_FL flag for fast symlinksValerie Clement1-0/+6
2008-01-29ext4: Add multi block allocator for ext4Alex Tomas1-5/+5
2008-01-28ext4: Add EXT4_IOC_MIGRATE ioctlAneesh Kumar K.V1-0/+560