aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-21Btrfs: actually limit the size of delalloc rangeJosef Bacik1-3/+5
2013-09-01Btrfs: PAGE_CACHE_SIZE is already unsigned longGeert Uytterhoeven1-9/+9
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-19/+11
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich1-1/+1
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens1-2/+2
2013-09-01btrfs: Introduce extent_read_full_page_nolock()Mark Fasheh1-8/+29
2013-09-01Btrfs: stop using GFP_ATOMIC when allocating rewind ebsJosef Bacik1-4/+4
2013-09-01Btrfs: deal with enomem in the rewind pathJosef Bacik1-71/+74
2013-09-01Btrfs: cleanup arguments to extent_clear_unlock_delallocJosef Bacik1-21/+11
2013-09-01Btrfs: cache the extent map struct when reading several pagesMiao Xie1-11/+46
2013-09-01Btrfs: batch the extent state operation when reading pagesMiao Xie1-28/+107
2013-09-01Btrfs: batch the extent state operation in the end io handle of the read pageMiao Xie1-31/+42
2013-09-01Btrfs: don't cache the csum value into the extent state treeMiao Xie1-77/+48
2013-09-01Btrfs: add branch prediction hints in the read page end IO functionMiao Xie1-5/+9
2013-09-01Btrfs: remove unnecessary argument of bio_readpage_error()Miao Xie1-15/+11
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