aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/xfs
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect XFS bits which are now already completely disconnectedAttilio Rao2013-03-021-89/+0
| | | | | | | | | from the tree since few months. This is not targeted for MFC. Notes: svn path=/head/; revision=247631
* Partially revert r239959, after actually fixing most of the clangDimitry Andric2012-09-021-6/+0
| | | | | | | | | | | | | warnings in sys/gnu/fs/xfs. The only warnings that still need to be suppressed are those about array bound overruns of flexible array members in xfs_dir2_{block,sf}.c, which are too expensive (in terms of cascading code changes) to fix. MFC after: 1 week X-MFC-With: r239959 Notes: svn path=/head/; revision=240011
* Work around several warnings from clang in the xfs filesystem, whenDimitry Andric2012-08-311-2/+7
| | | | | | | | | | | linking it statically into the kernel. With our gcc in base there are no warnings, so also remove the WERROR= from the module makefile. Noted by: Eir Nym <eirnym@gmail.com> MFC after: 1 week Notes: svn path=/head/; revision=239959
* Disable several instances instances of clang's -Wself-assign warning.Dimitry Andric2011-12-301-5/+2
| | | | | | | | | | | | | | All of these are harmless, and are in fact used to shut up warnings from lint. While here, remove -Wno-missing-prototypes from the xfs module Makefile, as I could not reproduce those warnings either with gcc or clang. MFC after: 1 week Notes: svn path=/head/; revision=228994
* Remove empty files and do nto try to build them.Alexander Kabaev2009-05-181-3/+0
| | | | | | | | | | Apparently, they are problematic for CTF users. PR: 119298 Submitted by: Julian H. Stacey Notes: svn path=/head/; revision=192314
* Makefile changes to accomodate new XFS import.Craig Rodrigues2006-06-091-1/+1
| | | | Notes: svn path=/head/; revision=159453
* Fix standalone module build.Ruslan Ermilov2006-01-161-0/+2
| | | | | | | Reported by: Boris Samorodov <bsam@ipt.ru> Notes: svn path=/head/; revision=154433
* Add Makefile for compiling XFS as a kernel module.Craig Rodrigues2005-12-121-0/+94
Notes: svn path=/head/; revision=153324