aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-28[XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek1-7/+7
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-3/+3
2008-02-07Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds16-461/+904
2008-02-07[XFS] add __init/__exit mark to specific init/cleanup functionsLachlan McIlroy2-2/+2
2008-02-07[XFS] Fix oops in xfs_file_readdir()David Chinner1-2/+1
2008-02-07[XFS] kill xfs_rootChristoph Hellwig1-2/+4
2008-02-07[XFS] keep i_nlink updated and use proper accessorsChristoph Hellwig2-2/+0
2008-02-07[XFS] stop updating inode->i_blocksChristoph Hellwig3-8/+1
2008-02-07[XFS] Move AIL pushing into it's own threadDavid Chinner1-0/+59
2008-02-07[XFS] use generic_permissionChristoph Hellwig1-4/+23
2008-02-07[XFS] Cleanup various fid related bits:Christoph Hellwig1-8/+17
2008-02-07[XFS] kill superflous buffer locking (2nd attempt)Christoph Hellwig2-51/+5
2008-02-07[XFS] Remove the BPCSHIFT and NB* based macros from XFS.Tim Shimmin2-32/+5
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen4-5/+5
2008-02-07[XFS] Move platform specific mount option parse out of core XFS codeDavid Chinner1-0/+430
2008-02-07[XFS] Implement fallocate.David Chinner1-0/+43
2008-02-07[XFS] Fix inode allocation latencyDavid Chinner1-0/+16
2008-02-07[XFS] Fix up sparse warnings.David Chinner3-2/+4
2008-02-07[XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a due to a regressionLachlan McIlroy2-5/+49
2008-02-07[XFS] fix 32-bit compat ioctls for GETXFLAGS, SETXFLAGS, GETVERSIONEric Sandeen1-3/+5
2008-02-07[XFS] kill superflous buffer lockingChristoph Hellwig2-49/+5
2008-02-07[XFS] kill xfs_freeze.Christoph Hellwig1-1/+10
2008-02-07[XFS] cleanup vnode useage in xfs_iget.cChristoph Hellwig2-20/+0
2008-02-07[XFS] cleanup vnode useage in xfs_ioctl.cChristoph Hellwig1-51/+28
2008-02-07[XFS] Kill off xfs_statvfs.Christoph Hellwig2-14/+41
2008-02-07[XFS] simplify xfs_vn_getattrChristoph Hellwig1-25/+53
2008-02-07[XFS] kill xfs_iocore_tChristoph Hellwig3-40/+32
2008-02-07[XFS] Remove spin.hEric Sandeen3-29/+4
2008-02-07[XFS] Cleanup lock goop.Eric Sandeen1-18/+0
2008-02-07[XFS] kill unnessecary ioops indirectionLachlan McIlroy3-43/+20
2008-02-07[XFS] simplify vn_revalidateChristoph Hellwig4-51/+37
2008-02-07[XFS] more vnode/inode tracing fixesLachlan McIlroy1-0/+3
2008-02-07[XFS] kill BMAPI_UNWRITTENChristoph Hellwig1-2/+3
2008-02-07[XFS] kill BMAPI_DEVICEChristoph Hellwig1-11/+16
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy5-45/+47
2008-02-05is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter2-4/+2
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-1/+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-21[XFS] Fix mknod regressionChristoph Hellwig1-3/+1
2007-12-18[XFS] Put the correct offset in dirent d_offLachlan McIlroy1-2/+2
2007-12-10Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds5-35/+153
2007-12-10[XFS] Fix xfs_ichgtime()s broken usage of I_SYNCDavid Chinner1-2/+2
2007-12-10[XFS] Make xfsbufd threads freezableRafael J. Wysocki1-0/+2
2007-12-10[XFS] revert to double-buffering readdirChristoph Hellwig1-0/+124
2007-12-10[XFS] Clear XBF_READ_AHEAD flag on I/O completion.Lachlan McIlroy1-1/+1
2007-12-10[XFS] Fixed a few bugs in xfs_buf_associate_memory()Lachlan McIlroy1-20/+13
2007-12-10[XFS] 971064 Various fixups for xfs_bulkstat().Lachlan McIlroy2-12/+11
2007-10-22exportfs: make struct export_operations constChristoph Hellwig2-2/+2