aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-05-023-89/+108
|\
| * xfs: fix getbmap vs mmap deadlockChristoph Hellwig2009-04-301-17/+35
| * xfs: a couple getbmap cleanupsChristoph Hellwig2009-04-301-83/+79
| * xfs: add more checks to superblock validationOlaf Weber2009-04-301-0/+3
| * xfs_file_last_byte() needs to acquire ilockLachlan McIlroy2009-04-301-0/+2
* | xfs: use memdup_user()Li Zefan2009-04-202-24/+11
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-04-1313-161/+180
|\ \ | |/
| * Merge branch 'master' into for-linusFelix Blyakher2009-04-0913-161/+180
| |\
| | * xfs: remove xfs_flush_spaceDave Chinner2009-04-062-48/+16
| | * xfs: flush delayed allcoation blocks on ENOSPC in createDave Chinner2009-04-061-0/+7
| | * xfs: block callers of xfs_flush_inodes() correctlyDave Chinner2009-04-062-3/+10
| | * xfs: make inode flush at ENOSPC synchronousDave Chinner2009-04-064-28/+18
| | * xfs: use xfs_sync_inodes() for device flushingDave Chinner2009-04-065-30/+38
| | * xfs: inform the xfsaild of the push target before sleepingDave Chinner2009-04-061-18/+19
| | * xfs: prevent unwritten extent conversion from blocking I/O completionDave Chinner2009-04-063-17/+31
| | * xfs: fix double free of inodeDave Chinner2009-04-061-9/+14
| | * xfs: validate log feature fields correctlyDave Chinner2009-04-061-11/+30
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-04-0368-1594/+1025
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Felix Blyakher2009-04-011-2/+2
| |\ \ | | |/ | |/|
| * | Revert "xfs: increase the maximum number of supported ACL entries"Felix Blyakher2009-03-311-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher2009-03-3038-292/+204
| |\ \
| | * | xfs: cleanup uuid handlingChristoph Hellwig2009-03-303-116/+83
| | * | xfs: remove m_attroffsetChristoph Hellwig2009-03-295-39/+62
| | * | xfs: fix various typosMalcolm Parsons2009-03-2922-40/+40
| | * | xfs: pagecache usage optimizationHisashi Hifumi2009-03-291-0/+1
| | * | xfs: remove m_litinoChristoph Hellwig2009-03-293-3/+3
| | * | xfs: kill ino64 mount optionChristoph Hellwig2009-03-296-60/+6
| | * | xfs: kill mutex_t typedefChristoph Hellwig2009-03-296-34/+9
| * | | xfs: increase the maximum number of supported ACL entriesFelix Blyakher2009-03-271-1/+1
| |/ /
| * | xfs: factor out code to find the longest free extent in the AGDave Chinner2009-03-164-22/+31
| * | xfs: kill VN_BADChristoph Hellwig2009-03-162-10/+2
| * | xfs: kill vn_atime_* helpers.Christoph Hellwig2009-03-162-20/+6
| * | xfs: cleanup xlog_breadChristoph Hellwig2009-03-162-88/+138
| * | xfs: cleanup xlog_recover_do_transChristoph Hellwig2009-03-161-34/+31
| * | xfs: remove another leftover of the old inode log item formatChristoph Hellwig2009-03-161-10/+4
| * | xfs: cleanup log unmount handlingChristoph Hellwig2009-03-163-18/+5
| * | Fix xfs debug build breakage by pushing xfs_error.h afterFelix Blyakher2009-03-151-1/+1
| * | xfs: include header files for prototypesHannes Eder2009-03-062-0/+2
| * | xfs: make symbols staticHannes Eder2009-03-063-5/+5
| * | xfs: move declaration to header fileHannes Eder2009-03-062-2/+1
| * | xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig2009-03-043-8/+16
| * | xfs: prevent lockdep false positive in xfs_iget_cache_missChristoph Hellwig2009-03-041-5/+10
| * | xfs: prevent kernel crash due to corrupted inode log formatChristoph Hellwig2009-03-041-4/+13
| * | Revert "[XFS] remove old vmap cache"Felix Blyakher2009-02-181-1/+74
| * | Revert "[XFS] use scalable vmap API"Felix Blyakher2009-02-181-3/+3
| * | xfs: reject swapext ioctl on swapfilesChristoph Hellwig2009-02-121-0/+6
| * | xfs: fix error handling in xfs_log_mountChristoph Hellwig2009-02-121-6/+8
| * | xfs: get rid of indirections in the quotaops implementationChristoph Hellwig2009-02-0912-262/+181
| * | xfs: sanitize qh_lock wrappersChristoph Hellwig2009-02-094-81/+37
| * | xfs: use mutex_is_locked in XFS_DQ_IS_LOCKEDChristoph Hellwig2009-02-091-13/+1