summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2011-03-02xfs: fix untrusted inode number lookupDave Chinner
2011-03-02xfs: remove block number from inode lookup codeDave Chinner
2011-03-02xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner
2011-03-02xfs: validate untrusted inode numbers during lookupDave Chinner
2011-03-02xfs: always use iget in bulkstatChristoph Hellwig
2010-09-26xfs: prevent reading uninitialized stack memoryDan Rosenberg
2010-08-10xfs: prevent swapext from operating on write-only filesDan Rosenberg
2010-05-12xfs: add a shrinker to background inode reclaimDave Chinner
2010-04-26xfs: fix locking for inode cache radix tree tag updatesChristoph Hellwig
2010-04-26xfs: Non-blocking inode locking in IO completionDave Chinner
2010-04-26xfs: remove invalid barrier optimization from xfs_fsyncChristoph Hellwig
2010-04-26xfs: don't hold onto reserved blocks on remount, roDave Chinner
2010-04-26xfs: quota limit statvfs available blocksChristoph Hellwig
2010-04-26xfs: xfs_swap_extents needs to handle dynamic fork offsetsDave Chinner
2010-04-26xfs: fix stale inode flush avoidanceDave Chinner
2010-04-26xfs: reclaim all inodes by background tree walksDave Chinner
2010-04-26xfs: Avoid inodes in reclaim when flushing from inode cacheDave Chinner
2010-04-26xfs: reclaim inodes under a write lockDave Chinner
2010-04-26xfs: Ensure we force all busy extents in range to diskDave Chinner
2010-04-26xfs: Don't flush stale inodesDave Chinner
2010-04-26xfs: fix timestamp handling in xfs_setattrChristoph Hellwig
2010-04-26xfs: check for not fully initialized inodes in xfs_ireclaimChristoph Hellwig
2010-04-26xfs: Fix error return for fallocate() on XFSJason Gunthorpe
2010-04-26xfs: Wrapped journal record corruption on read at recoveryAndy Poling
2010-04-26xfs: I/O completion handlers must use NOFS allocationsChristoph Hellwig
2010-04-26xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocksChristoph Hellwig
2010-04-26xfs: simplify inode teardownChristoph Hellwig
2009-11-17xfs: copy li_lsn before dropping AIL lockNathaniel W. Turner
2009-11-17XFS bug in log recover with quota (bugzilla id 855)Jan Rekorajski
2009-10-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfsLinus Torvalds
2009-10-30xfs: fix xfs_quota remove errorRyota Yamauchi
2009-10-30xfs: free temporary cursor in xfs_diallocEric Sandeen
2009-10-29Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-10-13Merge branch 'master' of ssh://oss.sgi.com/oss/git/xfs/xfs into for-linusAlex Elder
2009-10-13xfs: fix double IRELE in xfs_dqrele_inodeChristoph Hellwig
2009-10-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-10-08Merge branch 'master' into for-linusAlex Elder
2009-10-08xfs: stop calling filemap_fdatawait inside ->fsyncChristoph Hellwig
2009-10-08fix readahead calculations in xfs_dir2_leaf_getdents()Eric Sandeen
2009-10-08xfs: make sure xfs_sync_fsdata covers the logDave Chinner
2009-10-08xfs: mark inodes dirty before issuing I/ODave Chinner
2009-10-08xfs: cleanup ->sync_fsChristoph Hellwig
2009-10-08xfs: fix xfs_quiesce_dataDave Chinner
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan