index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
move_extent.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: make online defrag error reporting consistent
Eric Whitney
2015-06-21
1
-3
/
+7
*
ext4: use swap() in mext_page_double_lock()
Fabian Frederick
2015-06-12
1
-6
/
+3
*
move_extent_per_page(): get rid of unused w_flags
Al Viro
2014-12-17
1
-4
/
+0
*
ext4: move_extent improve bh vanishing success factor
Dmitry Monakhov
2014-11-05
1
-2
/
+6
*
ext4: delete useless comments about ext4_move_extents
Xiaoguang Wang
2014-10-11
1
-53
/
+6
*
ext4: rename ext4_ext_find_extent() to ext4_find_extent()
Theodore Ts'o
2014-09-01
1
-2
/
+2
*
ext4: reuse path object in ext4_move_extents()
Theodore Ts'o
2014-09-01
1
-15
/
+12
*
ext4: allow a NULL argument to ext4_ext_drop_refs()
Theodore Ts'o
2014-09-01
1
-13
/
+7
*
ext4: teach ext4_ext_find_extent() to free path on error
Theodore Ts'o
2014-09-01
1
-1
/
+1
*
ext4: refactor ext4_move_extents code base
Dmitry Monakhov
2014-08-30
1
-878
/
+112
*
ext4: use ext4_ext_next_allocated_block instead of mext_next_extent
Dmitry Monakhov
2014-08-30
1
-1
/
+1
*
ext4: fix incorrect locking in move_extent_per_page
Dmitry Monakhov
2014-07-27
1
-1
/
+2
*
ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access
liang xie
2014-05-12
1
-0
/
+1
*
ext4: rename uninitialized extents to unwritten
Lukas Czerner
2014-04-20
1
-19
/
+19
*
ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
Namjae Jeon
2014-02-23
1
-1
/
+1
*
ext4: remove an unneeded check in mext_page_mkuptodate()
Dan Carpenter
2014-02-17
1
-2
/
+1
*
vfs: pull ext4's double-i_mutex-locking into common code
J. Bruce Fields
2013-11-09
1
-38
/
+2
*
ext4: cache all of an extent tree's leaf block upon reading
Theodore Ts'o
2013-08-16
1
-1
/
+1
*
ext4: delete unused variables
Jon Ernst
2013-06-17
1
-3
/
+0
*
ext4: mext_insert_extents should update extent block checksum
Darrick J. Wong
2013-04-19
1
-12
/
+1
*
ext4: defragmentation code cleanup
Dmitry Monakhov
2013-04-11
1
-2
/
+9
*
ext4: fix usless declarations
Dmitri Monakho
2013-04-09
1
-1
/
+0
*
ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT
Dr. Tilmann Bubeck
2013-04-08
1
-23
/
+25
*
Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2013-03-21
1
-16
/
+27
|
\
|
*
ext4: fix memory leakage in mext_check_coverage
Dmitry Monakhov
2013-03-18
1
-16
/
+19
|
*
ext4: invalidate extent status tree during extent migration
Dmitry Monakhov
2013-03-04
1
-0
/
+8
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-26
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-3
/
+3
*
|
ext4: remove single extent cache
Zheng Liu
2013-02-18
1
-3
/
+0
*
|
ext4: pass context information to jbd2__journal_start()
Theodore Ts'o
2013-02-08
1
-1
/
+1
*
|
ext4: fix smatch warning in move_extent.c's mext_replace_branches()
Akria Fujita
2013-02-01
1
-1
/
+4
|
/
*
ext4: rationalize ext4_extents.h inclusion
Theodore Ts'o
2012-11-28
1
-0
/
+1
*
ext4: serialize dio nonlocked reads with defrag workers
Dmitry Monakhov
2012-09-29
1
-0
/
+8
*
ext4: convert to use leXX_add_cpu()
Wei Yongjun
2012-09-27
1
-3
/
+2
*
ext4: remove redundant offset check in mext_check_arguments()
Wang Sheng-Hui
2012-09-27
1
-1
/
+0
*
ext4: reimplement uninit extent optimization for move_extent_per_page()
Dmitry Monakhov
2012-09-26
1
-5
/
+76
*
ext4: clean up online defrag bugs in move_extent_per_page()
Dmitry Monakhov
2012-09-26
1
-75
/
+178
*
ext4: online defrag is not supported for journaled files
Dmitry Monakhov
2012-09-26
1
-1
/
+6
*
ext4: move_extent code cleanup
Dmitry Monakhov
2012-09-26
1
-120
/
+47
*
ext4: add some tracepoints in ext4/extents.c
Aditya Kali
2011-09-09
1
-1
/
+0
*
ext4: Fix max file size and logical block counting of extent format file
Lukas Czerner
2011-06-06
1
-5
/
+5
*
ext4: clean up some wait_on_page_writeback calls
Darrick J. Wong
2011-05-18
1
-2
/
+1
*
ext4: rename {ext,idx}_pblock and inline small extent functions
Theodore Ts'o
2010-10-27
1
-11
/
+11
*
ext4: Pass line numbers to ext4_error() and friends
Theodore Ts'o
2010-07-27
1
-5
/
+5
*
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only files
Theodore Ts'o
2010-06-02
1
-0
/
+3
*
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
Dmitry Monakhov
2010-05-16
1
-2
/
+2
*
ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()
Theodore Ts'o
2010-05-16
1
-4
/
+4
*
ext4: Fix coding style in fs/ext4/move_extent.c
Steven Liu
2010-05-11
1
-0
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl
Akira Fujita
2010-03-04
1
-3
/
+1
[next]