summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)Author
2014-04-17xfs: wrong error sign conversion during failed DIO writesDave Chinner
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
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
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-11-29xfs: byte range granularity for XFS_IOC_ZERO_RANGEDave Chinner
2012-11-15xfs: Add verifiers to dir2 data readahead.Dave Chinner
2012-11-15xfs: add verifier callback to directory read codeDave Chinner
2012-11-14xfs: remove xfs_flushinval_pagesDave Chinner
2012-10-17xfs: xfs_sync_data is redundant.Dave Chinner
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-08-24xfs: xfs_seek_hole() refinement with hole searching from page cache for unwri...Jeff Liu
2012-08-24xfs: xfs_seek_data() refinement with unwritten extents check up from page cacheJeff Liu
2012-08-24xfs: Introduce a helper routine to probe data or hole offset from page cacheJeff Liu
2012-08-24xfs: Remove type argument from xfs_seek_data()/xfs_seek_hole()Jeff Liu
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-31xfs: Convert to new freezing codeJan Kara
2012-06-14xfs: kill copy and paste segment checks in xfs_file_aio_readDave Chinner
2012-06-14xfs: make largest supported offset less shoutyDave Chinner
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik
2012-05-14xfs: introduce SEEK_DATA/SEEK_HOLE supportJeff Liu
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-05-14xfs: push the ilock into xfs_zero_eofChristoph Hellwig
2012-05-14xfs: reduce ilock hold times in xfs_file_aio_write_checksChristoph Hellwig