aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-09Btrfs: do not offset physical if we're compressedJosef Bacik1-3/+6
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+40
2013-07-02Btrfs: check if we can nocow if we don't have data spaceJosef Bacik1-0/+3
2013-07-01Btrfs: move btrfs_truncate_page to btrfs_cont_expand instead of btrfs_truncateJosef Bacik1-1/+10
2013-06-14btrfs: add debug check for extent_io range alignmentDavid Sterba1-0/+27
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+1
2013-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-65/+73
2013-05-17Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-nextChris Mason1-57/+32
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason1-8/+41
2013-05-17btrfs: do away with non-whole_page extent I/OAlexandre Oliva1-55/+30
2013-05-17Btrfs: fix off-by-one in fiemapLiu Bo1-2/+2
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-144/+166
2013-05-06btrfs: use unsigned long type for extent state bitsDavid Sterba1-24/+25
2013-05-06btrfs: remove unused gfp mask parameter from release_extent_buffer callchainDavid Sterba1-8/+5
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-50/+11
2013-05-06btrfs: move leak debug code to functionsEric Sandeen1-55/+58
2013-05-06Btrfs: cleanup destroy_marked_extentsJosef Bacik1-1/+1
2013-05-06Btrfs: use REQ_META for all metadata IOJosef Bacik1-8/+10
2013-05-06Btrfs: improve the performance of the csums lookupMiao Xie1-0/+58
2013-05-06Btrfs: pass NULL instead of 0Liu Bo1-1/+1
2013-04-02Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.10/coreJens Axboe1-0/+33
2013-03-26Btrfs: fix race between mmap writes and compressionChris Mason1-0/+33
2013-03-23block: Add bio_end_sector()Kent Overstreet1-2/+1
2013-03-01btrfs: fixup/remove module.h usage as requiredPaul Gortmaker1-1/+0
2013-02-28btrfs: use only inline_pages from extent bufferDavid Sterba1-15/+6
2013-02-26btrfs: cleanup for open-coded alignmentQu Wenruo1-4/+4
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-10/+30
2013-02-20Btrfs: remove unused extent io tree ops V2Josef Bacik1-24/+11
2013-02-20Btrfs: use percpu counter for dirty metadata countMiao Xie1-6/+3
2013-02-20Btrfs: use wrapper page_offsetMiao Xie1-13/+11
2013-02-01Btrfs: reduce lock contention on extent buffer locksChris Mason1-0/+16
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-7/+11
2013-02-01Btrfs: add rw argument to merge_bio_hook()David Woodhouse1-3/+3
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens1-4/+0
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens1-10/+9
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens1-6/+5
2012-12-12fs/btrfs: use WARNJulia Lawall1-6/+3
2012-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-2/+2
2012-10-25Btrfs: Fix wrong error handling codeStefan Behrens1-2/+2
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-34/+94
2012-10-09Btrfs: fix page leakageJosef Bacik1-1/+1
2012-10-09Btrfs: do not warn_on when we cannot alloc a page for an extent bufferJosef Bacik1-3/+1
2012-10-09Btrfs: don't bug on enomem in readpageJosef Bacik1-4/+7
2012-10-09btrfs: move inline function code to header fileRobin Dong1-12/+0
2012-10-09Btrfs: remove unnecessary IS_ERR in bio_readpage_error()Tsutomu Itoh1-1/+1
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik1-2/+41
2012-10-09Btrfs: do not async metadata csumming in certain situationsJosef Bacik1-2/+12
2012-10-04Btrfs: fix race when getting the eb out of page->privateJosef Bacik1-4/+19
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-10-01btrfs: Kill some bi_idx referencesKent Overstreet1-2/+2