aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-08[PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-14/+14
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-94/+0
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-23/+23
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-1/+1
2006-06-25[PATCH] xfs: update ->flush method protoAlexey Dobriyan1-1/+2
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-06-19[XFS] Remove unnecessary local from open_exec dmapi path.Nathan Scott1-14/+9
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-76/+44