summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_lrw.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Fix race in xfs_write() between direct and buffered I/O with DMAPILachlan McIlroy2008-12-241-15/+12
* [XFS] replace b_fspriv with b_mountChristoph Hellwig2008-12-111-7/+4
* remove useless mnt_want_write call in xfs_writeChristoph Hellwig2008-12-041-9/+1
* [XFS] fix error inversion problems with data flushingDave Chinner2008-12-011-1/+1
* [XFS] stop using file_update_timeChristoph Hellwig2008-08-131-3/+1
* [XFS] Avoid directly referencing the VFS inode.David Chinner2008-08-131-1/+1
* [patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi2008-07-261-1/+1
* [XFS] shrink mrlock_tChristoph Hellwig2008-04-291-12/+9
* [PATCH] r/o bind mounts: elevate count for xfs timestamp updatesDave Hansen2008-04-191-1/+8
* [XFS] Don't error out on good I/Os.David Chinner2008-04-181-1/+3
* [XFS] Ensure errors from xfs_bdstrat() are correctly checked.David Chinner2008-04-181-13/+6
* [XFS] cleanup vnode use in xfs_lrw.cChristoph Hellwig2008-04-181-5/+3
* [XFS] cleanup vnode use in dmapi callsChristoph Hellwig2008-04-181-8/+6
* [XFS] kill xfs_rwlock/xfs_rwunlockChristoph Hellwig2008-04-181-18/+13
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2008-02-071-76/+46
|\
| * [XFS] Remove the BPCSHIFT and NB* based macros from XFS.Tim Shimmin2008-02-071-5/+4
| * [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-071-2/+2
| * [XFS] kill xfs_iocore_tChristoph Hellwig2008-02-071-31/+24
| * [XFS] kill unnessecary ioops indirectionLachlan McIlroy2008-02-071-39/+17
* | Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-1/+1
|/
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-10-171-61/+43
|\
| * [XFS] ensure file size is logged on synchronous writesLachlan McIlroy2007-10-161-7/+6
| * [XFS] kill struct bhv_vfsChristoph Hellwig2007-10-161-1/+1
| * [XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig2007-10-161-1/+1
| * [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-3/+5
| * [XFS] decontaminate vnode operations from behavior detailsChristoph Hellwig2007-10-151-39/+25
| * [XFS] remove unessecary vfs argument to DM_EVENT_ENABLEDChristoph Hellwig2007-10-151-11/+6
* | xfs: convert to new aopsNick Piggin2007-10-161-23/+12
|/
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-44/+0
* [XFS] s/memclear_highpage_flush/zero_user_page/Christoph Hellwig2007-06-191-1/+1
* Merge git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-05-081-68/+95
|\
| * [XFS] Fix race in xfs_write() b/w dmapi callout and direct I/O checks.Lachlan McIlroy2007-05-081-27/+26
| * [XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy2007-05-081-36/+55
| * [XFS] Fix race condition in xfs_write().Lachlan McIlroy2007-05-081-29/+32
| * [XFS] propogate return codes from flush routinesLachlan McIlroy2007-05-081-3/+9
* | mm: move common segment checks to separate helper functionDmitriy Monakhov2007-05-081-19/+3
|/
* [XFS] Don't use kmap in xfs_iozero.David Chinner2007-02-101-7/+3
* [XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen2007-02-101-2/+0
* [XFS] Fix callers of xfs_iozero() to zero the correct range.Lachlan McIlroy2007-02-101-18/+18
* [PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-1/+1
* [PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty2006-10-011-1/+3
* [XFS] Minor cleanup from dio locking fix, remove an extra conditional.Nathan Scott2006-09-281-5/+5
* [XFS] Fix xfs_splice_write() so appended data gets to disk.David Chinner2006-09-071-0/+16
* [XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid callingLachlan McIlroy2006-09-071-5/+6
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Push some common code out of write path into core XFS code forNathan Scott2006-06-191-73/+3
* [XFS] Cleanup a missed porting conversion, and freezing.Nathan Scott2006-06-091-2/+2
* [XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott2006-06-091-5/+5
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-091-5/+5
* [XFS] Drop use of m_writeio_blocks when zeroing, its not meaningfulNathan Scott2006-06-091-14/+3
OpenPOWER on IntegriCloud