| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Btrfs: fix enospc when there is plenty of space | Josef Bacik | 2008-10-29 | 1 | -0/+1 |
* | Btrfs: Improve space balancing code | Yan Zheng | 2008-10-29 | 1 | -7/+6 |
* | Btrfs: Add zlib compression support | Chris Mason | 2008-10-29 | 1 | -18/+81 |
* | Btrfs: Fix subvolume creation locking rules | Christoph Hellwig | 2008-10-09 | 1 | -1/+1 |
* | Btrfs: Rev the disk format for the new back reference format | Chris Mason | 2008-10-09 | 1 | -1/+1 |
* | Btrfs: Remove offset field from struct btrfs_extent_ref | Yan Zheng | 2008-10-09 | 1 | -19/+6 |
* | Btrfs: Count space allocated to file in bytes | Yan Zheng | 2008-10-09 | 1 | -11/+2 |
* | Btrfs: remove last_log_alloc allocator optimization | Chris Mason | 2008-10-03 | 1 | -1/+0 |
* | Btrfs: don't read leaf blocks containing only checksums during truncate | Chris Mason | 2008-10-01 | 1 | -1/+3 |
* | Btrfs: add and improve comments | Chris Mason | 2008-09-29 | 1 | -1/+0 |
* | Btrfs: Wait for IO on the block device inodes of newly added devices | Chris Mason | 2008-09-29 | 1 | -0/+1 |
* | Btrfs: update space balancing code | Zheng Yan | 2008-09-26 | 1 | -1/+25 |
* | Btrfs: extent_map and data=ordered fixes for space balancing | Zheng Yan | 2008-09-26 | 1 | -1/+10 |
* | Btrfs: Add shared reference cache | Zheng Yan | 2008-09-26 | 1 | -7/+12 |
* | Btrfs: allocator fixes for space balancing update | Zheng Yan | 2008-09-26 | 1 | -0/+2 |
* | Remove Btrfs compat code for older kernels | Chris Mason | 2008-09-25 | 1 | -5/+2 |
* | Btrfs: Full back reference support | Zheng Yan | 2008-09-25 | 1 | -21/+41 |
* | Btrfs: free space accounting redo | Josef Bacik | 2008-09-25 | 1 | -4/+42 |
* | Btrfs: Record dirty pages tree-log pages in an extent_io tree | Chris Mason | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: Update find free objectid function for orphan cleanup code | Zheng Yan | 2008-09-25 | 1 | -1/+2 |
* | remove unused function btrfs_ilookup | Christoph Hellwig | 2008-09-25 | 1 | -2/+0 |
* | Btrfs: Rev the disk format | Chris Mason | 2008-09-25 | 1 | -1/+1 |
* | Btrfs: Add a write ahead tree log to optimize synchronous operations | Chris Mason | 2008-09-25 | 1 | -3/+69 |
* | Btrfs: Rev the disk format | Chris Mason | 2008-09-25 | 1 | -1/+1 |
* | Introduce btrfs_iget helper | Balaji Rao | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: Wait for kernel threads to make progress during async submission | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: Count async bios separately from async checksum work items | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: fix RHEL test for ClearPageFsMisc | Eric Sandeen | 2008-09-25 | 1 | -1/+1 |
* | Btrfs: Fix nodatacow for the new data=ordered mode | Yan Zheng | 2008-09-25 | 1 | -1/+2 |
* | Btrfs: Maintain a list of inodes that are delalloc and a way to wait on them | Chris Mason | 2008-09-25 | 1 | -0/+4 |
* | Btrfs: fix ioctl-initiated transactions vs wait_current_trans() | Sage Weil | 2008-09-25 | 1 | -0/+1 |
* | btrfs_search_slot: reduce lock contention by cowing in two stages | Chris Mason | 2008-09-25 | 1 | -1/+5 |
* | Btrfs: Fix streaming read performance with checksumming on | Chris Mason | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: implement memory reclaim for leaf reference cache | Yan | 2008-09-25 | 1 | -1/+2 |
* | Btrfs: Update and fix mount -o nodatacow | Yan Zheng | 2008-09-25 | 1 | -5/+4 |
* | Btrfs: Throttle operations if the reference cache gets too large | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: Leaf reference cache update | Chris Mason | 2008-09-25 | 1 | -1/+10 |
* | Btrfs: Add a leaf reference cache | Yan Zheng | 2008-09-25 | 1 | -1/+7 |
* | Btrfs: Rev the disk format magic | Chris Mason | 2008-09-25 | 1 | -1/+1 |
* | Btrfs: Create orphan inode records to prevent lost files after a crash | Josef Bacik | 2008-09-25 | 1 | -0/+14 |
* | Btrfs: Add ACL support | Josef Bacik | 2008-09-25 | 1 | -0/+7 |
* | Btrfs: Remove unused xattr code | Josef Bacik | 2008-09-25 | 1 | -2/+1 |
* | Btrfs: Implement new dir index format | Josef Bacik | 2008-09-25 | 1 | -3/+5 |
* | Btrfs: Fix the defragmention code and the block relocation code for data=ordered | Chris Mason | 2008-09-25 | 1 | -0/+7 |
* | Btrfs: Fix some build problems on 2.6.18 based enterprise kernels | Chris Mason | 2008-09-25 | 1 | -0/+8 |
* | Btrfs: alloc_mutex latency reduction | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: Use mutex_lock_nested for tree locking | Chris Mason | 2008-09-25 | 1 | -1/+5 |
* | Btrfs: Fix some data=ordered related data corruptions | Chris Mason | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: Handle data checksumming on bios that span multiple ordered extents | Chris Mason | 2008-09-25 | 1 | -2/+2 |
* | btrfs_start_transaction: wait for commits in progress to finish | Chris Mason | 2008-09-25 | 1 | -0/+1 |