Age | Commit message (Expand) | Author | Files | Lines |
2008-09-25 | Btrfs: Split the extent_map code into two parts | Chris Mason | 1 | -4/+4 |
2008-09-25 | Btrfs: Add mount -o ssd, which includes optimizations for seek free storage | Chris Mason | 1 | -0/+1 |
2008-09-25 | Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernels | Chris Mason | 1 | -17/+13 |
2008-09-25 | Btrfs: Run igrab on data=ordered inodes to prevent deadlocks during writeout | Chris Mason | 1 | -0/+1 |
2008-09-25 | Rework btrfs_drop_inode to avoid scheduling | Chris Mason | 1 | -0/+2 |
2008-09-25 | Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion | Chris Mason | 1 | -0/+4 |
2008-09-25 | Btrfs: Move snapshot creation to commit time | Chris Mason | 1 | -3/+78 |
2008-09-25 | Btrfs: Add data=ordered support | Chris Mason | 1 | -0/+58 |
2008-09-25 | Btrfs: Reduce stack usage in the resizer, fix 32 bit compiles | Chris Mason | 1 | -5/+15 |
2008-09-25 | Btrfs: Back port to 2.6.18-el kernels | Chris Mason | 1 | -0/+8 |
2008-09-25 | Btrfs: section mismatch warnings | Christian Hesse | 1 | -1/+1 |
2008-09-25 | Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machines | Chris Mason | 1 | -1/+1 |
2008-09-25 | Btrfs: Defrag only leaves, and only when the parent node has a single objectid | Chris Mason | 1 | -2/+0 |
2008-09-25 | Btrfs: Add an extent buffer LRU to reduce radix tree hits | Chris Mason | 1 | -3/+2 |
2008-09-25 | Btrfs: Add back the online defragging code | Chris Mason | 1 | -2/+2 |
2008-09-25 | Btrfs: Allow tree blocks larger than the page size | Chris Mason | 1 | -17/+22 |
2008-09-25 | Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t... | Chris Mason | 1 | -2/+3 |
2008-09-25 | Btrfs: Fix extent_buffer and extent_state leaks | Chris Mason | 1 | -2/+3 |
2008-09-25 | Btrfs: Create extent_buffer interface for large blocksizes | Chris Mason | 1 | -27/+34 |
2008-09-25 | Btrfs: Use balance_dirty_pages_nr on btree blocks | Chris Mason | 1 | -4/+10 |
2007-09-11 | Btrfs: Find and remove dead roots the first time a root is loaded. | Chris Mason | 1 | -2/+4 |
2007-08-29 | Btrfs: Add per-root block accounting and sysfs entries | Josef Bacik | 1 | -1/+33 |
2007-08-11 | Btrfs: delay commits during fsync to allow more writers | Josef Bacik | 1 | -12/+32 |
2007-08-10 | Btrfs: Btree defrag on the extent-mapping tree as well | Chris Mason | 1 | -42/+49 |
2007-08-09 | Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshot | Chris Mason | 1 | -0/+3 |
2007-08-09 | Btrfs: Replace extent tree preallocation code with some bit radix magic. | Chris Mason | 1 | -0/+2 |
2007-08-08 | Btrfs: Let some locks go during defrag and snapshot dropping | Chris Mason | 1 | -0/+8 |
2007-08-08 | Btrfs: Add run time btree defrag, and an ioctl to force btree defrag | Chris Mason | 1 | -18/+87 |
2007-08-07 | Btrfs: Do snapshot deletion in smaller chunks. | Chris Mason | 1 | -25/+38 |
2007-07-11 | Btrfs: trivial include fixups | Zach Brown | 1 | -1/+0 |
2007-06-28 | Btrfs: crash recovery fixes | Chris Mason | 1 | -20/+34 |
2007-06-26 | Btrfs: Fix super block updates during transaction commit | Chris Mason | 1 | -2/+6 |
2007-06-22 | Btrfs: Documentation update | Chris Mason | 1 | -1/+0 |
2007-06-22 | Btrfs: Add the ability to find and remove dead roots after a crash. | Chris Mason | 1 | -7/+47 |
2007-06-22 | Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stack | Chris Mason | 1 | -7/+14 |
2007-06-18 | Subject: Rework btrfs_file_write to only allocate while page locks are held | Chris Mason | 1 | -0/+1 |
2007-06-12 | Btrfs: i386 fixes from axboe | Chris Mason | 1 | -0/+1 |
2007-06-12 | Btrfs: add GPLv2 | Chris Mason | 1 | -0/+18 |
2007-06-09 | Btrfs: remove device tree | Chris Mason | 1 | -6/+0 |
2007-06-09 | Btrfs: reap dead roots right after commit | Chris Mason | 1 | -7/+8 |
2007-06-09 | Btrfs: get forced transaction commits via workqueue | Chris Mason | 1 | -10/+20 |
2007-06-08 | Btrfs: add compat ioctl | Chris Mason | 1 | -0/+60 |
2007-05-10 | Btrfs: many allocator fixes, pretty solid | Chris Mason | 1 | -1/+2 |
2007-05-02 | Btrfs: fix page cache memory leak | Chris Mason | 1 | -3/+5 |
2007-04-30 | Btrfs: allocator improvements, inode block groups | Chris Mason | 1 | -0/+1 |
2007-04-28 | Btrfs: smarter transaction writeback | Chris Mason | 1 | -2/+35 |
2007-04-27 | Btrfs: start of block group code | Chris Mason | 1 | -0/+2 |
2007-04-20 | Btrfs: early fsync support | Chris Mason | 1 | -3/+22 |
2007-04-12 | Btrfs: add disk ioctl, mostly working | Chris Mason | 1 | -0/+6 |
2007-04-11 | Btrfs: create a logical->phsyical block number mapping scheme | Chris Mason | 1 | -4/+4 |