summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* / ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant2016-09-191-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-021-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-121-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-251-18/+9
* ocfs2: code clean up for direct ioRyan Ding2016-03-251-132/+6
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* ocfs2: return non-zero st_blocks for inline dataJohn Haxby2016-01-141-0/+8
* ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed()Tariq Saeed2015-09-041-1/+8
* ocfs2: clean up unused local variables in ocfs2_file_write_iterJoseph Qi2015-09-041-9/+0
* ocfs2: fix several issues of append dioJoseph Qi2015-09-041-1/+4
* ocfs2: fix race between dio and recover orphanJoseph Qi2015-09-041-1/+1
* ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dioRyan Ding2015-09-041-14/+14
* ocfs2: Handle error from dquot_initialize()Jan Kara2015-07-231-4/+10
* quota: Propagate error from ->acquire_dquot()Jan Kara2015-07-231-4/+4
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-0/+1
|\
| * writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
* | ocfs2: remove OCFS2_IOCB_SEM lock type in direct ioWeiWei Wang2015-06-241-27/+4
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-4/+4
* ocfs2: use __generic_file_write_iter()Al Viro2015-04-111-57/+7
* mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-111-5/+5
* switch generic_write_checks() to iocb and iterAl Viro2015-04-111-9/+10
* ocfs2: move generic_write_checks() before the alignment checksAl Viro2015-04-111-24/+18
* ocfs2_file_write_iter: stop messing with pposAl Viro2015-04-111-12/+12
* Merge branch 'for-linus' into for-nextAl Viro2015-04-111-6/+11
|\
| * ocfs2: _really_ sync the right rangeAl Viro2015-04-091-4/+10
| * ocfs2_file_write_iter: keep return value and current position update in syncAl Viro2015-04-081-1/+1
| * [regression] ocfs2: do *not* increment ->ki_pos twiceAl Viro2015-04-081-1/+0
* | generic_write_checks(): drop isblk argumentAl Viro2015-04-111-2/+1
* | make new_sync_{read,write}() staticAl Viro2015-04-111-4/+0
* | fs: remove ki_nbytesChristoph Hellwig2015-03-121-5/+3
|/
* ocfs2: set append dio as a ro compat featureJoseph Qi2015-02-161-1/+16
* ocfs2: complete the rest request through buffer ioJoseph Qi2015-02-161-1/+42
* ocfs2: do not fallback to buffer I/O write if appendingJoseph Qi2015-02-161-1/+4
* ocfs2: prepare some interfaces used in append direct ioJoseph Qi2015-02-161-2/+9
* Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-1/+1
|\
| * fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+1