| Commit message (Expand) | Author | Age |
... | |
* | Btrfs: fix a potential btrfs_bio leak on scrub fixups | Ilya Dryomov | 2011-11-06 |
* | Btrfs: rename btrfs_bio multi -> bbio for consistency | Ilya Dryomov | 2011-11-06 |
* | Btrfs: stop leaking btrfs_bios on readahead | Ilya Dryomov | 2011-11-06 |
* | Btrfs: stop the readahead threads on failed mount | Chris Mason | 2011-11-06 |
* | Btrfs: fix extent_buffer leak in the metadata IO error handling | Chris Mason | 2011-11-06 |
* | Btrfs: fix the new inspection ioctls for 32 bit compat | Chris Mason | 2011-11-06 |
* | Merge git://git.jan-o-sch.net/btrfs-unstable into integration | Chris Mason | 2011-11-06 |
|\ |
|
| * | btrfs: integrating raid-repair and scrub-fixup-nodatasum | Jan Schmidt | 2011-09-29 |
| * | btrfs: Moved repair code from inode.c to extent_io.c | Jan Schmidt | 2011-09-29 |
| * | btrfs: Put mirror_num in bi_bdev | Jan Schmidt | 2011-09-29 |
| * | btrfs: Do not use bio->bi_bdev after submission | Jan Schmidt | 2011-09-29 |
| * | btrfs: btrfs_multi_bio replaced with btrfs_bio | Jan Schmidt | 2011-09-29 |
| * | btrfs: new ioctls to do logical->inode and inode->path resolving | Jan Schmidt | 2011-09-29 |
| * | btrfs scrub: add fixup code for errors on nodatasum files | Jan Schmidt | 2011-09-29 |
| * | btrfs scrub: use int for mirror_num, not u64 | Jan Schmidt | 2011-09-29 |
| * | btrfs: add mirror_num to extent_read_full_page | Jan Schmidt | 2011-09-29 |
| * | btrfs scrub: bugfix: mirror_num off by one | Jan Schmidt | 2011-09-29 |
| * | btrfs scrub: print paths of corrupted files | Jan Schmidt | 2011-09-29 |
| * | btrfs scrub: added unverified_errors | Jan Schmidt | 2011-09-29 |
| * | btrfs: added helper functions to iterate backrefs | Jan Schmidt | 2011-09-29 |
* | | Merge branch 'for-chris' of git://github.com/sensille/linux into integration | Chris Mason | 2011-11-06 |
|\ \ |
|
| * | | btrfs: use readahead API for scrub | Arne Jansen | 2011-10-02 |
| * | | btrfs: hooks for readahead | Arne Jansen | 2011-10-02 |
| * | | btrfs: initial readahead code and prototypes | Arne Jansen | 2011-10-02 |
| * | | btrfs: state information for readahead | Arne Jansen | 2011-10-02 |
| * | | btrfs: add READAHEAD extent buffer flag | Arne Jansen | 2011-10-02 |
| * | | btrfs: add an extra wait mode to read_extent_buffer_pages | Arne Jansen | 2011-10-02 |
| * | | Merge branch 'btrfs-3.0' into for-linus | Chris Mason | 2011-09-30 |
| |\ \
| | |/
| |/| |
|
* | | | Btrfs: fix delayed insertion reservation | Josef Bacik | 2011-11-06 |
* | | | Btrfs: ClearPageError during writepage and clean_tree_block | Chris Mason | 2011-11-06 |
* | | | Btrfs: be smarter about committing the transaction in reserve_metadata_bytes | Josef Bacik | 2011-11-06 |
* | | | Btrfs: make a delayed_block_rsv for the delayed item insertion | Josef Bacik | 2011-11-06 |
* | | | Btrfs: add a log of past tree roots | Chris Mason | 2011-11-06 |
* | | | btrfs: separate superblock items out of fs_info | David Sterba | 2011-11-06 |
* | | | Btrfs: use the global reserve when truncating the free space cache inode | Josef Bacik | 2011-11-06 |
* | | | Btrfs: release metadata from global reserve if we have to fallback for unlink | Josef Bacik | 2011-11-06 |
* | | | Btrfs: make sure to flush queued bios if write_cache_pages waits | Chris Mason | 2011-11-06 |
* | | | Btrfs: fix extent pinning bugs in the tree log | Chris Mason | 2011-11-06 |
* | | | Btrfs: make sure btrfs_remove_free_space doesn't leak EAGAIN | Chris Mason | 2011-11-06 |
* | | | Btrfs: don't wait as long for more batches during SSD log commit | Chris Mason | 2011-11-06 |
* | | | btrfs: ratelimit WARN_ON in use_block_rsv | David Sterba | 2011-10-24 |
* | | | Merge branch 'hotfixes-20111024/josef/for-chris' into btrfs-next-stable | David Sterba | 2011-10-24 |
|\ \ \ |
|
| * | | | btrfs: do not allow mounting non-subvolumes via subvol option | David Sterba | 2011-10-24 |
| * | | | Btrfs: close all bdevs on mount failure | Ilya Dryomov | 2011-10-20 |
| * | | | Btrfs: fix a bug when opening seed devices | Ilya Dryomov | 2011-10-20 |
| * | | | btrfs: fix oops on failure path | Daniel J Blueman | 2011-10-20 |
| * | | | Btrfs: fix race between multi-task space allocation and caching space | Miao Xie | 2011-10-20 |
| * | | | Btrfs: fix return value of btrfs_get_acl() | Tsutomu Itoh | 2011-10-20 |
| * | | | Btrfs: pass the correct root to lookup_free_space_inode() | Ilya Dryomov | 2011-10-20 |
| * | | | Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC | Liu Bo | 2011-10-20 |