aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h
AgeCommit message (Expand)Author
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-05-13Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana
2016-01-07btrfs: put delayed item hook into inodeDavid Sterba
2015-09-21Btrfs: Direct I/O: Fix space accountingchandan
2015-07-01Btrfs: fix warning of bytes_may_useLiu Bo
2015-03-26Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana
2015-02-02Btrfs: Add code to support file creation timechandan r
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie
2014-09-17Btrfs: do file data check by sub-bio's selfMiao Xie
2014-09-17Btrfs: load checksum data once when submitting a direct read ioMiao Xie
2014-09-17Btrfs: make defragment work with nodatacow optionWang Shilong
2014-09-16Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncFilipe Manana
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-09btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-03-10Btrfs: use signed integer instead of unsigned long integer for log transidMiao Xie
2014-01-28Btrfs: add support for inode propertiesFilipe David Borba Manana
2014-01-28Btrfs: introduce the delayed inode ref deletion for the single link inodeMiao Xie
2013-11-11Btrfs: improve inode hash function/inode lookupFilipe David Borba Manana
2013-09-21Btrfs: check roots last log commit when checking if an inode has been loggedJosef Bacik
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie
2013-05-06btrfs: fix minor typo in commentNathaniel Yazdani
2013-02-20Btrfs: serialize unlocked dio reads with truncateMiao Xie
2013-02-20Btrfs: use the inode own lock to protect its delalloc_bytesMiao Xie
2012-12-16Btrfs: inline csums if we're fsyncingJosef Bacik
2012-12-16Btrfs: only log the inode item if we can get away with itJosef Bacik
2012-10-01Btrfs: fix a bug in checking whether a inode is already in logLiu Bo
2012-10-01Btrfs: turbo charge fsyncJosef Bacik
2012-07-23Btrfs: kill free_space pointer from inode structureLi Zefan
2012-07-23Btrfs: kill root from btrfs_is_free_space_inodeLiu Bo
2012-07-23Btrfs: fix btrfs_is_free_space_inode to recognize btree inodeLiu Bo
2012-06-14Btrfs: call filemap_fdatawrite twice for compressionJosef Bacik
2012-05-30Btrfs: check to see if the inode is in the log before fsyncingJosef Bacik
2012-05-30Btrfs: fix how we deal with the orphan block rsvJosef Bacik
2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik
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