summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
AgeCommit message (Expand)AuthorFilesLines
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-2/+2
2009-03-31New helper - current_umask()Al Viro1-2/+2
2009-03-29xfs: pagecache usage optimizationHisashi Hifumi1-0/+1
2009-03-29xfs: kill ino64 mount optionChristoph Hellwig2-24/+3
2009-03-29xfs: kill mutex_t typedefChristoph Hellwig2-26/+1
2009-03-16xfs: kill VN_BADChristoph Hellwig1-8/+0
2009-03-16xfs: kill vn_atime_* helpers.Christoph Hellwig1-19/+0
2009-03-06xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig3-8/+16
2009-03-06xfs: include header files for prototypesHannes Eder1-0/+1
2009-03-06xfs: make symbols staticHannes Eder1-3/+3
2009-03-04xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig3-8/+16
2009-02-19Revert "[XFS] remove old vmap cache"Felix Blyakher1-1/+74
2009-02-19Revert "[XFS] use scalable vmap API"Felix Blyakher1-3/+3
2009-02-18Revert "[XFS] remove old vmap cache"Felix Blyakher1-1/+74
2009-02-18Revert "[XFS] use scalable vmap API"Felix Blyakher1-3/+3
2009-02-09xfs: get rid of indirections in the quotaops implementationChristoph Hellwig5-71/+161
2009-02-09xfs: merge xfs_mkdir into xfs_createChristoph Hellwig1-21/+9
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig1-1/+1
2009-02-08xfs: cleanup xfs_find_handleChristoph Hellwig1-62/+44
2009-02-04xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig2-11/+37
2009-02-03[XFS] Warn on transaction in flight on read-only remountFelix Blyakher1-1/+5
2009-01-27[XFS] Warn on transaction in flight on read-only remountFelix Blyakher1-1/+5
2009-01-19xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig1-1/+16
2009-01-19xfs: use mnt_want_write in compat_attrmulti ioctlChristoph Hellwig1-0/+9
2009-01-19xfs: fix dentry aliasing issues in open_by_handleChristoph Hellwig3-300/+195
2009-01-19xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig1-1/+16
2009-01-19xfs: use mnt_want_write in compat_attrmulti ioctlChristoph Hellwig1-0/+9
2009-01-19xfs: fix dentry aliasing issues in open_by_handleChristoph Hellwig3-300/+195
2009-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f...Lachlan McIlroy3-21/+4
2009-01-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Lachlan McIlroy3-21/+4
2009-01-09filesystem freeze: remove XFS specific ioctl interfaces for freeze featureTakashi Sato2-17/+0
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+4
2009-01-09[XFS] use scalable vmap APINick Piggin1-3/+3
2009-01-09[XFS] remove old vmap cacheNick Piggin1-74/+1
2009-01-09Merge branch 'for-linus' of git+ssh://git.melbourne.sgi.com/git/xfsLachlan McIlroy2-6/+19
2009-01-09[XFS] Remove several unused typedefs.Eric Sandeen1-2/+0
2009-01-09[XFS] pass XFS_IGET_BULKSTAT to xfs_iget for handle operationsChristoph Hellwig1-4/+19
2009-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Lachlan McIlroy1-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2009-01-06[XFS] use scalable vmap APINick Piggin1-3/+3
2009-01-06[XFS] remove old vmap cacheNick Piggin1-74/+1
2008-12-29[XFS] Fix merge failuresLachlan McIlroy2-4/+3
2008-12-24[XFS] Fix race in xfs_write() between direct and buffered I/O with DMAPILachlan McIlroy1-15/+12
2008-12-22[XFS] Remove XFS_BUF_SHUT() and friendsLachlan McIlroy1-4/+0
2008-12-22[XFS] Use the incore inode size in xfs_file_readdir()Lachlan McIlroy1-1/+1
2008-12-12Merge branch 'master' of git+ssh://git.melbourne.sgi.com/git/xfsLachlan McIlroy8-188/+70
2008-12-12[XFS] set b_error from bio error in xfs_buf_bio_end_ioLachlan McIlroy1-2/+1
2008-12-11[XFS] add a FMODE flag to make XFS invisible I/O less hackyChristoph Hellwig5-176/+63
2008-12-11[XFS] replace b_fspriv with b_mountChristoph Hellwig3-12/+7
2008-12-05[XFS] Remove unnecessary assertionLachlan McIlroy1-2/+0