summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_file.c
AgeCommit message (Expand)Author
2011-11-26xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig
2011-11-26xfs: dont serialise direct IO reads on page cacheDave Chinner
2011-06-16xfs: make log devices with write back caches workChristoph Hellwig
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-26xfs: preallocation transactions do not need to be synchronousDave Chinner
2011-01-17fallocate should be a file operationChristoph Hellwig
2011-01-11xfs: serialise unaligned direct IOsDave Chinner
2011-01-11xfs: factor common write setup codeDave Chinner
2011-01-11xfs: split buffered IO write path from xfs_file_aio_writeDave Chinner
2011-01-11xfs: split direct IO write path from xfs_file_aio_writeDave Chinner
2011-01-12xfs: introduce xfs_rw_lock() helpers for locking the inodeDave Chinner
2011-01-11xfs: factor post-write newsize updatesDave Chinner
2011-01-11xfs: factor common post-write isize handling codeDave Chinner
2011-01-11xfs: ensure sync write errors are returnedDave Chinner
2010-07-26xfs: remove a dmapi leftoverChristoph Hellwig
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-19xfs: wait for direct I/O to complete in fsync and write_inodeChristoph Hellwig
2010-03-01xfs: fix inode pincount check in fsyncChristoph Hellwig
2010-03-01xfs: implement optimized fdatasyncChristoph Hellwig
2010-03-01xfs: remove wrapper for the fsync file operationChristoph Hellwig
2010-03-01xfs: remove wrappers for read/write file operationsChristoph Hellwig
2010-03-01xfs: merge xfs_lrw.c into xfs_file.cChristoph Hellwig
2010-03-01xfs: increase readdir buffer sizeEric Sandeen
2009-12-11xfs: remove IO_ISAIOChristoph Hellwig
2009-10-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-10-08xfs: stop calling filemap_fdatawait inside ->fsyncChristoph Hellwig
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin
2008-12-22[XFS] Use the incore inode size in xfs_file_readdir()Lachlan McIlroy
2008-12-11[XFS] add a FMODE flag to make XFS invisible I/O less hackyChristoph Hellwig
2008-12-04kill dead inode flagsChristoph Hellwig
2008-12-04[XFS] fix compile on 32 bit systemsChristoph Hellwig
2008-12-01[XFS] wire up ->open for directoriesChristoph Hellwig
2008-10-23[PATCH] Remove XFS buffered readdir hackDavid Woodhouse
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro
2008-05-23[XFS] Fix fsync() b0rkage.David Chinner
2008-04-29[XFS] remove dmapi cruft in xfs_file.cChristoph Hellwig
2008-04-18[XFS] cleanup vnode use in dmapi callsChristoph Hellwig
2008-02-07[XFS] Fix oops in xfs_file_readdir()David Chinner
2008-01-11[XFS] fix unaligned access in readdirChristoph Hellwig
2007-12-21[XFS] Initialise current offset in xfs_file_readdir correctlyLachlan McIlroy
2007-12-18[XFS] Put the correct offset in dirent d_offLachlan McIlroy
2007-12-10[XFS] revert to double-buffering readdirChristoph Hellwig