aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: set extents flag when migrating file to use extentsTheodore Ts'o2011-05-031-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* ext4: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe2011-02-211-5/+5
* ext4: ext4_ext_migrate should use NULL not 0Eric Paris2011-01-101-1/+1
* ext4: rename {ext,idx}_pblock and inline small extent functionsTheodore Ts'o2010-10-271-1/+1
* ext4: Convert more i_flags references to use accessor functionsTheodore Ts'o2010-06-141-1/+1
* ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoDmitry Monakhov2010-05-161-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ext4: fix error handling in migrateDmitry Monakhov2010-03-011-15/+14
* ext4: Use bitops to read/modify EXT4_I(inode)->i_stateTheodore Ts'o2010-01-241-3/+3
* ext4: quota macros cleanupDmitry Monakhov2009-12-081-2/+2
* ext4: call ext4_forget() from ext4_free_blocks()Theodore Ts'o2009-11-231-7/+16
* ext4: Split uninitialized extents for direct I/OMingming Cao2009-09-281-1/+1
* ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flagsTheodore Ts'o2009-09-171-10/+10
* ext4: Add missing unlock_new_inode() call in extent migration codeAneesh Kumar K.V2009-08-251-1/+1
* ext4: teach the inode allocator to use a goal inode numberAndreas Dilger2009-06-131-1/+4
* ext4: Use a hash of the topdir directory name for the Orlov parent groupTheodore Ts'o2009-06-131-3/+2
* ext4: Fix NULL dereference in ext4_ext_migrate()'s error handlingDan Carpenter2009-02-151-5/+3
* ext4: Remove "extents" mount optionTheodore Ts'o2009-01-061-7/+7
* ext4: Allow ext4 to run without a journalFrank Mayhar2009-01-071-2/+3
* ext4: elevate write count for migrate ioctlAneesh Kumar K.V2008-09-131-9/+1
* ext4: journal credits reservation fixes for extent file writepageMingming Cao2008-08-191-1/+2
* ext4: move headers out of include/linuxChristoph Hellwig2008-04-291-2/+2
* ext4: Fix race between migration and mmap writeAneesh Kumar K.V2008-04-291-5/+34
* ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent()Aneesh Kumar K.V2008-02-251-0/+5
* ext4: Fix circular locking dependency with migrate and rm.Aneesh Kumar K.V2008-02-101-43/+74
* ext4: Don't set EXTENTS_FL flag for fast symlinksValerie Clement2008-02-051-0/+6
* ext4: Add multi block allocator for ext4Alex Tomas2008-01-291-5/+5
* ext4: Add EXT4_IOC_MIGRATE ioctlAneesh Kumar K.V2008-01-281-0/+560