summaryrefslogtreecommitdiff
path: root/fs/ocfs2/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: Convert ocfs2 to read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* fs/ocfs2: fix comments mentioning i_mutexhongnanli2022-03-221-1/+1
* ocfs2: remove redundant assignment to pointer root_bhColin Ian King2022-01-151-1/+1
* ocfs2: do not zero pages beyond i_sizeJan Kara2021-11-061-7/+12
* ocfs2: fix handle refcount leak in two exception handling pathsChenyuan Mi2021-11-061-0/+2
* ocfs2: fix data corruption after conversion from inline formatJan Kara2021-10-181-34/+12
* ext4: add discard/zeroout flags to journal flushLeah Rumancik2021-06-221-1/+1
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* ocfs2: fix potential soft lockup during fstrimGang He2020-10-131-1/+3
* ocfs2: delete repeated words in commentsRandy Dunlap2020-10-131-1/+1
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
* ocfs2: no need try to truncate file beyond i_sizeChangwei Ge2020-04-101-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-241-0/+15
* ocfs2: use jbd2_inode dirty range scopingJoseph Qi2019-09-241-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-051-63/+96
* ocfs2: remove unused pointer 'eb'Colin Ian King2018-10-261-4/+0
* ocfs2: clean up some unnecessary codewangyan2018-08-171-13/+4
* ocfs2: return -EROFS when filesystem becomes read-onlyJun Piao2018-08-171-24/+19
* ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun2018-04-051-1/+1
* ocfs2: add trimfs lock to avoid duplicated trims in clusterGang He2018-01-311-0/+44
* ocfs2: try to reuse extent block in dealloc without meta_allocChangwei Ge2018-01-311-10/+196
* ocfs2: clean up dead code in alloc.cChangwei Ge2018-01-311-9/+2
* ocfs2: cleanup unused func declaration and assignmentpiaojun2017-11-151-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-061-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-101-37/+19
|\
| * ocfs2: fix trans extend while free cached blocksJunxiao Bi2016-09-191-18/+9
| * ocfs2: fix trans extend while flush truncate logJunxiao Bi2016-09-191-19/+10
* | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-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-191-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-251-11/+8
* ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_...Xue jiufei2016-03-251-28/+54
* ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localjiangyiwen2016-03-251-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-16/+16
* ocfs2: clean up redundant NULL check before iputJoseph Qi2016-01-141-2/+1
* ocfs2: constify ocfs2_extent_tree_operations structuresJulia Lawall2016-01-141-6/+6
* ocfs2: clean up redundant NULL checks before kfreeJoseph Qi2015-09-041-1/+1
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-041-54/+32
* ocfs2: do not set fs read-only if rec[0] is empty while committing truncateXue jiufei2015-09-041-6/+38
* ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues2015-09-041-8/+8