aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-28Btrfs: remove superblock writing after fatal errorStefan Behrens1-32/+4
2012-08-28Btrfs: barrier before waitqueue_activeJosef Bacik1-3/+4
2012-08-28Btrfs: fix deadlock in wait_for_more_refsArne Jansen1-2/+0
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2012-07-31btrfs: Convert to new freezing mechanismJan Kara1-3/+0
2012-07-30btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches1-1/+1
2012-07-25Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linusChris Mason1-3/+5
2012-07-25Btrfs: introduce subvol uuids and timesAlexander Block1-3/+5
2012-07-25Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linusChris Mason1-7/+127
2012-07-23Btrfs: avoid I/O repair BUG() from btree_read_extent_buffer_pages()Stefan Behrens1-1/+1
2012-07-23Btrfs: do not ignore errors from btrfs_cleanup_fs_roots() when mountingIlya Dryomov1-2/+2
2012-07-23Btrfs: do not return EINVAL instead of ENOMEM from open_ctree()Ilya Dryomov1-1/+1
2012-07-12Btrfs: quota tree support and startupArne Jansen1-6/+41
2012-07-10Btrfs: qgroup state and initializationArne Jansen1-0/+7
2012-07-10Btrfs: added helper to create new treesArne Jansen1-1/+77
2012-07-10Btrfs: join tree mod log code with the code holding back delayed refsJan Schmidt1-0/+2
2012-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-13/+21