Age | Commit message (Expand) | Author | Files | Lines |
2012-12-17 | Btrfs: only log the inode item if we can get away with it | Josef Bacik | 1 | -0/+1 |
2012-10-01 | Btrfs: fix a bug in checking whether a inode is already in log | Liu Bo | 1 | -8/+6 |
2012-10-01 | Btrfs: turbo charge fsync | Josef Bacik | 1 | -0/+1 |
2012-07-24 | Btrfs: kill free_space pointer from inode structure | Li Zefan | 1 | -3/+0 |
2012-07-24 | Btrfs: kill root from btrfs_is_free_space_inode | Liu Bo | 1 | -2/+3 |
2012-07-24 | Btrfs: fix btrfs_is_free_space_inode to recognize btree inode | Liu Bo | 1 | -2/+4 |
2012-06-15 | Btrfs: call filemap_fdatawrite twice for compression | Josef Bacik | 1 | -0/+1 |
2012-05-30 | Btrfs: check to see if the inode is in the log before fsyncing | Josef Bacik | 1 | -0/+13 |
2012-05-30 | Btrfs: fix how we deal with the orphan block rsv | Josef Bacik | 1 | -3/+1 |
2012-05-30 | Btrfs: convert the inode bit field to use the actual bit operations | Josef Bacik | 1 | -14/+16 |
2012-05-30 | Btrfs: use i_version instead of our own sequence | Josef Bacik | 1 | -3/+0 |
2012-01-17 | Btrfs: add a delalloc mutex to inodes for delalloc reservations | Josef Bacik | 1 | -0/+3 |
2011-11-09 | Btrfs: fix our reservations for updating an inode when completing io | Josef Bacik | 1 | -3/+1 |
2011-10-19 | Btrfs: calculate checksum space correctly | Josef Bacik | 1 | -0/+6 |
2011-10-19 | Btrfs: kill reserved_bytes in inode | Josef Bacik | 1 | -5/+0 |
2011-10-19 | Btrfs: move stuff around in btrfs_inode to get better packing | Josef Bacik | 1 | -3/+3 |
2011-09-11 | Btrfs: fix an oops when deleting snapshots | Liu Bo | 1 | -1/+5 |
2011-07-27 | Btrfs: use the commit_root for reading free_space_inode crcs | Chris Mason | 1 | -0/+9 |
2011-07-27 | Btrfs: fix enospc problems with delalloc | Josef Bacik | 1 | -2/+5 |
2011-05-28 | Merge branch 'for-chris' of | Chris Mason | 1 | -3/+0 |
2011-05-27 | Btrfs: add mount -o auto_defrag | Chris Mason | 1 | -0/+1 |
2011-05-23 | Btrfs: kill BTRFS_I(inode)->block_group | Josef Bacik | 1 | -3/+0 |
2011-05-22 | Merge branch 'delayed_inode' into inode_numbers | Chris Mason | 1 | -0/+5 |
2011-05-21 | btrfs: implement delayed inode items operation | Miao Xie | 1 | -0/+5 |
2011-04-25 | Btrfs: Always use 64bit inode number | Li Zefan | 1 | -0/+9 |
2011-03-17 | Btrfs: change reserved_extents to an atomic_t | Josef Bacik | 1 | -2/+1 |
2010-12-22 | btrfs: Allow to add new compression algorithm | Li Zefan | 1 | -1/+1 |
2010-05-25 | Btrfs: Metadata reservation for orphan inodes | Yan, Zheng | 1 | -0/+1 |
2010-05-25 | Btrfs: Update metadata reservation for delayed allocation | Yan, Zheng | 1 | -1/+1 |
2010-03-15 | Btrfs: add new defrag-range ioctl. | Chris Mason | 1 | -0/+5 |
2009-12-17 | Btrfs: Fix disk_i_size update corner case | Yan, Zheng | 1 | -4/+1 |
2009-10-13 | Btrfs: avoid tree log commit when there are no changes | Chris Mason | 1 | -0/+6 |
2009-10-08 | Btrfs: release delalloc reservations on extent item insertion | Josef Bacik | 1 | -5/+7 |
2009-09-29 | Btrfs: proper -ENOSPC handling | Josef Bacik | 1 | -0/+8 |
2009-09-21 | Btrfs: change how subvolumes are organized | Yan, Zheng | 1 | -0/+1 |
2009-06-24 | switch btrfs to inode->i_acl | Al Viro | 1 | -4/+0 |
2009-06-10 | Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION | Christoph Hellwig | 1 | -1/+0 |
2009-06-10 | Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) | Yan Zheng | 1 | -0/+3 |
2009-03-31 | Btrfs: add extra flushing for renames and truncates | Chris Mason | 1 | -0/+18 |
2009-03-24 | Btrfs: tree logging unlink/rename fixes | Chris Mason | 1 | -6/+7 |
2009-02-20 | Btrfs: add better -ENOSPC handling | Josef Bacik | 1 | -0/+8 |
2008-12-12 | Btrfs: fix leaking block group on balance | Yan Zheng | 1 | -5/+3 |
2008-12-09 | Btrfs: Add inode sequence number for NFS and reserved space in a few structs | Chris Mason | 1 | -3/+3 |
2008-09-29 | Btrfs: add and improve comments | Chris Mason | 1 | -3/+51 |
2008-09-25 | Btrfs: Dir fsync optimizations | Chris Mason | 1 | -0/+3 |
2008-09-25 | Btrfs: Add a write ahead tree log to optimize synchronous operations | Chris Mason | 1 | -0/+8 |
2008-09-25 | Get rid of BTRFS_I(inode)->index and use local vars instead | Chris Mason | 1 | -9/+0 |
2008-09-25 | Btrfs: Maintain a list of inodes that are delalloc and a way to wait on them | Chris Mason | 1 | -0/+2 |
2008-09-25 | Btrfs: Create orphan inode records to prevent lost files after a crash | Josef Bacik | 1 | -0/+3 |
2008-09-25 | Btrfs: Add ACL support | Josef Bacik | 1 | -0/+3 |