aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25xfs: Fix wrong return value of xfs_file_aio_writeMarkus Trippelsdorf1-1/+4
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-9/+8
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-9/+8
2011-07-08xfs: split xfs_setattrChristoph Hellwig1-1/+1
2011-06-16xfs: make log devices with write back caches workChristoph Hellwig1-19/+31
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-26xfs: preallocation transactions do not need to be synchronousDave Chinner1-1/+5
2011-01-17fallocate should be a file operationChristoph Hellwig1-0/+56
2011-01-11xfs: serialise unaligned direct IOsDave Chinner1-10/+28
2011-01-11xfs: factor common write setup codeDave Chinner1-67/+56
2011-01-11xfs: split buffered IO write path from xfs_file_aio_writeDave Chinner1-77/+69
2011-01-11xfs: split direct IO write path from xfs_file_aio_writeDave Chinner1-63/+116
2011-01-12xfs: introduce xfs_rw_lock() helpers for locking the inodeDave Chinner1-51/+80
2011-01-11xfs: factor post-write newsize updatesDave Chinner1-22/+21
2011-01-11xfs: factor common post-write isize handling codeDave Chinner1-26/+28
2011-01-11xfs: ensure sync write errors are returnedDave Chinner1-26/+23
2010-07-26xfs: remove a dmapi leftoverChristoph Hellwig1-3/+0
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig1-1/+1
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig1-2/+2
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-2/+1
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-7/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-85/+0
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-5/+5
2010-05-19xfs: wait for direct I/O to complete in fsync and write_inodeChristoph Hellwig1-0/+2
2010-03-01xfs: fix inode pincount check in fsyncChristoph Hellwig1-9/+4
2010-03-01xfs: implement optimized fdatasyncChristoph Hellwig1-11/+12
2010-03-01xfs: remove wrapper for the fsync file operationChristoph Hellwig1-23/+117
2010-03-01xfs: remove wrappers for read/write file operationsChristoph Hellwig1-171/+114
2010-03-01xfs: merge xfs_lrw.c into xfs_file.cChristoph Hellwig1-0/+723
2010-03-01xfs: increase readdir buffer sizeEric Sandeen1-2/+2
2009-12-11xfs: remove IO_ISAIOChristoph Hellwig1-2/+2
2009-10-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-8/+1
2009-10-08xfs: stop calling filemap_fdatawait inside ->fsyncChristoph Hellwig1-8/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-2/+2
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig1-5/+14
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-2/+2
2008-12-22[XFS] Use the incore inode size in xfs_file_readdir()Lachlan McIlroy1-1/+1
2008-12-11[XFS] add a FMODE flag to make XFS invisible I/O less hackyChristoph Hellwig1-125/+20
2008-12-04kill dead inode flagsChristoph Hellwig1-8/+2
2008-12-04[XFS] fix compile on 32 bit systemsChristoph Hellwig1-1/+1
2008-12-01[XFS] wire up ->open for directoriesChristoph Hellwig1-3/+31
2008-10-23[PATCH] Remove XFS buffered readdir hackDavid Woodhouse1-128/+0
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro1-0/+1
2008-05-23[XFS] Fix fsync() b0rkage.David Chinner1-6/+11
2008-04-29[XFS] remove dmapi cruft in xfs_file.cChristoph Hellwig1-75/+0
2008-04-18[XFS] cleanup vnode use in dmapi callsChristoph Hellwig1-9/+4
2008-02-07[XFS] Fix oops in xfs_file_readdir()David Chinner1-2/+1
2008-01-11[XFS] fix unaligned access in readdirChristoph Hellwig1-6/+10
2007-12-21[XFS] Initialise current offset in xfs_file_readdir correctlyLachlan McIlroy1-0/+1