aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/move_extent.c
Commit message (Expand)AuthorAge
* ext4: use jbd2_inode dirty range scopingRoss Zwisler2019-06-20
* ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o2019-06-19
* ext4: use IS_ENCRYPTED() to check encryption statusChandan Rajendra2019-01-23
* ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o2018-10-02
* ext4: use swap macro in mext_page_double_lockGustavo A. R. Silva2018-07-29
* ext4: remove EXT4_STATE_DIOREAD_LOCK flagNikolay Borisov2018-03-22
* ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-17
* ext4: add ext4_is_quota_file()Tahsin Erdogan2017-06-22
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-03-26
|\
| * ext4: fix two spelling nitsTheodore Ts'o2017-03-25
* | fs: add i_blocksize()Fabian Frederick2017-02-27
|/
* ext4: enforce online defrag restriction for encrypted filesEric Whitney2016-08-29
* ext4: do not ask jbd2 to write data for delalloc buffersJan Kara2016-04-24
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-07
|\
| * ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-01
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan2016-03-09
* ext4: don't read blocks from disk after extents being swappedEryu Guan2016-02-12
* ext4: make online defrag error reporting consistentEric Whitney2015-06-21
* ext4: use swap() in mext_page_double_lock()Fabian Frederick2015-06-12
* move_extent_per_page(): get rid of unused w_flagsAl Viro2014-12-17
* ext4: move_extent improve bh vanishing success factorDmitry Monakhov2014-11-05
* ext4: delete useless comments about ext4_move_extentsXiaoguang Wang2014-10-11
* ext4: rename ext4_ext_find_extent() to ext4_find_extent()Theodore Ts'o2014-09-01
* ext4: reuse path object in ext4_move_extents()Theodore Ts'o2014-09-01
* ext4: allow a NULL argument to ext4_ext_drop_refs()Theodore Ts'o2014-09-01
* ext4: teach ext4_ext_find_extent() to free path on errorTheodore Ts'o2014-09-01
* ext4: refactor ext4_move_extents code baseDmitry Monakhov2014-08-30
* ext4: use ext4_ext_next_allocated_block instead of mext_next_extentDmitry Monakhov2014-08-30
* ext4: fix incorrect locking in move_extent_per_pageDmitry Monakhov2014-07-27
* ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie2014-05-12
* ext4: rename uninitialized extents to unwrittenLukas Czerner2014-04-20
* ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon2014-02-23
* ext4: remove an unneeded check in mext_page_mkuptodate()Dan Carpenter2014-02-17
* vfs: pull ext4's double-i_mutex-locking into common codeJ. Bruce Fields2013-11-09
* ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o2013-08-16
* ext4: delete unused variablesJon Ernst2013-06-17
* ext4: mext_insert_extents should update extent block checksumDarrick J. Wong2013-04-19
* ext4: defragmentation code cleanupDmitry Monakhov2013-04-11
* ext4: fix usless declarationsDmitri Monakho2013-04-09
* ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOTDr. Tilmann Bubeck2013-04-08
* Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-03-21
|\
| * ext4: fix memory leakage in mext_check_coverageDmitry Monakhov2013-03-18
| * ext4: invalidate extent status tree during extent migrationDmitry Monakhov2013-03-04
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\ \ | |/ |/|
| * new helper: file_inode(file)Al Viro2013-02-22
* | ext4: remove single extent cacheZheng Liu2013-02-18
* | ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-08
* | ext4: fix smatch warning in move_extent.c's mext_replace_branches()Akria Fujita2013-02-01
|/
* ext4: rationalize ext4_extents.h inclusionTheodore Ts'o2012-11-28