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
/
ocfs2
/
move_extents.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ocfs2: fix non-auto defrag path not working issue
Heming Zhao via Ocfs2-devel
2023-02-27
1
-11
/
+13
*
ocfs2: fix defrag path triggering jbd2 ASSERT
Heming Zhao via Ocfs2-devel
2023-02-27
1
-10
/
+0
*
treewide: remove editor modelines and cruft
Masahiro Yamada
2021-05-07
1
-3
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
ocfs2: fix deadlock caused by ocfs2_defrag_extent()
Larry Chen
2018-11-30
1
-21
/
+26
*
ocfs2: fix clusters leak in ocfs2_defrag_extent()
Larry Chen
2018-11-03
1
-0
/
+17
*
ocfs2: clean up some dead code
Jun Piao
2017-09-06
1
-1
/
+1
*
ocfs2: convert inode refcount test to a helper
Darrick J. Wong
2016-12-10
1
-8
/
+2
*
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
1
-1
/
+1
*
wrappers for ->i_mutex access
Al Viro
2016-01-22
1
-8
/
+8
*
ocfs2: neaten do_error, ocfs2_error and ocfs2_abort
Joe Perches
2015-09-04
1
-3
/
+2
*
ocfs2: acknowledge return value of ocfs2_error()
Goldwyn Rodrigues
2015-09-04
1
-2
/
+1
*
ocfs2: remove bogus NULL check in ocfs2_move_extents()
Dan Carpenter
2014-12-10
1
-3
/
+0
*
ocfs2: fix shift left operations overflow
Joseph Qi
2014-10-09
1
-1
/
+1
*
ocfs2: correctly check the return value of ocfs2_search_extent_list
Yingtai Xie
2014-08-06
1
-1
/
+1
*
ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failed
Younger Liu
2014-04-03
1
-1
/
+4
*
ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode
Darrick J. Wong
2014-04-03
1
-0
/
+2
*
ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...
Younger Liu
2014-01-21
1
-77
/
+0
*
ocfs2: add missing errno in ocfs2_ioctl_move_extents()
Younger Liu
2013-11-13
1
-2
/
+6
*
fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits
Goldwyn Rodrigues
2013-11-13
1
-2
/
+1
*
ocfs2: fix a memory leak in __ocfs2_move_extents()
Jie Liu
2013-09-11
1
-0
/
+1
*
ocfs2: use i_size_read() to access i_size
Junxiao Bi
2013-09-11
1
-1
/
+1
*
ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_page
Tiger Yang
2013-08-13
1
-1
/
+1
*
ocfs2: fix NULL dereference for moving extents
Dan Carpenter
2013-04-29
1
-8
/
+8
*
ocfs2: fix error handling in ocfs2_ioctl_move_extents()
Dan Carpenter
2013-04-29
1
-20
/
+17
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-1
/
+1
*
ocfs2: deal with __user misannotations
Al Viro
2012-05-29
1
-4
/
+2
*
vfs: mnt_drop_write_file()
Al Viro
2012-01-03
1
-1
/
+1
*
switch a bunch of places to mnt_want_write_file()
Al Viro
2012-01-03
1
-1
/
+1
*
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2011-12-01
1
-1
/
+1
|
\
|
*
ocfs2: checking the wrong variable in ocfs2_move_extent()
Dan Carpenter
2011-05-31
1
-1
/
+1
*
|
treewide: remove duplicate includes
Vitaliy Ivanov
2011-06-20
1
-1
/
+0
|
/
*
Ocfs2/move_extents: Validate moving goal after the adjustment.
Tristan Ye
2011-05-27
1
-13
/
+13
*
Ocfs2/move_extents: Avoid doing division in extent moving.
Tristan Ye
2011-05-27
1
-10
/
+9
*
Ocfs2/move_extents: Set several trivial constraints for threshold.
Tristan Ye
2011-05-25
1
-7
/
+17
*
Ocfs2/move_extents: Let defrag handle partial extent moving.
Tristan Ye
2011-05-25
1
-20
/
+26
*
Ocfs2/move_extents: move/defrag extents within a certain range.
Tristan Ye
2011-05-25
1
-0
/
+308
*
Ocfs2/move_extents: helper to calculate the defraging length in one run.
Tristan Ye
2011-05-25
1
-0
/
+30
*
Ocfs2/move_extents: move entire/partial extent.
Tristan Ye
2011-05-25
1
-0
/
+165
*
Ocfs2/move_extents: helpers to update the group descriptor and global bitmap ...
Tristan Ye
2011-05-25
1
-0
/
+77
*
Ocfs2/move_extents: helper to probe a proper region to move in an alloc group.
Tristan Ye
2011-05-25
1
-0
/
+39
*
Ocfs2/move_extents: helper to validate and adjust moving goal.
Tristan Ye
2011-05-25
1
-0
/
+61
*
Ocfs2/move_extents: find the victim alloc group, where the given #blk fits.
Tristan Ye
2011-05-25
1
-0
/
+104
*
Ocfs2/move_extents: defrag a range of extent.
Tristan Ye
2011-05-25
1
-0
/
+136
*
Ocfs2/move_extents: move a range of extent.
Tristan Ye
2011-05-25
1
-0
/
+100
*
Ocfs2/move_extents: lock allocators and reserve metadata blocks and data clus...
Tristan Ye
2011-05-25
1
-0
/
+61
*
Ocfs2/move_extents: Add basic framework and source files for extent moving.
Tristan Ye
2011-05-25
1
-0
/
+56