summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2014-09-22Btrfs: remove empty block groups automaticallyJosef Bacik
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie
2014-09-17Btrfs: fix wrong device bytes_used in the super blockMiao Xie
2014-09-17Btrfs: fix wrong disk size when writing super blocksMiao Xie
2014-09-17btrfs: remove the wrong commentsLi RongQing
2014-09-17btrfs: Drop stray check of fixup_workers creationAndrey Utkin
2014-09-17Btrfs: print btrfs specific info for some fatal error casesWang Shilong
2014-09-17btrfs: use nodesize everywhere, kill leafsizeDavid Sterba
2014-09-17btrfs: make close_ctree return voidDavid Sterba
2014-09-17btrfs: cleanup ino cache members of btrfs_rootDavid Sterba
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo
2014-08-19Btrfs: Fix wrong device size when we are resizing the deviceMiao Xie
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason
2014-07-03Btrfs: fix race between balance recovery and root deletionWang Shilong
2014-06-28btrfs: only unlock block in verify_parent_transid if we locked itJosef Bacik
2014-06-09Btrfs: async delayed refsChris Mason
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik
2014-06-09Btrfs: rework qgroup accountingJosef Bacik
2014-06-09Btrfs: check if items are ordered when a leaf is marked dirtyFilipe Manana
2014-06-09Btrfs: make sure there are not any read requests before stopping workersWang Shilong
2014-06-09Btrfs: fix possible memory leak in btrfs_create_tree()Tsutomu Itoh
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie
2014-06-09btrfs: Add check to avoid cleanup roots already in fs_info->dead_roots.Qu Wenruo
2014-06-09Btrfs: reclaim the reserved metadata space at backgroundMiao Xie
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-24Btrfs: fix possible memory leaks in open_ctree()Wang Shilong
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-06Btrfs: remove transaction from sendJosef Bacik
2014-04-06Btrfs: don't clear uptodate if the eb is under IOJosef Bacik
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
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: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie
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->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
2014-03-10btrfs: Replace fs_info->workers with btrfs_workqueue.Qu Wenruo
2014-03-10Btrfs: just wait or commit our own log sub-transactionMiao Xie
2014-03-10Btrfs: fix skipped error handle when log sync failedMiao Xie
2014-03-10Btrfs: fix possible deadlock in btrfs_cleanup_transactionLiu Bo
2014-03-10Btrfs: skip submitting barrier for missing deviceHidetoshi Seto