summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/refcounttree.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2: convert to new timestamp accessorsJeff Layton2023-10-181-6/+6
* ocfs2: convert to ctime accessor functionsJeff Layton2023-07-241-7/+7
* ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_pageChristoph Hellwig2023-03-121-4/+5
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs/ocfs2: fix repeated words in commentswangjianli2022-10-031-1/+1
* ocfs2: Use filemap_write_and_wait_range() in ocfs2_cow_sync_writeback()Matthew Wilcox (Oracle)2022-08-021-36/+6
* fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-2/+4
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* ocfs2: simplify the calculation of variablesJiapeng Chong2021-02-241-1/+1
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-2/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refc...Jules Irenge2020-04-021-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockDarrick J. Wong2019-03-291-18/+24
* Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-111/+37
|\
| * ocfs2: remove ocfs2_reflink_remap_rangeDarrick J. Wong2018-10-301-95/+18
| * ocfs2: support partial clone range and dedupe rangeDarrick J. Wong2018-10-301-34/+38
| * ocfs2: fix pagecache truncation prior to reflinkDarrick J. Wong2018-10-301-2/+3
| * ocfs2: truncate page cache for clone destination file before remappingDarrick J. Wong2018-10-301-6/+4
| * vfs: clean up generic_remap_file_range_prep return valueDarrick J. Wong2018-10-301-1/+1
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-1/+1
| * vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong2018-10-301-2/+2
| * vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong2018-10-301-1/+1
| * vfs: check file ranges before cloning filesDarrick J. Wong2018-10-301-1/+1
* | ocfs2: remove set but not used variable 'rb'YueHaibing2018-10-261-2/+0
|/
* ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen2018-10-051-4/+12
* ocfs2: take inode cluster lock before moving reflinked inode from orphan dirAshish Samant2018-05-111-2/+12
* ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun2018-04-051-3/+3
* ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-051-2/+2
* ocfs2: clean up some dead codeJun Piao2017-09-061-1/+1
* vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong2016-12-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-13/+451
|\
| * ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresDarrick J. Wong2016-12-101-0/+432
| * ocfs2: charge quota for reflinked blocksDarrick J. Wong2016-12-101-0/+7
| * ocfs2: budget for extent tree splits when adding refcount flagDarrick J. Wong2016-12-101-0/+3
| * ocfs2: convert inode refcount test to a helperDarrick J. Wong2016-12-101-13/+9
* | ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree()Ashish Samant2016-12-121-1/+0
|/
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-2/+2
* ocfs2: fix posix_acl_create deadlockJunxiao Bi2016-05-121-15/+2
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-11/+11
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page()Joseph Qi2015-11-051-4/+1
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-041-30/+23
* ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues2015-09-041-24/+18
* ocfs2: Handle error from dquot_initialize()Jan Kara2015-07-231-2/+3
* ocfs2: use swap() in swap_refcount_rec()Fabian Frederick2015-06-241-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-5/+5
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-5/+5
* | ocfs2: dereferencing freed pointers in ocfs2_reflink()Dan Carpenter2015-04-141-1/+1
|/