summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
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-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner
2014-04-03fs/direct-io.c: remove some left over checksDan Carpenter
2014-03-21Btrfs: fix a crash of clone with inline extents's splitLiu Bo
2014-03-21btrfs: fix uninit variable warningChris Mason
2014-03-21Btrfs: take into account total references when doing backref lookupJosef Bacik
2014-03-21Btrfs: part 2, fix incremental send's decision to delay a dir move/renameFilipe Manana
2014-03-21Btrfs: fix incremental send's decision to delay a dir move/renameFilipe Manana
2014-03-20Btrfs: remove unnecessary inode generation lookup in sendFilipe Manana
2014-03-20Btrfs: fix race when updating existing ref headFilipe Manana
2014-03-20btrfs: Add trace for btrfs_workqueue alloc/destroyQu Wenruo
2014-03-20Btrfs: less fs tree lock contention when using autodefragFilipe Manana
2014-03-20Btrfs: return EPERM when deleting a default subvolumeGuangyu Sun
2014-03-20Btrfs: add missing kfree in btrfs_destroy_workqueueFilipe Manana
2014-03-20Btrfs: cache extent states in defrag code pathFilipe Manana
2014-03-20Btrfs: fix deadlock with nested trans handlesJosef Bacik
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-03-10Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie
2014-03-10Btrfs: split the global ordered extents mutexMiao Xie
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie
2014-03-10Btrfs: reclaim delalloc metadata more aggressivelyMiao Xie
2014-03-10Btrfs: remove unnecessary lock in may_commit_transaction()Miao Xie
2014-03-10Btrfs: remove the unnecessary flush when preparing the pagesMiao Xie
2014-03-10Btrfs: just do dirty page flush for the inode with compression before direct IOMiao Xie
2014-03-10Btrfs: wake up the tasks that wait for the io earlierMiao Xie
2014-03-10Btrfs: fix early enospc due to the race of the two ordered extent waitMiao Xie
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie
2014-03-10btrfs: Add ftrace for btrfs_workqueueQu Wenruo
2014-03-10btrfs: Cleanup the btrfs_workqueue related function typeQu Wenruo
2014-03-10Btrfs: add readahead for send_writeLiu Bo
2014-03-10Btrfs: share the same code for __record_{new,deleted}_refLiu Bo
2014-03-10Btrfs: avoid unnecessary utimes update in incremental sendFilipe Manana
2014-03-10Btrfs: make defrag not fragment files when using prealloc extentsFilipe Manana
2014-03-10Btrfs: correctly flush data on defrag when compression is enabledFilipe Manana
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo
2014-03-10btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->rmw_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->delalloc_workers with btrfs_workqueueQu Wenruo