summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)2023-12-291-1/+1
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-2/+9
|\
| * ocfs2: replace BUG_ON() at ocfs2_num_free_extents() with ocfs2_error()Jia Rui2023-11-011-1/+8
| * ocfs2: correct range->len in ocfs2_trim_fs()Yuanheng Zhang2023-10-041-1/+1
* | ocfs2: convert to new timestamp accessorsJeff Layton2023-10-181-3/+3
|/
* ocfs2: convert to ctime accessor functionsJeff Layton2023-07-241-3/+3
* 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