aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_file.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-1096/+0
2011-07-26xfs: prevent against ioend livelocks in xfs_file_fsyncChristoph Hellwig1-0/+2
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/vir...Linus 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
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
2006-06-09[XFS] Start writeout earlier (on last close) in the case where we have aNathan Scott1-0/+15
2006-06-09[XFS] Fix a noatime regression related to updating inode atime field onNathan Scott1-17/+3
2006-04-11[PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe1-4/+8
2006-04-10[PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar1-4/+4
2006-03-31[XFS] Provide XFS support for the splice syscall.Nathan Scott1-33/+80
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-3/+3
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott1-15/+15
2006-03-14[XFS] Revert kiocb and vattr stack changes, theory is the AIO rework willNathan Scott1-28/+14
2006-03-14[XFS] Switch over from linvfs names for file operations for consistentNathan Scott1-70/+70
2006-03-14[XFS] Dynamically allocate vattr in places it makes sense to do so, toNathan Scott1-4/+9
2006-03-14[XFS] Dynamically allocate local kiocb structures in readv/writev routinesNathan Scott1-12/+22
2006-01-11[XFS] add helper to get xfs_inode from vnodeChristoph Hellwig1-4/+2
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-2/+3
2005-09-02[XFS] send dmapi events from nopage for mmapped filesDean Roehrich1-58/+32
2005-06-21[XFS] coordinate mmap calls with xfs_dm_punch_holeDean Roehrich1-3/+24
2005-05-06[XFS] Fix directory inodes ioctl compat code, minor code consistency cleanupsNathan Scott1-2/+5
2005-05-05[XFS] Disable the combination of XFS direct IO and AIO until the IO completionNathan Scott1-2/+41
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+573