aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-12Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds10-19/+41
2009-08-12xfs: fix spin_is_locked assert on uni-processor buildsChristoph Hellwig1-1/+1
2009-08-12xfs: check for dinode realtime flag corruptionChristoph Hellwig1-0/+10
2009-08-12use XFS_CORRUPTION_ERROR in xfs_btree_check_sblockEric Sandeen1-2/+2
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_attr_rmtval_getChristoph Hellwig1-1/+3
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_readlink_bmapChristoph Hellwig1-1/+3
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_attr_rmtval_setChristoph Hellwig1-2/+2
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_buf_associate_memoryChristoph Hellwig1-1/+1
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_dir_cilookup_resultChristoph Hellwig1-1/+1
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_da_buf_makeChristoph Hellwig1-2/+2
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_da_state_allocChristoph Hellwig1-1/+1
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_getbmapChristoph Hellwig1-1/+1
2009-08-12xfs: avoid memory allocation under m_peraglock in growfs codeChristoph Hellwig1-6/+14
2009-08-07xfs: fix freeing of inodes not yet added to the inode cacheChristoph Hellwig2-74/+68
2009-08-07vfs: fix inode_init_always calling conventionChristoph Hellwig1-12/+5
2009-07-31Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-2/+10
2009-07-31xfs: bump up nr_to_write in xfs_vm_writepageEric Sandeen1-0/+8
2009-07-31xfs: reduce bmv_count in xfs_vn_fiemapEric Sandeen1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe2-3/+3
2009-06-24switch xfs to generic acl caching helpersAl Viro4-75/+9
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz2-2/+2
2009-06-12Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusFelix Blyakher44-2083/+1341
2009-06-12xfs: fix small mismerge in xfs_vn_mknodChristoph Hellwig1-2/+2
2009-06-12xfs: fix warnings with CONFIG_XFS_QUOTA disabledChristoph Hellwig1-1/+8
2009-06-12xfs: fix freeing memory in xfs_getbmap()Felix Blyakher1-0/+1
2009-06-11xfs: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig2-14/+0
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher44-2082/+1332
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 Hellwig26-1103/+598
2009-06-08xfs: remove SYNC_BDFLUSHChristoph Hellwig3-30/+11
2009-06-08xfs: remove SYNC_IOWAITChristoph Hellwig2-5/+4
2009-06-08xfs: split xfs_sync_inodesChristoph Hellwig5-30/+53
2009-06-08xfs: use generic inode iterator in xfs_qm_dqrele_all_inodesChristoph Hellwig3-83/+39
2009-06-08xfs: introduce a per-ag inode iteratorDave Chinner2-166/+152
2009-06-08xfs: remove unused parameter from xfs_reclaim_inodesDave Chinner3-20/+6
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 Hellwig23-628/+380
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-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-5/+7
2009-06-01xfs: prevent deadlock in xfs_qm_shake()Felix Blyakher1-1/+1
2009-06-01xfs: fix overflow in xfs_growfs_data_privateEric Sandeen1-1/+1
2009-06-01xfs: fix double unlock in xfs_swap_extents()Felix Blyakher1-3/+5
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-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-08xfs: fix double unlock in xfs_swap_extents()Felix Blyakher1-3/+5