aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vfsops.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-04kill xfs_unmount_flushChristoph Hellwig1-83/+0
2008-12-04no explicit xfs_iflush for special inodes during unmountChristoph Hellwig1-63/+5
2008-12-01[XFS] remove xfs_vfsops.hChristoph Hellwig1-1/+0
2008-10-30[XFS] kill struct xfs_mount_argsChristoph Hellwig1-1/+0
2008-10-30[XFS] Move remaining quiesce code.David Chinner1-55/+0
2008-10-30[XFS] make SYNC_DELWRI no longer use xfs_syncDavid Chinner1-1/+0
2008-10-30[XFS] make SYNC_ATTR no longer use xfs_syncDavid Chinner1-1/+1
2008-10-30[XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner1-7/+7
2008-10-30[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner1-1/+1
2008-10-30[XFS] move sync code to its own fileDavid Chinner1-559/+1
2008-08-13[XFS] kill bhv_vnode_tChristoph Hellwig1-1/+1
2008-08-13[XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig1-2/+1
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner1-4/+4
2008-08-13[XFS] kill shouty XFS_ITOV_NULL macroDavid Chinner1-1/+1
2008-07-28[XFS] streamline init/exit pathChristoph Hellwig1-131/+0
2008-07-28[XFS] merge xfs_mount into xfs_fs_fill_superChristoph Hellwig1-369/+0
2008-07-28[XFS] merge xfs_unmount into xfs_fs_put_super / xfs_fs_fill_superChristoph Hellwig1-87/+0
2008-07-28[XFS] merge xfs_mntupdate into xfs_fs_remountChristoph Hellwig1-24/+0
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-4/+4
2008-07-28[XFS] Fix up noattr2 so that it will properly update the versionnum andTim Shimmin1-1/+8
2008-04-29[XFS] remove xfs_log_ticket_zone on rmmodAlexey Dobriyan1-0/+1
2008-04-18[XFS] Remove periodic logging of in-core superblock counters.David Chinner1-13/+0
2008-04-18[XFS] Propagate errors from xfs_trans_commit().David Chinner1-3/+12
2008-04-18[XFS] xfs_quiesce_fs() never returns an error. Mark it void.David Chinner1-3/+1
2008-04-18[XFS] Remove the xlog_ticket allocatorDavid Chinner1-5/+7
2008-04-18[XFS] remove most calls to VN_RELEChristoph Hellwig1-6/+7
2008-04-18[XFS] cleanup vnode use in dmapi callsChristoph Hellwig1-2/+2
2008-04-18[XFS] Remove the xfs_icluster structureDavid Chinner1-5/+0
2008-04-18[XFS] Remove the xfs_refcacheDonald Douwsma1-20/+0
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen1-5/+4
2008-02-28[XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek1-2/+2
2008-02-07[XFS] add __init/__exit mark to specific init/cleanup functionsLachlan McIlroy1-2/+2
2008-02-07[XFS] kill xfs_rootChristoph Hellwig1-20/+0
2008-02-07[XFS] Cleanup various fid related bits:Christoph Hellwig1-53/+0
2008-02-07[XFS] Move platform specific mount option parse out of core XFS codeDavid Chinner1-430/+0
2008-02-07[XFS] Show all mount args in /proc/mountsDavid Chinner1-35/+35
2008-02-07[XFS] Fix up sparse warnings.David Chinner1-11/+0
2008-02-07[XFS] kill xfs_freeze.Christoph Hellwig1-14/+1
2008-02-07[XFS] Kill off xfs_statvfs.Christoph Hellwig1-53/+0
2008-02-07[XFS] Remove spin.hEric Sandeen1-1/+1
2008-02-07[XFS] Unwrap XFS_SB_LOCK.Eric Sandeen1-3/+2
2008-02-07[XFS] Unwrap xfs_dabuf_global_lockEric Sandeen1-1/+1
2008-02-07[XFS] kill unnessecary ioops indirectionLachlan McIlroy1-3/+1
2008-02-07[XFS] remove dead SYNC_BDFLUSH case in xfs_sync_inodesLachlan McIlroy1-175/+23
2007-10-19[XFS] cleanup fid types messChristoph Hellwig1-5/+4
2007-10-16[XFS] Remove STATIC which was missing from prior manual mergeTim Shimmin1-1/+1
2007-10-16[XFS] fix when DMAPI mount option processing happensVlad Apostolov1-12/+14
2007-10-16[XFS] kill struct bhv_vfsChristoph Hellwig1-10/+6
2007-10-16[XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig1-20/+16
2007-10-16[XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig1-7/+2
2007-10-16[XFS] decontaminate vfs operations from behavior detailsChristoph Hellwig1-59/+27
2007-10-16[XFS] remove dependency of the quota module on behaviorsChristoph Hellwig1-3/+107
2007-10-16[XFS] remove dependency of the dmapi module on behaviorsChristoph Hellwig1-3/+28
2007-10-16[XFS] move freeing the mount structure from xfs_mount_free into the callersChristoph Hellwig1-0/+1
2007-10-16[XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig1-1/+1
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-4/+7
2007-10-15[XFS] do not have XFSMNT_IDELETE as default when mounted with XFSMNT_DMAPIVlad Apostolov1-1/+12
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner1-20/+7
2007-10-15[XFS] optimize dmapi event tests w/o dmapi configEric Sandeen1-1/+2
2007-10-15[XFS] Fix a potential NULL pointer deref in XFS on failed mount.Jesper Juhl1-2/+8
2007-10-15[XFS] clean up xfs_start_flagsEric Sandeen1-5/+3
2007-07-14[XFS] Concurrent Multi-File Data StreamsDavid Chinner1-0/+26
2007-07-14[XFS] Fix remount,readonly path to flush everything correctly.David Chinner1-22/+31
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner1-0/+11
2007-07-14[XFS] Sleeping with the ilock waiting for I/O completion is Bad.David Chinner1-45/+28
2007-05-08[XFS] Add lockdep support for XFSLachlan McIlroy1-1/+1
2007-05-08[XFS] propogate return codes from flush routinesLachlan McIlroy1-1/+1
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen1-1/+1
2007-02-10[XFS] Make freeze code a little cleaner.David Chinner1-8/+9
2007-02-10[XFS] Ensure a frozen filesystem has a clean log before writing the dummyDavid Chinner1-4/+22
2007-02-10[XFS] Fix block reservation mechanism.David Chinner1-1/+1
2007-02-10[XFS] remove unused xflags parameter from sync routinesLachlan McIlroy1-13/+5
2006-09-28[XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms.Nathan Scott1-1/+1
2006-09-07[XFS] Prevent free space oversubscription and xfssyncd looping.David Chinner1-1/+2
2006-07-28[XFS] Fix a barrier related forced shutdown on mounts with quota enabled.Nathan Scott1-1/+1
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-8/+0
2006-06-09[XFS] Fix broken const use inside local suffix_strtoul routine.Nathan Scott1-3/+3
2006-06-09[XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott1-1/+1
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-13/+11
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott1-12/+11
2006-06-09[XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott1-21/+38
2006-05-08[XFS] Fix a possible forced shutdown due to mishandling write barriersNathan Scott1-18/+9
2006-03-31[XFS] Reenable write barriers by default.Nathan Scott1-3/+2
2006-03-31[XFS] Implement the silent parameter to fill_super, previously ignored.Nathan Scott1-1/+4
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-5/+5
2006-03-22[XFS] Reenable the noikeep (delete inode cluster space) option by default.Nathan Scott1-5/+3
2006-03-22[XFS] Fixup naming inconsistencies found by Pekka Enberg and one from JanNathan Scott1-14/+14
2006-03-17[XFS] Fix an infinite loop issue in bulkstat when a corrupt inode isNathan Scott1-1/+1
2006-03-14[XFS] Cleanup the use of zones/slabs, more consistent and allows flags toNathan Scott1-10/+24
2006-03-14[XFS] On machines with more than 8 cpus, when running parallel I/ODavid Chinner1-1/+2
2006-03-14[XFS] XFS propagates MS_NOATIME through two levels internally but doesn'tNathan Scott1-7/+0
2006-01-11[XFS] Fix v2 log bufsize reporting in /proc/mounts.Nathan Scott1-2/+3
2006-01-11[XFS] Disable write barriers for now till intermittent IO errors areNathan Scott1-5/+3
2006-01-11[XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple andNathan Scott1-11/+8
2006-01-11[XFS] Write log dummy record when freezing filesystemChristoph Hellwig1-0/+2
2006-01-11[XFS] do barrier checks earlier. quota initialization may write to theChristoph Hellwig1-3/+4
2006-01-11[XFS] Fix typo from when enabling write barriers by default, flags botchNathan Scott1-8/+2
2006-01-11[XFS] enable write barriers by defaultChristoph Hellwig1-1/+14
2005-11-04[XFS] Fix an inode32 regression - if no options are presented, must stillNathan Scott1-2/+2
2005-11-02[XFS] Remove old, broken nolog-mode code - noone plans to ever fix it.Nathan Scott1-4/+4
2005-11-02[XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.Nathan Scott1-4/+7
2005-11-02[XFS] Rework the final mount options flag bit to make room for more.Nathan Scott1-5/+8
2005-11-02[XFS] Disable attr2 by default, until a more appropriate time to enableNathan Scott1-1/+9
2005-11-02[XFS] Show additional mount options in /proc/mounts, fix up some debugNathan Scott1-0/+4
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-15/+13
2005-11-02[XFS] Track external log/realtime device names for correct reporting inNathan Scott1-6/+12
2005-11-02[XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott1-9/+9
2005-11-02[XFS] Introduce two new mount options (nolargeio/largeio) to allowDavid Chinner1-0/+11
2005-11-02[XFS] Provide a mechiansm for flushing delalloc before quota reporting.Nathan Scott1-2/+2
2005-11-02[XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig1-13/+25
2005-09-05[XFS] Sort out some cosmetic differences between XFS trees.Nathan Scott1-5/+5
2005-09-02[XFS] Add in grpid/nogrpid mount option parsing, actual code was alwaysNathan Scott1-1/+15
2005-09-02[XFS] replace vn_get usage by iholdChristoph Hellwig1-32/+4
2005-06-21[XFS] quiesce the filesystem proper when freezingChristoph Hellwig1-25/+35
2005-06-21[XFS] Add support for project quota, based on Dan Knappes earlier work.Nathan Scott1-10/+0
2005-06-21[XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig1-2/+2
2005-05-05[XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.Nathan Scott1-22/+45
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1941