summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2014-10-30Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason
2014-10-30btrfs: Fix the wrong condition judgment about subset extent mapQu Wenruo
2014-10-30Btrfs: try not to ENOSPC on log replayJosef Bacik
2014-10-30btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent mapQu Wenruo
2014-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-09-08Btrfs: use insert_inode_locked4 for inode creationChris Mason
2014-09-02Btrfs: fix crash while doing a ranged fsyncFilipe Manana
2014-09-02Btrfs: fix corruption after write/fsync failure + fsync + log recoveryFilipe Manana
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo
2014-08-21btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo
2014-08-21Btrfs: don't monopolize a core when evicting inodeFilipe Manana
2014-08-21Btrfs: ensure tmpfile inode is always persisted with link count of 0Filipe Manana
2014-08-21Btrfs: race free update of commit root for ro snapshotsFilipe Manana
2014-08-19Btrfs: fix wrong extent mapping for DirectIOWang Shilong
2014-08-19Btrfs: fix wrong write range for filemap_fdatawrite_range()Wang Shilong
2014-08-19Btrfs: fix put dio bio twice when we submit dio bio failMiao Xie
2014-08-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason
2014-08-15Btrfs: fix compressed write corruption on enospcLiu Bo
2014-08-07btrfs: add RENAME_NOREPLACEMiklos Szeredi
2014-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-19Btrfs: fix broken free space cache after the system crashedMiao Xie
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-09Btrfs: make fsync work after cloning into a fileFilipe Manana
2014-06-09Btrfs: don't release invalid page in btrfs_page_exists_in_range()Filipe Manana
2014-06-09Btrfs: make sure we retry if page is a retriable exceptionFilipe Manana
2014-06-09Btrfs: make sure we retry if we couldn't get the pageFilipe Manana
2014-06-09Btrfs: async delayed refsChris Mason
2014-06-09Btrfs: split up __extent_writepage to lower stack usageChris Mason
2014-06-09btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba
2014-06-09Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie
2014-06-09btrfs: remove redundant null check in btrfs_dentry_release()Daeseok Youn
2014-06-09Btrfs: implement inode_operations callback tmpfileFilipe Manana
2014-06-09btrfs: fix inline compressed read err corruptionZach Brown
2014-05-06btrfs: switch check_direct_IO() to iov_iterAl Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-07Btrfs: fix unlock in __start_delalloc_inodes()Wang Shilong
2014-04-07Btrfs: don't compress for a small writeWang Shilong
2014-04-07Btrfs: fix snapshot vs nocow writtingWang Shilong
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-03-10Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie