summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'master' of git+ssh://oss.sgi.com/oss/git/xfs/xfsFelix Blyakher2009-01-212-8/+0
| |\ \
| | * | [XFS] remove always-true #ifndef HAVE_FORMAT32 testsEric Sandeen2009-01-222-8/+0
| * | | Long btree pointers are still 64 bit on diskDave Chinner2009-01-211-5/+5
| |/ /
| * | xfs: sanity check attr fork sizeChristoph Hellwig2009-01-191-0/+13
| * | xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig2009-01-193-14/+32
| * | xfs: add a lock class for group/project dquotsChristoph Hellwig2009-01-191-1/+11
| * | xfs: lockdep annotations for xfs_dqlock2Christoph Hellwig2009-01-192-10/+24
| * | xfs: add a separate lock class for the per-mount list of dquotsChristoph Hellwig2009-01-191-0/+9
| * | xfs: use mnt_want_write in compat_attrmulti ioctlChristoph Hellwig2009-01-191-0/+9
| * | xfs: fix dentry aliasing issues in open_by_handleChristoph Hellwig2009-01-194-300/+196
| * | [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-1623-158/+142
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Lachlan McIlroy2009-01-146-28/+14
| |\ \
| * \ \ Merge branch 'for-linus' of git+ssh://git.melbourne.sgi.com/git/xfsLachlan McIlroy2009-01-0913-125/+117
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Lachlan McIlroy2009-01-081-1/+1
| |\ \ \ \
| * | | | | [XFS] use scalable vmap APINick Piggin2009-01-061-3/+3
| * | | | | [XFS] remove old vmap cacheNick Piggin2009-01-061-74/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-021-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | New helper - current_umask()Al Viro2009-03-311-2/+2
* | | | | | mm: page_mkwrite change prototype to match faultNick Piggin2009-04-011-2/+2
|/ / / / /
* | | | | xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig2009-03-063-8/+16
* | | | | xfs: prevent lockdep false positive in xfs_iget_cache_missChristoph Hellwig2009-03-061-5/+10
* | | | | xfs: prevent kernel crash due to corrupted inode log formatChristoph Hellwig2009-03-061-4/+13
* | | | | Revert "[XFS] remove old vmap cache"Felix Blyakher2009-02-191-1/+74
* | | | | Revert "[XFS] use scalable vmap API"Felix Blyakher2009-02-191-3/+3
* | | | | [XFS] Warn on transaction in flight on read-only remountFelix Blyakher2009-02-031-1/+5
* | | | | xfs: Check buffer lengths in log recoveryDave Chinner2009-02-031-6/+25
* | | | | don't reallocate sxp variable passed into xfs_swapextEric Sandeen2009-01-271-9/+1
* | | | | Long btree pointers are still 64 bit on diskDave Chinner2009-01-221-5/+5
* | | | | [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-1923-158/+142
* | | | | xfs: sanity check attr fork sizeChristoph Hellwig2009-01-191-0/+13
* | | | | xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig2009-01-193-14/+32
* | | | | xfs: add a lock class for group/project dquotsChristoph Hellwig2009-01-191-1/+11
* | | | | xfs: lockdep annotations for xfs_dqlock2Christoph Hellwig2009-01-192-10/+24
* | | | | xfs: add a separate lock class for the per-mount list of dquotsChristoph Hellwig2009-01-191-0/+9
* | | | | xfs: use mnt_want_write in compat_attrmulti ioctlChristoph Hellwig2009-01-191-0/+9
* | | | | xfs: fix dentry aliasing issues in open_by_handleChristoph Hellwig2009-01-194-300/+196
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f...Lachlan McIlroy2009-01-146-28/+14
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | filesystem freeze: remove XFS specific ioctl interfaces for freeze featureTakashi Sato2009-01-093-19/+2
| * | | | filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato2009-01-093-9/+12
| | |/ / | |/| |
* | | | [XFS] use scalable vmap APINick Piggin2009-01-091-3/+3
* | | | [XFS] remove old vmap cacheNick Piggin2009-01-091-74/+1
| |_|/ |/| |
* | | [XFS] make xfs_ino_t an unsigned long longChristoph Hellwig2009-01-091-1/+1
* | | [XFS] truncate readdir offsets to signed 32 bit valuesChristoph Hellwig2009-01-093-13/+15
* | | [XFS] fix compile of xfs_btree_readahead_lblock on m68kChristoph Hellwig2009-01-091-2/+2
* | | [XFS] Remove macro-to-function indirections in the mask codeEric Sandeen2009-01-093-52/+44
* | | [XFS] Remove macro-to-function indirections in attr codeEric Sandeen2009-01-092-48/+36
* | | [XFS] Remove several unused typedefs.Eric Sandeen2009-01-093-5/+0
* | | [XFS] pass XFS_IGET_BULKSTAT to xfs_iget for handle operationsChristoph Hellwig2009-01-091-4/+19
|/ /
* | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
|/
* [XFS] Fix merge failuresLachlan McIlroy2008-12-294-8/+7
|\
OpenPOWER on IntegriCloud