| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2009-05-15 | 6 | -13/+40 |
|\ |
|
| * | Btrfs: Spelling fix in btrfs_lookup_first_block_group comments | Sankar P | 2009-05-14 | 1 | -1/+1 |
| * | Btrfs: make show_options result match actual option names | Sage Weil | 2009-05-14 | 1 | -2/+2 |
| * | Btrfs: remove outdated comment in btrfs_ioctl_resize() | Li Hong | 2009-05-14 | 1 | -4/+0 |
| * | Btrfs: remove some WARN_ONs in the IO failure path | Chris Mason | 2009-05-14 | 2 | -3/+0 |
| * | Btrfs: Don't loop forever on metadata IO failures | Chris Mason | 2009-05-14 | 1 | -3/+36 |
| * | Btrfs: init inode ordered_data_close flag properly | Chris Mason | 2009-05-14 | 1 | -0/+1 |
* | | Convert obvious places to deactivate_locked_super() | Al Viro | 2009-05-09 | 1 | -8/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2009-04-27 | 17 | -337/+281 |
|\| |
|
| * | Btrfs: look for acls during btrfs_read_locked_inode | Chris Mason | 2009-04-27 | 1 | -0/+62 |
| * | Btrfs: fix acl caching | Chris Mason | 2009-04-27 | 2 | -7/+15 |
| * | Btrfs: Fix a bunch of printk() warnings. | Joel Becker | 2009-04-27 | 5 | -23/+40 |
| * | Btrfs: Fix a trivial warning using max() of u64 vs ULL. | Joel Becker | 2009-04-27 | 1 | -1/+1 |
| * | Btrfs: remove unused btrfs_bit_radix slab | Chris Mason | 2009-04-27 | 1 | -8/+0 |
| * | Btrfs: ratelimit IO error printks | Chris Mason | 2009-04-27 | 2 | -17/+31 |
| * | Btrfs: remove #if 0 code | Chris Mason | 2009-04-27 | 3 | -188/+1 |
| * | Btrfs: When shrinking, only update disk size on success | Chris Ball | 2009-04-27 | 2 | -11/+27 |
| * | Btrfs: fix deadlocks and stalls on dead root removal | Chris Mason | 2009-04-24 | 1 | -0/+6 |
| * | Btrfs: fix fallocate deadlock on inode extent lock | Chris Mason | 2009-04-24 | 5 | -17/+29 |
| * | Btrfs: kill btrfs_cache_create | Christoph Hellwig | 2009-04-24 | 3 | -43/+28 |
| * | Btrfs: don't export symbols | Christoph Hellwig | 2009-04-24 | 1 | -6/+0 |
| * | Btrfs: simplify makefile | Christoph Hellwig | 2009-04-24 | 1 | -17/+2 |
| * | Btrfs: try to keep a healthy ratio of metadata vs data block groups | Josef Bacik | 2009-04-24 | 4 | -2/+42 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2009-04-21 | 10 | -83/+272 |
|\| |
|
| * | Btrfs: fix btrfs fallocate oops and deadlock | Chris Mason | 2009-04-21 | 2 | -9/+31 |
| * | Btrfs: use the right node in reada_for_balance | Chris Mason | 2009-04-20 | 1 | -5/+12 |
| * | Btrfs: fix oops on page->mapping->host during writepage | Chris Mason | 2009-04-20 | 1 | -8/+32 |
| * | Btrfs: add a priority queue to the async thread helpers | Chris Mason | 2009-04-20 | 5 | -15/+56 |
| * | Btrfs: use WRITE_SYNC for synchronous writes | Chris Mason | 2009-04-20 | 5 | -46/+141 |
* | | btrfs: use memdup_user() | Li Zefan | 2009-04-21 | 2 | -46/+16 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 2009-04-04 | 17 | -544/+982 |
|\ |
|
| * | Btrfs: BUG to BUG_ON changes | Stoyan Gaydarov | 2009-04-02 | 3 | -6/+3 |
| * | Btrfs: remove dead code | Dan Carpenter | 2009-04-02 | 1 | -2/+0 |
| * | Btrfs: remove dead code | Dan Carpenter | 2009-04-02 | 1 | -1/+0 |
| * | Btrfs: fix typos in comments | Wu Fengguang | 2009-04-02 | 3 | -12/+14 |
| * | Btrfs: remove unused ftrace include | Jim Owens | 2009-04-02 | 2 | -2/+0 |
| * | Btrfs: fix __ucmpdi2 compile bug on 32 bit builds | Heiko Carstens | 2009-04-03 | 1 | -11/+5 |
| * | Btrfs: free inode struct when btrfs_new_inode fails | Shen Feng | 2009-04-02 | 1 | -1/+4 |
| * | Btrfs: fix race in worker_loop | Amit Gud | 2009-04-02 | 1 | -1/+5 |
| * | Btrfs: add flushoncommit mount option | Sage Weil | 2009-04-02 | 3 | -5/+15 |
| * | Btrfs: notreelog mount option | Sage Weil | 2009-04-02 | 3 | -1/+15 |
| * | Btrfs: introduce btrfs_show_options | Eric Paris | 2009-04-02 | 1 | -1/+33 |
| * | Btrfs: rework allocation clustering | Chris Mason | 2009-04-03 | 6 | -74/+509 |
| * | Btrfs: Optimize locking in btrfs_next_leaf() | Chris Mason | 2009-04-03 | 1 | -23/+65 |
| * | Btrfs: break up btrfs_search_slot into smaller pieces | Chris Mason | 2009-04-03 | 1 | -90/+131 |
| * | Btrfs: kill the pinned_mutex | Josef Bacik | 2009-04-03 | 4 | -16/+1 |
| * | Btrfs: kill the block group alloc mutex | Josef Bacik | 2009-04-03 | 3 | -157/+83 |
| * | Btrfs: clean up find_free_extent | Josef Bacik | 2009-04-03 | 1 | -165/+91 |
| * | Btrfs: free space cache cleanups | Josef Bacik | 2009-04-03 | 2 | -51/+44 |
| * | Btrfs: unplug in the async bio submission threads | Chris Mason | 2009-04-03 | 1 | -1/+13 |