summaryrefslogtreecommitdiff
path: root/fs/ext4/migrate.c
Commit message (Expand)AuthorAge
* ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-17
* ext4: do not set posix acls on xattr inodesTahsin Erdogan2017-06-21
* ext4: fix misspellings in comments.Adam Buchbinder2016-03-09
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-17
* ext4: correctly migrate a file with a hole at the beginningEryu Guan2015-07-04
* ext4: be more strict when migrating to non-extent based fileEryu Guan2015-07-03
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* ext4: update comments regarding ext4_delete_inode()Wang Shilong2014-11-25
* ext4: rename ext4_ext_find_extent() to ext4_find_extent()Theodore Ts'o2014-09-01
* ext4: allow a NULL argument to ext4_ext_drop_refs()Theodore Ts'o2014-09-01
* ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling codeTheodore Ts'o2014-09-01
* ext4: add i_data_sem sanity checkDmitry Monakhov2014-07-27
* ext4: remove unnecessary double parenthesesLukas Czerner2014-05-12
* ext4: Fix misspellings using 'codespell' toolAnatol Pomozov2013-08-28
* ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o2013-08-16
* ext4: do not convert to indirect with bigalloc enabledLukas Czerner2013-04-11
* ext4: move ext4_ind_migrate() into migrate.cLukas Czerner2013-04-10
* ext4: fix the number of credits needed for ext4_ext_migrate()Theodore Ts'o2013-02-09
* ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-08
* ext4: rationalize ext4_extents.h inclusionTheodore Ts'o2012-11-28
* userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman2012-05-15
* ext4: using PTR_ERR() on the wrong variable in ext4_ext_migrate()Dan Carpenter2012-02-20
* ext2/3/4: delete unneeded includes of module.hPaul Gortmaker2012-01-09
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-11-02
|\
| * filesystems: add missing nlink wrappersMiklos Szeredi2011-11-02
* | ext4: fix quota accounting during migrationDmitry Monakhov2011-10-29
* | ext4: migrate cleanupDmitry Monakhov2011-10-29
* | ext4: add some tracepoints in ext4/extents.cAditya Kali2011-09-09
|/
* ext4: set extents flag when migrating file to use extentsTheodore Ts'o2011-05-03
* Fix common misspellingsLucas De Marchi2011-03-31
* ext4: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe2011-02-21
* ext4: ext4_ext_migrate should use NULL not 0Eric Paris2011-01-10
* ext4: rename {ext,idx}_pblock and inline small extent functionsTheodore Ts'o2010-10-27
* ext4: Convert more i_flags references to use accessor functionsTheodore Ts'o2010-06-14
* ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoDmitry Monakhov2010-05-16
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* ext4: fix error handling in migrateDmitry Monakhov2010-03-01
* ext4: Use bitops to read/modify EXT4_I(inode)->i_stateTheodore Ts'o2010-01-24
* ext4: quota macros cleanupDmitry Monakhov2009-12-08
* ext4: call ext4_forget() from ext4_free_blocks()Theodore Ts'o2009-11-23
* ext4: Split uninitialized extents for direct I/OMingming Cao2009-09-28
* ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flagsTheodore Ts'o2009-09-17
* ext4: Add missing unlock_new_inode() call in extent migration codeAneesh Kumar K.V2009-08-25
* ext4: teach the inode allocator to use a goal inode numberAndreas Dilger2009-06-13
* ext4: Use a hash of the topdir directory name for the Orlov parent groupTheodore Ts'o2009-06-13
* ext4: Fix NULL dereference in ext4_ext_migrate()'s error handlingDan Carpenter2009-02-15
* ext4: Remove "extents" mount optionTheodore Ts'o2009-01-06
* ext4: Allow ext4 to run without a journalFrank Mayhar2009-01-07
* ext4: elevate write count for migrate ioctlAneesh Kumar K.V2008-09-13
* ext4: journal credits reservation fixes for extent file writepageMingming Cao2008-08-19