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