aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/migrate.c
AgeCommit message (Expand)Author
2012-02-20ext4: using PTR_ERR() on the wrong variable in ext4_ext_migrate()Dan Carpenter
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-10-29ext4: fix quota accounting during migrationDmitry Monakhov
2011-10-29ext4: migrate cleanupDmitry Monakhov
2011-09-09ext4: add some tracepoints in ext4/extents.cAditya Kali
2011-05-03ext4: set extents flag when migrating file to use extentsTheodore Ts'o
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-21ext4: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe
2011-01-10ext4: ext4_ext_migrate should use NULL not 0Eric Paris
2010-10-27ext4: rename {ext,idx}_pblock and inline small extent functionsTheodore Ts'o
2010-06-14ext4: Convert more i_flags references to use accessor functionsTheodore Ts'o
2010-05-16ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoDmitry Monakhov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01ext4: fix error handling in migrateDmitry Monakhov
2010-01-24ext4: Use bitops to read/modify EXT4_I(inode)->i_stateTheodore Ts'o
2009-12-08ext4: quota macros cleanupDmitry Monakhov
2009-11-23ext4: call ext4_forget() from ext4_free_blocks()Theodore Ts'o
2009-09-28ext4: Split uninitialized extents for direct I/OMingming Cao
2009-09-17ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flagsTheodore Ts'o
2009-08-25ext4: Add missing unlock_new_inode() call in extent migration codeAneesh Kumar K.V
2009-06-13ext4: teach the inode allocator to use a goal inode numberAndreas Dilger
2009-06-13ext4: Use a hash of the topdir directory name for the Orlov parent groupTheodore Ts'o
2009-02-15ext4: Fix NULL dereference in ext4_ext_migrate()'s error handlingDan Carpenter
2009-01-06ext4: Remove "extents" mount optionTheodore Ts'o
2009-01-07ext4: Allow ext4 to run without a journalFrank Mayhar
2008-09-13ext4: elevate write count for migrate ioctlAneesh Kumar K.V
2008-08-19ext4: journal credits reservation fixes for extent file writepageMingming Cao
2008-04-29ext4: move headers out of include/linuxChristoph Hellwig
2008-04-29ext4: Fix race between migration and mmap writeAneesh Kumar K.V
2008-02-25ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent()Aneesh Kumar K.V
2008-02-10ext4: Fix circular locking dependency with migrate and rm.Aneesh Kumar K.V
2008-02-05ext4: Don't set EXTENTS_FL flag for fast symlinksValerie Clement
2008-01-29ext4: Add multi block allocator for ext4Alex Tomas
2008-01-28ext4: Add EXT4_IOC_MIGRATE ioctlAneesh Kumar K.V