aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-1/+1
2009-12-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds10-139/+101
2009-12-11xfs: Fix error return for fallocate() on XFSJason Gunthorpe1-3/+3
2009-12-11xfs: cleanup dmapi macros in the umount pathChristoph Hellwig1-20/+2
2009-12-11xfs: kill the STATIC_INLINE macroChristoph Hellwig2-4/+4
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig2-11/+6
2009-12-11xfs: remove IO_ISAIOChristoph Hellwig3-8/+2
2009-12-11xfs: cleanup data end I/O handlersChristoph Hellwig1-69/+26
2009-12-11xfs: use WRITE_SYNC_PLUG for synchronous writeoutChristoph Hellwig1-7/+10
2009-12-11xfs: reset the i_iolock lock class in the reclaim pathChristoph Hellwig1-1/+14
2009-12-11xfs: simplify inode teardownChristoph Hellwig3-16/+34
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-1/+1
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-8/+1
2009-12-03writeback: remove unused nonblocking and congestion checksWu Fengguang1-8/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-15/+15
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman1-32/+0
2009-10-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfsLinus Torvalds1-1/+1
2009-10-30xfs: fix xfs_quota remove errorRyota Yamauchi1-1/+1
2009-10-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds6-73/+112
2009-10-08Merge branch 'master' into for-linusAlex Elder6-73/+112
2009-10-08xfs: stop calling filemap_fdatawait inside ->fsyncChristoph Hellwig1-8/+1
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 Hellwig4-28/+39
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