aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-28[XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms.Nathan Scott1-1/+1
2006-09-28[XFS] remove bhv_lookup, _range version works aswell and has more usefulChristoph Hellwig1-1/+2
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
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-7/+7
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott1-11/+11
2006-06-09[XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott1-9/+0
2006-06-09[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber1-3/+20
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-1/+1
2006-03-14[XFS] Remove a couple of no-longer-used macros/types from XFS.Nathan Scott1-5/+0
2006-03-14[XFS] using a spinlock per cpu for superblock counter exclusion results inDavid Chinner1-1/+3
2006-03-14[XFS] Add support for hotplug CPUs to the per-CPU superblock counters byDavid Chinner1-0/+1
2006-03-14[XFS] On machines with more than 8 cpus, when running parallel I/ODavid Chinner1-0/+34
2006-03-14[XFS] XFS propagates MS_NOATIME through two levels internally but doesn'tNathan Scott1-2/+0
2006-01-11[XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott1-1/+0
2006-01-11[XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple andNathan Scott1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen1-1/+1
2005-11-02[XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.Nathan Scott1-2/+3
2005-11-02[XFS] Rework the final mount options flag bit to make room for more.Nathan Scott1-24/+24
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-27/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-42/+26
2005-11-02[XFS] Track external log/realtime device names for correct reporting inNathan Scott1-0/+2
2005-11-02[XFS] Ondisk format extension for extended attributes (attr2). Basically,Nathan Scott1-1/+1
2005-11-02[XFS] Introduce two new mount options (nolargeio/largeio) to allowDavid Chinner1-0/+27
2005-11-02[XFS] Provide a mechiansm for flushing delalloc before quota reporting.Nathan Scott1-0/+1
2005-11-02[XFS] write barrier support Issue all log sync operations as orderedChristoph Hellwig1-1/+2
2005-06-21[XFS] Add support for project quota, based on Dan Knappes earlier work.Nathan Scott1-3/+3
2005-06-21[XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig1-1/+0
2005-05-05[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.Nathan Scott1-4/+4
2005-05-05[XFS] Use the right offset when ensuring a delayed allocate conversion has covered the offset originally requested. Can cause data corruption when multiple processes are performing writeout on different areas of the same file. Quite difficult to hit though.Nathan Scott1-3/+4
2005-05-05[XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.Nathan Scott1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+573