summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-15xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner1-2/+2
2014-05-15xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner1-1/+1
2014-05-15xfs: xfs_dir_fsync() returns positive errnoDave Chinner1-1/+1
2014-04-21Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+9
2014-04-17xfs: wrong error sign conversion during failed DIO writesDave Chinner1-1/+1
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+7
2014-04-12fs: move falloc collapse range check into the filesystem methodsLukas Czerner1-1/+9
2014-04-08mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+1
2014-04-05Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-4/+22
2014-04-02xfs_file_buffered_aio_write(): switch to generic_perform_write()Al Viro1-5/+6
2014-04-02generic_file_direct_write(): get rid of ppos argumentAl Viro1-1/+1
2014-04-02kill the 5th argument of generic_file_buffered_write()Al Viro1-1/+1
2014-03-13xfs: Add support for FALLOC_FL_ZERO_RANGELukas Czerner1-3/+6
2014-02-24xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon1-2/+17
2014-02-10fix 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-19xfs: rename xfs_ilock_map_sharedChristoph Hellwig1-3/+3
2013-12-19xfs: remove xfs_iunlock_map_sharedChristoph Hellwig1-2/+2
2013-10-24xfs: decouple inode and bmap btree header filesDave Chinner1-3/+2
2013-10-24xfs: 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-22xfs: simplify the fallocate pathChristoph Hellwig1-28/+48
2013-10-22xfs: always hold the iolock when calling xfs_change_file_spaceChristoph Hellwig1-1/+1
2013-10-22xfs: always take the iolock around xfs_setattr_sizeChristoph Hellwig1-1/+1
2013-08-13xfs: kill xfs_vnodeops.[ch]Dave Chinner1-1/+2
2013-08-13xfs: 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-08aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-03Merge 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-23new helper: file_inode(file)Al Viro1-2/+2
2012-11-30xfs: byte range granularity for XFS_IOC_ZERO_RANGEDave Chinner1-1/+1
2012-11-16xfs: Add verifiers to dir2 data readahead.Dave Chinner1-1/+3
2012-11-16xfs: add verifier callback to directory read codeDave Chinner1-1/+1
2012-11-15xfs: 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 unwri...Jeff 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/vir...Linus 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