summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/refcounttree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* ocfs2: remove pointless assignment from ocfs2_calc_refcount_meta_credits()Jan Kara2015-02-101-2/+0
* ocfs2: correctly check the return value of ocfs2_search_extent_listYingtai Xie2014-08-061-1/+1
* ocfs2: refcount: take rw_lock in ocfs2_reflinkWengang Wang2014-06-231-0/+8
* ocfs2: remove some redundant castingGeorge Spelvin2014-06-041-4/+3
* ocfs2: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-2/+17
* ocfs2: add necessary check in case sb_getblk() failsRui Xiang2013-11-131-0/+5
* ocfs2: return ENOMEM when sb_getblk() failsRui Xiang2013-11-131-3/+3
* fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues2013-11-131-6/+3
* ocfs2: add missing return value check of ocfs2_get_clusters()Joseph Qi2013-09-111-2/+8
* ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang2013-08-131-45/+8
* ocfs2/refcounttree: add the missing NULL check of the return value of find_or...Gu Zheng2013-07-311-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+2
|\
| * new helper: file_inode(file)Al Viro2013-02-221-2/+2
* | ocfs2: Compare kuids and kgids using uid_eq and gid_eqEric W. Biederman2013-02-131-1/+1
|/