summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/move_extents.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1Star
* ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen2018-11-301-21/+26
* ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen2018-11-031-0/+17
* ocfs2: clean up some dead codeJun Piao2017-09-071-1/+1
* ocfs2: convert inode refcount test to a helperDarrick J. Wong2016-12-101-8/+2Star
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-231-8/+8
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-051-3/+2Star
* ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues2015-09-051-2/+1Star
* ocfs2: remove bogus NULL check in ocfs2_move_extents()Dan Carpenter2014-12-111-3/+0Star
* ocfs2: fix shift left operations overflowJoseph Qi2014-10-101-1/+1
* ocfs2: correctly check the return value of ocfs2_search_extent_listYingtai Xie2014-08-071-1/+1
* ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failedYounger Liu2014-04-041-1/+4
* ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong2014-04-041-0/+2
* ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...Younger Liu2014-01-221-77/+0Star
* ocfs2: add missing errno in ocfs2_ioctl_move_extents()Younger Liu2013-11-131-2/+6
* fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues2013-11-131-2/+1Star
* ocfs2: fix a memory leak in __ocfs2_move_extents()Jie Liu2013-09-121-0/+1
* ocfs2: use i_size_read() to access i_sizeJunxiao Bi2013-09-121-1/+1
* ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang2013-08-141-1/+1
* ocfs2: fix NULL dereference for moving extentsDan Carpenter2013-04-301-8/+8
* ocfs2: fix error handling in ocfs2_ioctl_move_extents()Dan Carpenter2013-04-301-20/+17Star
* new helper: file_inode(file)Al Viro2013-02-231-1/+1
* ocfs2: deal with __user misannotationsAl Viro2012-05-301-4/+2Star
* vfs: mnt_drop_write_file()Al Viro2012-01-041-1/+1
* switch a bunch of places to mnt_want_write_file()Al Viro2012-01-041-1/+1
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-12-011-1/+1
|\
| * ocfs2: checking the wrong variable in ocfs2_move_extent()Dan Carpenter2011-06-011-1/+1
* | treewide: remove duplicate includesVitaliy Ivanov2011-06-201-1/+0Star
|/
* Ocfs2/move_extents: Validate moving goal after the adjustment.Tristan Ye2011-05-271-13/+13
* Ocfs2/move_extents: Avoid doing division in extent moving.Tristan Ye2011-05-271-10/+9Star
* Ocfs2/move_extents: Set several trivial constraints for threshold.Tristan Ye2011-05-251-7/+17
* Ocfs2/move_extents: Let defrag handle partial extent moving.Tristan Ye2011-05-251-20/+26
* Ocfs2/move_extents: move/defrag extents within a certain range.Tristan Ye2011-05-251-0/+308
* Ocfs2/move_extents: helper to calculate the defraging length in one run.Tristan Ye2011-05-251-0/+30
* Ocfs2/move_extents: move entire/partial extent.Tristan Ye2011-05-251-0/+165
* Ocfs2/move_extents: helpers to update the group descriptor and global bitmap ...Tristan Ye2011-05-251-0/+77
* Ocfs2/move_extents: helper to probe a proper region to move in an alloc group.Tristan Ye2011-05-251-0/+39
* Ocfs2/move_extents: helper to validate and adjust moving goal.Tristan Ye2011-05-251-0/+61
* Ocfs2/move_extents: find the victim alloc group, where the given #blk fits.Tristan Ye2011-05-251-0/+104
* Ocfs2/move_extents: defrag a range of extent.Tristan Ye2011-05-251-0/+136
* Ocfs2/move_extents: move a range of extent.Tristan Ye2011-05-251-0/+100
* Ocfs2/move_extents: lock allocators and reserve metadata blocks and data clus...Tristan Ye2011-05-251-0/+61
* Ocfs2/move_extents: Add basic framework and source files for extent moving.Tristan Ye2011-05-251-0/+56