summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
Commit message (Expand)AuthorAgeFilesLines
* [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-074-5/+5
* [XFS] Move platform specific mount option parse out of core XFS codeDavid Chinner2008-02-071-0/+430
* [XFS] Implement fallocate.David Chinner2008-02-071-0/+43
* [XFS] Fix inode allocation latencyDavid Chinner2008-02-071-0/+16
* [XFS] Fix up sparse warnings.David Chinner2008-02-073-2/+4
* [XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a due to a regressionLachlan McIlroy2008-02-072-5/+49
* [XFS] fix 32-bit compat ioctls for GETXFLAGS, SETXFLAGS, GETVERSIONEric Sandeen2008-02-071-3/+5
* [XFS] kill superflous buffer lockingChristoph Hellwig2008-02-072-49/+5
* [XFS] kill xfs_freeze.Christoph Hellwig2008-02-071-1/+10
* [XFS] cleanup vnode useage in xfs_iget.cChristoph Hellwig2008-02-072-20/+0
* [XFS] cleanup vnode useage in xfs_ioctl.cChristoph Hellwig2008-02-071-51/+28
* [XFS] Kill off xfs_statvfs.Christoph Hellwig2008-02-072-14/+41
* [XFS] simplify xfs_vn_getattrChristoph Hellwig2008-02-071-25/+53
* [XFS] kill xfs_iocore_tChristoph Hellwig2008-02-073-40/+32
* [XFS] Remove spin.hEric Sandeen2008-02-073-29/+4
* [XFS] Cleanup lock goop.Eric Sandeen2008-02-071-18/+0
* [XFS] kill unnessecary ioops indirectionLachlan McIlroy2008-02-073-43/+20
* [XFS] simplify vn_revalidateChristoph Hellwig2008-02-074-51/+37
* [XFS] more vnode/inode tracing fixesLachlan McIlroy2008-02-071-0/+3
* [XFS] kill BMAPI_UNWRITTENChristoph Hellwig2008-02-071-2/+3
* [XFS] kill BMAPI_DEVICEChristoph Hellwig2008-02-071-11/+16
* [XFS] clean up vnode/inode tracingLachlan McIlroy2008-02-075-45/+47
* [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] Fix mknod regressionChristoph Hellwig2007-12-211-3/+1
* [XFS] Put the correct offset in dirent d_offLachlan McIlroy2007-12-181-2/+2
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-12-105-35/+153
|\
| * [XFS] Fix xfs_ichgtime()s broken usage of I_SYNCDavid Chinner2007-12-101-2/+2
| * [XFS] Make xfsbufd threads freezableRafael J. Wysocki2007-12-101-0/+2
| * [XFS] revert to double-buffering readdirChristoph Hellwig2007-12-101-0/+124
| * [XFS] Clear XBF_READ_AHEAD flag on I/O completion.Lachlan McIlroy2007-12-101-1/+1
| * [XFS] Fixed a few bugs in xfs_buf_associate_memory()Lachlan McIlroy2007-12-101-20/+13
| * [XFS] 971064 Various fixups for xfs_bulkstat().Lachlan McIlroy2007-12-102-12/+11
* | exportfs: make struct export_operations constChristoph Hellwig2007-10-222-2/+2
* | xfs: new export opsChristoph Hellwig2007-10-222-124/+130
|/
* [XFS] cleanup fid types messChristoph Hellwig2007-10-193-18/+18
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-10-1722-1514/+656
|\
| * [XFS] eagerly remove vmap mappings to avoid upsetting XenJeremy Fitzhardinge2007-10-171-0/+13
| * [XFS] simplify validata_fieldsChristoph Hellwig2007-10-171-27/+24
| * [XFS] no longer using io_vnode, as was remaining from 23 cherrypickTim Shimmin2007-10-161-1/+1
| * [XFS] Put back the QUEUE_ORDERED_NONE test in the barrier check.Tim Shimmin2007-10-161-0/+8
| * [XFS] avoid race in sync_inodes() that can fail to write out all dirty dataLachlan McIlroy2007-10-161-9/+20
| * [XFS] simplify xfs_create/mknod/symlink prototypeChristoph Hellwig2007-10-161-15/+8
| * [XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctlChristoph Hellwig2007-10-161-44/+46
| * [XFS] ensure file size is logged on synchronous writesLachlan McIlroy2007-10-161-7/+6
| * [XFS] kill struct bhv_vfsChristoph Hellwig2007-10-166-253/+8
| * [XFS] move syncing related members from struct bhv_vfs to struct xfs_mountChristoph Hellwig2007-10-163-75/+59
| * [XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig2007-10-165-22/+12
| * [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfsChristoph Hellwig2007-10-162-4/+2
| * [XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig2007-10-168-221/+36