index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
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
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-11
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-30
ext4: refactor ext4_move_extents code base
Dmitry Monakhov
1
-878
/
+112
2014-08-30
ext4: use ext4_ext_next_allocated_block instead of mext_next_extent
Dmitry Monakhov
1
-1
/
+1
2014-07-27
ext4: fix incorrect locking in move_extent_per_page
Dmitry Monakhov
1
-1
/
+2
2014-05-12
ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access
liang xie
1
-0
/
+1
2014-04-20
ext4: rename uninitialized extents to unwritten
Lukas Czerner
1
-19
/
+19
2014-02-23
ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
Namjae Jeon
1
-1
/
+1
2014-02-17
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-16
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-11
ext4: defragmentation code cleanup
Dmitry Monakhov
1
-2
/
+9
2013-04-09
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-21
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-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2013-02-22
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-08
ext4: pass context information to jbd2__journal_start()
Theodore Ts'o
1
-1
/
+1
2013-02-01
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-09
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-27
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-02
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only files
Theodore Ts'o
1
-0
/
+3
2010-05-16
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
Dmitry Monakhov
1
-2
/
+2
2010-05-16
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
[next]