summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: fix potential soft lockup during fstrimGang He2020-10-141-1/+3
* ocfs2: delete repeated words in commentsRandy Dunlap2020-10-141-1/+1
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
* ocfs2: no need try to truncate file beyond i_sizeChangwei Ge2020-04-111-0/+4
* ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"wangyan2020-04-021-1/+1
* ocfs2: there is no need to log twice in several functionswangyan2020-04-021-1/+0
* ocfs2: Use accessor function for h_buffer_creditsJan Kara2019-11-051-16/+16
* ocfs2: checkpoint appending truncate log transaction before flushingChangwei Ge2019-09-251-0/+15
* ocfs2: use jbd2_inode dirty range scopingJoseph Qi2019-09-251-1/+4
* ocfs2: use kmemdup rather than duplicating its implementationFuqian Huang2019-07-121-5/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* ocfs2: fix the application IO timeout when fstrim is runningGang He2019-03-061-63/+96
* ocfs2: remove unused pointer 'eb'Colin Ian King2018-10-271-4/+0
* ocfs2: clean up some unnecessary codewangyan2018-08-181-13/+4
* ocfs2: return -EROFS when filesystem becomes read-onlyJun Piao2018-08-181-24/+19
* ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun2018-04-061-1/+1
* ocfs2: add trimfs lock to avoid duplicated trims in clusterGang He2018-02-011-0/+44
* ocfs2: try to reuse extent block in dealloc without meta_allocChangwei Ge2018-02-011-10/+196
* ocfs2: clean up dead code in alloc.cChangwei Ge2018-02-011-9/+2
* ocfs2: cleanup unused func declaration and assignmentpiaojun2017-11-161-2/+0
* ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant2017-11-031-6/+18
* ocfs2: clean up some dead codeJun Piao2017-09-071-14/+8
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* ocfs2: add newlines to some error messagesDarrick J. Wong2016-12-101-2/+2
* ocfs2: convert inode refcount test to a helperDarrick J. Wong2016-12-101-2/+1
* Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-37/+19
|\
| * ocfs2: fix trans extend while free cached blocksJunxiao Bi2016-09-201-18/+9
| * ocfs2: fix trans extend while flush truncate logJunxiao Bi2016-09-201-19/+10
* | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
|/
* ocfs2: retry on ENOSPC if sufficient space in truncate logEric Ren2016-08-021-0/+37
* ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_recpiaojun2016-05-201-2/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-14/+14
* ocfs2: extend enough credits for freeing one truncate record while replaying ...Xue jiufei2016-03-261-11/+8
* ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_...Xue jiufei2016-03-261-28/+54
* ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localjiangyiwen2016-03-261-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-231-16/+16
* ocfs2: clean up redundant NULL check before iputJoseph Qi2016-01-151-2/+1
* ocfs2: constify ocfs2_extent_tree_operations structuresJulia Lawall2016-01-151-6/+6
* ocfs2: clean up redundant NULL checks before kfreeJoseph Qi2015-09-051-1/+1
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-051-54/+32
* ocfs2: do not set fs read-only if rec[0] is empty while committing truncateXue jiufei2015-09-051-6/+38
* ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues2015-09-051-8/+8
* ocfs2: remove BUG_ON(!empty_extent) in __ocfs2_rotate_tree_left()Xue jiufei2015-06-251-1/+2
* ocfs2: return error when ocfs2_figure_merge_contig_type() failsXue jiufei2015-06-251-10/+24
* ocfs2: one function call less in ocfs2_merge_rec_right() after error detectionMarkus Elfring2015-04-151-1/+1
* ocfs2: one function call less in ocfs2_merge_rec_left() after error detectionMarkus Elfring2015-04-151-1/+1
* ocfs2: less function calls in ocfs2_figure_merge_contig_type() after error de...Markus Elfring2015-04-151-11/+13
* ocfs2: less function calls in ocfs2_convert_inline_data_to_extents() after er...Markus Elfring2015-04-151-2/+3
* ocfs2: delete unnecessary checks before three function callsMarkus Elfring2015-04-151-12/+5
* ocfs2: fix journal commit deadlock in ocfs2_convert_inline_data_to_extentsalex chen2015-02-101-9/+9