index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
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 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