| Commit message (Expand) | Author | Age | Files | Lines |
* | Btrfs: make a lockdep class for each root | Chris Mason | 2011-07-27 | 1 | -3/+7 |
* | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino... | Chris Mason | 2011-05-22 | 1 | -18/+0 |
|\ |
|
| * | btrfs: remove all unused functions | David Sterba | 2011-05-06 | 1 | -7/+0 |
| * | btrfs: remove unused function prototypes | David Sterba | 2011-05-04 | 1 | -11/+0 |
* | | btrfs: implement delayed inode items operation | Miao Xie | 2011-05-21 | 1 | -0/+1 |
|/ |
|
* | Btrfs: forced readonly mounts on errors | liubo | 2011-01-17 | 1 | -0/+1 |
* | Btrfs: use async helpers for DIO write checksumming | Chris Mason | 2010-05-25 | 1 | -1/+1 |
* | Btrfs: Metadata ENOSPC handling for tree log | Yan, Zheng | 2010-05-25 | 1 | -2/+0 |
* | Btrfs: leave btree locks spinning more often | Chris Mason | 2009-03-24 | 1 | -0/+1 |
* | Btrfs: make a lockdep class for the extent buffer locks | Chris Mason | 2009-02-12 | 1 | -0/+10 |
* | Btrfs: fix tree logs parallel sync | Yan Zheng | 2009-01-21 | 1 | -0/+2 |
* | Btrfs: superblock duplication | Yan Zheng | 2008-12-08 | 1 | -2/+15 |
* | Btrfs: mount ro and remount support | Yan Zheng | 2008-11-12 | 1 | -0/+2 |
* | Btrfs: Add ordered async work queues | Chris Mason | 2008-11-06 | 1 | -1/+3 |
* | Btrfs: Add zlib compression support | Chris Mason | 2008-10-29 | 1 | -0/+1 |
* | Btrfs: Tree logging fixes | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: Add a write ahead tree log to optimize synchronous operations | Chris Mason | 2008-09-25 | 1 | -1/+7 |
* | Btrfs: Wait for async bio submissions to make some progress at queue time | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: Transaction commit: don't use filemap_fdatawait | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: Online btree defragmentation fixes | Chris Mason | 2008-09-25 | 1 | -6/+0 |
* | Add btrfs_end_transaction_throttle to force writers to wait for pending commits | Chris Mason | 2008-09-25 | 1 | -1/+0 |
* | Btrfs: Add mount -o degraded to allow mounts to continue with missing devices | Chris Mason | 2008-09-25 | 1 | -1/+2 |
* | Btrfs: Handle write errors on raid1 and raid10 | Chris Mason | 2008-09-25 | 1 | -1/+1 |
* | Btrfs: Pass down the expected generation number when reading tree blocks | Chris Mason | 2008-09-25 | 1 | -3/+4 |
* | Btrfs: Create a work queue for bio writes | Chris Mason | 2008-09-25 | 1 | -0/+3 |
* | Btrfs: Write out all super blocks on commit, and bring back proper barrier su... | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: Handle data block end_io through the async work queue | Chris Mason | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: Verify checksums on tree blocks found without read_tree_block | Chris Mason | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: Add support for device scanning and detection ioctls | Chris Mason | 2008-09-25 | 1 | -1/+3 |
* | Btrfs: Add support for multiple devices per filesystem | Chris Mason | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: Add data=ordered support | Chris Mason | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: Support for online FS resize (grow and shrink) | Chris Mason | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: Add back file data checksumming | Chris Mason | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: Add back the online defragging code | Chris Mason | 2008-09-25 | 1 | -0/+7 |
* | Btrfs: Allow tree blocks larger than the page size | Chris Mason | 2008-09-25 | 1 | -4/+5 |
* | Btrfs: Create extent_buffer interface for large blocksizes | Chris Mason | 2008-09-25 | 1 | -44/+11 |
* | Btrfs: Use balance_dirty_pages_nr on btree blocks | Chris Mason | 2008-09-25 | 1 | -1/+1 |
* | Add support for defragging files via btrfsctl -d. Avoid OOM on extent tree | Chris Mason | 2007-09-10 | 1 | -0/+2 |
* | Btrfs: Add per-root block accounting and sysfs entries | Josef Bacik | 2007-08-29 | 1 | -1/+2 |
* | Btrfs: Extent based page cache code. This uses an rbtree of extents and tests | Chris Mason | 2007-08-27 | 1 | -1/+0 |
* | Btrfs: Add BH_Defrag to mark buffers that are in need of defragging | Chris Mason | 2007-08-10 | 1 | -0/+2 |
* | Btrfs: crash recovery fixes | Chris Mason | 2007-06-28 | 1 | -0/+1 |
* | Btrfs: Add the ability to find and remove dead roots after a crash. | Chris Mason | 2007-06-22 | 1 | -0/+3 |
* | Btrfs: add GPLv2 | Chris Mason | 2007-06-12 | 1 | -0/+18 |
* | Btrfs: fix page cache memory leak | Chris Mason | 2007-05-02 | 1 | -0/+2 |
* | Btrfs: directory readahead | Chris Mason | 2007-05-01 | 1 | -0/+6 |
* | Btrfs: add a device id to device items | Chris Mason | 2007-04-12 | 1 | -0/+1 |
* | Btrfs: add disk ioctl, mostly working | Chris Mason | 2007-04-12 | 1 | -0/+6 |
* | Btrfs: create a logical->phsyical block number mapping scheme | Chris Mason | 2007-04-11 | 1 | -0/+1 |