Dan Carpenter
|
88d69b92fc
ocfs2: remove bogus NULL check in ocfs2_move_extents()
|
10 년 전 |
Joseph Qi
|
7fa05c6e46
ocfs2: fix shift left operations overflow
|
11 년 전 |
Yingtai Xie
|
981035b47d
ocfs2: correctly check the return value of ocfs2_search_extent_list
|
11 년 전 |
Younger Liu
|
db66c71577
ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failed
|
11 년 전 |
Darrick J. Wong
|
6fdb702d62
ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode
|
11 년 전 |
Younger Liu
|
0a2fcd8988
ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_group_set_bits()
|
11 년 전 |
Younger Liu
|
bfbca926d6
ocfs2: add missing errno in ocfs2_ioctl_move_extents()
|
11 년 전 |
Goldwyn Rodrigues
|
06f9da6e82
fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits
|
11 년 전 |
Jie Liu
|
4704aa30fc
ocfs2: fix a memory leak in __ocfs2_move_extents()
|
12 년 전 |
Junxiao Bi
|
f17c20dd2e
ocfs2: use i_size_read() to access i_size
|
12 년 전 |
Tiger Yang
|
c7dd3392ad
ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_page
|
12 년 전 |
Dan Carpenter
|
7f4804d4c8
ocfs2: fix NULL dereference for moving extents
|
12 년 전 |
Dan Carpenter
|
85a258b70d
ocfs2: fix error handling in ocfs2_ioctl_move_extents()
|
12 년 전 |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 년 전 |
Al Viro
|
f6a5690324
ocfs2: deal with __user misannotations
|
13 년 전 |
Al Viro
|
2a79f17e4a
vfs: mnt_drop_write_file()
|
13 년 전 |
Al Viro
|
a561be7100
switch a bunch of places to mnt_want_write_file()
|
13 년 전 |
Linus Torvalds
|
0a4ebed781
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
|
13 년 전 |
Vitaliy Ivanov
|
e44ba033c5
treewide: remove duplicate includes
|
14 년 전 |
Dan Carpenter
|
3d75be7c47
ocfs2: checking the wrong variable in ocfs2_move_extent()
|
14 년 전 |
Tristan Ye
|
ea5e1675ac
Ocfs2/move_extents: Validate moving goal after the adjustment.
|
14 년 전 |
Tristan Ye
|
6aea6f5068
Ocfs2/move_extents: Avoid doing division in extent moving.
|
14 년 전 |
Tristan Ye
|
dda54e76d7
Ocfs2/move_extents: Set several trivial constraints for threshold.
|
14 년 전 |
Tristan Ye
|
4dfa66bd59
Ocfs2/move_extents: Let defrag handle partial extent moving.
|
14 년 전 |
Tristan Ye
|
53069d4e76
Ocfs2/move_extents: move/defrag extents within a certain range.
|
14 년 전 |
Tristan Ye
|
ee16cc037e
Ocfs2/move_extents: helper to calculate the defraging length in one run.
|
14 년 전 |
Tristan Ye
|
e08477176d
Ocfs2/move_extents: move entire/partial extent.
|
14 년 전 |
Tristan Ye
|
8473aa8a2b
Ocfs2/move_extents: helpers to update the group descriptor and global bitmap inode.
|
14 년 전 |
Tristan Ye
|
e6b5859ccc
Ocfs2/move_extents: helper to probe a proper region to move in an alloc group.
|
14 년 전 |
Tristan Ye
|
99e4c75041
Ocfs2/move_extents: helper to validate and adjust moving goal.
|
14 년 전 |