aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-14xfs: remove xfs_flushinval_pagesDave Chinner1-11/+12
2012-10-17xfs: xfs_sync_data is redundant.Dave Chinner1-6/+7
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+1
2012-08-24xfs: xfs_seek_hole() refinement with hole searching from page cache for unwritten extentsJeff Liu1-11/+67
2012-08-24xfs: xfs_seek_data() refinement with unwritten extents check up from page cacheJeff Liu1-18/+54
2012-08-24xfs: Introduce a helper routine to probe data or hole offset from page cacheJeff Liu1-0/+219
2012-08-24xfs: Remove type argument from xfs_seek_data()/xfs_seek_hole()Jeff Liu1-6/+4
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