aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_file.c
Commit message (Expand)AuthorAgeFilesLines
* getting newer filesystem code workingWolfgang Wiedmeyer2015-10-231-1114/+0
* xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig2011-11-261-3/+14
* xfs: dont serialise direct IO reads on page cacheDave Chinner2011-11-261-3/+14
* xfs: make log devices with write back caches workChristoph Hellwig2011-06-161-19/+31
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* xfs: preallocation transactions do not need to be synchronousDave Chinner2011-03-261-1/+5
* fallocate should be a file operationChristoph Hellwig2011-01-171-0/+56
* xfs: serialise unaligned direct IOsDave Chinner2011-01-111-10/+28
* xfs: factor common write setup codeDave Chinner2011-01-111-67/+56
* xfs: split buffered IO write path from xfs_file_aio_writeDave Chinner2011-01-111-77/+69
* xfs: split direct IO write path from xfs_file_aio_writeDave Chinner2011-01-111-63/+116
* xfs: introduce xfs_rw_lock() helpers for locking the inodeDave Chinner2011-01-121-51/+80
* xfs: factor post-write newsize updatesDave Chinner2011-01-111-22/+21
* xfs: factor common post-write isize handling codeDave Chinner2011-01-111-26/+28
* xfs: ensure sync write errors are returnedDave Chinner2011-01-111-26/+23
* xfs: remove a dmapi leftoverChristoph Hellwig2010-07-261-3/+0
* xfs: split xfs_itrace_entryChristoph Hellwig2010-07-261-1/+1
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-261-2/+2
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-2/+1
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-7/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-85/+0
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-5/+5
* xfs: wait for direct I/O to complete in fsync and write_inodeChristoph Hellwig2010-05-191-0/+2
* xfs: fix inode pincount check in fsyncChristoph Hellwig2010-03-011-9/+4
* xfs: implement optimized fdatasyncChristoph Hellwig2010-03-011-11/+12
* xfs: remove wrapper for the fsync file operationChristoph Hellwig2010-03-011-23/+117
* xfs: remove wrappers for read/write file operationsChristoph Hellwig2010-03-011-171/+114
* xfs: merge xfs_lrw.c into xfs_file.cChristoph Hellwig2010-03-011-0/+723
* xfs: increase readdir buffer sizeEric Sandeen2010-03-011-2/+2
* xfs: remove IO_ISAIOChristoph Hellwig2009-12-111-2/+2
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-10-091-8/+1
|\
| * xfs: stop calling filemap_fdatawait inside ->fsyncChristoph Hellwig2009-10-081-8/+1
* | const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-2/+2
|/
* xfs: merge fsync and O_SYNC handlingChristoph Hellwig2009-09-011-5/+14
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* mm: page_mkwrite change prototype to match faultNick Piggin2009-04-011-2/+2
* [XFS] Use the incore inode size in xfs_file_readdir()Lachlan McIlroy2008-12-221-1/+1
* [XFS] add a FMODE flag to make XFS invisible I/O less hackyChristoph Hellwig2008-12-111-125/+20
* kill dead inode flagsChristoph Hellwig2008-12-041-8/+2
* [XFS] fix compile on 32 bit systemsChristoph Hellwig2008-12-041-1/+1
* [XFS] wire up ->open for directoriesChristoph Hellwig2008-12-011-3/+31
* [PATCH] Remove XFS buffered readdir hackDavid Woodhouse2008-10-231-128/+0
* [PATCH] fix ->llseek() for a bunch of directoriesAl Viro2008-08-251-0/+1
* [XFS] Fix fsync() b0rkage.David Chinner2008-05-231-6/+11
* [XFS] remove dmapi cruft in xfs_file.cChristoph Hellwig2008-04-291-75/+0
* [XFS] cleanup vnode use in dmapi callsChristoph Hellwig2008-04-181-9/+4
* [XFS] Fix oops in xfs_file_readdir()David Chinner2008-02-071-2/+1
* [XFS] fix unaligned access in readdirChristoph Hellwig2008-01-111-6/+10
* [XFS] Initialise current offset in xfs_file_readdir correctlyLachlan McIlroy2007-12-211-0/+1
* [XFS] Put the correct offset in dirent d_offLachlan McIlroy2007-12-181-2/+2