aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-17xfs: copy li_lsn before dropping AIL lockNathaniel W. Turner1-3/+20
2009-11-17XFS bug in log recover with quota (bugzilla id 855)Jan Rekorajski1-2/+2
2009-10-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfsLinus Torvalds2-1/+2
2009-10-30xfs: fix xfs_quota remove errorRyota Yamauchi1-1/+1
2009-10-30xfs: free temporary cursor in xfs_diallocEric Sandeen1-0/+1
2009-10-29Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+0
2009-10-13Merge branch 'master' of ssh://oss.sgi.com/oss/git/xfs/xfs into for-linusAlex Elder1-1/+0
2009-10-13xfs: fix double IRELE in xfs_dqrele_inodeChristoph Hellwig1-1/+0
2009-10-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds13-102/+146
2009-10-08Merge branch 'master' into for-linusAlex Elder13-102/+146
2009-10-08xfs: stop calling filemap_fdatawait inside ->fsyncChristoph Hellwig1-8/+1
2009-10-08fix readahead calculations in xfs_dir2_leaf_getdents()Eric Sandeen1-1/+3
2009-10-08xfs: make sure xfs_sync_fsdata covers the logDave Chinner1-7/+21
2009-10-08xfs: mark inodes dirty before issuing I/ODave Chinner1-9/+28
2009-10-08xfs: cleanup ->sync_fsChristoph Hellwig1-18/+18
2009-10-08xfs: fix xfs_quiesce_dataDave Chinner1-3/+5
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig10-56/+70
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-2/+2
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+1
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-2/+2
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan2-2/+2
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar1-1/+1
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen1-0/+1
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