aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-17btrfs: Better csum error message for data csum mismatchQu Wenruo1-0/+18
2017-02-14btrfs: Make btrfs_inode_in_log take btrfs_inodeNikolay Borisov1-9/+7
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov1-5/+5
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-11/+0
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-1/+1
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-1/+1
2016-05-13Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana1-0/+10
2016-01-07btrfs: put delayed item hook into inodeDavid Sterba1-0/+4
2015-09-21Btrfs: Direct I/O: Fix space accountingchandan1-2/+0
2015-07-01Btrfs: fix warning of bytes_may_useLiu Bo1-0/+2
2015-03-26Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana1-3/+11
2015-02-02Btrfs: Add code to support file creation timechandan r1-0/+3
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+26
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana1-0/+11
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie1-1/+1
2014-09-17Btrfs: do file data check by sub-bio's selfMiao Xie1-0/+9
2014-09-17Btrfs: load checksum data once when submitting a direct read ioMiao Xie1-1/+0
2014-09-17Btrfs: make defragment work with nodatacow optionWang Shilong1-0/+6
2014-09-16Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncFilipe Manana1-2/+11
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason1-6/+0
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+2
2014-06-09btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell1-0/+2
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-03-10Btrfs: use signed integer instead of unsigned long integer for log transidMiao Xie1-7/+7
2014-01-28Btrfs: add support for inode propertiesFilipe David Borba Manana1-0/+1
2014-01-28Btrfs: introduce the delayed inode ref deletion for the single link inodeMiao Xie1-0/+3
2013-11-11Btrfs: improve inode hash function/inode lookupFilipe David Borba Manana1-0/+20
2013-09-21Btrfs: check roots last log commit when checking if an inode has been loggedJosef Bacik1-1/+4
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie1-0/+21
2013-05-06btrfs: fix minor typo in commentNathaniel Yazdani1-1/+1
2013-02-20Btrfs: serialize unlocked dio reads with truncateMiao Xie1-0/+19
2013-02-20Btrfs: use the inode own lock to protect its delalloc_bytesMiao Xie1-0/+1
2012-12-16Btrfs: inline csums if we're fsyncingJosef Bacik1-0/+3
2012-12-16Btrfs: only log the inode item if we can get away with itJosef Bacik1-0/+1
2012-10-01Btrfs: fix a bug in checking whether a inode is already in logLiu Bo1-8/+6
2012-10-01Btrfs: turbo charge fsyncJosef Bacik1-0/+1
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