aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)Author
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
2012-03-13xfs: reimplement fdatasync supportChristoph Hellwig
2012-03-13xfs: log timestamp updatesChristoph Hellwig
2012-01-17xfs: cleanup xfs_file_aio_writeChristoph Hellwig
2012-01-17xfs: always return with the iolock held from xfs_file_aio_write_checksChristoph Hellwig
2012-01-17xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-10-11xfs: optimize fsync on directoriesChristoph Hellwig
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig
2011-10-11xfs: unlock the inode before log force in xfs_fsyncChristoph Hellwig
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner
2011-10-11xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig
2011-10-11xfs: remove i_iocountChristoph Hellwig
2011-10-11xfs: don't serialise adjacent concurrent direct IO appending writesDave Chinner
2011-10-11xfs: don't serialise direct IO reads on page cache checksDave Chinner
2011-08-12xfs: remove subdirectoriesChristoph Hellwig