summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * kill the 5th argument of generic_file_buffered_write()Al Viro2014-04-021-1/+1
* | ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong2014-04-041-0/+7
* | ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_ENDJensen2014-04-041-1/+10
* | ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong2014-04-041-21/+15Star
* | ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang2014-04-041-12/+3Star
|/
* ocfs2 syncs the wrong range...Al Viro2014-03-101-4/+4
* ocfs2: update inode size after zeroing the holeJunxiao Bi2014-02-111-8/+32
* ocfs2: fix issue that ocfs2_setattr() does not deal with new_i_size==i_sizeYounger Liu2014-02-111-7/+2Star
* ocfs2: fix ocfs2_sync_file() if filesystem is readonlyYounger Liu2014-02-111-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-281-1/+3
|\
| * ocfs2: use generic posix ACL infrastructureChristoph Hellwig2014-01-261-1/+3
* | ocfs2: punch hole should return EINVAL if the length argument in ioctl is neg...Tariq Saeed2014-01-221-1/+2
|/
* fs/ocfs2/file.c: fix wrong commentJunxiao Bi2013-11-131-1/+1
* fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues2013-11-131-2/+1Star
* Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-131-3/+3
|\
| * aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-301-3/+3
* | ocfs2: free path in ocfs2_remove_inode_range()Younger Liu2013-09-121-0/+1
* | ocfs2: lighten up allocate transactionYounger Liu2013-09-121-5/+1Star
* | ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang2013-08-141-3/+3
|/
* vfs: export lseek_execute() to modulesJie Liu2013-07-031-11/+1Star
* [readdir] convert ocfs2Al Viro2013-06-291-2/+2
* ocfs2: unlock rw lock if inode lock failedJoseph Qi2013-05-251-1/+1
* pipe: don't use ->i_mutexAl Viro2013-04-091-4/+2Star
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-3/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-7/+7
|\
| * kill f_vfsmntAl Viro2013-02-261-2/+2
| * new helper: file_inode(file)Al Viro2013-02-231-5/+5
* | ocfs2: Compare kuids and kgids using uid_eq and gid_eqEric W. Biederman2013-02-131-4/+4
* | ocfs2: For tracing report the uid and gid values in the initial user namespaceEric W. Biederman2013-02-131-1/+2
|/
* ocfs2: drop vmtruncateMarco Stornelli2012-12-201-18/+0Star
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-181-3/+3
* writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon2012-12-121-4/+1Star
* userns: Modify dqget to take struct kqidEric W. Biederman2012-09-181-4/+2Star
* ocfs2: Convert to new freezing mechanismJan Kara2012-07-311-2/+9
* ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques2012-07-121-1/+1
* ocfs2: clear unaligned io flag when dio failsJunxiao Bi2012-07-041-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\
| * treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-12-011-2/+94
|\ \ | |/ |/|
| * ocfs2: honor O_(D)SYNC flag in fallocateMark Fasheh2011-11-171-0/+3
| * Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 in...Joel Becker2011-08-221-18/+78
| |\