| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Btrfs: Use async helpers to deal with pages that have been improperly dirtied | Chris Mason | 2008-09-25 | 1 | -0/+6 |
* | Btrfs: New data=ordered implementation | Chris Mason | 2008-09-25 | 1 | -2/+17 |
* | Btrfs: Add locking around volume management (device add/remove/balance) | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: Online btree defragmentation fixes | Chris Mason | 2008-09-25 | 1 | -1/+6 |
* | Btrfs: Add btree locking to the tree defragmentation code | Chris Mason | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: Replace the transaction work queue with kthreads | Chris Mason | 2008-09-25 | 1 | -9/+4 |
* | Btrfs: Add a skip_locking parameter to struct path, and make various funcs ho... | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Drop locks in btrfs_search_slot when reading a tree block. | Chris Mason | 2008-09-25 | 1 | -1/+0 |
* | Btrfs: Replace the big fs_mutex with a collection of other locks | Chris Mason | 2008-09-25 | 1 | -2/+3 |
* | Btrfs: Start btree concurrency work. | Chris Mason | 2008-09-25 | 1 | -8/+15 |
* | Btrfs: Add a thread pool just for submit_bio | Chris Mason | 2008-09-25 | 1 | -0/+4 |
* | Btrfs: split out ioctl.c | Christoph Hellwig | 2008-09-25 | 1 | -1/+8 |
* | Btrfs: Add a mount option to control worker thread pool size | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: Add async worker threads for pre and post IO checksumming | Chris Mason | 2008-09-25 | 1 | -3/+11 |
* | btrfs: sanity mount option parsing and early mount code | Christoph Hellwig | 2008-09-25 | 1 | -2/+1 |
* | Btrfs: transaction ioctls | Sage Weil | 2008-09-25 | 1 | -0/+4 |