aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-89/+108
2009-04-30xfs: fix getbmap vs mmap deadlockChristoph Hellwig1-17/+35
2009-04-30xfs: a couple getbmap cleanupsChristoph Hellwig1-83/+79
2009-04-30xfs: add more checks to superblock validationOlaf Weber1-0/+3
2009-04-30xfs_file_last_byte() needs to acquire ilockLachlan McIlroy1-0/+2
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-20xfs: use memdup_user()Li Zefan2-24/+11
2009-04-13Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds13-161/+180
2009-04-09Merge branch 'master' into for-linusFelix Blyakher13-161/+180
2009-04-06xfs: remove xfs_flush_spaceDave Chinner2-48/+16