aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-15xfs: reclaim all inodes by background tree walksDave Chinner1-8/+6
2010-01-15xfs: Avoid inodes in reclaim when flushing from inode cacheDave Chinner1-13/+18
2010-01-15xfs: reclaim inodes under a write lockDave Chinner2-86/+70
2010-01-10xfs: Ensure we force all busy extents in range to diskDave Chinner1-6/+6
2010-01-10xfs: fix timestamp handling in xfs_setattrChristoph Hellwig1-1/+2
2010-01-10xfs: use DECLARE_EVENT_CLASSChristoph Hellwig1-538/+591
2010-01-08xfs: kill some warnings on i386 buildsDave Chinner1-4/+4
2009-12-17kill I_LOCKChristoph Hellwig1-1/+1
2009-12-16Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-3/+8
2009-12-16XFS: Free buffer pages array unconditionallyDave Chinner1-2/+2
2009-12-16xfs: improve metadata I/O merging in the elevatorDave Chinner2-1/+6
2009-12-16cleanup blockdev_direct_IO lockingChristoph Hellwig1-13/+7
2009-12-16sanitize xattr handler prototypesChristoph Hellwig2-93/+35
2009-12-16direct-io: cleanup blockdev_direct_IO lockingChristoph Hellwig1-13/+7
2009-12-14xfs: event tracing supportChristoph Hellwig18-364/+1540
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