summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2009-03-06xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig
2009-03-06xfs: prevent lockdep false positive in xfs_iget_cache_missChristoph Hellwig
2009-03-06xfs: prevent kernel crash due to corrupted inode log formatChristoph Hellwig
2009-02-19Revert "[XFS] remove old vmap cache"Felix Blyakher
2009-02-19Revert "[XFS] use scalable vmap API"Felix Blyakher
2009-02-03[XFS] Warn on transaction in flight on read-only remountFelix Blyakher
2009-02-03xfs: Check buffer lengths in log recoveryDave Chinner
2009-01-27don't reallocate sxp variable passed into xfs_swapextEric Sandeen
2009-01-22Long btree pointers are still 64 bit on diskDave Chinner
2009-01-19[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen
2009-01-19xfs: sanity check attr fork sizeChristoph Hellwig
2009-01-19xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig
2009-01-19xfs: add a lock class for group/project dquotsChristoph Hellwig
2009-01-19xfs: lockdep annotations for xfs_dqlock2Christoph Hellwig
2009-01-19xfs: add a separate lock class for the per-mount list of dquotsChristoph Hellwig
2009-01-19xfs: use mnt_want_write in compat_attrmulti ioctlChristoph Hellwig
2009-01-19xfs: fix dentry aliasing issues in open_by_handleChristoph Hellwig
2009-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f...Lachlan McIlroy
2009-01-09filesystem freeze: remove XFS specific ioctl interfaces for freeze featureTakashi Sato
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato
2009-01-09[XFS] use scalable vmap APINick Piggin
2009-01-09[XFS] remove old vmap cacheNick Piggin
2009-01-09[XFS] make xfs_ino_t an unsigned long longChristoph Hellwig
2009-01-09[XFS] truncate readdir offsets to signed 32 bit valuesChristoph Hellwig
2009-01-09[XFS] fix compile of xfs_btree_readahead_lblock on m68kChristoph Hellwig
2009-01-09[XFS] Remove macro-to-function indirections in the mask codeEric Sandeen
2009-01-09[XFS] Remove macro-to-function indirections in attr codeEric Sandeen
2009-01-09[XFS] Remove several unused typedefs.Eric Sandeen
2009-01-09[XFS] pass XFS_IGET_BULKSTAT to xfs_iget for handle operationsChristoph Hellwig
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer
2008-12-29[XFS] Fix merge failuresLachlan McIlroy
2008-12-25Merge branch 'next' into for-linusJames Morris
2008-12-24[XFS] Fix race in xfs_write() between direct and buffered I/O with DMAPILachlan McIlroy
2008-12-23[XFS] handle unaligned data in xfs_bmbt_disk_get_allChristoph Hellwig
2008-12-22[XFS] avoid memory allocations in xfs_fs_vcmn_errChristoph Hellwig
2008-12-22[XFS] Fix speculative allocation beyond eofLachlan McIlroy
2008-12-22[XFS] Remove XFS_BUF_SHUT() and friendsLachlan McIlroy
2008-12-22[XFS] Use the incore inode size in xfs_file_readdir()Lachlan McIlroy
2008-12-12Merge branch 'master' of git+ssh://git.melbourne.sgi.com/git/xfsLachlan McIlroy
2008-12-12[XFS] set b_error from bio error in xfs_buf_bio_end_ioLachlan McIlroy
2008-12-11[XFS] use inode_change_ok for setattr permission checkingChristoph Hellwig
2008-12-11[XFS] add a FMODE flag to make XFS invisible I/O less hackyChristoph Hellwig
2008-12-11[XFS] resync headers with libxfsChristoph Hellwig
2008-12-11[XFS] simplify projid check in xfs_renameChristoph Hellwig
2008-12-11[XFS] replace b_fspriv with b_mountChristoph Hellwig
2008-12-10[XFS] Remove unused tracing codeLachlan McIlroy
2008-12-05[XFS] Fix hang after disallowed rename across directory quota domainsDave Chinner
2008-12-05[XFS] Remove unnecessary assertionLachlan McIlroy
2008-12-05[XFS] Remove unused variable in ktrace_free()Lachlan McIlroy
2008-12-05[XFS] Check return value of xfs_buf_get_noaddr()Lachlan McIlroy