aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-11xfs: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig2-14/+0
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2009-06-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-5/+7
2009-06-01xfs: prevent deadlock in xfs_qm_shake()Felix Blyakher1-1/+1
2009-06-01xfs: fix overflow in xfs_growfs_data_privateEric Sandeen1-1/+1
2009-06-01xfs: fix double unlock in xfs_swap_extents()Felix Blyakher1-3/+5
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-02Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-89/+108
2009-04-30xfs: fix getbmap vs mmap deadlockChristoph Hellwig1-17/+35
2009-04-30xfs: a couple getbmap cleanupsChristoph Hellwig1-83/+79
2009-04-30xfs: add more checks to superblock validationOlaf Weber1-0/+3
2009-04-30xfs_file_last_byte() needs to acquire ilockLachlan McIlroy1-0/+2
2009-04-20xfs: use memdup_user()Li Zefan2-24/+11
2009-04-13Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds13-161/+180
2009-04-09Merge branch 'master' into for-linusFelix Blyakher13-161/+180
2009-04-06xfs: remove xfs_flush_spaceDave Chinner2-48/+16
2009-04-06xfs: flush delayed allcoation blocks on ENOSPC in createDave Chinner1-0/+7
2009-04-06xfs: block callers of xfs_flush_inodes() correctlyDave Chinner2-3/+10
2009-04-06xfs: make inode flush at ENOSPC synchronousDave Chinner4-28/+18
2009-04-06xfs: use xfs_sync_inodes() for device flushingDave Chinner5-30/+38
2009-04-06xfs: inform the xfsaild of the push target before sleepingDave Chinner1-18/+19
2009-04-06xfs: prevent unwritten extent conversion from blocking I/O completionDave Chinner3-17/+31
2009-04-06xfs: fix double free of inodeDave Chinner1-9/+14
2009-04-06xfs: validate log feature fields correctlyDave Chinner1-11/+30
2009-04-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds68-1594/+1025
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+2
2009-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linusFelix Blyakher1-2/+2
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-2/+2
2009-03-31New helper - current_umask()Al Viro1-2/+2
2009-03-31Revert "xfs: increase the maximum number of supported ACL entries"Felix Blyakher1-1/+1
2009-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher38-292/+204
2009-03-30xfs: cleanup uuid handlingChristoph Hellwig3-116/+83
2009-03-29xfs: remove m_attroffsetChristoph Hellwig5-39/+62
2009-03-29xfs: fix various typosMalcolm Parsons22-40/+40
2009-03-29xfs: pagecache usage optimizationHisashi Hifumi1-0/+1
2009-03-29xfs: remove m_litinoChristoph Hellwig3-3/+3
2009-03-29xfs: kill ino64 mount optionChristoph Hellwig6-60/+6
2009-03-29xfs: kill mutex_t typedefChristoph Hellwig6-34/+9
2009-03-27xfs: increase the maximum number of supported ACL entriesFelix Blyakher1-1/+1
2009-03-16xfs: factor out code to find the longest free extent in the AGDave Chinner4-22/+31
2009-03-16xfs: kill VN_BADChristoph Hellwig2-10/+2
2009-03-16xfs: kill vn_atime_* helpers.Christoph Hellwig2-20/+6
2009-03-16xfs: cleanup xlog_breadChristoph Hellwig2-88/+138
2009-03-16xfs: cleanup xlog_recover_do_transChristoph Hellwig1-34/+31
2009-03-16xfs: remove another leftover of the old inode log item formatChristoph Hellwig1-10/+4
2009-03-16xfs: cleanup log unmount handlingChristoph Hellwig3-18/+5
2009-03-15Fix xfs debug build breakage by pushing xfs_error.h afterFelix Blyakher1-1/+1
2009-03-06xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig3-8/+16
2009-03-06xfs: prevent lockdep false positive in xfs_iget_cache_missChristoph Hellwig1-5/+10
2009-03-06xfs: prevent kernel crash due to corrupted inode log formatChristoph Hellwig1-4/+13