aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/move_extent.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30ext4: factor out ext4_free_ext_path()Ye Bin1-6/+3
2022-09-30ext4: remove unnecessary drop path references in mext_check_coverage()Ye Bin1-1/+0
2022-09-27ext4: minor defrag code improvementsEric Whitney1-9/+7
2022-05-09ext4: Convert ext4 to read_folioMatthew Wilcox (Oracle)1-2/+2
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-2/+2
2022-05-08ext4: Use scoped memory API in mext_page_double_lock()Matthew Wilcox (Oracle)1-4/+9
2022-01-10ext4: remove redundant o_start statementluo penghao1-1/+0
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)1-1/+1
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu1-2/+2
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o1-2/+2
2019-06-20ext4: use jbd2_inode dirty range scopingRoss Zwisler1-1/+2
2019-06-19ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o1-6/+6
2019-01-23ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra1-2/+1
2018-10-02ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o1-2/+6
2018-07-29ext4: use swap macro in mext_page_double_lockGustavo A. R. Silva1-3/+1
2018-03-22ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov1-4/+0
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o1-9/+1
2017-06-22ext4: add ext4_is_quota_file()Tahsin Erdogan1-1/+1
2017-03-26Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+1
2017-03-25ext4: fix two spelling nitsTheodore Ts'o1-1/+1
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2016-08-29ext4: enforce online defrag restriction for encrypted filesEric Whitney1-0/+7
2016-04-24ext4: do not ask jbd2 to write data for delalloc buffersJan Kara1-1/+1
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+9
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-8/+8
2016-04-01ext4: add lockdep annotations for i_data_semTheodore Ts'o1-2/+9
2016-03-09ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan1-0/+1
2016-02-12ext4: don't read blocks from disk after extents being swappedEryu Guan1-3/+12
2015-06-21ext4: make online defrag error reporting consistentEric Whitney1-3/+7
2015-06-12ext4: use swap() in mext_page_double_lock()Fabian Frederick1-6/+3
2014-12-17move_extent_per_page(): get rid of unused w_flagsAl Viro1-4/+0
2014-11-05ext4: move_extent improve bh vanishing success factorDmitry Monakhov1-2/+6
2014-10-11ext4: delete useless comments about ext4_move_extentsXiaoguang Wang1-53/+6
2014-09-01ext4: rename ext4_ext_find_extent() to ext4_find_extent()Theodore Ts'o1-2/+2
2014-09-01ext4: reuse path object in ext4_move_extents()Theodore Ts'o1-15/+12
2014-09-01ext4: allow a NULL argument to ext4_ext_drop_refs()Theodore Ts'o1-13/+7
2014-09-01ext4: teach ext4_ext_find_extent() to free path on errorTheodore Ts'o1-1/+1
2014-08-30ext4: refactor ext4_move_extents code baseDmitry Monakhov1-878/+112
2014-08-30ext4: use ext4_ext_next_allocated_block instead of mext_next_extentDmitry Monakhov1-1/+1
2014-07-27ext4: fix incorrect locking in move_extent_per_pageDmitry Monakhov1-1/+2
2014-05-12ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie1-0/+1
2014-04-20ext4: rename uninitialized extents to unwrittenLukas Czerner1-19/+19
2014-02-23ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon1-1/+1
2014-02-17ext4: remove an unneeded check in mext_page_mkuptodate()Dan Carpenter1-2/+1
2013-11-09vfs: pull ext4's double-i_mutex-locking into common codeJ. Bruce Fields1-38/+2
2013-08-16ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o1-1/+1
2013-06-17ext4: delete unused variablesJon Ernst1-3/+0
2013-04-19ext4: mext_insert_extents should update extent block checksumDarrick J. Wong1-12/+1
2013-04-11ext4: defragmentation code cleanupDmitry Monakhov1-2/+9
2013-04-09ext4: fix usless declarationsDmitri Monakho1-1/+0