summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1Star
* ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge2018-11-031-2/+2
* ocfs2: remove ocfs2_reflink_remap_rangeDarrick J. Wong2018-10-301-2/+66
* ocfs2: support partial clone range and dedupe rangeDarrick J. Wong2018-10-301-5/+2Star
* vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-8/+8
* vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong2018-10-301-1/+1
* vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-301-16/+8Star
* vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-6/+6
* vfs: dedupe: return intMiklos Szeredi2018-07-061-11/+6Star
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-3/+3
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-3/+3
* | ocfs2: clean up redundant function declarationsJia Guo2018-06-081-5/+5
|/
* ocfs2: keep the trace point consistent with the function nameJia Guo2018-04-061-4/+4
* ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun2018-04-061-3/+3
* ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-061-1/+1
* ocfs2: nowait aio supportGang He2018-02-011-21/+80
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen2017-11-161-2/+7
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-071-7/+0Star
|\
| * ocfs2: clean up some dead codeJun Piao2017-09-071-7/+0Star
* | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-011-1/+1
|/
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-6/+5Star
* fs: add i_blocksize()Fabian Frederick2017-02-281-1/+1
* ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsEric Ren2017-02-231-13/+45
* ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresDarrick J. Wong2016-12-101-3/+32
* ocfs2: convert inode refcount test to a helperDarrick J. Wong2016-12-101-4/+3Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-6/+6
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-10/+24
| |\
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-6/+6
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-111-3/+0Star
|\ \ \
| * | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-3/+0Star
| | |/ | |/|
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \ \
| * \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| | |/
* | / switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-061-32/+2Star
|/ /
* / ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant2016-09-201-10/+24
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-171-1/+1
|\
| * Merge getxattr prototype change into work.lookupsAl Viro2016-05-031-1/+1
| |\
| | * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* | | ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi2016-05-131-2/+2
|/ /
* / mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-7/+7
|/
* ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding2016-03-261-18/+9Star
* ocfs2: code clean up for direct ioRyan Ding2016-03-261-132/+6Star
* wrappers for ->i_mutex accessAl Viro2016-01-231-6/+6
* ocfs2: return non-zero st_blocks for inline dataJohn Haxby2016-01-151-0/+8
* ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed2015-09-051-1/+8
* ocfs2: clean up unused local variables in ocfs2_file_write_iterJoseph Qi2015-09-051-9/+0Star
* ocfs2: fix several issues of append dioJoseph Qi2015-09-051-1/+4
* ocfs2: fix race between dio and recover orphanJoseph Qi2015-09-051-1/+1
* ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dioRyan Ding2015-09-051-14/+14