summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2009-06-08xfs: validate quota log items during log recoveryChristoph Hellwig1-6/+32
2009-06-08xfs: update max log sizeChristoph Hellwig1-4/+7
2009-06-01xfs: prevent deadlock in xfs_qm_shake()Felix Blyakher1-1/+1
2009-05-26xfs: fix overflow in xfs_growfs_data_privateEric Sandeen1-1/+1
2009-05-08xfs: fix double unlock in xfs_swap_extents()Felix Blyakher1-3/+5
2009-04-29xfs: fix getbmap vs mmap deadlockChristoph Hellwig1-17/+35
2009-04-29xfs: a couple getbmap cleanupsChristoph Hellwig1-83/+79
2009-04-29xfs: add more checks to superblock validationOlaf Weber1-0/+3
2009-04-29xfs_file_last_byte() needs to acquire ilockLachlan McIlroy1-0/+2
2009-04-06xfs: remove xfs_flush_spaceDave Chinner2-48/+16
2009-04-06xfs: flush delayed allcoation blocks on ENOSPC in createDave Chinner1-0/+7
2009-04-06xfs: block callers of xfs_flush_inodes() correctlyDave Chinner2-3/+10
2009-04-06xfs: make inode flush at ENOSPC synchronousDave Chinner4-28/+18
2009-04-06xfs: use xfs_sync_inodes() for device flushingDave Chinner5-30/+38
2009-04-06xfs: inform the xfsaild of the push target before sleepingDave Chinner1-18/+19
2009-04-06xfs: prevent unwritten extent conversion from blocking I/O completionDave Chinner3-17/+31
2009-04-06xfs: fix double free of inodeDave Chinner1-9/+14
2009-04-06xfs: validate log feature fields correctlyDave Chinner1-11/+30
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: 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-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