aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+7
2012-07-31xfs: Convert to new freezing codeJan Kara1-3/+7
2012-06-14xfs: kill copy and paste segment checks in xfs_file_aio_readDave Chinner1-14/+3
2012-06-14xfs: make largest supported offset less shoutyDave Chinner1-1/+1
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-2/+5
2012-05-14xfs: introduce SEEK_DATA/SEEK_HOLE supportJeff Liu1-1/+142
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: push the ilock into xfs_zero_eofChristoph Hellwig1-100/+63
2012-05-14xfs: reduce ilock hold times in xfs_file_aio_write_checksChristoph Hellwig1-14/+9
2012-03-13xfs: reimplement fdatasync supportChristoph Hellwig1-2/+5
2012-03-13xfs: log timestamp updatesChristoph Hellwig1-69/+14
2012-01-17xfs: cleanup xfs_file_aio_writeChristoph Hellwig1-45/+37
2012-01-17xfs: always return with the iolock held from xfs_file_aio_write_checksChristoph Hellwig1-3/+4
2012-01-17xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig1-62/+10
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig1-34/+11
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-3/+3
2011-10-11xfs: optimize fsync on directoriesChristoph Hellwig1-1/+30
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig1-1/+1
2011-10-11xfs: unlock the inode before log force in xfs_fsyncChristoph Hellwig1-7/+8
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner1-6/+4
2011-10-11xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig1-3/+14
2011-10-11xfs: remove i_iocountChristoph Hellwig1-6/+2
2011-10-11xfs: don't serialise adjacent concurrent direct IO appending writesDave Chinner1-16/+52
2011-10-11xfs: don't serialise direct IO reads on page cache checksDave Chinner1-3/+14
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-0/+1096