aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-18[XFS] Put the correct offset in dirent d_offLachlan McIlroy1-2/+2
2007-12-10[XFS] revert to double-buffering readdirChristoph Hellwig1-0/+124
2007-10-16[XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig1-7/+7
2007-10-16[XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig1-7/+3
2007-10-16[XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig1-17/+14
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-28/+21
2007-10-15[XFS] use filldir internallyChristoph Hellwig1-67/+23
2007-10-15[XFS] remove unessecary vfs argument to DM_EVENT_ENABLEDChristoph Hellwig1-1/+1
2007-07-19Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds1-0/+16
2007-07-19mm: fault feedback #1Nick Piggin1-8/+6
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-12/+11
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin1-0/+1
2007-07-19[XFS] Implement ->page_mkwrite in XFS.David Chinner1-0/+16
2007-07-14[XFS] XFS should not be looking at filp reference countsChristoph Hellwig1-11/+0
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-26/+0
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner1-2/+2