| Commit message (Expand) | Author | Age | Files | Lines |
* | Btrfs: Add inode item and backref in one insert, reducing cpu usage | Chris Mason | 2008-09-25 | 3 | -39/+102 |
* | Btrfs: During deletes and truncate, remove many items at once from the tree | Chris Mason | 2008-09-25 | 4 | -70/+95 |
* | Btrfs: extent_io and extent_state optimizations | Chris Mason | 2008-09-25 | 4 | -114/+298 |
* | Btrfs: Add some extra debugging around file data checksum failures | Chris Mason | 2008-09-25 | 2 | -3/+9 |
* | Btrfs: Force f_pos to the max when a readdir hits the end of the directory. | Chris Mason | 2008-09-25 | 1 | -1/+1 |
* | Btrfs: Tune readahead during defrag to avoid reading too much at once | Chris Mason | 2008-09-25 | 1 | -13/+28 |
* | Btrfs: Split the extent_map code into two parts | Chris Mason | 2008-09-25 | 14 | -3413/+3612 |
* | Btrfs: Fix hole insertion corner cases | Chris Mason | 2008-09-25 | 4 | -13/+126 |
* | Btrfs: Include sched.h in the acl code for current (fixes compile on 2.6.23) | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: Add basic lockfs calls | Yan | 2008-09-25 | 1 | -1/+13 |
* | Btrfs: Fix for test_range_bit | Yan | 2008-09-25 | 1 | -0/+5 |
* | Fix for btrfs_find_free_objectid | Yan | 2008-09-25 | 1 | -3/+1 |
* | Btrfs: Add mount -o ssd, which includes optimizations for seek free storage | Chris Mason | 2008-09-25 | 6 | -2/+47 |
* | Btrfs: Use blk_congestion_wait on older kernels | Chris Mason | 2008-09-25 | 1 | -1/+6 |
* | Btrfs: Fix compile on 2.6.22 kernel | Yan | 2008-09-25 | 2 | -2/+8 |
* | Btrfs: Fix compile on kernel without ACLs enabled | Yan | 2008-09-25 | 2 | -3/+8 |
* | Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernels | Chris Mason | 2008-09-25 | 3 | -21/+27 |
* | Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeout | Chris Mason | 2008-09-25 | 5 | -10/+37 |
* | Btrfs: Disable delalloc accounting for now | Chris Mason | 2008-09-25 | 1 | -0/+2 |
* | Rework btrfs_drop_inode to avoid scheduling | Chris Mason | 2008-09-25 | 6 | -10/+44 |
* | Btrfs: Add drop inode func to avoid data=ordered deadlock | Chris Mason | 2008-09-25 | 3 | -0/+21 |
* | Btrfs: Delete any remaining extent_maps before freeing the inode | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: Only delete roots from sysfs when they were added to sysfs | Chris Mason | 2008-09-25 | 1 | -1/+2 |
* | Btrfs: Change magic string to reflect new format | Chris Mason | 2008-09-25 | 2 | -2/+3 |
* | Btrfs: Add readonly inode flag | Yan | 2008-09-25 | 2 | -7/+15 |
* | Btrfs: Implement ACLs setting and getting | Yan | 2008-09-25 | 3 | -41/+51 |
* | Btrfs: Remove verbose WARN_ON | Chris Mason | 2008-09-25 | 1 | -2/+0 |
* | Btrfs: Fix extent_buffer usage when nodesize != leafsize | Chris Mason | 2008-09-25 | 3 | -15/+54 |
* | Btrfs: Add flush barriers on commit | Chris Mason | 2008-09-25 | 3 | -3/+16 |
* | Btrfs: Remove extent_map debugging message | Chris Mason | 2008-09-25 | 1 | -1/+0 |
* | Btrfs: Add inode flags support | Yan | 2008-09-25 | 3 | -14/+24 |
* | Btrfs: online shrinking fixes | Chris Mason | 2008-09-25 | 2 | -11/+36 |
* | Btrfs: Disable btree reada during extent backref lookups. | Chris Mason | 2008-09-25 | 1 | -0/+4 |
* | Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion | Chris Mason | 2008-09-25 | 6 | -0/+26 |
* | Btrfs: Move snapshot creation to commit time | Chris Mason | 2008-09-25 | 3 | -67/+100 |
* | Btrfs: Add data=ordered support | Chris Mason | 2008-09-25 | 13 | -28/+387 |
* | Btrfs: Change tree block csum tagging to avoid false error messages | Chris Mason | 2008-09-25 | 1 | -10/+36 |
* | Btrfs: resizer: don't hold the fs_mutex for long periods of time | Chris Mason | 2008-09-25 | 1 | -1/+21 |
* | Properly call btrfs_search_slot while shrinking | Chris Mason | 2008-09-25 | 1 | -1/+9 |
* | Btrfs: Lower the max inline size to 8k | Chris Mason | 2008-09-25 | 1 | -1/+1 |
* | Btrfs: Change st_blocksize to 4k | Chris Mason | 2008-09-25 | 2 | -2/+9 |
* | Btrfs: Properly handle overlapping extent in shrink_extent_tree | Yan | 2008-09-25 | 1 | -84/+56 |
* | Btrfs: Add a helper that finds previous extent item | Yan | 2008-09-25 | 1 | -44/+36 |
* | Btrfs: Fix lock ordering of the snapshot semaphore against the page lock | Chris Mason | 2008-09-25 | 1 | -2/+4 |
* | count_snapshots: Properly update the leaf pointer after btrfs_next_leaf | Chris Mason | 2008-09-25 | 2 | -3/+3 |
* | Btrfs: Force inlining off in a few places to save stack usage | Chris Mason | 2008-09-25 | 3 | -49/+54 |
* | Btrfs: 32 bit compile fixes for the resizer and enospc checks | Chris Mason | 2008-09-25 | 2 | -4/+10 |
* | Btrfs: Reduce stack usage in the resizer, fix 32 bit compiles | Chris Mason | 2008-09-25 | 5 | -43/+63 |
* | Btrfs: Explicitly send a root objectid to count_snapshots_in_path | Chris Mason | 2008-09-25 | 2 | -44/+11 |
* | Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ... | Chris Mason | 2008-09-25 | 5 | -9/+28 |