summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-0/+2
|\
| * ocfs2: convert to fileattrMiklos Szeredi2021-04-121-0/+2
* | ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2021-04-091-2/+6
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-8/+10
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-4/+6
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
|/
* block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
* ocfs2: fix oops when writing cloned fileGang He2020-02-041-8/+6
* ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()Shuning Zhang2019-11-061-44/+90
* ocfs2: fix error handling in ocfs2_setattr()Chengguang Xu2019-10-191-0/+2
* fs/ocfs2/file.c: remove set but not used variableszhengbin2019-09-241-3/+0
* ocfs2: use jbd2_inode dirty range scopingJoseph Qi2019-09-241-3/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* 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/+2
* 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/+8
* vfs: dedupe: rationalize argsMiklos Szeredi2018-07-061-6/+6
* vfs: dedupe: return intMiklos Szeredi2018-07-061-11/+6
* 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-051-3/+3
* | ocfs2: clean up redundant function declarationsJia Guo2018-06-071-5/+5
|/
* ocfs2: keep the trace point consistent with the function nameJia Guo2018-04-051-4/+4
* ocfs2: use 'oi' instead of 'OCFS2_I()'piaojun2018-04-051-3/+3
* ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-051-1/+1
* ocfs2: nowait aio supportGang He2018-01-311-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-151-2/+7
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-7/+0
|\
| * ocfs2: clean up some dead codeJun Piao2017-09-061-7/+0
* | 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-021-6/+5
* fs: add i_blocksize()Fabian Frederick2017-02-271-1/+1
* ocfs2: fix deadlock issue when taking inode lock at vfs entry pointsEric Ren2017-02-221-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/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-6/+6
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-10/+24
| |\
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-6/+6
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-3/+0
|\ \ \
| * | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
| | |/ | |/|
* | | 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-051-32/+2
|/ /