aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-05quota: clean up Q_XQUOTASYNCChristoph Hellwig1-15/+0
2010-02-26Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds79-1596/+1666
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/xfs-viptLinus Torvalds1-1/+29
2010-02-13fs/xfs: Correct NULL testJulia Lawall1-1/+1
2010-02-12xfs: optimize log flushing in xfs_fsyncChristoph Hellwig1-2/+8
2010-02-12xfs: only clear the suid bit once in xfs_writeChristoph Hellwig3-55/+3
2010-02-05xfs: fix xfs to work with Virtually Indexed architecturesJames Bottomley1-1/+29
2010-02-04xfs: kill xfs_bawriteDave Chinner2-20/+0
2010-02-09xfs: log changed inodes instead of writing them synchronouslyChristoph Hellwig1-29/+82
2010-02-02xfs: remove invalid barrier optimization from xfs_fsyncChristoph Hellwig1-10/+2
2010-02-04xfs: kill the unused XFS_QMOPT_* flush flags V2Dave Chinner4-23/+14
2010-01-26xfs: Use delay write promotion for dquot flushingDave Chinner1-15/+10
2010-01-26xfs: Sort delayed write buffers before dispatchDave Chinner1-27/+60
2010-02-02xfs: Don't issue buffer IO direct from AIL push V2Dave Chinner10-203/+102
2010-02-06xfs: Use delayed write for inodes rather than async V2Dave Chinner6-115/+102
2010-02-06xfs: Make inode reclaim states explicitDave Chinner3-29/+64
2010-02-08xfs: more reserved blocks fixupsEric Sandeen4-25/+64
2010-01-26xfs: turn off sign warningsDave Chinner1-1/+1
2010-01-26xfs: don't hold onto reserved blocks on remount,roDave Chinner2-0/+29
2010-01-21xfs: quota limit statvfs available blocksChristoph Hellwig1-1/+1
2010-01-21xfs: replace KM_LARGE with explicit vmalloc useChristoph Hellwig5-51/+66
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig14-211/+193
2010-01-21xfs: kill XLOG_VEC_SET_TYPEChristoph Hellwig7-24/+22
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig17-70/+53
2010-01-21xfs: implement quota warnings via netlinkChristoph Hellwig1-10/+39
2010-01-21xfs: clean up error handling in xfs_trans_dqresvChristoph Hellwig1-31/+17
2010-01-21xfs: kill XFS_QMOPT_ASYNCChristoph Hellwig2-3/+0
2010-01-20xfs: rearrange xfs_mod_sb() to avoid array subscript warningDave Chinner1-4/+3
2010-01-20xfs: suppress spurious uninitialised var warning in xfs_bmapi()Dave Chinner1-1/+1
2010-01-20xfs: make compile warn about char sign mismatches againDave Chinner1-1/+1
2010-01-20xfs: clean up sign warnings in dir2 codeDave Chinner4-7/+8
2010-01-20xfs: convert attr to use unsigned namesDave Chinner12-70/+90
2010-01-20xfs: xfs_buf_iomove() doesn't care about signednessDave Chinner2-2/+2
2010-01-20xfs: make xfs_dir_cilookup_result use unsigned charDave Chinner2-3/+3
2010-01-20xfs: convert dirnameops to unsigned char namesDave Chinner3-6/+7
2010-01-20xfs: convert DM ops to use unsigned char namesDave Chinner2-3/+6
2010-01-20xfs: directory names are unsignedDave Chinner1-2/+2
2010-01-15xfs: move more buffer helpers into xfs_buf.cChristoph Hellwig6-134/+124
2010-01-15xfs: clean up xfs_bwriteChristoph Hellwig4-50/+28
2010-01-15xfs: clean up log buffer writesChristoph Hellwig2-36/+33
2010-01-15xfs: embed the pagb_list array in the perag structureDave Chinner3-12/+5
2010-01-15xfs: handle ENOMEM correctly during initialisation of perag structuresDave Chinner1-4/+17
2010-01-15xfs: Kill filestreams cache flushDave Chinner5-20/+1
2010-01-15xfs: Add trace points for per-ag refcount debugging.Dave Chinner4-23/+65
2010-01-15xfs: Reference count per-ag structuresDave Chinner3-4/+12
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner8-90/+86
2010-01-15xfs: convert remaining direct references to m_peragDave Chinner4-15/+42
2010-01-15xfs: Convert filestreams code to use per-ag get/put routinesDave Chinner2-10/+36
2010-01-15xfs: Don't directly reference m_perag in allocation codeDave Chinner2-38/+53
2010-01-15xfs: rename xfs_get_peragDave Chinner4-21/+27