summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-92/+27Star
|\
| * Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-121-4/+4
| |\
| * | ->splice_write() via ->write_iter()Al Viro2014-06-121-42/+1Star
| * | xfs: switch to ->write_iter()Al Viro2014-05-061-20/+9Star
| * | xfs: switch to ->read_iter()Al Viro2014-05-061-12/+7Star
| * | xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()Al Viro2014-05-061-19/+14Star
| * | iov_iter_truncate()Al Viro2014-05-061-4/+5
| * | start adding the tag to iov_iterAl Viro2014-05-061-2/+2
| * | kill generic_segment_checks()Al Viro2014-05-061-7/+2Star
| * | generic_file_direct_write(): switch to iov_iterAl Viro2014-05-061-2/+3
* | | Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner2014-05-151-1/+1
|\ \ \ | |_|/ |/| |
| * | xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen2014-04-141-1/+1
* | | xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner2014-05-151-2/+2
* | | xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner2014-05-151-1/+1
* | | xfs: xfs_dir_fsync() returns positive errnoDave Chinner2014-05-151-1/+1
| |/ |/|
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-211-1/+9
|\ \
| * | fs: move falloc collapse range check into the filesystem methodsLukas Czerner2014-04-121-1/+9
* | | xfs: wrong error sign conversion during failed DIO writesDave Chinner2014-04-171-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-6/+7
|\ \
| * | xfs_file_buffered_aio_write(): switch to generic_perform_write()Al Viro2014-04-021-5/+6
| * | 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
* | | mm: implement ->map_pages for page cacheKirill A. Shutemov2014-04-081-0/+1
| |/ |/|
* | Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-04-051-4/+22
|\ \ | |/ |/|
| * xfs: Add support for FALLOC_FL_ZERO_RANGELukas Czerner2014-03-131-3/+6
| * xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon2014-02-241-2/+17
* | fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-02-091-1/+1
|/
* xfs: allow logical-sector sized O_DIRECTEric Sandeen2014-01-241-2/+5
* xfs: rename xfs_buftarg structure membersEric Sandeen2014-01-241-2/+2
* xfs: rename xfs_ilock_map_sharedChristoph Hellwig2013-12-181-3/+3
* xfs: remove xfs_iunlock_map_sharedChristoph Hellwig2013-12-181-2/+2
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-3/+2Star
* xfs: decouple log and transaction headersDave Chinner2013-10-231-2/+4
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-231-2/+2
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-0/+1
* xfs: simplify the fallocate pathChristoph Hellwig2013-10-211-28/+48
* xfs: always hold the iolock when calling xfs_change_file_spaceChristoph Hellwig2013-10-211-1/+1
* xfs: always take the iolock around xfs_setattr_sizeChristoph Hellwig2013-10-211-1/+1
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-121-1/+2
* xfs: reshuffle dir2 definitions around for userspaceDave Chinner2013-08-121-1/+1
* vfs: export lseek_execute() to modulesJie Liu2013-07-031-4/+2Star
* [readdir] convert xfsAl Viro2013-06-291-7/+5Star
* aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
* Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-05-021-1/+1
|\
| * xfs: add CRC checking to dir2 data blocksDave Chinner2013-04-271-1/+1
* | lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-091-3/+0Star
|/
* new helper: file_inode(file)Al Viro2013-02-231-2/+2
* xfs: byte range granularity for XFS_IOC_ZERO_RANGEDave Chinner2012-11-291-1/+1
* xfs: Add verifiers to dir2 data readahead.Dave Chinner2012-11-161-1/+3
* xfs: add verifier callback to directory read codeDave Chinner2012-11-161-1/+1