summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Include linux/random.h in all builds, not just debug.David Chinner2008-04-301-0/+1
* [XFS] Fix build failure after enabling CONFIG_XFS_DEBUGStephen Rothwell2008-04-291-1/+1
* [XFS] remove dmapi cruft in xfs_file.cChristoph Hellwig2008-04-291-75/+0Star
* [XFS] remove sendfile leftoversChristoph Hellwig2008-04-291-1/+0Star
* [XFS] Fix broken HAVE_SPLICE removal commit.Donald Douwsma2008-04-291-1/+0Star
* [XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already heldChristoph Hellwig2008-04-291-1/+1
* [XFS] Cleanup xfs_attr a bit with xfs_name and remove credBarry Naujok2008-04-291-3/+3
* [XFS] remove manual lookup from xfs_rename and simplify lockingChristoph Hellwig2008-04-291-1/+2
* [XFS] shrink mrlock_tChristoph Hellwig2008-04-292-48/+33Star
* [XFS] kill di_mode checks after xfs_igetChristoph Hellwig2008-04-292-2/+2
* [XFS] Remove VN_IS* macros and related cruft.Christoph Hellwig2008-04-291-24/+0Star
* Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-221-1/+1
|\
| * Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-191-1/+1
* | [PATCH] r/o bind mounts: elevate count for xfs timestamp updatesDave Hansen2008-04-192-8/+8
* | [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-191-5/+10
|/
* [XFS] Fix merge failureLachlan McIlroy2008-04-181-2/+4
* [XFS] The forward declarations for the xfs_ioctl() helpers and theLachlan McIlroy2008-04-181-312/+2Star
* [XFS] Remove CONFIG_XFS_SECURITY.Eric Sandeen2008-04-181-7/+1Star
* [XFS] Remove periodic logging of in-core superblock counters.David Chinner2008-04-182-3/+1Star
* [XFS] Don't error out on good I/Os.David Chinner2008-04-181-1/+3
* [XFS] Catch unwritten extent conversion errors.David Chinner2008-04-181-2/+6
* [XFS] xfs_bdwrite() does not return errors.David Chinner2008-04-182-3/+7
* [XFS] Ensure errors from xfs_bdstrat() are correctly checked.David Chinner2008-04-182-14/+8Star
* [XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok2008-04-183-26/+43
* [XFS] Warn if errors come from block_truncate_page().David Chinner2008-04-181-1/+9
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-184-9/+9
* [XFS] Replace __inline with inlineHarvey Harrison2008-04-182-3/+3
* [XFS] split xfs_ioc_xattrLachlan McIlroy2008-04-181-56/+312
* [XFS] cleanup root inode handling in xfs_fs_fill_superChristoph Hellwig2008-04-181-10/+9Star
* [XFS] cleanup vnode use in xfs_iops.cChristoph Hellwig2008-04-181-18/+16Star
* [XFS] cleanup vnode use in xfs_lrw.cChristoph Hellwig2008-04-181-5/+3Star
* [XFS] cleanup vnode use in xfs_lookupChristoph Hellwig2008-04-182-8/+7Star
* [XFS] cleanup vnode use in xfs_symlink and xfs_renameChristoph Hellwig2008-04-181-20/+21
* [XFS] cleanup vnode use in xfs_linkChristoph Hellwig2008-04-181-12/+11Star
* [XFS] cleanup vnode use in xfs_create/mknod/mkdirChristoph Hellwig2008-04-181-10/+11
* [XFS] cleanup vnode use in dmapi callsChristoph Hellwig2008-04-182-17/+10Star
* [XFS] don't encode parent in nfs filehandles unless nessecaryChristoph Hellwig2008-04-181-1/+1
* [XFS] kill xfs_rwlock/xfs_rwunlockChristoph Hellwig2008-04-183-32/+15Star
* [XFS] kill xfs_get_dir_entryChristoph Hellwig2008-04-181-1/+1
* [XFS] vnode cleanup in xfs_fs_subr.cChristoph Hellwig2008-04-181-25/+11Star
* [XFS] cleanup xfs_vn_mknodChristoph Hellwig2008-04-181-37/+30Star
* [XFS] Don't block pdflush when writing back inodesDavid Chinner2008-04-182-5/+3Star
* [XFS] Remove the xfs_refcacheDonald Douwsma2008-04-181-1/+0Star
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-1/+1
* [XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek2008-02-291-7/+7
* Introduce path_put()Jan Blunck2008-02-151-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-151-3/+3
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2008-02-0816-461/+904
|\
| * [XFS] add __init/__exit mark to specific init/cleanup functionsLachlan McIlroy2008-02-072-2/+2
| * [XFS] Fix oops in xfs_file_readdir()David Chinner2008-02-071-2/+1Star