aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusAlex Elder38-927/+592
2009-09-15xfs: includecheck fix for fs/xfs/xfs_iops.cJaswinder Singh Rajput1-1/+0
2009-09-15xfs: switch to seq_fileAlexey Dobriyan2-74/+55
2009-09-14xfs: Convert sync_page_range() to simple filemap_write_and_wait_range()Jan Kara1-1/+2
2009-09-09xfs: use correct log reservation when handling ENOSPC in xfs_createChristoph Hellwig1-2/+2
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds1-12/+4
2009-09-02xfs: xfs_showargs() reports group *and* project quotas enabledAlex Elder1-9/+13
2009-09-01xfs: un-static xfs_inobt_lookupChristoph Hellwig1-1/+1
2009-09-01xfs: actually enable the swapext compat handlerChristoph Hellwig1-1/+1
2009-09-01xfs: actually enable the swapext compat handlerChristoph Hellwig1-1/+1
2009-09-01xfs: simplify xfs_trans_igetChristoph Hellwig5-113/+5
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig10-112/+23
2009-09-01xfs: speed up free inode searchDave Chinner2-27/+115
2009-09-01xfs: rationalize xfs_inobt_lookup*Christoph Hellwig3-71/+32
2009-09-01xfs: untangle xfs_diallocChristoph Hellwig1-153/+138
2009-09-01xfs: factor out debug checks from xfs_dialloc and xfs_difreeDave Chinner1-75/+56
2009-09-01xfs: improve xfs_inobt_update prototypeChristoph Hellwig1-12/+11
2009-09-01xfs: improve xfs_inobt_get_rec prototypeChristoph Hellwig3-92/+77
2009-09-01xfs: factor out inode initialisationDave Chinner1-80/+95
2009-08-31fs/xfs: Correct redundant testJulia Lawall1-2/+2
2009-08-31xfs: remove XFS_INO64_OFFSETEric Sandeen1-1/+0
2009-08-31un-static xfs_read_agfEric Sandeen2-1/+4
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen23-159/+22
2009-08-17xfs: fix locking in xfs_iget_cache_hitChristoph Hellwig3-57/+70
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