| Commit message (Expand) | Author | Age | Files | Lines |
* | Btrfs: make a lockdep class for the extent buffer locks | Chris Mason | 2009-02-12 | 1 | -7/+3 |
* | Btrfs: remove btrfs_init_path | Jeff Mahoney | 2009-02-12 | 1 | -1/+0 |
* | Btrfs: Change btree locking to use explicit blocking points | Chris Mason | 2009-02-04 | 1 | -0/+4 |
* | Btrfs: hash_lock is no longer needed | Chris Mason | 2009-02-04 | 1 | -1/+0 |
* | Btrfs: fix tree logs parallel sync | Yan Zheng | 2009-01-21 | 1 | -6/+7 |
* | Btrfs: change/remove typedef | Jan Engelhardt | 2009-01-21 | 1 | -8/+2 |
* | Btrfs: Fix checkpatch.pl warnings | Chris Mason | 2009-01-05 | 1 | -15/+15 |
* | Btrfs: shift all end_io work to thread pools | Chris Mason | 2008-12-17 | 1 | -0/+1 |
* | Btrfs: fix nodatasum handling in balancing code | Yan Zheng | 2008-12-12 | 1 | -1/+4 |
* | Btrfs: fix leaking block group on balance | Yan Zheng | 2008-12-11 | 1 | -8/+9 |
* | Btrfs: Delete csum items when freeing extents | Chris Mason | 2008-12-10 | 1 | -0/+13 |
* | Btrfs: Add inode sequence number for NFS and reserved space in a few structs | Chris Mason | 2008-12-08 | 1 | -0/+26 |
* | Btrfs: move data checksumming into a dedicated tree | Chris Mason | 2008-12-08 | 1 | -10/+20 |
* | Btrfs: rev the disk format for the inode compat and csum selection changes | Chris Mason | 2008-12-02 | 1 | -1/+1 |
* | Btrfs: add support for multiple csum algorithms | Josef Bacik | 2008-12-02 | 1 | -1/+18 |
* | Btrfs: add support for compat flags to btrfs | Josef Bacik | 2008-12-02 | 1 | -7/+21 |
* | Btrfs: Fix for lockdep warnings with alloc_mutex and pinned_mutex | Josef Bacik | 2008-11-20 | 1 | -0/+1 |
* | Btrfs: Update the disk format for the seed device and new root code | Chris Mason | 2008-11-18 | 1 | -1/+1 |
* | Btrfs: prevent loops in the directory tree when creating snapshots | Chris Mason | 2008-11-17 | 1 | -0/+3 |
* | Btrfs: Add backrefs and forward refs for subvols and snapshots | Chris Mason | 2008-11-17 | 1 | -16/+51 |
* | Btrfs: Give each subvol and snapshot their own anonymous devid | Chris Mason | 2008-11-17 | 1 | -0/+6 |
* | Btrfs: Allow subvolumes and snapshots anywhere in the directory tree | Chris Mason | 2008-11-17 | 1 | -4/+3 |
* | Btrfs: Seed device support | Yan Zheng | 2008-11-17 | 1 | -1/+17 |
* | Btrfs: mount ro and remount support | Yan Zheng | 2008-11-12 | 1 | -0/+1 |
* | Btrfs: batch extent inserts/updates/deletions on the extent root | Josef Bacik | 2008-11-12 | 1 | -0/+5 |
* | Btrfs: Optimize compressed writeback and reads | Chris Mason | 2008-11-06 | 1 | -1/+3 |
* | Btrfs: rev the disk format for fallocate | Chris Mason | 2008-10-31 | 1 | -1/+1 |
* | Btrfs: Add fallocate support v2 | Yan Zheng | 2008-10-30 | 1 | -2/+7 |
* | Btrfs: update nodatacow code v2 | Yan Zheng | 2008-10-30 | 1 | -3/+5 |
* | Btrfs: update hole handling v2 | Yan Zheng | 2008-10-30 | 1 | -0/+1 |
* | Btrfs: Rev the disk format for compression and root pointer generation fields | Chris Mason | 2008-10-29 | 1 | -1/+1 |
* | Btrfs: Add root tree pointer transaction ids | Yan Zheng | 2008-10-29 | 1 | -0/+8 |
* | Btrfs: nuke fs wide allocation mutex V2 | Josef Bacik | 2008-10-29 | 1 | -1/+7 |
* | Btrfs: fix enospc when there is plenty of space | Josef Bacik | 2008-10-29 | 1 | -0/+1 |
* | Btrfs: Improve space balancing code | Yan Zheng | 2008-10-29 | 1 | -7/+6 |
* | Btrfs: Add zlib compression support | Chris Mason | 2008-10-29 | 1 | -18/+81 |
* | Btrfs: Fix subvolume creation locking rules | Christoph Hellwig | 2008-10-09 | 1 | -1/+1 |
* | Btrfs: Rev the disk format for the new back reference format | Chris Mason | 2008-10-09 | 1 | -1/+1 |
* | Btrfs: Remove offset field from struct btrfs_extent_ref | Yan Zheng | 2008-10-09 | 1 | -19/+6 |
* | Btrfs: Count space allocated to file in bytes | Yan Zheng | 2008-10-09 | 1 | -11/+2 |
* | Btrfs: remove last_log_alloc allocator optimization | Chris Mason | 2008-10-03 | 1 | -1/+0 |
* | Btrfs: don't read leaf blocks containing only checksums during truncate | Chris Mason | 2008-10-01 | 1 | -1/+3 |
* | Btrfs: add and improve comments | Chris Mason | 2008-09-29 | 1 | -1/+0 |
* | Btrfs: Wait for IO on the block device inodes of newly added devices | Chris Mason | 2008-09-29 | 1 | -0/+1 |
* | Btrfs: update space balancing code | Zheng Yan | 2008-09-26 | 1 | -1/+25 |
* | Btrfs: extent_map and data=ordered fixes for space balancing | Zheng Yan | 2008-09-26 | 1 | -1/+10 |
* | Btrfs: Add shared reference cache | Zheng Yan | 2008-09-26 | 1 | -7/+12 |
* | Btrfs: allocator fixes for space balancing update | Zheng Yan | 2008-09-26 | 1 | -0/+2 |
* | Remove Btrfs compat code for older kernels | Chris Mason | 2008-09-25 | 1 | -5/+2 |
* | Btrfs: Full back reference support | Zheng Yan | 2008-09-25 | 1 | -21/+41 |