| Commit message (Expand) | Author | Age | Files | Lines |
* | Btrfs: remove some WARN_ONs in the IO failure path | Chris Mason | 2009-05-14 | 2 | -3/+0 |
* | Btrfs: Don't loop forever on metadata IO failures | Chris Mason | 2009-05-14 | 1 | -3/+36 |
* | Btrfs: init inode ordered_data_close flag properly | Chris Mason | 2009-05-14 | 1 | -0/+1 |
* | Btrfs: look for acls during btrfs_read_locked_inode | Chris Mason | 2009-04-27 | 1 | -0/+62 |
* | Btrfs: fix acl caching | Chris Mason | 2009-04-27 | 2 | -7/+15 |
* | Btrfs: Fix a bunch of printk() warnings. | Joel Becker | 2009-04-27 | 5 | -23/+40 |
* | Btrfs: Fix a trivial warning using max() of u64 vs ULL. | Joel Becker | 2009-04-27 | 1 | -1/+1 |
* | Btrfs: remove unused btrfs_bit_radix slab | Chris Mason | 2009-04-27 | 1 | -8/+0 |
* | Btrfs: ratelimit IO error printks | Chris Mason | 2009-04-27 | 2 | -17/+31 |
* | Btrfs: remove #if 0 code | Chris Mason | 2009-04-27 | 3 | -188/+1 |
* | Btrfs: When shrinking, only update disk size on success | Chris Ball | 2009-04-27 | 2 | -11/+27 |
* | Btrfs: fix deadlocks and stalls on dead root removal | Chris Mason | 2009-04-24 | 1 | -0/+6 |
* | Btrfs: fix fallocate deadlock on inode extent lock | Chris Mason | 2009-04-24 | 5 | -17/+29 |
* | Btrfs: kill btrfs_cache_create | Christoph Hellwig | 2009-04-24 | 3 | -43/+28 |
* | Btrfs: don't export symbols | Christoph Hellwig | 2009-04-24 | 1 | -6/+0 |
* | Btrfs: simplify makefile | Christoph Hellwig | 2009-04-24 | 1 | -17/+2 |
* | Btrfs: try to keep a healthy ratio of metadata vs data block groups | Josef Bacik | 2009-04-24 | 4 | -2/+42 |
* | Btrfs: fix btrfs fallocate oops and deadlock | Chris Mason | 2009-04-21 | 2 | -9/+31 |
* | Btrfs: use the right node in reada_for_balance | Chris Mason | 2009-04-20 | 1 | -5/+12 |
* | Btrfs: fix oops on page->mapping->host during writepage | Chris Mason | 2009-04-20 | 1 | -8/+32 |
* | Btrfs: add a priority queue to the async thread helpers | Chris Mason | 2009-04-20 | 5 | -15/+56 |
* | Btrfs: use WRITE_SYNC for synchronous writes | Chris Mason | 2009-04-20 | 5 | -46/+141 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2009-04-14 | 1 | -3/+5 |
|\ |
|
| * | fuse: fix "direct_io" private mmap | Miklos Szeredi | 2009-04-09 | 1 | -0/+2 |
| * | fuse: fix argument type in fuse_get_user_pages() | Miklos Szeredi | 2009-04-09 | 1 | -3/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2009-04-14 | 7 | -213/+197 |
|\ \ |
|
| * | | nilfs2: fix possible mismatch of sufile counters on recovery | Ryusuke Konishi | 2009-04-13 | 3 | -16/+45 |
| * | | nilfs2: segment usage file cleanups | Ryusuke Konishi | 2009-04-13 | 2 | -195/+140 |
| * | | nilfs2: fix wrong accounting and duplicate brelse in nilfs_sufile_set_error | Ryusuke Konishi | 2009-04-13 | 1 | -7/+10 |
| * | | nilfs2: simplify handling of active state of segments fix | Ryusuke Konishi | 2009-04-13 | 1 | -1/+1 |
| * | | nilfs2: remove module version | Ryusuke Konishi | 2009-04-13 | 2 | -6/+0 |
| * | | nilfs2: fix lockdep recursive locking warning on meta data files | Ryusuke Konishi | 2009-04-13 | 1 | -0/+4 |
| * | | nilfs2: fix lockdep recursive locking warning on bmap | Ryusuke Konishi | 2009-04-13 | 1 | -0/+5 |
| * | | nilfs2: return f_fsid for statfs2 | Ryusuke Konishi | 2009-04-13 | 1 | -1/+5 |
* | | | ext2: fix data corruption for racing writes | Jan Kara | 2009-04-13 | 1 | -11/+33 |
* | | | jbd: update locking coments | Jan Kara | 2009-04-13 | 1 | -5/+19 |
* | | | hfs: fix memory leak when unmounting | Dave Anderson | 2009-04-13 | 2 | -0/+5 |
* | | | 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://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2009-04-09 | 3 | -5/+14 |
|\ \ \ \ |
|
| * | | | | ext4: check block device size on mount | From: Thiemo Nagel | 2009-04-07 | 1 | -0/+9 |