aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-13ext4: avoid deadlock in fs reclaim with page writebackJan Kara1-5/+6
2022-11-06ext4: fix warning in 'ext4_da_release_space'Ye Bin1-1/+2
2022-09-30ext4: factor out ext4_free_ext_path()Ye Bin1-2/+1
2022-08-02ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng1-1/+3
2022-06-18ext4: fix a doubled word "need" in a commentXiang wangx1-1/+1
2022-02-03fs/ext4: fix comments mentioning i_mutexhongnanli1-1/+1
2022-01-10ext4: don't use the orphan list when migrating an inodeTheodore Ts'o1-15/+4
2022-01-10ext4: set csum seed in tmp inode while migrating to extentsLuís Henriques1-1/+11
2021-04-09ext4: fix various seppling typosBhaskar Chowdhury1-3/+3
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar1-4/+8
2020-02-21ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers1-8/+19
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara1-9/+15
2019-11-05ext4: Provide function to handle transaction restartsJan Kara1-60/+35
2018-12-04ext4: clean up indentation issues, remove extraneous tabsColin Ian King1-6/+6
2018-11-25ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o1-18/+18
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o1-8/+1
2017-06-21ext4: do not set posix acls on xattr inodesTahsin Erdogan1-1/+1
2016-03-09ext4: fix misspellings in comments.Adam Buchbinder1-1/+1
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong1-6/+3
2015-07-04ext4: correctly migrate a file with a hole at the beginningEryu Guan1-4/+5
2015-07-03ext4: be more strict when migrating to non-extent based fileEryu Guan1-1/+11
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-11-25ext4: update comments regarding ext4_delete_inode()Wang Shilong1-1/+1
2014-09-01ext4: rename ext4_ext_find_extent() to ext4_find_extent()Theodore Ts'o1-2/+1
2014-09-01ext4: allow a NULL argument to ext4_ext_drop_refs()Theodore Ts'o1-4/+2
2014-09-01ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling codeTheodore Ts'o1-1/+1
2014-07-27ext4: add i_data_sem sanity checkDmitry Monakhov1-0/+7
2014-05-12ext4: remove unnecessary double parenthesesLukas Czerner1-1/+1
2013-08-28ext4: Fix misspellings using 'codespell' toolAnatol Pomozov1-1/+1
2013-08-16ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o1-1/+1
2013-04-11ext4: do not convert to indirect with bigalloc enabledLukas Czerner1-0/+4
2013-04-10ext4: move ext4_ind_migrate() into migrate.cLukas Czerner1-1/+57
2013-02-09ext4: fix the number of credits needed for ext4_ext_migrate()Theodore Ts'o1-4/+7
2013-02-08ext4: pass context information to jbd2__journal_start()Theodore Ts'o1-2/+2
2012-11-28ext4: rationalize ext4_extents.h inclusionTheodore Ts'o1-0/+1
2012-05-15userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman1-2/+2
2012-02-20ext4: using PTR_ERR() on the wrong variable in ext4_ext_migrate()Dan Carpenter1-1/+1
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker1-1/+0
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-29ext4: fix quota accounting during migrationDmitry Monakhov1-2/+5
2011-10-29ext4: migrate cleanupDmitry Monakhov1-66/+35
2011-09-09ext4: add some tracepoints in ext4/extents.cAditya Kali1-1/+0
2011-05-03ext4: set extents flag when migrating file to use extentsTheodore Ts'o1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-21ext4: Fix sparse warning: Using plain integer as NULL pointerPeter Huewe1-5/+5
2011-01-10ext4: ext4_ext_migrate should use NULL not 0Eric Paris1-1/+1
2010-10-27ext4: rename {ext,idx}_pblock and inline small extent functionsTheodore Ts'o1-1/+1
2010-06-14ext4: Convert more i_flags references to use accessor functionsTheodore Ts'o1-1/+1
2010-05-16ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoDmitry Monakhov1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-01ext4: fix error handling in migrateDmitry Monakhov1-15/+14
2010-01-24ext4: Use bitops to read/modify EXT4_I(inode)->i_stateTheodore Ts'o1-3/+3
2009-12-08ext4: quota macros cleanupDmitry Monakhov1-2/+2
2009-11-23ext4: call ext4_forget() from ext4_free_blocks()Theodore Ts'o1-7/+16
2009-09-28ext4: Split uninitialized extents for direct I/OMingming Cao1-1/+1
2009-09-17ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flagsTheodore Ts'o1-10/+10
2009-08-25ext4: Add missing unlock_new_inode() call in extent migration codeAneesh Kumar K.V1-1/+1
2009-06-13ext4: teach the inode allocator to use a goal inode numberAndreas Dilger1-1/+4
2009-06-13ext4: Use a hash of the topdir directory name for the Orlov parent groupTheodore Ts'o1-3/+2
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