Age | Commit message (Expand) | Author | Files | Lines |
2009-06-13 | Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linus | Felix Blyakher | 9 | -374/+846 |
2009-06-13 | xfs: fix small mismerge in xfs_vn_mknod | Christoph Hellwig | 1 | -2/+2 |
2009-06-12 | xfs: remove ->write_super and stop maintaining ->s_dirt | Christoph Hellwig | 1 | -12/+0 |
2009-06-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfs | Felix Blyakher | 9 | -373/+845 |
2009-06-11 | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+1 |
2009-06-10 | xfs: use generic Posix ACL code | Christoph Hellwig | 6 | -119/+540 |
2009-06-08 | xfs: remove SYNC_BDFLUSH | Christoph Hellwig | 2 | -7/+6 |
2009-06-08 | xfs: remove SYNC_IOWAIT | Christoph Hellwig | 2 | -5/+4 |
2009-06-08 | xfs: split xfs_sync_inodes | Christoph Hellwig | 4 | -26/+51 |
2009-06-08 | xfs: use generic inode iterator in xfs_qm_dqrele_all_inodes | Christoph Hellwig | 2 | -2/+8 |
2009-06-08 | xfs: introduce a per-ag inode iterator | Dave Chinner | 1 | -166/+150 |
2009-06-08 | xfs: remove unused parameter from xfs_reclaim_inodes | Dave Chinner | 2 | -19/+5 |
2009-06-08 | xfs: factor out inode validation for sync | Dave Chinner | 1 | -22/+37 |
2009-06-08 | xfs: split inode flushing from xfs_sync_inodes_ag | Christoph Hellwig | 1 | -17/+33 |
2009-06-08 | xfs: split inode data writeback from xfs_sync_inodes_ag | Dave Chinner | 1 | -20/+32 |
2009-06-08 | xfs: kill xfs_qmops | Christoph Hellwig | 3 | -22/+31 |
2009-06-02 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 1 | -1/+1 |
2009-06-02 | xfs: prevent deadlock in xfs_qm_shake() | Felix Blyakher | 1 | -1/+1 |
2009-06-01 | xfs: prevent deadlock in xfs_qm_shake() | Felix Blyakher | 1 | -1/+1 |
2009-05-23 | block: Do away with the notion of hardsect_size | Martin K. Petersen | 1 | -1/+1 |
2009-04-21 | xfs: use memdup_user() | Li Zefan | 2 | -24/+11 |
2009-04-14 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 7 | -74/+93 |
2009-04-09 | Merge branch 'master' into for-linus | Felix Blyakher | 7 | -74/+93 |
2009-04-06 | xfs: block callers of xfs_flush_inodes() correctly | Dave Chinner | 2 | -3/+10 |
2009-04-06 | xfs: make inode flush at ENOSPC synchronous | Dave Chinner | 3 | -27/+17 |
2009-04-06 | xfs: use xfs_sync_inodes() for device flushing | Dave Chinner | 3 | -28/+36 |
2009-04-06 | xfs: prevent unwritten extent conversion from blocking I/O completion | Dave Chinner | 3 | -17/+31 |
2009-04-03 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 10 | -246/+261 |
2009-04-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2009-04-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Felix Blyakher | 1 | -2/+2 |
2009-04-01 | mm: page_mkwrite change prototype to match fault | Nick Piggin | 1 | -2/+2 |
2009-04-01 | New helper - current_umask() | Al Viro | 1 | -2/+2 |
2009-03-29 | xfs: pagecache usage optimization | Hisashi Hifumi | 1 | -0/+1 |
2009-03-29 | xfs: kill ino64 mount option | Christoph Hellwig | 2 | -24/+3 |
2009-03-29 | xfs: kill mutex_t typedef | Christoph Hellwig | 2 | -26/+1 |
2009-03-16 | xfs: kill VN_BAD | Christoph Hellwig | 1 | -8/+0 |
2009-03-16 | xfs: kill vn_atime_* helpers. | Christoph Hellwig | 1 | -19/+0 |
2009-03-07 | xfs: only issues a cache flush on unmount if barriers are enabled | Christoph Hellwig | 3 | -8/+16 |
2009-03-07 | xfs: include header files for prototypes | Hannes Eder | 1 | -0/+1 |
2009-03-07 | xfs: make symbols static | Hannes Eder | 1 | -3/+3 |
2009-03-04 | xfs: only issues a cache flush on unmount if barriers are enabled | Christoph Hellwig | 3 | -8/+16 |
2009-02-19 | Revert "[XFS] remove old vmap cache" | Felix Blyakher | 1 | -1/+74 |
2009-02-19 | Revert "[XFS] use scalable vmap API" | Felix Blyakher | 1 | -3/+3 |
2009-02-19 | Revert "[XFS] remove old vmap cache" | Felix Blyakher | 1 | -1/+74 |
2009-02-19 | Revert "[XFS] use scalable vmap API" | Felix Blyakher | 1 | -3/+3 |
2009-02-09 | xfs: get rid of indirections in the quotaops implementation | Christoph Hellwig | 5 | -71/+161 |
2009-02-09 | xfs: merge xfs_mkdir into xfs_create | Christoph Hellwig | 1 | -21/+9 |
2009-02-09 | xfs: remove uchar_t/ushort_t/uint_t/ulong_t types | Christoph Hellwig | 1 | -1/+1 |
2009-02-08 | xfs: cleanup xfs_find_handle | Christoph Hellwig | 1 | -62/+44 |
2009-02-04 | xfs: merge xfs_inode_flush into xfs_fs_write_inode | Christoph Hellwig | 2 | -11/+37 |