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