aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-04Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie1-9/+7
2013-03-01btrfs: try harder to allocate raid56 stripe cacheDavid Sterba1-1/+1
2013-02-28Btrfs: fix memory leak of log rootsLiu Bo1-0/+5
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-9/+53
2013-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9Chris Mason1-79/+81
2013-02-20btrfs: define BTRFS_MAGIC as a u64 valueZach Brown1-4/+2
2013-02-20Btrfs: place ordered operations on a per transaction listJosef Bacik1-5/+6
2013-02-20Btrfs: fix the race between bio and btrfs_stop_workersMiao Xie1-2/+1
2013-02-20Btrfs: fix how we discard outstanding ordered extents on abortJosef Bacik1-26/+7
2013-02-20Btrfs: fix freeing delayed ref head while still holding its mutexJosef Bacik1-3/+5
2013-02-20btrfs: list_entry can't return NULLEric Sandeen1-2/+0
2013-02-20Btrfs: use bit operation for ->fs_stateMiao Xie1-2/+3
2013-02-20Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bitsMiao Xie1-0/+1
2013-02-20Btrfs: use the inode own lock to protect its delalloc_bytesMiao Xie1-0/+2
2013-02-20Btrfs: use percpu counter for fs_info->delalloc_bytesMiao Xie1-4/+14
2013-02-20Btrfs: use percpu counter for dirty metadata countMiao Xie1-30/+34
2013-02-20Btrfs: record first logical byte in memoryLiu Bo1-0/+1
2013-02-20Btrfs: wait on ordered extents at the last possible momentJosef Bacik1-0/+4
2013-02-20Btrfs: use wrapper page_offsetMiao Xie1-1/+1
2013-02-20Btrfs: use slabs for delayed reference allocationMiao Xie1-1/+1
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-9/+53
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-50/+92
2012-12-16Btrfs: only clear dirty on the buffer if it is marked as dirtyJosef Bacik1-4/+4
2012-12-16Btrfs: move checks in set_page_dirty under DEBUGJosef Bacik1-0/+2
2012-12-16Btrfs: rename root_times_lock to root_item_lockAnand Jain1-1/+1
2012-12-16Btrfs: restructure btrfs_run_defrag_inodes()Miao Xie1-1/+1
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens1-1/+23
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens1-17/+27
2012-12-12Btrfs: enhance btrfs structures for device replace supportStefan Behrens1-0/+5
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens1-2/+2
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens1-1/+1
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo1-19/+10
2012-12-12fs/btrfs: use WARNJulia Lawall1-4/+2
2012-12-12Btrfs: don't allow degraded mount if too many devices are missingStefan Behrens1-0/+7
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon1-4/+4
2012-12-11Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie1-0/+7
2012-10-09Btrfs: remove repeated eb->pages check in, disk-io.c/csum_dirty_bufferWang Sheng-Hui1-4/+0
2012-10-09Btrfs: make filesystem read-only when submitting barrier failsStefan Behrens1-13/+96
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik1-2/+2
2012-10-09Btrfs: do not async metadata csumming in certain situationsJosef Bacik1-0/+22
2012-10-09Btrfs: fix orphan transaction on the freezed filesystemMiao Xie1-2/+3
2012-10-04Btrfs: remove unused write cache pages hookJosef Bacik1-47/+0
2012-10-04Btrfs: cleanup fs_info->hashersLiu Bo1-1/+0
2012-10-04Btrfs: remove unnecessary code in btree_get_extent()Tsutomu Itoh1-7/+1
2012-10-04Btrfs: cleanup of error processing in btree_get_extent()Tsutomu Itoh1-9/+5
2012-10-01Btrfs: cleanup for unused ref cache stuffliubo1-5/+0
2012-10-01Btrfs: fix unprotected ->log_batchMiao Xie1-1/+1
2012-10-01Btrfs: add a new "type" field into the block reservation structureMiao Xie1-6/+9
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-39/+14
2012-08-28Btrfs: fix that repair code is spuriously executed for transid failuresStefan Behrens1-2/+6