aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Btrfs: kill free_space pointer from inode structureLi Zefan1-3/+0
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo1-2/+3
2012-07-23Btrfs: fix btrfs_is_free_space_inode to recognize btree inodeLiu Bo1-2/+4
2012-06-14Btrfs: call filemap_fdatawrite twice for compressionJosef Bacik1-0/+1
2012-05-30Btrfs: check to see if the inode is in the log before fsyncingJosef Bacik1-0/+13
2012-05-30Btrfs: fix how we deal with the orphan block rsvJosef Bacik1-3/+1
2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik1-14/+16
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik1-3/+0
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik1-0/+3
2011-11-08Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik1-3/+1
2011-10-19Btrfs: calculate checksum space correctlyJosef Bacik1-0/+6
2011-10-19Btrfs: kill reserved_bytes in inodeJosef Bacik1-5/+0
2011-10-19Btrfs: move stuff around in btrfs_inode to get better packingJosef Bacik1-3/+3
2011-09-11Btrfs: fix an oops when deleting snapshotsLiu Bo1-1/+5
2011-07-27Btrfs: use the commit_root for reading free_space_inode crcsChris Mason1-0/+9
2011-07-27Btrfs: fix enospc problems with delallocJosef Bacik1-2/+5
2011-05-28Merge branch 'for-chris' ofChris Mason1-3/+0
2011-05-26Btrfs: add mount -o auto_defragChris Mason1-0/+1
2011-05-23Btrfs: kill BTRFS_I(inode)->block_groupJosef Bacik1-3/+0
2011-05-22Merge branch 'delayed_inode' into inode_numbersChris Mason1-0/+5
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-0/+5
2011-04-25Btrfs: Always use 64bit inode numberLi Zefan1-0/+9
2011-03-17Btrfs: change reserved_extents to an atomic_tJosef Bacik1-2/+1
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan1-1/+1
2010-05-25Btrfs: Metadata reservation for orphan inodesYan, Zheng1-0/+1
2010-05-25Btrfs: Update metadata reservation for delayed allocationYan, Zheng1-1/+1
2010-03-15Btrfs: add new defrag-range ioctl.Chris Mason1-0/+5
2009-12-17Btrfs: Fix disk_i_size update corner caseYan, Zheng1-4/+1
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason1-0/+6
2009-10-08Btrfs: release delalloc reservations on extent item insertionJosef Bacik1-5/+7
2009-09-28Btrfs: proper -ENOSPC handlingJosef Bacik1-0/+8
2009-09-21Btrfs: change how subvolumes are organizedYan, Zheng1-0/+1
2009-06-24switch btrfs to inode->i_aclAl Viro1-4/+0
2009-06-10Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig1-1/+0
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng1-0/+3
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason1-0/+18
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason1-6/+7
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik1-0/+8
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng1-5/+3
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason1-3/+3
2008-09-29Btrfs: add and improve commentsChris Mason1-3/+51
2008-09-25Btrfs: Dir fsync optimizationsChris Mason1-0/+3
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason1-0/+8
2008-09-25Get rid of BTRFS_I(inode)->index and use local vars insteadChris Mason1-9/+0
2008-09-25Btrfs: Maintain a list of inodes that are delalloc and a way to wait on themChris Mason1-0/+2
2008-09-25Btrfs: Create orphan inode records to prevent lost files after a crashJosef Bacik1-0/+3
2008-09-25Btrfs: Add ACL supportJosef Bacik1-0/+3
2008-09-25Btrfs: Implement new dir index formatJosef Bacik1-0/+15
2008-09-25Add a per-inode lock around btrfs_drop_extentsChris Mason1-0/+1
2008-09-25Btrfs: Update on disk i_size only after pending ordered extents are doneChris Mason1-0/+9