index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
move_extent.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-19
ext4: limit the length of per-inode prealloc list
brookxu
1
-2
/
+2
2020-04-02
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
1
-2
/
+2
2019-06-21
ext4: use jbd2_inode dirty range scoping
Ross Zwisler
1
-1
/
+2
2019-06-19
ext4: clean up kerneldoc warnigns when building with W=1
Theodore Ts'o
1
-6
/
+6
2019-01-24
ext4: use IS_ENCRYPTED() to check encryption status
Chandan Rajendra
1
-2
/
+1
2018-10-02
ext4: fix argument checking in EXT4_IOC_MOVE_EXT
Theodore Ts'o
1
-2
/
+6
2018-07-29
ext4: use swap macro in mext_page_double_lock
Gustavo A. R. Silva
1
-3
/
+1
2018-03-22
ext4: remove EXT4_STATE_DIOREAD_LOCK flag
Nikolay Borisov
1
-4
/
+0
2017-12-18
ext4: fix up remaining files with SPDX cleanups
Theodore Ts'o
1
-9
/
+1
2017-06-22
ext4: add ext4_is_quota_file()
Tahsin Erdogan
1
-1
/
+1
2017-03-26
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2017-03-26
ext4: fix two spelling nits
Theodore Ts'o
1
-1
/
+1
2017-02-28
fs: add i_blocksize()
Fabian Frederick
1
-1
/
+1
2016-08-29
ext4: enforce online defrag restriction for encrypted files
Eric Whitney
1
-0
/
+7
2016-04-24
ext4: do not ask jbd2 to write data for delalloc buffers
Jan Kara
1
-1
/
+1
2016-04-08
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+9
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-8
/
+8
2016-04-01
ext4: add lockdep annotations for i_data_sem
Theodore Ts'o
1
-2
/
+9
2016-03-10
ext4: iterate over buffer heads correctly in move_extent_per_page()
Eryu Guan
1
-0
/
+1
2016-02-12
ext4: don't read blocks from disk after extents being swapped
Eryu Guan
1
-3
/
+12
2015-06-22
ext4: make online defrag error reporting consistent
Eric Whitney
1
-3
/
+7
2015-06-13
ext4: use swap() in mext_page_double_lock()
Fabian Frederick
1
-6
/
+3
2014-12-17
move_extent_per_page(): get rid of unused w_flags
Al Viro
1
-4
/
+0
2014-11-05
ext4: move_extent improve bh vanishing success factor
Dmitry Monakhov
1
-2
/
+6
2014-10-12
ext4: delete useless comments about ext4_move_extents
Xiaoguang Wang
1
-53
/
+6
2014-09-01
ext4: rename ext4_ext_find_extent() to ext4_find_extent()
Theodore Ts'o
1
-2
/
+2
2014-09-01
ext4: reuse path object in ext4_move_extents()
Theodore Ts'o
1
-15
/
+12
2014-09-01
ext4: allow a NULL argument to ext4_ext_drop_refs()
Theodore Ts'o
1
-13
/
+7
2014-09-01
ext4: teach ext4_ext_find_extent() to free path on error
Theodore Ts'o
1
-1
/
+1
2014-08-31
ext4: refactor ext4_move_extents code base
Dmitry Monakhov
1
-878
/
+112
2014-08-31
ext4: use ext4_ext_next_allocated_block instead of mext_next_extent
Dmitry Monakhov
1
-1
/
+1
2014-07-28
ext4: fix incorrect locking in move_extent_per_page
Dmitry Monakhov
1
-1
/
+2
2014-05-13
ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access
liang xie
1
-0
/
+1
2014-04-21
ext4: rename uninitialized extents to unwritten
Lukas Czerner
1
-19
/
+19
2014-02-24
ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
Namjae Jeon
1
-1
/
+1
2014-02-18
ext4: remove an unneeded check in mext_page_mkuptodate()
Dan Carpenter
1
-2
/
+1
2013-11-09
vfs: pull ext4's double-i_mutex-locking into common code
J. Bruce Fields
1
-38
/
+2
2013-08-17
ext4: cache all of an extent tree's leaf block upon reading
Theodore Ts'o
1
-1
/
+1
2013-06-17
ext4: delete unused variables
Jon Ernst
1
-3
/
+0
2013-04-19
ext4: mext_insert_extents should update extent block checksum
Darrick J. Wong
1
-12
/
+1
2013-04-12
ext4: defragmentation code cleanup
Dmitry Monakhov
1
-2
/
+9
2013-04-10
ext4: fix usless declarations
Dmitri Monakho
1
-1
/
+0
2013-04-08
ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT
Dr. Tilmann Bubeck
1
-23
/
+25
2013-03-22
Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-16
/
+27
2013-03-18
ext4: fix memory leakage in mext_check_coverage
Dmitry Monakhov
1
-16
/
+19
2013-03-04
ext4: invalidate extent status tree during extent migration
Dmitry Monakhov
1
-0
/
+8
2013-02-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2013-02-23
new helper: file_inode(file)
Al Viro
1
-3
/
+3
2013-02-18
ext4: remove single extent cache
Zheng Liu
1
-3
/
+0
2013-02-09
ext4: pass context information to jbd2__journal_start()
Theodore Ts'o
1
-1
/
+1
[next]