summaryrefslogtreecommitdiffstats
path: root/fs/ext4/move_extent.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: convert move_extent_per_page() to use foliosVishal Moola (Oracle)2022-11-301-21/+31
* ext4: factor out ext4_free_ext_path()Ye Bin2022-09-301-6/+3
* ext4: remove unnecessary drop path references in mext_check_coverage()Ye Bin2022-09-301-1/+0
* ext4: minor defrag code improvementsEric Whitney2022-09-271-9/+7
* ext4: Convert ext4 to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+2
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+2
* ext4: Use scoped memory API in mext_page_double_lock()Matthew Wilcox (Oracle)2022-05-081-4/+9
* ext4: remove redundant o_start statementluo penghao2022-01-101-1/+0
* ext4: use common helpers in all places reading metadata bufferszhangyi (F)2020-10-181-1/+1
* ext4: limit the length of per-inode prealloc listbrookxu2020-08-191-2/+2
* ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o2020-04-011-2/+2
* ext4: use jbd2_inode dirty range scopingRoss Zwisler2019-06-201-1/+2
* ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o2019-06-191-6/+6
* ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-231-2/+1
* ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o2018-10-021-2/+6
* ext4: use swap macro in mext_page_double_lockGustavo A. R. Silva2018-07-291-3/+1
* ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov2018-03-221-4/+0
* ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-171-9/+1
* ext4: add ext4_is_quota_file()Tahsin Erdogan2017-06-221-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-03-261-1/+1
|\
| * ext4: fix two spelling nitsTheodore Ts'o2017-03-251-1/+1
* | fs: add i_blocksize()Fabian Frederick2017-02-271-1/+1
|/
* ext4: enforce online defrag restriction for encrypted filesEric Whitney2016-08-291-0/+7
* ext4: do not ask jbd2 to write data for delalloc buffersJan Kara2016-04-241-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-071-2/+9
|\
| * ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-011-2/+9
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-8/+8
|/
* ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan2016-03-091-0/+1
* ext4: don't read blocks from disk after extents being swappedEryu Guan2016-02-121-3/+12
* ext4: make online defrag error reporting consistentEric Whitney2015-06-211-3/+7
* ext4: use swap() in mext_page_double_lock()Fabian Frederick2015-06-121-6/+3
* move_extent_per_page(): get rid of unused w_flagsAl Viro2014-12-171-4/+0
* ext4: move_extent improve bh vanishing success factorDmitry Monakhov2014-11-051-2/+6
* ext4: delete useless comments about ext4_move_extentsXiaoguang Wang2014-10-111-53/+6
* ext4: rename ext4_ext_find_extent() to ext4_find_extent()Theodore Ts'o2014-09-011-2/+2
* ext4: reuse path object in ext4_move_extents()Theodore Ts'o2014-09-011-15/+12
* ext4: allow a NULL argument to ext4_ext_drop_refs()Theodore Ts'o2014-09-011-13/+7
* ext4: teach ext4_ext_find_extent() to free path on errorTheodore Ts'o2014-09-011-1/+1
* ext4: refactor ext4_move_extents code baseDmitry Monakhov2014-08-301-878/+112
* ext4: use ext4_ext_next_allocated_block instead of mext_next_extentDmitry Monakhov2014-08-301-1/+1
* ext4: fix incorrect locking in move_extent_per_pageDmitry Monakhov2014-07-271-1/+2
* ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie2014-05-121-0/+1
* ext4: rename uninitialized extents to unwrittenLukas Czerner2014-04-201-19/+19
* ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon2014-02-231-1/+1
* ext4: remove an unneeded check in mext_page_mkuptodate()Dan Carpenter2014-02-171-2/+1
* vfs: pull ext4's double-i_mutex-locking into common codeJ. Bruce Fields2013-11-091-38/+2
* ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o2013-08-161-1/+1
* ext4: delete unused variablesJon Ernst2013-06-171-3/+0
* ext4: mext_insert_extents should update extent block checksumDarrick J. Wong2013-04-191-12/+1
* ext4: defragmentation code cleanupDmitry Monakhov2013-04-111-2/+9