summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XFS] revert to double-buffering readdirChristoph Hellwig2007-12-101-0/+124
* [XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig2007-10-161-7/+7
* [XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig2007-10-161-7/+3
* [XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig2007-10-161-17/+14
* [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-28/+21
* [XFS] use filldir internallyChristoph Hellwig2007-10-151-67/+23
* [XFS] remove unessecary vfs argument to DM_EVENT_ENABLEDChristoph Hellwig2007-10-151-1/+1
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-07-191-0/+16
|\
| * [XFS] Implement ->page_mkwrite in XFS.David Chinner2007-07-191-0/+16
* | mm: fault feedback #1Nick Piggin2007-07-191-8/+6
* | mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin2007-07-191-12/+11
* | mm: fix fault vs invalidate race for linear mappingsNick Piggin2007-07-191-0/+1
|/
* [XFS] XFS should not be looking at filp reference countsChristoph Hellwig2007-07-141-11/+0
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-26/+0
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-2/+2
* [PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-14/+14
* [PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty2006-10-011-94/+0
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-23/+23
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-271-1/+1
* [PATCH] xfs: update ->flush method protoAlexey Dobriyan2006-06-251-1/+2
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Remove unnecessary local from open_exec dmapi path.Nathan Scott2006-06-191-14/+9
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-091-76/+44
* [XFS] Start writeout earlier (on last close) in the case where we have aNathan Scott2006-06-091-0/+15
* [XFS] Fix a noatime regression related to updating inode atime field onNathan Scott2006-06-091-17/+3
* [PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe2006-04-111-4/+8
* [PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar2006-04-101-4/+4
* [XFS] Provide XFS support for the splice syscall.Nathan Scott2006-03-311-33/+80
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-3/+3
* [XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott2006-03-171-15/+15
* [XFS] Revert kiocb and vattr stack changes, theory is the AIO rework willNathan Scott2006-03-141-28/+14
* [XFS] Switch over from linvfs names for file operations for consistentNathan Scott2006-03-141-70/+70
OpenPOWER on IntegriCloud