aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds68-1594/+1025
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-31Revert "xfs: increase the maximum number of supported ACL entries"Felix Blyakher1-1/+1
2009-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher38-292/+204
2009-03-30xfs: cleanup uuid handlingChristoph Hellwig3-116/+83
2009-03-29xfs: remove m_attroffsetChristoph Hellwig5-39/+62
2009-03-29xfs: fix various typosMalcolm Parsons22-40/+40
2009-03-29xfs: pagecache usage optimizationHisashi Hifumi1-0/+1
2009-03-29xfs: remove m_litinoChristoph Hellwig3-3/+3
2009-03-29xfs: kill ino64 mount optionChristoph Hellwig6-60/+6
2009-03-29xfs: kill mutex_t typedefChristoph Hellwig6-34/+9
2009-03-27xfs: increase the maximum number of supported ACL entriesFelix Blyakher1-1/+1
2009-03-16xfs: factor out code to find the longest free extent in the AGDave Chinner4-22/+31
2009-03-16xfs: kill VN_BADChristoph Hellwig2-10/+2
2009-03-16xfs: kill vn_atime_* helpers.Christoph Hellwig2-20/+6
2009-03-16xfs: cleanup xlog_breadChristoph Hellwig2-88/+138
2009-03-16xfs: cleanup xlog_recover_do_transChristoph Hellwig1-34/+31
2009-03-16xfs: remove another leftover of the old inode log item formatChristoph Hellwig1-10/+4
2009-03-16xfs: cleanup log unmount handlingChristoph Hellwig3-18/+5
2009-03-15Fix xfs debug build breakage by pushing xfs_error.h afterFelix Blyakher1-1/+1
2009-03-06xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig3-8/+16
2009-03-06xfs: prevent lockdep false positive in xfs_iget_cache_missChristoph Hellwig1-5/+10
2009-03-06xfs: prevent kernel crash due to corrupted inode log formatChristoph Hellwig1-4/+13
2009-03-06xfs: include header files for prototypesHannes Eder2-0/+2
2009-03-06xfs: make symbols staticHannes Eder3-5/+5
2009-03-06xfs: move declaration to header fileHannes Eder2-2/+1
2009-03-04xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig3-8/+16
2009-03-04xfs: prevent lockdep false positive in xfs_iget_cache_missChristoph Hellwig1-5/+10
2009-03-04xfs: prevent kernel crash due to corrupted inode log formatChristoph Hellwig1-4/+13
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-12xfs: reject swapext ioctl on swapfilesChristoph Hellwig1-0/+6
2009-02-12xfs: fix error handling in xfs_log_mountChristoph Hellwig1-6/+8
2009-02-09xfs: get rid of indirections in the quotaops implementationChristoph Hellwig12-262/+181
2009-02-09xfs: sanitize qh_lock wrappersChristoph Hellwig4-81/+37
2009-02-09xfs: use mutex_is_locked in XFS_DQ_IS_LOCKEDChristoph Hellwig1-13/+1
2009-02-09xfs: remove XFS_QM_LOCK/XFS_QM_UNLOCK/XFS_QM_HOLD/XFS_QM_RELEChristoph Hellwig2-12/+6
2009-02-09xfs: merge xfs_mkdir into xfs_createChristoph Hellwig3-291/+92
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig7-18/+10
2009-02-09xfs: remove superflous inobt macrosChristoph Hellwig5-31/+17
2009-02-09xfs: remove iclog calculation special casesChristoph Hellwig1-26/+2
2009-02-08xfs: remove the unused XFS_QMOPT_DQLOCK flagChristoph Hellwig3-113/+50
2009-02-08xfs: cleanup xfs_find_handleChristoph Hellwig1-62/+44
2009-02-04xfs: cleanup error handling in xfs_swap_extentsJosef 'Jeff' Sipek1-35/+27
2009-02-04xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig4-57/+37