| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-05-03 | 3 | -89/+108 |
|\ |
|
| * | xfs: fix getbmap vs mmap deadlock | Christoph Hellwig | 2009-04-30 | 1 | -17/+35 |
| * | xfs: a couple getbmap cleanups | Christoph Hellwig | 2009-04-30 | 1 | -83/+79 |
| * | xfs: add more checks to superblock validation | Olaf Weber | 2009-04-30 | 1 | -0/+3 |
| * | xfs_file_last_byte() needs to acquire ilock | Lachlan McIlroy | 2009-04-30 | 1 | -0/+2 |
* | | xfs: use memdup_user() | Li Zefan | 2009-04-21 | 2 | -24/+11 |
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-04-13 | 13 | -161/+180 |
|\| |
|
| * | Merge branch 'master' into for-linus | Felix Blyakher | 2009-04-09 | 13 | -161/+180 |
| |\ |
|
| | * | xfs: remove xfs_flush_space | Dave Chinner | 2009-04-06 | 2 | -48/+16 |
| | * | xfs: flush delayed allcoation blocks on ENOSPC in create | Dave Chinner | 2009-04-06 | 1 | -0/+7 |
| | * | xfs: block callers of xfs_flush_inodes() correctly | Dave Chinner | 2009-04-06 | 2 | -3/+10 |
| | * | xfs: make inode flush at ENOSPC synchronous | Dave Chinner | 2009-04-06 | 4 | -28/+18 |
| | * | xfs: use xfs_sync_inodes() for device flushing | Dave Chinner | 2009-04-06 | 5 | -30/+38 |
| | * | xfs: inform the xfsaild of the push target before sleeping | Dave Chinner | 2009-04-06 | 1 | -18/+19 |
| | * | xfs: prevent unwritten extent conversion from blocking I/O completion | Dave Chinner | 2009-04-06 | 3 | -17/+31 |
| | * | xfs: fix double free of inode | Dave Chinner | 2009-04-06 | 1 | -9/+14 |
| | * | xfs: validate log feature fields correctly | Dave Chinner | 2009-04-06 | 1 | -11/+30 |
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-04-03 | 68 | -1594/+1025 |
|\| | |
|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Felix Blyakher | 2009-04-01 | 1 | -2/+2 |
| |\ \
| | |/
| |/| |
|
| * | | Revert "xfs: increase the maximum number of supported ACL entries" | Felix Blyakher | 2009-03-31 | 1 | -1/+1 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfs | Felix Blyakher | 2009-03-31 | 38 | -292/+204 |
| |\ \ |
|
| | * | | xfs: cleanup uuid handling | Christoph Hellwig | 2009-03-30 | 3 | -116/+83 |
| | * | | xfs: remove m_attroffset | Christoph Hellwig | 2009-03-29 | 5 | -39/+62 |
| | * | | xfs: fix various typos | Malcolm Parsons | 2009-03-29 | 22 | -40/+40 |
| | * | | xfs: pagecache usage optimization | Hisashi Hifumi | 2009-03-29 | 1 | -0/+1 |
| | * | | xfs: remove m_litino | Christoph Hellwig | 2009-03-29 | 3 | -3/+3 |
| | * | | xfs: kill ino64 mount option | Christoph Hellwig | 2009-03-29 | 6 | -60/+6 |
| | * | | xfs: kill mutex_t typedef | Christoph Hellwig | 2009-03-29 | 6 | -34/+9 |
| * | | | xfs: increase the maximum number of supported ACL entries | Felix Blyakher | 2009-03-27 | 1 | -1/+1 |
| |/ / |
|
| * | | xfs: factor out code to find the longest free extent in the AG | Dave Chinner | 2009-03-16 | 4 | -22/+31 |
| * | | xfs: kill VN_BAD | Christoph Hellwig | 2009-03-16 | 2 | -10/+2 |
| * | | xfs: kill vn_atime_* helpers. | Christoph Hellwig | 2009-03-16 | 2 | -20/+6 |
| * | | xfs: cleanup xlog_bread | Christoph Hellwig | 2009-03-16 | 2 | -88/+138 |
| * | | xfs: cleanup xlog_recover_do_trans | Christoph Hellwig | 2009-03-16 | 1 | -34/+31 |
| * | | xfs: remove another leftover of the old inode log item format | Christoph Hellwig | 2009-03-16 | 1 | -10/+4 |
| * | | xfs: cleanup log unmount handling | Christoph Hellwig | 2009-03-16 | 3 | -18/+5 |
| * | | Fix xfs debug build breakage by pushing xfs_error.h after | Felix Blyakher | 2009-03-15 | 1 | -1/+1 |
| * | | xfs: include header files for prototypes | Hannes Eder | 2009-03-07 | 2 | -0/+2 |
| * | | xfs: make symbols static | Hannes Eder | 2009-03-07 | 3 | -5/+5 |
| * | | xfs: move declaration to header file | Hannes Eder | 2009-03-07 | 2 | -2/+1 |
| * | | xfs: only issues a cache flush on unmount if barriers are enabled | Christoph Hellwig | 2009-03-04 | 3 | -8/+16 |
| * | | xfs: prevent lockdep false positive in xfs_iget_cache_miss | Christoph Hellwig | 2009-03-04 | 1 | -5/+10 |
| * | | xfs: prevent kernel crash due to corrupted inode log format | Christoph Hellwig | 2009-03-04 | 1 | -4/+13 |
| * | | Revert "[XFS] remove old vmap cache" | Felix Blyakher | 2009-02-18 | 1 | -1/+74 |
| * | | Revert "[XFS] use scalable vmap API" | Felix Blyakher | 2009-02-18 | 1 | -3/+3 |
| * | | xfs: reject swapext ioctl on swapfiles | Christoph Hellwig | 2009-02-12 | 1 | -0/+6 |
| * | | xfs: fix error handling in xfs_log_mount | Christoph Hellwig | 2009-02-12 | 1 | -6/+8 |
| * | | xfs: get rid of indirections in the quotaops implementation | Christoph Hellwig | 2009-02-09 | 12 | -262/+181 |
| * | | xfs: sanitize qh_lock wrappers | Christoph Hellwig | 2009-02-09 | 4 | -81/+37 |
| * | | xfs: use mutex_is_locked in XFS_DQ_IS_LOCKED | Christoph Hellwig | 2009-02-09 | 1 | -13/+1 |