aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/btrfs_inode.h
AgeCommit message (Expand)Author
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik
2011-11-08Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik
2011-10-19Btrfs: calculate checksum space correctlyJosef Bacik
2011-10-19Btrfs: kill reserved_bytes in inodeJosef Bacik
2011-10-19Btrfs: move stuff around in btrfs_inode to get better packingJosef Bacik
2011-09-11Btrfs: fix an oops when deleting snapshotsLiu Bo
2011-07-27Btrfs: use the commit_root for reading free_space_inode crcsChris Mason
2011-07-27Btrfs: fix enospc problems with delallocJosef Bacik
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-26Btrfs: add mount -o auto_defragChris Mason
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason
2011-05-21btrfs: implement delayed inode items operationMiao Xie
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan
2011-03-17Btrfs: change reserved_extents to an atomic_tJosef Bacik
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng
2010-03-15Btrfs: add new defrag-range ioctl.Chris Mason
2009-12-17Btrfs: Fix disk_i_size update corner caseYan, Zheng
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng
2009-06-24switch btrfs to inode->i_aclAl Viro
2009-06-10Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason
2008-09-29Btrfs: add and improve commentsChris Mason
2008-09-25Btrfs: Dir fsync optimizationsChris Mason
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason
2008-09-25Get rid of BTRFS_I(inode)->index and use local vars insteadChris Mason
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason
2008-09-25Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik
2008-09-25Btrfs: Add ACL supportJosef Bacik
2008-09-25Btrfs: Implement new dir index formatJosef Bacik
2008-09-25Add a per-inode lock around btrfs_drop_extentsChris Mason
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason
2008-09-25Btrfs: New data=ordered implementationChris Mason
2008-09-25Btrfs: Add a per-inode csum mutex to avoid races creating csum itemsChris Mason
2008-09-25Btrfs: Throttle file_write when data=ordered is flushing the inodeChris Mason
2008-09-25Btrfs: Handle checksumming errors while reading data blocksChris Mason
2008-09-25Btrfs: Fix i_blocks accountingChris Mason
2008-09-25Btrfs: Split the extent_map code into two partsChris Mason
2008-09-25Btrfs: Add inode flags supportYan
2008-09-25Btrfs: Add data=ordered supportChris Mason