aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/move_extents.c
AgeCommit message (Expand)Author
2017-09-06ocfs2: clean up some dead codeJun Piao
2016-12-10ocfs2: convert inode refcount test to a helperDarrick J. Wong
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches
2015-09-04ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues
2014-12-10ocfs2: remove bogus NULL check in ocfs2_move_extents()Dan Carpenter
2014-10-09ocfs2: fix shift left operations overflowJoseph Qi
2014-08-06ocfs2: correctly check the return value of ocfs2_search_extent_listYingtai Xie
2014-04-03ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failedYounger Liu
2014-04-03ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong
2014-01-21ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...Younger Liu
2013-11-13ocfs2: add missing errno in ocfs2_ioctl_move_extents()Younger Liu
2013-11-13fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues
2013-09-11ocfs2: fix a memory leak in __ocfs2_move_extents()Jie Liu
2013-09-11ocfs2: use i_size_read() to access i_sizeJunxiao Bi
2013-08-13ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang
2013-04-29ocfs2: fix NULL dereference for moving extentsDan Carpenter
2013-04-29ocfs2: fix error handling in ocfs2_ioctl_move_extents()Dan Carpenter
2013-02-22new helper: file_inode(file)Al Viro
2012-05-29ocfs2: deal with __user misannotationsAl Viro
2012-01-03vfs: mnt_drop_write_file()Al Viro
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro
2011-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-06-20treewide: remove duplicate includesVitaliy Ivanov
2011-05-31ocfs2: checking the wrong variable in ocfs2_move_extent()Dan Carpenter
2011-05-27Ocfs2/move_extents: Validate moving goal after the adjustment.Tristan Ye
2011-05-27Ocfs2/move_extents: Avoid doing division in extent moving.Tristan Ye
2011-05-25Ocfs2/move_extents: Set several trivial constraints for threshold.Tristan Ye
2011-05-25Ocfs2/move_extents: Let defrag handle partial extent moving.Tristan Ye
2011-05-25Ocfs2/move_extents: move/defrag extents within a certain range.Tristan Ye
2011-05-25Ocfs2/move_extents: helper to calculate the defraging length in one run.Tristan Ye
2011-05-25Ocfs2/move_extents: move entire/partial extent.Tristan Ye
2011-05-25Ocfs2/move_extents: helpers to update the group descriptor and global bitmap ...Tristan Ye
2011-05-25Ocfs2/move_extents: helper to probe a proper region to move in an alloc group.Tristan Ye
2011-05-25Ocfs2/move_extents: helper to validate and adjust moving goal.Tristan Ye
2011-05-25Ocfs2/move_extents: find the victim alloc group, where the given #blk fits.Tristan Ye
2011-05-25Ocfs2/move_extents: defrag a range of extent.Tristan Ye
2011-05-25Ocfs2/move_extents: move a range of extent.Tristan Ye
2011-05-25Ocfs2/move_extents: lock allocators and reserve metadata blocks and data clus...Tristan Ye
2011-05-25Ocfs2/move_extents: Add basic framework and source files for extent moving.Tristan Ye