summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: remove some WARN_ONs in the IO failure pathChris Mason2009-05-142-3/+0
* Btrfs: Don't loop forever on metadata IO failuresChris Mason2009-05-141-3/+36
* Btrfs: init inode ordered_data_close flag properlyChris Mason2009-05-141-0/+1
* Btrfs: look for acls during btrfs_read_locked_inodeChris Mason2009-04-271-0/+62
* Btrfs: fix acl cachingChris Mason2009-04-272-7/+15
* Btrfs: Fix a bunch of printk() warnings.Joel Becker2009-04-275-23/+40
* Btrfs: Fix a trivial warning using max() of u64 vs ULL.Joel Becker2009-04-271-1/+1
* Btrfs: remove unused btrfs_bit_radix slabChris Mason2009-04-271-8/+0
* Btrfs: ratelimit IO error printksChris Mason2009-04-272-17/+31
* Btrfs: remove #if 0 codeChris Mason2009-04-273-188/+1
* Btrfs: When shrinking, only update disk size on successChris Ball2009-04-272-11/+27
* Btrfs: fix deadlocks and stalls on dead root removalChris Mason2009-04-241-0/+6
* Btrfs: fix fallocate deadlock on inode extent lockChris Mason2009-04-245-17/+29
* Btrfs: kill btrfs_cache_createChristoph Hellwig2009-04-243-43/+28
* Btrfs: don't export symbolsChristoph Hellwig2009-04-241-6/+0
* Btrfs: simplify makefileChristoph Hellwig2009-04-241-17/+2
* Btrfs: try to keep a healthy ratio of metadata vs data block groupsJosef Bacik2009-04-244-2/+42
* Btrfs: fix btrfs fallocate oops and deadlockChris Mason2009-04-212-9/+31
* Btrfs: use the right node in reada_for_balanceChris Mason2009-04-201-5/+12
* Btrfs: fix oops on page->mapping->host during writepageChris Mason2009-04-201-8/+32
* Btrfs: add a priority queue to the async thread helpersChris Mason2009-04-205-15/+56
* Btrfs: use WRITE_SYNC for synchronous writesChris Mason2009-04-205-46/+141
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-04-141-3/+5
|\
| * fuse: fix "direct_io" private mmapMiklos Szeredi2009-04-091-0/+2
| * fuse: fix argument type in fuse_get_user_pages()Miklos Szeredi2009-04-091-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-04-147-213/+197
|\ \
| * | nilfs2: fix possible mismatch of sufile counters on recoveryRyusuke Konishi2009-04-133-16/+45
| * | nilfs2: segment usage file cleanupsRyusuke Konishi2009-04-132-195/+140
| * | nilfs2: fix wrong accounting and duplicate brelse in nilfs_sufile_set_errorRyusuke Konishi2009-04-131-7/+10
| * | nilfs2: simplify handling of active state of segments fixRyusuke Konishi2009-04-131-1/+1
| * | nilfs2: remove module versionRyusuke Konishi2009-04-132-6/+0
| * | nilfs2: fix lockdep recursive locking warning on meta data filesRyusuke Konishi2009-04-131-0/+4
| * | nilfs2: fix lockdep recursive locking warning on bmapRyusuke Konishi2009-04-131-0/+5
| * | nilfs2: return f_fsid for statfs2Ryusuke Konishi2009-04-131-1/+5
* | | ext2: fix data corruption for racing writesJan Kara2009-04-131-11/+33
* | | jbd: update locking comentsJan Kara2009-04-131-5/+19
* | | hfs: fix memory leak when unmountingDave Anderson2009-04-132-0/+5
* | | 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://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-04-093-5/+14
|\ \ \ \
| * | | | ext4: check block device size on mountFrom: Thiemo Nagel2009-04-071-0/+9