summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-03Btrfs: fix crash while doing a ranged fsyncFilipe Manana1-1/+2
2014-09-03Btrfs: fix corruption after write/fsync failure + fsync + log recoveryFilipe Manana1-3/+9
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-20/+89
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo1-12/+23
2014-08-21btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo1-4/+3
2014-08-21Btrfs: don't monopolize a core when evicting inodeFilipe Manana1-0/+6
2014-08-21Btrfs: ensure tmpfile inode is always persisted with link count of 0Filipe Manana1-0/+15
2014-08-21Btrfs: race free update of commit root for ro snapshotsFilipe Manana1-0/+36
2014-08-19Btrfs: fix wrong extent mapping for DirectIOWang Shilong1-0/+2
2014-08-19Btrfs: fix wrong write range for filemap_fdatawrite_range()Wang Shilong1-1/+2
2014-08-19Btrfs: fix put dio bio twice when we submit dio bio failMiao Xie1-3/+2
2014-08-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-44/+15
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason1-44/+3
2014-08-15Btrfs: fix compressed write corruption on enospcLiu Bo1-0/+12
2014-08-07btrfs: add RENAME_NOREPLACEMiklos Szeredi1-1/+11
2014-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-11/+30
2014-06-20Btrfs: fix broken free space cache after the system crashedMiao Xie1-11/+30
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-29/+18
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-89/+204
2014-06-10Btrfs: make fsync work after cloning into a fileFilipe Manana1-38/+4
2014-06-10Btrfs: don't release invalid page in btrfs_page_exists_in_range()Filipe Manana1-0/+1
2014-06-10Btrfs: make sure we retry if page is a retriable exceptionFilipe Manana1-1/+3
2014-06-10Btrfs: make sure we retry if we couldn't get the pageFilipe Manana1-1/+3
2014-06-10Btrfs: async delayed refsChris Mason1-0/+1
2014-06-10Btrfs: split up __extent_writepage to lower stack usageChris Mason1-1/+1
2014-06-10btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell1-4/+68
2014-06-10btrfs: remove stale newlines from log messagesDavid Sterba1-2/+2
2014-06-10Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie1-1/+1
2014-06-10Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie1-11/+18
2014-06-10btrfs: remove redundant null check in btrfs_dentry_release()Daeseok Youn1-2/+1
2014-06-10Btrfs: implement inode_operations callback tmpfileFilipe Manana1-20/+98
2014-06-10btrfs: fix inline compressed read err corruptionZach Brown1-10/+5
2014-05-07btrfs: switch check_direct_IO() to iov_iterAl Viro1-25/+15
2014-05-07switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-07get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-07pass iov_iter to ->direct_IO()Al Viro1-6/+6
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-3/+3
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-4/+32
2014-04-07Btrfs: fix unlock in __start_delalloc_inodes()Wang Shilong1-2/+3
2014-04-07Btrfs: don't compress for a small writeWang Shilong1-0/+8
2014-04-07Btrfs: fix snapshot vs nocow writtingWang Shilong1-2/+21
2014-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-46/+75
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-03-10Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie1-0/+4
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie1-15/+19
2014-03-10Btrfs: just do dirty page flush for the inode with compression before direct IOMiao Xie1-7/+7
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-9/+9
2014-03-10btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo1-4/+4
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo1-11/+9
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo1-4/+4