summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2014-05-19xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter
2012-10-07xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara
2012-10-07xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara
2012-10-07xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino
2012-01-12xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang
2012-01-12xfs: validate acl countChristoph Hellwig
2011-06-23xfs: properly account for reclaimed inodesJohannes Weiner
2011-04-14xfs: zero proper structure size for geometry callsAlex Elder
2011-04-14xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg
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