index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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
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
2013-02-02
ext4: fix smatch warning in move_extent.c's mext_replace_branches()
Akria Fujita
1
-1
/
+4
2012-11-28
ext4: rationalize ext4_extents.h inclusion
Theodore Ts'o
1
-0
/
+1
2012-09-29
ext4: serialize dio nonlocked reads with defrag workers
Dmitry Monakhov
1
-0
/
+8
2012-09-27
ext4: convert to use leXX_add_cpu()
Wei Yongjun
1
-3
/
+2
2012-09-27
ext4: remove redundant offset check in mext_check_arguments()
Wang Sheng-Hui
1
-1
/
+0
2012-09-26
ext4: reimplement uninit extent optimization for move_extent_per_page()
Dmitry Monakhov
1
-5
/
+76
2012-09-26
ext4: clean up online defrag bugs in move_extent_per_page()
Dmitry Monakhov
1
-75
/
+178
2012-09-26
ext4: online defrag is not supported for journaled files
Dmitry Monakhov
1
-1
/
+6
2012-09-26
ext4: move_extent code cleanup
Dmitry Monakhov
1
-120
/
+47
2011-09-10
ext4: add some tracepoints in ext4/extents.c
Aditya Kali
1
-1
/
+0
2011-06-06
ext4: Fix max file size and logical block counting of extent format file
Lukas Czerner
1
-5
/
+5
2011-05-18
ext4: clean up some wait_on_page_writeback calls
Darrick J. Wong
1
-2
/
+1
2010-10-28
ext4: rename {ext,idx}_pblock and inline small extent functions
Theodore Ts'o
1
-11
/
+11
2010-07-27
ext4: Pass line numbers to ext4_error() and friends
Theodore Ts'o
1
-5
/
+5
2010-06-03
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only files
Theodore Ts'o
1
-0
/
+3
2010-05-17
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
Dmitry Monakhov
1
-2
/
+2
2010-05-17
ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()
Theodore Ts'o
1
-4
/
+4
2010-05-11
ext4: Fix coding style in fs/ext4/move_extent.c
Steven Liu
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-04
ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl
Akira Fujita
1
-3
/
+1
2010-03-04
ext4: Fix the NULL reference in double_down_write_data_sem()
Akira Fujita
1
-8
/
+8
2010-03-04
ext4: Fix insertion point of extent in mext_insert_across_blocks()
Akira Fujita
1
-0
/
+4
2010-02-15
ext4: move __func__ into a macro for ext4_warning, ext4_error
Eric Sandeen
1
-6
/
+6
2009-12-07
ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
Akira Fujita
1
-0
/
+7
2009-11-24
ext4: move_extent_per_page() cleanup
Akira Fujita
1
-21
/
+9
2009-11-24
ext4: initialize moved_len before calling ext4_move_extents()
Kazuya Mio
1
-11
/
+3
2009-11-24
ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
Akira Fujita
1
-4
/
+5
2009-11-23
ext4: fix spelling typos in move_extent.c
Akira Fujita
1
-2
/
+2
2009-11-23
ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
Akira Fujita
1
-1
/
+1
2009-11-23
ext4: fix lock order problem in ext4_move_extents()
Akira Fujita
1
-64
/
+53
2009-11-23
ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
Akira Fujita
1
-66
/
+73
2009-09-28
ext4: EXT4_IOC_MOVE_EXT: Check for different original and donor inodes first
Theodore Ts'o
1
-8
/
+8
2009-09-28
ext4: Split uninitialized extents for direct I/O
Mingming Cao
1
-2
/
+2
2009-09-17
ext4: replace MAX_DEFRAG_SIZE with EXT_MAX_BLOCK
Eric Sandeen
1
-6
/
+6
2009-09-16
ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXT
Akira Fujita
1
-9
/
+37
2009-09-16
ext4: Add null extent check to ext_get_path
Akira Fujita
1
-18
/
+16
2009-09-16
ext4: Replace BUG_ON() with ext4_error() in move_extents.c
Akira Fujita
1
-40
/
+109
2009-09-16
ext4: Replace get_ext_path macro with an inline funciton
Akira Fujita
1
-21
/
+34
2009-09-06
ext4: Fix small typo for move_extent_per_page()
Akira Fujita
1
-2
/
+2
[next]