summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Cleanup use of loff_t vs xfs_off_t in the core code.Nathan Scott2005-05-054-19/+19
* [XFS] Use the right offset when ensuring a delayed allocate conversion has co...Nathan Scott2005-05-054-46/+56
* [XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimesNathan Scott2005-05-051-5/+3Star
* [XFS] remove noisy printk at vnode trace allocationEric Sandeen2005-05-051-1/+0Star
* [XFS] stop background sync from waiting for in-use inodesDaniel Moore2005-05-051-1/+4
* [XFS] Disable the combination of XFS direct IO and AIO until the IO completionNathan Scott2005-05-052-2/+44
* [XFS] Resolve an issue with xfsbufd not getting along with swsusp.Nathan Scott2005-05-051-2/+9
* [XFS] Fix up warningsEric Sandeen2005-05-052-4/+4
* [XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.Nathan Scott2005-05-052-25/+48
* [XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that XFS_IOLOCK is heldDean Roehrich2005-05-052-2/+10
* [XFS] Enable XFS_VNODE_TRACEEric Sandeen2005-05-052-2/+3
* [XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for som...Nathan Scott2005-05-056-7/+8
* [XFS] Block mount attempts for filesystems with version 1 directories.Nathan Scott2005-05-051-0/+9
* [XFS] Move the XFS inode to the front of its hash list on a cache hitNathan Scott2005-05-051-1/+50
* Linux-2.6.12-rc2Linus Torvalds2005-04-17172-0/+114893