aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-22const: mark remaining super_operations constAlexey Dobriyan1-2/+2
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan2-2/+2
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 Elder8-64/+56
2009-09-15xfs: includecheck fix for fs/xfs/xfs_iops.cJaswinder Singh Rajput1-1/+0
2009-09-15xfs: switch to seq_fileAlexey Dobriyan1-28/+23
2009-09-14xfs: Convert sync_page_range() to simple filemap_write_and_wait_range()Jan Kara1-1/+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: actually enable the swapext compat handlerChristoph Hellwig1-1/+1
2009-09-01xfs: actually enable the swapext compat handlerChristoph Hellwig1-1/+1
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig3-8/+19
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen3-17/+1
2009-08-17xfs: fix locking in xfs_iget_cache_hitChristoph Hellwig2-2/+12
2009-08-12Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+1
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_buf_associate_memoryChristoph Hellwig1-1/+1
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 Viro1-64/+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 Blyakher9-374/+846
2009-06-12xfs: fix small mismerge in xfs_vn_mknodChristoph Hellwig1-2/+2
2009-06-11xfs: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig1-12/+0
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher9-373/+845
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 Hellwig6-119/+540
2009-06-08xfs: remove SYNC_BDFLUSHChristoph Hellwig2-7/+6
2009-06-08xfs: remove SYNC_IOWAITChristoph Hellwig2-5/+4
2009-06-08xfs: split xfs_sync_inodesChristoph Hellwig4-26/+51
2009-06-08xfs: use generic inode iterator in xfs_qm_dqrele_all_inodesChristoph Hellwig2-2/+8
2009-06-08xfs: introduce a per-ag inode iteratorDave Chinner1-166/+150
2009-06-08xfs: remove unused parameter from xfs_reclaim_inodesDave Chinner2-19/+5
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 Hellwig3-22/+31
2009-06-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+1
2009-06-01xfs: prevent deadlock in xfs_qm_shake()Felix Blyakher1-1/+1
2009-06-01xfs: prevent deadlock in xfs_qm_shake()Felix Blyakher1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-04-20xfs: use memdup_user()Li Zefan2-24/+11
2009-04-13Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds7-74/+93
2009-04-09Merge branch 'master' into for-linusFelix Blyakher7-74/+93
2009-04-06xfs: block callers of xfs_flush_inodes() correctlyDave Chinner2-3/+10