aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
AgeCommit message (Expand)Author
2013-10-30xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner
2013-10-23xfs: split xfs_rtalloc.c for userspace sanityDave Chinner
2013-10-23xfs: split dquot buffer operations outDave Chinner
2013-08-12xfs: Add xfs_log_rlimit.cJie Liu
2013-08-12xfs: consolidate extent swap codeDave Chinner
2013-08-12xfs: consolidate xfs_utils.cDave Chinner
2013-08-12xfs: consolidate xfs_rename.cDave Chinner
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner
2013-08-12xfs: introduce xfs_sb.c for sharing with libxfsDave Chinner
2013-08-12xfs: split out the remote symlink handlingDave Chinner
2013-08-12xfs: split out attribute fork truncation code into separate fileDave Chinner
2013-08-12xfs: split out attribute listing code into separate fileDave Chinner
2013-08-12xfs: move getdents code into it's own fileDave Chinner
2013-08-12xfs: introduce xfs_inode_buf.c for inode buffer operationsDave Chinner
2013-08-12xfs: move inode fork definitions to a new header fileDave Chinner
2013-08-12xfs: split out transaction reservation codeDave Chinner
2013-06-27xfs: Inode create log itemsDave Chinner
2013-04-27xfs: split remote attribute code outDave Chinner
2013-04-21xfs: split out symlink code into it's own file.Dave Chinner
2012-11-14xfs: remove xfs_flushinval_pagesDave Chinner
2012-10-17xfs: remove xfs_iget.cDave Chinner
2012-10-17xfs: rename xfs_sync.[ch] to xfs_icache.[ch]Dave Chinner
2012-05-14xfs: move xfs_do_force_shutdown() and kill xfs_rw.cDave Chinner
2012-05-14xfs: move busy extent handling to it's own fileDave Chinner
2012-03-14xfs: use common code for quota statisticsChristoph Hellwig
2011-08-22xfs: fix tracing builds inside the source treeChristoph Hellwig
2011-08-12xfs: remove subdirectoriesChristoph Hellwig
2011-08-12xfs: don't expect xfs headers to be in subdirectoriesAlex Elder
2011-07-13xfs: remove leftovers of the old btree tracing codeChristoph Hellwig
2011-03-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-03-17fs: change to new flag variablematt mooney
2011-03-07xfs: kill support/debug.[ch]Dave Chinner
2011-03-02xfs: introduce new logging API.Dave Chinner
2011-01-11xfs: add FITRIM supportChristoph Hellwig
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-05-24xfs: Introduce delayed logging core codeDave Chinner
2010-03-01xfs: merge xfs_lrw.c into xfs_file.cChristoph Hellwig
2010-01-26xfs: turn off sign warningsDave Chinner
2010-01-20xfs: make compile warn about char sign mismatches againDave Chinner
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig
2009-02-09xfs: get rid of indirections in the quotaops implementationChristoph Hellwig
2008-12-04move inode tracing out of xfs_vnode.Christoph Hellwig
2008-12-04kill xfs_unmount_flushChristoph Hellwig
2008-10-30[XFS] move sync code to its own fileDavid Chinner
2008-10-30[XFS] make btree tracing genericChristoph Hellwig
2008-07-28[XFS] Use the generic xattr methods.Lachlan McIlroy