aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-92/+27
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro1-4/+4
2014-06-12->splice_write() via ->write_iter()Al Viro1-42/+1
2014-05-15Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner1-1/+1
2014-05-15xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner1-2/+2
2014-05-15xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner1-1/+1
2014-05-15xfs: xfs_dir_fsync() returns positive errnoDave Chinner1-1/+1
2014-05-06xfs: switch to ->write_iter()Al Viro1-20/+9
2014-05-06xfs: switch to ->read_iter()Al Viro1-12/+7
2014-05-06xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()Al Viro1-19/+14
2014-05-06iov_iter_truncate()Al Viro1-4/+5
2014-05-06start adding the tag to iov_iterAl Viro1-2/+2
2014-05-06kill generic_segment_checks()Al Viro1-7/+2
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro1-2/+3
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+9
2014-04-17xfs: wrong error sign conversion during failed DIO writesDave Chinner1-1/+1
2014-04-14xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen1-1/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+7
2014-04-12fs: move falloc collapse range check into the filesystem methodsLukas Czerner1-1/+9
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+1
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-4/+22
2014-04-01xfs_file_buffered_aio_write(): switch to generic_perform_write()Al Viro1-5/+6
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro1-1/+1
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro1-1/+1
2014-03-13xfs: Add support for FALLOC_FL_ZERO_RANGELukas Czerner1-3/+6
2014-02-24xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon1-2/+17
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-1/+1
2014-01-24xfs: allow logical-sector sized O_DIRECTEric Sandeen1-2/+5
2014-01-24xfs: rename xfs_buftarg structure membersEric Sandeen1-2/+2
2013-12-18xfs: rename xfs_ilock_map_sharedChristoph Hellwig1-3/+3
2013-12-18xfs: remove xfs_iunlock_map_sharedChristoph Hellwig1-2/+2
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-3/+2
2013-10-23xfs: decouple log and transaction headersDave Chinner1-2/+4
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-2/+2
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+1
2013-10-21xfs: simplify the fallocate pathChristoph Hellwig1-28/+48
2013-10-21xfs: always hold the iolock when calling xfs_change_file_spaceChristoph Hellwig1-1/+1
2013-10-21xfs: always take the iolock around xfs_setattr_sizeChristoph Hellwig1-1/+1
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner1-1/+2
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner1-1/+1
2013-07-03vfs: export lseek_execute() to modulesJie Liu1-4/+2
2013-06-29[readdir] convert xfsAl Viro1-7/+5
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-02Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+1
2013-04-27xfs: add CRC checking to dir2 data blocksDave Chinner1-1/+1
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro1-3/+0
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-11-29xfs: byte range granularity for XFS_IOC_ZERO_RANGEDave Chinner1-1/+1
2012-11-15xfs: Add verifiers to dir2 data readahead.Dave Chinner1-1/+3
2012-11-15xfs: add verifier callback to directory read codeDave Chinner1-1/+1