| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-04-03 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Felix Blyakher | 2009-04-01 |
| |\ |
|
| * | | xfs: pagecache usage optimization | Hisashi Hifumi | 2009-03-29 |
| * | | xfs: kill ino64 mount option | Christoph Hellwig | 2009-03-29 |
| * | | xfs: kill mutex_t typedef | Christoph Hellwig | 2009-03-29 |
| * | | xfs: kill VN_BAD | Christoph Hellwig | 2009-03-16 |
| * | | xfs: kill vn_atime_* helpers. | Christoph Hellwig | 2009-03-16 |
| * | | xfs: include header files for prototypes | Hannes Eder | 2009-03-06 |
| * | | xfs: make symbols static | Hannes Eder | 2009-03-06 |
| * | | xfs: only issues a cache flush on unmount if barriers are enabled | Christoph Hellwig | 2009-03-04 |
| * | | Revert "[XFS] remove old vmap cache" | Felix Blyakher | 2009-02-18 |
| * | | Revert "[XFS] use scalable vmap API" | Felix Blyakher | 2009-02-18 |
| * | | xfs: get rid of indirections in the quotaops implementation | Christoph Hellwig | 2009-02-09 |
| * | | xfs: merge xfs_mkdir into xfs_create | Christoph Hellwig | 2009-02-09 |
| * | | xfs: remove uchar_t/ushort_t/uint_t/ulong_t types | Christoph Hellwig | 2009-02-09 |
| * | | xfs: cleanup xfs_find_handle | Christoph Hellwig | 2009-02-08 |
| * | | xfs: merge xfs_inode_flush into xfs_fs_write_inode | Christoph Hellwig | 2009-02-04 |
| * | | [XFS] Warn on transaction in flight on read-only remount | Felix Blyakher | 2009-01-27 |
| * | | xfs: fix bad_features2 fixups for the root filesystem | Christoph Hellwig | 2009-01-18 |
| * | | xfs: use mnt_want_write in compat_attrmulti ioctl | Christoph Hellwig | 2009-01-18 |
| * | | xfs: fix dentry aliasing issues in open_by_handle | Christoph Hellwig | 2009-01-18 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Lachlan McIlroy | 2009-01-14 |
| |\ \ |
|
| * \ \ | Merge branch 'for-linus' of git+ssh://git.melbourne.sgi.com/git/xfs | Lachlan McIlroy | 2009-01-09 |
| |\ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Lachlan McIlroy | 2009-01-07 |
| |\ \ \ \ |
|
| * | | | | | [XFS] use scalable vmap API | Nick Piggin | 2009-01-05 |
| * | | | | | [XFS] remove old vmap cache | Nick Piggin | 2009-01-05 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-04-03 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | New helper - current_umask() | Al Viro | 2009-03-31 |
* | | | | | | mm: page_mkwrite change prototype to match fault | Nick Piggin | 2009-04-01 |
|/ / / / / |
|
* | | | | | xfs: only issues a cache flush on unmount if barriers are enabled | Christoph Hellwig | 2009-03-06 |
* | | | | | Revert "[XFS] remove old vmap cache" | Felix Blyakher | 2009-02-19 |
* | | | | | Revert "[XFS] use scalable vmap API" | Felix Blyakher | 2009-02-19 |
* | | | | | [XFS] Warn on transaction in flight on read-only remount | Felix Blyakher | 2009-02-03 |
* | | | | | xfs: fix bad_features2 fixups for the root filesystem | Christoph Hellwig | 2009-01-18 |
* | | | | | xfs: use mnt_want_write in compat_attrmulti ioctl | Christoph Hellwig | 2009-01-18 |
* | | | | | xfs: fix dentry aliasing issues in open_by_handle | Christoph Hellwig | 2009-01-18 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f... | Lachlan McIlroy | 2009-01-14 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | filesystem freeze: remove XFS specific ioctl interfaces for freeze feature | Takashi Sato | 2009-01-09 |
| * | | | | filesystem freeze: add error handling of write_super_lockfs/unlockfs | Takashi Sato | 2009-01-09 |
| | |/ /
| |/| | |
|
* | | | | [XFS] use scalable vmap API | Nick Piggin | 2009-01-09 |
* | | | | [XFS] remove old vmap cache | Nick Piggin | 2009-01-09 |
| |_|/
|/| | |
|
* | | | [XFS] Remove several unused typedefs. | Eric Sandeen | 2009-01-08 |
* | | | [XFS] pass XFS_IGET_BULKSTAT to xfs_iget for handle operations | Christoph Hellwig | 2009-01-08 |
|/ / |
|
* / | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 2009-01-06 |
|/ |
|
* | [XFS] Fix merge failures | Lachlan McIlroy | 2008-12-29 |
|\ |
|
| * | CRED: Pass credentials through dentry_open() | David Howells | 2008-11-13 |
| * | CRED: Separate task security context from task_struct | David Howells | 2008-11-13 |
| * | CRED: Wrap task credential accesses in the XFS filesystem | David Howells | 2008-11-13 |
* | | [XFS] Fix race in xfs_write() between direct and buffered I/O with DMAPI | Lachlan McIlroy | 2008-12-23 |
* | | [XFS] Remove XFS_BUF_SHUT() and friends | Lachlan McIlroy | 2008-12-22 |