summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)Author
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner
2014-08-04xfs: kill xfs_vnode.hDave Chinner
2014-07-24xfs: run an eofblocks scan on ENOSPC/EDQUOTBrian Foster
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro
2014-06-12->splice_write() via ->write_iter()Al Viro
2014-05-15Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner
2014-05-15xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner
2014-05-15xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner
2014-05-15xfs: xfs_dir_fsync() returns positive errnoDave Chinner
2014-05-06xfs: switch to ->write_iter()Al Viro
2014-05-06xfs: switch to ->read_iter()Al Viro
2014-05-06xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write()Al Viro
2014-05-06iov_iter_truncate()Al Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06kill generic_segment_checks()Al Viro
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-17xfs: wrong error sign conversion during failed DIO writesDave Chinner
2014-04-14xfs: remove unused tp arg from xfs_da_reada_buf & callersEric Sandeen
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-12fs: move falloc collapse range check into the filesystem methodsLukas Czerner
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-04-01xfs_file_buffered_aio_write(): switch to generic_perform_write()Al Viro
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro
2014-03-13xfs: Add support for FALLOC_FL_ZERO_RANGELukas Czerner
2014-02-24xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro
2014-01-24xfs: allow logical-sector sized O_DIRECTEric Sandeen
2014-01-24xfs: rename xfs_buftarg structure membersEric Sandeen
2013-12-18xfs: rename xfs_ilock_map_sharedChristoph Hellwig
2013-12-18xfs: remove xfs_iunlock_map_sharedChristoph Hellwig
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner
2013-10-23xfs: create a shared header file for format-related informationDave Chinner
2013-10-21xfs: simplify the fallocate pathChristoph Hellwig
2013-10-21xfs: always hold the iolock when calling xfs_change_file_spaceChristoph Hellwig
2013-10-21xfs: always take the iolock around xfs_setattr_sizeChristoph Hellwig
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner
2013-07-03vfs: export lseek_execute() to modulesJie Liu
2013-06-29[readdir] convert xfsAl Viro
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-02Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-04-27xfs: add CRC checking to dir2 data blocksDave Chinner