summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: event tracing supportChristoph Hellwig2009-12-141-77/+8
* xfs: I/O completion handlers must use NOFS allocationsChristoph Hellwig2009-12-111-1/+8
* xfs: use generic Posix ACL codeChristoph Hellwig2009-06-101-1/+0
* xfs: kill xfs_qmopsChristoph Hellwig2009-06-081-6/+6
* xfs: remove xfs_flush_spaceDave Chinner2009-04-061-46/+15
* xfs: make inode flush at ENOSPC synchronousDave Chinner2009-04-061-1/+1
* xfs: use xfs_sync_inodes() for device flushingDave Chinner2009-04-061-1/+1
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-161-5/+5
* [XFS] Fix speculative allocation beyond eofLachlan McIlroy2008-12-221-21/+7
* [XFS] use minleft when allocating in xfs_bmbt_split()Lachlan McIlroy2008-07-281-0/+10
* [XFS] Fix check for block zero access in xfs_write_iomap_allocate()David Chinner2008-04-291-8/+5
* [XFS] shrink mrlock_tChristoph Hellwig2008-04-291-3/+3
* [XFS] Catch errors returned from xfs_bmap_last_offset().David Chinner2008-04-181-2/+5
* [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-071-5/+5
* [XFS] Fix transaction overrun during writeback.David Chinner2008-02-071-25/+50
* [XFS] kill xfs_iocore_tChristoph Hellwig2008-02-071-18/+12
* [XFS] kill unnessecary ioops indirectionLachlan McIlroy2008-02-071-46/+48
* [XFS] kill BMAPI_UNWRITTENChristoph Hellwig2008-02-071-12/+2
* [XFS] kill BMAPI_DEVICEChristoph Hellwig2008-02-071-8/+1
* [XFS] Kill unused IOMAP_EOF flagChristoph Hellwig2007-10-161-8/+0
* [XFS] Cleanup inode extent size hint extractionDavid Chinner2007-07-141-15/+4
* [XFS] Prevent ENOSPC from aborting transactions that need to succeedDavid Chinner2007-07-141-14/+8
* [XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy2007-05-081-4/+4
* [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-081-4/+3
* [XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen2007-02-101-2/+0
* [XFS] Remove unused argument to xfs_bmap_finishEric Sandeen2007-02-101-5/+3
* [XFS] Improve error handling for the zero-fsblock extent detection code.Nathan Scott2006-09-281-55/+34
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber2006-06-091-12/+12
* [XFS] Fixing KDB's xrwtrc command, also added the current process id intoYingping Lu2006-03-221-1/+1
* Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git Nathan Scott2006-01-121-1/+0
|\
| * xfs: header included twiceNicolas Kaiser2006-01-111-1/+0
* | [XFS] Fix compiler warnings from older gcc versions wrt printfalikeNathan Scott2006-01-111-12/+22
* | [XFS] Sort out cosmetic differences between user and kernel copies of someNathan Scott2006-01-111-0/+1
* | [XFS] Implement the di_extsize allocator hint for non-realtime files asNathan Scott2006-01-111-179/+211
|/
* [XFS] remove unused code from xfs_iomap_write_directEric Sandeen2005-11-021-8/+0
* [XFS] Remove dead code in xfs_iomap_write_direct; save some stackEric Sandeen2005-11-021-8/+4
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-7/+6
* [XFS] Fix incorrect use of BMAPI_READ in unwritten extent handlingNathan Scott2005-09-051-3/+2
* [XFS] Fix regression in transaction reserved-block accounting for directNathan Scott2005-09-021-9/+8
* [XFS] Merge fixes into realtime quota code, since one/two reported, stillNathan Scott2005-06-211-38/+27
* [XFS] Fix a bug in xfs_iomap for extent handling of write casesRussell Cattelan2005-05-061-1/+3
* [XFS] Cleanup use of loff_t vs xfs_off_t in the core code.Nathan Scott2005-05-051-4/+4
* [XFS] Use the right offset when ensuring a delayed allocate conversion has co...Nathan Scott2005-05-051-9/+11
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1000