summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-261-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-251-27/+4Star
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-4/+4
* ocfs2: use __generic_file_write_iter()Al Viro2015-04-121-57/+7Star
* mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-121-5/+5
* switch generic_write_checks() to iocb and iterAl Viro2015-04-121-9/+10
* ocfs2: move generic_write_checks() before the alignment checksAl Viro2015-04-121-24/+18Star
* ocfs2_file_write_iter: stop messing with pposAl Viro2015-04-121-12/+12
* Merge branch 'for-linus' into for-nextAl Viro2015-04-121-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/+0Star
* | generic_write_checks(): drop isblk argumentAl Viro2015-04-121-2/+1Star
* | make new_sync_{read,write}() staticAl Viro2015-04-121-4/+0Star
* | fs: remove ki_nbytesChristoph Hellwig2015-03-131-5/+3Star
|/
* ocfs2: set append dio as a ro compat featureJoseph Qi2015-02-171-1/+16
* ocfs2: complete the rest request through buffer ioJoseph Qi2015-02-171-1/+42
* ocfs2: do not fallback to buffer I/O write if appendingJoseph Qi2015-02-171-1/+4
* ocfs2: prepare some interfaces used in append direct ioJoseph Qi2015-02-171-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
* | ocfs2: fix uninitialized variable accessJunxiao Bi2015-02-101-1/+1
|/
* ocfs2: reflink: fix slow unlink for refcounted fileJunxiao Bi2014-12-191-1/+1
* ocfs2: remove filesize checks for sync I/O journal commitGoldwyn Rodrigues2014-12-111-3/+1Star
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-10-111-1/+1
|\
| * ocfs2: Back out change to use OCFS2_MAXQUOTAS in ocfs2_setattr()Jan Kara2014-09-301-1/+1
| * ocfs2: Don't use MAXQUOTAS valueJan Kara2014-09-171-2/+2
* | ocfs2: fix deadlock due to wrong locking orderJunxiao Bi2014-10-101-24/+23Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-114/+24Star
|\
| * ocfs2: switch to iter_file_splice_write()Al Viro2014-06-121-80/+2Star
| * ocfs2: switch to ->write_iter()Al Viro2014-05-061-18/+12Star
| * ocfs2: switch to ->read_iter()Al Viro2014-05-061-11/+10Star
| * iov_iter_truncate()Al Viro2014-05-061-5/+5
| * start adding the tag to iov_iterAl Viro2014-05-061-1/+1
| * kill generic_segment_checks()Al Viro2014-05-061-6/+1Star
| * generic_file_direct_write(): switch to iov_iterAl Viro2014-05-061-3/+3
* | fs/buffer.c: remove block_write_full_page_endio()Matthew Wilcox2014-06-051-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-3/+6
|\
| * ocfs2_file_aio_write(): switch to generic_perform_write()Al Viro2014-04-021-2/+5
| * generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-021-1/+1