aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2009-04-20xfs: use memdup_user()Gravatar Li Zefan 2-24/+11
2009-04-13Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 13-161/+180
2009-04-09Merge branch 'master' into for-linusGravatar Felix Blyakher 13-161/+180
2009-04-06xfs: remove xfs_flush_spaceGravatar Dave Chinner 2-48/+16
2009-04-06xfs: flush delayed allcoation blocks on ENOSPC in createGravatar Dave Chinner 1-0/+7
2009-04-06xfs: block callers of xfs_flush_inodes() correctlyGravatar Dave Chinner 2-3/+10
2009-04-06xfs: make inode flush at ENOSPC synchronousGravatar Dave Chinner 4-28/+18
2009-04-06xfs: use xfs_sync_inodes() for device flushingGravatar Dave Chinner 5-30/+38
2009-04-06xfs: inform the xfsaild of the push target before sleepingGravatar Dave Chinner 1-18/+19
2009-04-06xfs: prevent unwritten extent conversion from blocking I/O completionGravatar Dave Chinner 3-17/+31
2009-04-06xfs: fix double free of inodeGravatar Dave Chinner 1-9/+14
2009-04-06xfs: validate log feature fields correctlyGravatar Dave Chinner 1-11/+30
2009-04-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 68-1594/+1025
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2009-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Felix Blyakher 1-2/+2
2009-04-01mm: page_mkwrite change prototype to match faultGravatar Nick Piggin 1-2/+2
2009-03-31New helper - current_umask()Gravatar Al Viro 1-2/+2
2009-03-31Revert "xfs: increase the maximum number of supported ACL entries"Gravatar Felix Blyakher 1-1/+1
2009-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsGravatar Felix Blyakher 38-292/+204
2009-03-30xfs: cleanup uuid handlingGravatar Christoph Hellwig 3-116/+83
2009-03-29xfs: remove m_attroffsetGravatar Christoph Hellwig 5-39/+62
2009-03-29xfs: fix various typosGravatar Malcolm Parsons 22-40/+40
2009-03-29xfs: pagecache usage optimizationGravatar Hisashi Hifumi 1-0/+1
2009-03-29xfs: remove m_litinoGravatar Christoph Hellwig 3-3/+3
2009-03-29xfs: kill ino64 mount optionGravatar Christoph Hellwig 6-60/+6
2009-03-29xfs: kill mutex_t typedefGravatar Christoph Hellwig 6-34/+9
2009-03-27xfs: increase the maximum number of supported ACL entriesGravatar Felix Blyakher 1-1/+1
2009-03-16xfs: factor out code to find the longest free extent in the AGGravatar Dave Chinner 4-22/+31
2009-03-16xfs: kill VN_BADGravatar Christoph Hellwig 2-10/+2
2009-03-16xfs: kill vn_atime_* helpers.Gravatar Christoph Hellwig 2-20/+6
2009-03-16xfs: cleanup xlog_breadGravatar Christoph Hellwig 2-88/+138
2009-03-16xfs: cleanup xlog_recover_do_transGravatar Christoph Hellwig 1-34/+31
2009-03-16xfs: remove another leftover of the old inode log item formatGravatar Christoph Hellwig 1-10/+4
2009-03-16xfs: cleanup log unmount handlingGravatar Christoph Hellwig 3-18/+5
2009-03-15Fix xfs debug build breakage by pushing xfs_error.h afterGravatar Felix Blyakher 1-1/+1
2009-03-06xfs: only issues a cache flush on unmount if barriers are enabledGravatar Christoph Hellwig 3-8/+16
2009-03-06xfs: prevent lockdep false positive in xfs_iget_cache_missGravatar Christoph Hellwig 1-5/+10
2009-03-06xfs: prevent kernel crash due to corrupted inode log formatGravatar Christoph Hellwig 1-4/+13
2009-03-06xfs: include header files for prototypesGravatar Hannes Eder 2-0/+2
2009-03-06xfs: make symbols staticGravatar Hannes Eder 3-5/+5
2009-03-06xfs: move declaration to header fileGravatar Hannes Eder 2-2/+1
2009-03-04xfs: only issues a cache flush on unmount if barriers are enabledGravatar Christoph Hellwig 3-8/+16
2009-03-04xfs: prevent lockdep false positive in xfs_iget_cache_missGravatar Christoph Hellwig 1-5/+10
2009-03-04xfs: prevent kernel crash due to corrupted inode log formatGravatar Christoph Hellwig 1-4/+13
2009-02-19Revert "[XFS] remove old vmap cache"Gravatar Felix Blyakher 1-1/+74
2009-02-19Revert "[XFS] use scalable vmap API"Gravatar Felix Blyakher 1-3/+3
2009-02-18Revert "[XFS] remove old vmap cache"Gravatar Felix Blyakher 1-1/+74
2009-02-18Revert "[XFS] use scalable vmap API"Gravatar Felix Blyakher 1-3/+3
2009-02-12xfs: reject swapext ioctl on swapfilesGravatar Christoph Hellwig 1-0/+6
2009-02-12xfs: fix error handling in xfs_log_mountGravatar Christoph Hellwig 1-6/+8