summaryrefslogtreecommitdiffstats
path: root/fs/ext4/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: avoid deadlock in fs reclaim with page writebackJan Kara2023-05-131-5/+6
* ext4: fix warning in 'ext4_da_release_space'Ye Bin2022-11-061-1/+2
* ext4: factor out ext4_free_ext_path()Ye Bin2022-09-301-2/+1
* ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng2022-08-021-1/+3
* ext4: fix a doubled word "need" in a commentXiang wangx2022-06-181-1/+1
* fs/ext4: fix comments mentioning i_mutexhongnanli2022-02-031-1/+1
* ext4: don't use the orphan list when migrating an inodeTheodore Ts'o2022-01-101-15/+4
* ext4: set csum seed in tmp inode while migrating to extentsLuís Henriques2022-01-101-1/+11
* ext4: fix various seppling typosBhaskar Chowdhury2021-04-091-3/+3
* ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar2020-06-031-4/+8
* ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers2020-02-211-8/+19
* ext4: Reserve revoke credits for freed blocksJan Kara2019-11-051-9/+15
* ext4: Provide function to handle transaction restartsJan Kara2019-11-051-60/+35
* ext4: clean up indentation issues, remove extraneous tabsColin Ian King2018-12-041-6/+6
* ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o2018-11-251-18/+18
* ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-171-8/+1
* ext4: do not set posix acls on xattr inodesTahsin Erdogan2017-06-211-1/+1
* ext4: fix misspellings in comments.Adam Buchbinder2016-03-091-1/+1
* ext4: clean up feature test macros with predicate functionsDarrick J. Wong2015-10-171-6/+3
* ext4: correctly migrate a file with a hole at the beginningEryu Guan2015-07-041-4/+5
* ext4: be more strict when migrating to non-extent based fileEryu Guan2015-07-031-1/+11
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* ext4: update comments regarding ext4_delete_inode()Wang Shilong2014-11-251-1/+1
* ext4: rename ext4_ext_find_extent() to ext4_find_extent()Theodore Ts'o2014-09-011-2/+1
* ext4: allow a NULL argument to ext4_ext_drop_refs()Theodore Ts'o2014-09-011-4/+2
* ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling codeTheodore Ts'o2014-09-011-1/+1
* ext4: add i_data_sem sanity checkDmitry Monakhov2014-07-271-0/+7
* ext4: remove unnecessary double parenthesesLukas Czerner2014-05-121-1/+1
* ext4: Fix misspellings using 'codespell' toolAnatol Pomozov2013-08-281-1/+1
* ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o2013-08-161-1/+1
* ext4: do not convert to indirect with bigalloc enabledLukas Czerner2013-04-111-0/+4
* ext4: move ext4_ind_migrate() into migrate.cLukas Czerner2013-04-101-1/+57
* ext4: fix the number of credits needed for ext4_ext_migrate()Theodore Ts'o2013-02-091-4/+7
* ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-081-2/+2
* ext4: rationalize ext4_extents.h inclusionTheodore Ts'o2012-11-281-0/+1
* userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman2012-05-151-2/+2
* ext4: using PTR_ERR() on the wrong variable in ext4_ext_migrate()Dan Carpenter2012-02-201-1/+1
* ext2/3/4: delete unneeded includes of module.hPaul Gortmaker2012-01-091-1/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-11-021-1/+1
|\
| * filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* | ext4: fix quota accounting during migrationDmitry Monakhov2011-10-291-2/+5
* | ext4: migrate cleanupDmitry Monakhov2011-10-291-66/+35
* | ext4: add some tracepoints in ext4/extents.cAditya Kali2011-09-091-1/+0
|/
* 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