aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-12Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusFelix Blyakher9-374/+846
2009-06-12xfs: fix small mismerge in xfs_vn_mknodChristoph Hellwig1-2/+2
2009-06-11xfs: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig1-12/+0
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher9-373/+845
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig6-119/+540
2009-06-08xfs: remove SYNC_BDFLUSHChristoph Hellwig2-7/+6
2009-06-08xfs: remove SYNC_IOWAITChristoph Hellwig2-5/+4
2009-06-08xfs: split xfs_sync_inodesChristoph Hellwig4-26/+51
2009-06-08xfs: use generic inode iterator in xfs_qm_dqrele_all_inodesChristoph Hellwig2-2/+8
2009-06-08xfs: introduce a per-ag inode iteratorDave Chinner1-166/+150
2009-06-08xfs: remove unused parameter from xfs_reclaim_inodesDave Chinner2-19/+5
2009-06-08xfs: factor out inode validation for syncDave Chinner1-22/+37
2009-06-08xfs: split inode flushing from xfs_sync_inodes_agChristoph Hellwig1-17/+33
2009-06-08xfs: split inode data writeback from xfs_sync_inodes_agDave Chinner1-20/+32
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig3-22/+31
2009-06-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+1
2009-06-01xfs: prevent deadlock in xfs_qm_shake()Felix Blyakher1-1/+1
2009-06-01xfs: prevent deadlock in xfs_qm_shake()Felix Blyakher1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-04-20xfs: use memdup_user()Li Zefan2-24/+11
2009-04-13Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds7-74/+93
2009-04-09Merge branch 'master' into for-linusFelix Blyakher7-74/+93
2009-04-06xfs: block callers of xfs_flush_inodes() correctlyDave Chinner2-3/+10
2009-04-06xfs: make inode flush at ENOSPC synchronousDave Chinner3-27/+17
2009-04-06xfs: use xfs_sync_inodes() for device flushingDave Chinner3-28/+36
2009-04-06xfs: prevent unwritten extent conversion from blocking I/O completionDave Chinner3-17/+31
2009-04-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds10-246/+261
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+2
2009-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linusFelix Blyakher1-2/+2
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-2/+2
2009-03-31New helper - current_umask()Al Viro1-2/+2
2009-03-29xfs: pagecache usage optimizationHisashi Hifumi1-0/+1
2009-03-29xfs: kill ino64 mount optionChristoph Hellwig2-24/+3
2009-03-29xfs: kill mutex_t typedefChristoph Hellwig2-26/+1
2009-03-16xfs: kill VN_BADChristoph Hellwig1-8/+0
2009-03-16xfs: kill vn_atime_* helpers.Christoph Hellwig1-19/+0
2009-03-06xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig3-8/+16
2009-03-06xfs: include header files for prototypesHannes Eder1-0/+1
2009-03-06xfs: make symbols staticHannes Eder1-3/+3
2009-03-04xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig3-8/+16
2009-02-19Revert "[XFS] remove old vmap cache"Felix Blyakher1-1/+74
2009-02-19Revert "[XFS] use scalable vmap API"Felix Blyakher1-3/+3
2009-02-18Revert "[XFS] remove old vmap cache"Felix Blyakher1-1/+74
2009-02-18Revert "[XFS] use scalable vmap API"Felix Blyakher1-3/+3
2009-02-09xfs: get rid of indirections in the quotaops implementationChristoph Hellwig5-71/+161
2009-02-09xfs: merge xfs_mkdir into xfs_createChristoph Hellwig1-21/+9
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig1-1/+1
2009-02-08xfs: cleanup xfs_find_handleChristoph Hellwig1-62/+44
2009-02-04xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig2-11/+37